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

Sébastien Luttringer seblu at archlinux.org
Wed Apr 1 20:57:59 UTC 2020


    Date: Wednesday, April 1, 2020 @ 20:57:59
  Author: seblu
Revision: 379053

upgpkg: nftables 1:0.9.4-1

- upstream bump
- trivil fix from FS#65220

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

---------------+
 PKGBUILD      |   10 +++++-----
 nftables.conf |    2 +-
 2 files changed, 6 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-04-01 20:43:09 UTC (rev 379052)
+++ PKGBUILD	2020-04-01 20:57:59 UTC (rev 379053)
@@ -2,7 +2,7 @@
 
 pkgname=nftables
 epoch=1
-pkgver=0.9.3
+pkgver=0.9.4
 pkgrel=1
 pkgdesc='Netfilter tables userspace tools'
 arch=('x86_64')
@@ -16,10 +16,10 @@
 source=("https://netfilter.org/projects/nftables/files/nftables-$pkgver.tar.bz2"{,.sig}
         'nftables.conf'
         'nftables.service')
-sha1sums=('20156858169fde135a0b4c22c4cd9437afcbb733'
-          'SKIP'
-          '7869aa31ac802922073310ffd4cbbc16450171e5'
-          '59185e947ebfd599954800ad2c774171b3f4cd58')
+sha256sums=('08b8683a9db5fba980bc092b75288af98d218bbe8ab446daf2338570d0730f9a'
+            'SKIP'
+            '7b00611bb0533ca2f4abce14e22e9de39c344e241d4eae884c5e594d1b1ce8df'
+            '3c6a34a400022450df0b6e97b3f16eea5cab7741a0e5f16858b46a3e6591b5af')
 
 prepare() {
   cd $pkgname-$pkgver

Modified: nftables.conf
===================================================================
--- nftables.conf	2020-04-01 20:43:09 UTC (rev 379052)
+++ nftables.conf	2020-04-01 20:57:59 UTC (rev 379053)
@@ -17,7 +17,7 @@
 
     # allow icmp
     ip protocol icmp accept
-    ip6 nexthdr icmpv6 accept
+    meta l4proto ipv6-icmp accept
 
     # allow ssh
     tcp dport ssh accept



More information about the arch-commits mailing list