diff --git a/nftables-1.0.5.tar.bz2 b/nftables-1.0.5.tar.bz2 deleted file mode 100644 index 08ad29b..0000000 --- a/nftables-1.0.5.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8d1b4b18393af43698d10baa25d2b9b6397969beecac7816c35dd0714e4de50a -size 982538 diff --git a/nftables-1.0.5.tar.bz2.sig b/nftables-1.0.5.tar.bz2.sig deleted file mode 100644 index cc0dcee..0000000 Binary files a/nftables-1.0.5.tar.bz2.sig and /dev/null differ diff --git a/nftables-1.0.6.tar.xz b/nftables-1.0.6.tar.xz new file mode 100644 index 0000000..4731bda --- /dev/null +++ b/nftables-1.0.6.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2407430ddd82987670e48dc2fda9e280baa8307abec04ab18d609df3db005e4c +size 834584 diff --git a/nftables-1.0.6.tar.xz.sig b/nftables-1.0.6.tar.xz.sig new file mode 100644 index 0000000..1a5c742 Binary files /dev/null and b/nftables-1.0.6.tar.xz.sig differ diff --git a/nftables.changes b/nftables.changes index 0724c5e..faa7d90 100644 --- a/nftables.changes +++ b/nftables.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Wed Dec 21 23:47:26 UTC 2022 - Jan Engelhardt + +- Update to release 1.0.6 + * Fix bytecode generation for concatenation of intervals where + selectors use different byteorder datatypes, e.g. IPv4 + (network byte order). + * Fix match of uncommon protocol matches with raw expressions + * Unbreak insertion of rules with intervals ("sport { + 3478-3497, 16384-16387 }") + ------------------------------------------------------------------- Wed Aug 17 19:21:15 UTC 2022 - Dirk Müller diff --git a/nftables.spec b/nftables.spec index 602fff6..76b2eb5 100644 --- a/nftables.spec +++ b/nftables.spec @@ -17,7 +17,7 @@ Name: nftables -Version: 1.0.5 +Version: 1.0.6 Release: 0 Summary: Userspace utility to access the nf_tables packet filter License: GPL-2.0-only @@ -25,8 +25,8 @@ Group: Productivity/Networking/Security URL: https://netfilter.org/projects/nftables/ #Git-Clone: git://git.netfilter.org/nftables -Source: http://ftp.netfilter.org/pub/%name/%name-%version.tar.bz2 -Source2: http://ftp.netfilter.org/pub/%name/%name-%version.tar.bz2.sig +Source: http://ftp.netfilter.org/pub/%name/%name-%version.tar.xz +Source2: http://ftp.netfilter.org/pub/%name/%name-%version.tar.xz.sig Source3: %name.keyring BuildRequires: asciidoc BuildRequires: bison @@ -38,7 +38,7 @@ BuildRequires: python3-base BuildRequires: pkgconfig(jansson) BuildRequires: pkgconfig(libedit) BuildRequires: pkgconfig(libmnl) >= 1.0.4 -BuildRequires: pkgconfig(libnftnl) >= 1.2.2 +BuildRequires: pkgconfig(libnftnl) >= 1.2.4 BuildRequires: pkgconfig(xtables) >= 1.6.1 %description