diff --git a/nftables-1.0.3.tar.bz2 b/nftables-1.0.3.tar.bz2 deleted file mode 100644 index c1d81f5..0000000 --- a/nftables-1.0.3.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:47c4eba0105ebd3ffa89553e0702ccb34d8906a91f72ced58ab0d992b29c7748 -size 978270 diff --git a/nftables-1.0.3.tar.bz2.sig b/nftables-1.0.3.tar.bz2.sig deleted file mode 100644 index 9374d6a..0000000 Binary files a/nftables-1.0.3.tar.bz2.sig and /dev/null differ diff --git a/nftables-1.0.4.tar.bz2 b/nftables-1.0.4.tar.bz2 new file mode 100644 index 0000000..fc344d8 --- /dev/null +++ b/nftables-1.0.4.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:927fb1fea1f685a328c10cf791eb655d7e1ed49d310eea5cb3101dfd8d6cba35 +size 979540 diff --git a/nftables-1.0.4.tar.bz2.sig b/nftables-1.0.4.tar.bz2.sig new file mode 100644 index 0000000..9d0d660 Binary files /dev/null and b/nftables-1.0.4.tar.bz2.sig differ diff --git a/nftables.changes b/nftables.changes index f0771e0..4e3abc1 100644 --- a/nftables.changes +++ b/nftables.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue Jun 7 14:55:21 UTC 2022 - Jan Engelhardt + +- Update to release 1.0.4 + * Fixed a segfault in -o/--optimize with unsupported statements. + * Bogus datatype mismatch error report in sets was fixed. + ------------------------------------------------------------------- Tue May 31 13:34:12 UTC 2022 - Jan Engelhardt diff --git a/nftables.spec b/nftables.spec index 5c0b967..d421c77 100644 --- a/nftables.spec +++ b/nftables.spec @@ -17,7 +17,7 @@ Name: nftables -Version: 1.0.3 +Version: 1.0.4 Release: 0 Summary: Userspace utility to access the nf_tables packet filter License: GPL-2.0-only @@ -38,7 +38,7 @@ BuildRequires: python3-base BuildRequires: pkgconfig(jansson) BuildRequires: pkgconfig(libedit) BuildRequires: pkgconfig(libmnl) >= 1.0.4 -BuildRequires: pkgconfig(libnftnl) >= 1.2.1 +BuildRequires: pkgconfig(libnftnl) >= 1.2.2 BuildRequires: pkgconfig(xtables) >= 1.6.1 %description