diff --git a/nftables-0.9.8.tar.bz2 b/nftables-0.9.8.tar.bz2 deleted file mode 100644 index 16485af..0000000 --- a/nftables-0.9.8.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:60fc004656dae4fefc4901c939c9d64120b4dedb49738e420a9a34989f108fe4 -size 879516 diff --git a/nftables-0.9.8.tar.bz2.sig b/nftables-0.9.8.tar.bz2.sig deleted file mode 100644 index 3e6414a..0000000 Binary files a/nftables-0.9.8.tar.bz2.sig and /dev/null differ diff --git a/nftables-0.9.9.tar.bz2 b/nftables-0.9.9.tar.bz2 new file mode 100644 index 0000000..bb24223 --- /dev/null +++ b/nftables-0.9.9.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76ef2dc7fd0d79031a8369487739a217ca83996b3a746cec5bda79da11e3f1b4 +size 922624 diff --git a/nftables-0.9.9.tar.bz2.sig b/nftables-0.9.9.tar.bz2.sig new file mode 100644 index 0000000..5dbf12a Binary files /dev/null and b/nftables-0.9.9.tar.bz2.sig differ diff --git a/nftables.changes b/nftables.changes index bf240d9..342bc55 100644 --- a/nftables.changes +++ b/nftables.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Tue May 25 23:20:59 UTC 2021 - Jan Engelhardt + +- Update to release 0.9.9 + * Flowtable hardware offload support + * Support for the table owner flag. + * 802.1ad (QinQ) support + * cgroupsv2 support. + * match on SCTP packet chunks (dependent on Linux 5.14) + * Allow to use verdict in set/map typeof definitions + ------------------------------------------------------------------- Fri Jan 15 22:28:26 UTC 2021 - Jan Engelhardt diff --git a/nftables.spec b/nftables.spec index 6a74ffd..6aef788 100644 --- a/nftables.spec +++ b/nftables.spec @@ -17,7 +17,7 @@ Name: nftables -Version: 0.9.8 +Version: 0.9.9 Release: 0 Summary: Userspace utility to access the nf_tables packet filter License: GPL-2.0-only @@ -37,7 +37,7 @@ BuildRequires: python3-base BuildRequires: readline-devel BuildRequires: pkgconfig(jansson) BuildRequires: pkgconfig(libmnl) >= 1.0.4 -BuildRequires: pkgconfig(libnftnl) >= 1.1.9 +BuildRequires: pkgconfig(libnftnl) >= 1.2.0 BuildRequires: pkgconfig(xtables) >= 1.6.1 %description @@ -98,13 +98,14 @@ b="%buildroot" %make_install -C obj rm -f "%buildroot/%_libdir"/*.la mkdir -p "$b/%_docdir/%name/examples" -mv "$b/%_sysconfdir/nftables"/* "$b/%_docdir/%name/examples/" +mv -v "$b/%_datadir/nftables"/*.nft "$b/%_docdir/%name/examples/" %post -n libnftables1 -p /sbin/ldconfig %postun -n libnftables1 -p /sbin/ldconfig %files %license COPYING +%_sysconfdir/nftables/ %_sbindir/nft %_mandir/man5/*.5* %_mandir/man8/nft*