diff --git a/nftables-1.0.6.tar.xz b/nftables-1.0.6.tar.xz deleted file mode 100644 index 4731bda..0000000 --- a/nftables-1.0.6.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 1a5c742..0000000 Binary files a/nftables-1.0.6.tar.xz.sig and /dev/null differ diff --git a/nftables-1.0.7.tar.xz b/nftables-1.0.7.tar.xz new file mode 100644 index 0000000..d416892 --- /dev/null +++ b/nftables-1.0.7.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c12ac941fff9adaedf17367d5ce213789b98a0d314277bc22b3d71e10891f412 +size 857140 diff --git a/nftables-1.0.7.tar.xz.sig b/nftables-1.0.7.tar.xz.sig new file mode 100644 index 0000000..1cf93d6 Binary files /dev/null and b/nftables-1.0.7.tar.xz.sig differ diff --git a/nftables.changes b/nftables.changes index faa7d90..68903a4 100644 --- a/nftables.changes +++ b/nftables.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Mon Mar 13 20:47:53 UTC 2023 - Jan Engelhardt + +- Update to release 1.0.7 + * Support for vxlan/geneve/gre/gretap matching + * auto-merge support for partial set element deletion + * Allow for NAT mapping with concatenation and ranges + * Support for quota in sets + ------------------------------------------------------------------- Wed Dec 21 23:47:26 UTC 2022 - Jan Engelhardt diff --git a/nftables.spec b/nftables.spec index 76b2eb5..66ff863 100644 --- a/nftables.spec +++ b/nftables.spec @@ -1,7 +1,7 @@ # # spec file for package nftables # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 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: 1.0.6 +Version: 1.0.7 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.4 +BuildRequires: pkgconfig(libnftnl) >= 1.2.5 BuildRequires: pkgconfig(xtables) >= 1.6.1 %description