diff --git a/nftables-0.9.7.tar.bz2 b/nftables-0.9.7.tar.bz2 deleted file mode 100644 index f53f58d..0000000 --- a/nftables-0.9.7.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fe6b8a8c326a2c09c02ca162b840d7d4aadb043ce7a367c166d6455b0e112cb0 -size 872759 diff --git a/nftables-0.9.7.tar.bz2.sig b/nftables-0.9.7.tar.bz2.sig deleted file mode 100644 index 779fffc..0000000 Binary files a/nftables-0.9.7.tar.bz2.sig and /dev/null differ diff --git a/nftables-0.9.8.tar.bz2 b/nftables-0.9.8.tar.bz2 new file mode 100644 index 0000000..16485af --- /dev/null +++ b/nftables-0.9.8.tar.bz2 @@ -0,0 +1,3 @@ +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 new file mode 100644 index 0000000..3e6414a Binary files /dev/null and b/nftables-0.9.8.tar.bz2.sig differ diff --git a/nftables.changes b/nftables.changes index 2b7c132..bf240d9 100644 --- a/nftables.changes +++ b/nftables.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Fri Jan 15 22:28:26 UTC 2021 - Jan Engelhardt + +- Update to release 0.9.8 + * Complete support for matching ICMP header content fields. + * Added raw tcp option match support. + * Added ability to check for the presence of any tcp option. + * Support for rejecting traffic from the ingress chain. + ------------------------------------------------------------------- Tue Oct 27 12:08:37 UTC 2020 - Jan Engelhardt diff --git a/nftables.spec b/nftables.spec index ce4e2fb..6a74ffd 100644 --- a/nftables.spec +++ b/nftables.spec @@ -1,7 +1,7 @@ # # spec file for package nftables # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: nftables -Version: 0.9.7 +Version: 0.9.8 Release: 0 Summary: Userspace utility to access the nf_tables packet filter License: GPL-2.0-only @@ -36,8 +36,8 @@ BuildRequires: pkg-config >= 0.21 BuildRequires: python3-base BuildRequires: readline-devel BuildRequires: pkgconfig(jansson) -BuildRequires: pkgconfig(libmnl) >= 1.0.3 -BuildRequires: pkgconfig(libnftnl) >= 1.1.8 +BuildRequires: pkgconfig(libmnl) >= 1.0.4 +BuildRequires: pkgconfig(libnftnl) >= 1.1.9 BuildRequires: pkgconfig(xtables) >= 1.6.1 %description