diff --git a/nftables-1.0.9.tar.xz b/nftables-1.0.9.tar.xz deleted file mode 100644 index e33cbe0..0000000 --- a/nftables-1.0.9.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a3c304cd9ba061239ee0474f9afb938a9bb99d89b960246f66f0c3a0a85e14cd -size 971968 diff --git a/nftables-1.0.9.tar.xz.sig b/nftables-1.0.9.tar.xz.sig deleted file mode 100644 index 4c19dc4..0000000 Binary files a/nftables-1.0.9.tar.xz.sig and /dev/null differ diff --git a/nftables-1.1.0.tar.xz b/nftables-1.1.0.tar.xz new file mode 100644 index 0000000..0f17029 --- /dev/null +++ b/nftables-1.1.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef3373294886c5b607ee7be82c56a25bc04e75f802f8e8adcd55aac91eb0aa24 +size 1057672 diff --git a/nftables-1.1.0.tar.xz.sig b/nftables-1.1.0.tar.xz.sig new file mode 100644 index 0000000..6860302 Binary files /dev/null and b/nftables-1.1.0.tar.xz.sig differ diff --git a/nftables.changes b/nftables.changes index e529a84..e0a9130 100644 --- a/nftables.changes +++ b/nftables.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Wed Jul 17 02:13:42 UTC 2024 - Jan Engelhardt + +- Update to release 1.1.0 + * Restore compatibility set element dump with <= 0.9.8 + * Disallow empty interface names + * Restore rule replace command + * Search for group, rt_mark, rt_realms at + /etc/iproute2, /usr/share/iproute2 + * Resolve some timezone issues + * Support for variables in map expressions + * VLAN support + ------------------------------------------------------------------- Thu Jan 4 08:04:39 UTC 2024 - Dirk Müller diff --git a/nftables.spec b/nftables.spec index f53abe5..7c61eab 100644 --- a/nftables.spec +++ b/nftables.spec @@ -22,7 +22,7 @@ %define pyversion 0.1 Name: nftables -Version: 1.0.9 +Version: 1.1.0 Release: 0 Summary: Userspace utility to access the nf_tables packet filter License: GPL-2.0-only @@ -48,7 +48,7 @@ BuildRequires: python-rpm-macros BuildRequires: pkgconfig(jansson) BuildRequires: pkgconfig(libedit) BuildRequires: pkgconfig(libmnl) >= 1.0.4 -BuildRequires: pkgconfig(libnftnl) >= 1.2.6 +BuildRequires: pkgconfig(libnftnl) >= 1.2.7 BuildRequires: pkgconfig(xtables) >= 1.6.1 %python_subpackages