[arch-commits] Commit in nftables/trunk (PKGBUILD nftables.conf)

Sébastien Luttringer seblu at archlinux.org
Mon Jan 5 23:21:20 UTC 2015


    Date: Tuesday, January 6, 2015 @ 00:21:20
  Author: seblu
Revision: 228689

upgpkg: nftables 1:0.4-2

- FS#43306
- https://www.archlinux.org/todo/validpgpkeys-integrity-check/

Modified:
  nftables/trunk/PKGBUILD
  nftables/trunk/nftables.conf

---------------+
 PKGBUILD      |    5 +++--
 nftables.conf |    2 +-
 2 files changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-01-05 23:17:17 UTC (rev 228688)
+++ PKGBUILD	2015-01-05 23:21:20 UTC (rev 228689)
@@ -4,7 +4,7 @@
 pkgname=nftables
 epoch=1
 pkgver=0.4
-pkgrel=1
+pkgrel=2
 pkgdesc='Netfilter tables userspace tools'
 arch=('i686' 'x86_64')
 url='http://netfilter.org/projects/nftables/'
@@ -12,6 +12,7 @@
 depends=('libmnl' 'libnftnl' 'gmp' 'readline' 'ncurses')
 makedepends=('docbook2x')
 backup=('etc/nftables.conf')
+validpgpkeys=('57FF5E9C9AA67A860B557AF7A4111F89BB5F58CC') # Netfilter Core Team
 source=("http://netfilter.org/projects/nftables/files/nftables-$pkgver.tar.bz2"{,.sig}
         'nftables.conf'
         'nftables.service'
@@ -18,7 +19,7 @@
         'nftables-flush')
 sha1sums=('c557c710510c59e4280d271e5b7232af7ba3fbb7'
           'SKIP'
-          '041027cc0c217a5efa6b513a75736e28ab6db076'
+          'a7146fad414f9e827e2e83b630308890c876b80d'
           'a5c1cd98534c3758db1e773ad2a134649a6ac8ac'
           '30ec956a52407ce1b4f1748f91184b3ff0bb9b7a')
 

Modified: nftables.conf
===================================================================
--- nftables.conf	2015-01-05 23:17:17 UTC (rev 228688)
+++ nftables.conf	2015-01-05 23:21:20 UTC (rev 228689)
@@ -23,7 +23,7 @@
     tcp dport ssh accept
 
     # everything else
-    reject
+    reject with icmp type port-unreachable
   }
   chain forward {
     type filter hook forward priority 0;



More information about the arch-commits mailing list