diff --git a/nftables-0.8.2.tar.bz2 b/nftables-0.8.2.tar.bz2 deleted file mode 100644 index 1cbe455..0000000 --- a/nftables-0.8.2.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:675f0aaf88f11e7eacef63dc89cb65d207d9e09c3ea6d518f0ebbb013f0767ec -size 678179 diff --git a/nftables-0.8.2.tar.bz2.sig b/nftables-0.8.2.tar.bz2.sig deleted file mode 100644 index de2ea11..0000000 Binary files a/nftables-0.8.2.tar.bz2.sig and /dev/null differ diff --git a/nftables-0.8.3.tar.bz2 b/nftables-0.8.3.tar.bz2 new file mode 100644 index 0000000..4f7aded --- /dev/null +++ b/nftables-0.8.3.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d16be1f5db88e95d29fc0b0e4df88acd079f3ee8e2b872ec7673f9a0d5d95e38 +size 683802 diff --git a/nftables-0.8.3.tar.bz2.sig b/nftables-0.8.3.tar.bz2.sig new file mode 100644 index 0000000..4ad6a53 Binary files /dev/null and b/nftables-0.8.3.tar.bz2.sig differ diff --git a/nftables.changes b/nftables.changes index bb090a8..7057fe6 100644 --- a/nftables.changes +++ b/nftables.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Sat Mar 3 22:59:01 UTC 2018 - jengelh@inai.de + +- Update to new upstream release 0.8.3 + * raw payload support to match headers that do not yet have + received a mnemonic. + ------------------------------------------------------------------- Sat Feb 3 14:26:36 UTC 2018 - jengelh@inai.de diff --git a/nftables.spec b/nftables.spec index dee38a4..3c3284a 100644 --- a/nftables.spec +++ b/nftables.spec @@ -17,10 +17,10 @@ Name: nftables -Version: 0.8.2 +Version: 0.8.3 Release: 0 Summary: Userspace utility to access the nf_tables packet filter -License: GPL-2.0 +License: GPL-2.0-only Group: Productivity/Networking/Security Url: http://netfilter.org/projects/nftables/ @@ -41,15 +41,15 @@ BuildRequires: pkgconfig(libnftnl) >= 1.0.9 BuildRequires: pkgconfig(xtables) >= 1.6.0 %description -nf_tables is the new firewalling infrastructure in the Linux kernel, -intended to replace ip_tables, ip6_tables, arp_tables and ebtables in -the long term. nftables is the corresponsing userspace frontend, -replacing their respective userspace utilities. +nf_tables is a new firewalling mechanism in the Linux kernel, running +independently of, and thus parallel to, ip_tables, ip6_tables, +arp_tables and ebtables. nftables is the corresponsing userspace +frontend. nftables features native support for sets and dictionaries of arbitrary types, support for many different protocols, meta data -types, connection tracking, NAT, logging, atomic incremental and full -ruleset updates. +types, connection tracking, NAT setup, logging, atomic incremental +and full ruleset updates. %prep %setup -q @@ -72,7 +72,6 @@ rm -f "%buildroot/%_libdir/pkgconfig"/*.pc %files %defattr(-,root,root) -%config %_sysconfdir/nftables %_sbindir/nft %_mandir/man8/nft* %doc COPYING