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

Sébastien Luttringer seblu at gemini.archlinux.org
Wed Jul 28 22:33:30 UTC 2021


    Date: Wednesday, July 28, 2021 @ 22:33:30
  Author: seblu
Revision: 420590

upgpkg: nftables 1:0.9.9-6

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

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-07-28 20:57:02 UTC (rev 420589)
+++ PKGBUILD	2021-07-28 22:33:30 UTC (rev 420590)
@@ -3,7 +3,7 @@
 pkgname=nftables
 epoch=1
 pkgver=0.9.9
-pkgrel=5
+pkgrel=6
 pkgdesc='Netfilter tables userspace tools'
 arch=('x86_64')
 url='https://netfilter.org/projects/nftables/'
@@ -19,7 +19,7 @@
 install=nftables.install
 sha256sums=('76ef2dc7fd0d79031a8369487739a217ca83996b3a746cec5bda79da11e3f1b4'
             'SKIP'
-            '5612ba3a94a90bc6fe3ce5bbcce7695f3f7c60d48f864ea1838355e6bac10910'
+            '2aff88019097d21dbfa4713f5b54c184751c86376e458b683f8d90f3abd232a8'
             'deffeef36fe658867dd9203ec13dec85047a6d224ea63334dcf60db97e1809ea')
 
 prepare() {

Modified: nftables.conf
===================================================================
--- nftables.conf	2021-07-28 20:57:02 UTC (rev 420589)
+++ nftables.conf	2021-07-28 22:33:30 UTC (rev 420590)
@@ -17,7 +17,7 @@
     ip protocol icmp accept comment "allow icmp"
     meta l4proto ipv6-icmp accept comment "allow icmp v6"
     tcp dport ssh accept comment "allow sshd"
-    limit rate 5/second counter reject with icmpx type admin-prohibited
+    pkttype host limit rate 5/second counter reject with icmpx type admin-prohibited
     counter
   }
   chain forward {



More information about the arch-commits mailing list