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

Sébastien Luttringer seblu at archlinux.org
Sat Aug 26 19:53:50 UTC 2017


    Date: Saturday, August 26, 2017 @ 19:53:50
  Author: seblu
Revision: 304092

upgpkg: nftables 1:0.7-3

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

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-08-26 19:53:21 UTC (rev 304091)
+++ PKGBUILD	2017-08-26 19:53:50 UTC (rev 304092)
@@ -4,7 +4,7 @@
 pkgname=nftables
 epoch=1
 pkgver=0.7
-pkgrel=2
+pkgrel=3
 pkgdesc='Netfilter tables userspace tools'
 arch=('i686' 'x86_64')
 url='https://netfilter.org/projects/nftables/'
@@ -19,7 +19,7 @@
         'nftables.service')
 sha1sums=('c003fa8b63b1b44c52de345a4d84487d81865a98'
           'SKIP'
-          'a7146fad414f9e827e2e83b630308890c876b80d'
+          '7869aa31ac802922073310ffd4cbbc16450171e5'
           '59185e947ebfd599954800ad2c774171b3f4cd58')
 
 prepare() {

Modified: nftables.conf
===================================================================
--- nftables.conf	2017-08-26 19:53:21 UTC (rev 304091)
+++ nftables.conf	2017-08-26 19:53:50 UTC (rev 304092)
@@ -23,7 +23,7 @@
     tcp dport ssh accept
 
     # everything else
-    reject with icmp type port-unreachable
+    reject with icmpx type port-unreachable
   }
   chain forward {
     type filter hook forward priority 0;



More information about the arch-commits mailing list