diff --git a/nftables-0.9.3.tar.bz2 b/nftables-0.9.3.tar.bz2 deleted file mode 100644 index a35a874..0000000 --- a/nftables-0.9.3.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:956b915ce2a7aeaff123e49006be7a0690a0964e96c062703181a36e2e5edb78 -size 786759 diff --git a/nftables-0.9.3.tar.bz2.sig b/nftables-0.9.3.tar.bz2.sig deleted file mode 100644 index 13a65cb..0000000 Binary files a/nftables-0.9.3.tar.bz2.sig and /dev/null differ diff --git a/nftables-0.9.4.tar.bz2 b/nftables-0.9.4.tar.bz2 new file mode 100644 index 0000000..f95cdc4 --- /dev/null +++ b/nftables-0.9.4.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08b8683a9db5fba980bc092b75288af98d218bbe8ab446daf2338570d0730f9a +size 792788 diff --git a/nftables-0.9.4.tar.bz2.sig b/nftables-0.9.4.tar.bz2.sig new file mode 100644 index 0000000..201ccc9 Binary files /dev/null and b/nftables-0.9.4.tar.bz2.sig differ diff --git a/nftables.changes b/nftables.changes index 18f5551..a15c3f9 100644 --- a/nftables.changes +++ b/nftables.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Wed Apr 1 18:48:56 UTC 2020 - Jan Engelhardt + +- Update to release 0.9.4 + * Add a helper for concat expression handling. + * Add "typeof" build/parse/print support. + ------------------------------------------------------------------- Mon Dec 9 09:39:52 UTC 2019 - Jan Engelhardt diff --git a/nftables.spec b/nftables.spec index 4a4154f..e75b9c0 100644 --- a/nftables.spec +++ b/nftables.spec @@ -1,7 +1,7 @@ # # spec file for package nftables # -# Copyright (c) 2019 SUSE LLC +# Copyright (c) 2020 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.3 +Version: 0.9.4 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.3 -BuildRequires: pkgconfig(libnftnl) >= 1.1.4 +BuildRequires: pkgconfig(libnftnl) >= 1.1.6 BuildRequires: pkgconfig(xtables) >= 1.6.1 %description