diff --git a/nftables-1.1.0.tar.xz b/nftables-1.1.0.tar.xz deleted file mode 100644 index 0f17029..0000000 --- a/nftables-1.1.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 6860302..0000000 Binary files a/nftables-1.1.0.tar.xz.sig and /dev/null differ diff --git a/nftables-1.1.1.tar.xz b/nftables-1.1.1.tar.xz new file mode 100644 index 0000000..bc93b62 --- /dev/null +++ b/nftables-1.1.1.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6358830f3a64f31e39b0ad421d7dadcd240b72343ded48d8ef13b8faf204865a +size 989700 diff --git a/nftables-1.1.1.tar.xz.sig b/nftables-1.1.1.tar.xz.sig new file mode 100644 index 0000000..2b402b9 Binary files /dev/null and b/nftables-1.1.1.tar.xz.sig differ diff --git a/nftables.changes b/nftables.changes index e0a9130..2794039 100644 --- a/nftables.changes +++ b/nftables.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Thu Oct 3 07:00:54 UTC 2024 - Jan Engelhardt + +- Update to release 1.1.1 + * Reduce netlink cache dependencies to speed up incremental + updates. + * Allow zero burst in byte ratelimiter expression. + * Fix double-free when users call nft_ctx_clear_vars() followed + by nft_ctx_free(). + * Document that the tproxy statement is non-terminal (unlike in + iptables). This allows for tproxy+log and tproxy+mark combos, + see man nft(8) for details. + * Add egress support for the `list hooks` subcommand. + ------------------------------------------------------------------- Wed Jul 17 02:13:42 UTC 2024 - Jan Engelhardt diff --git a/nftables.spec b/nftables.spec index 7c61eab..4dce635 100644 --- a/nftables.spec +++ b/nftables.spec @@ -22,13 +22,12 @@ %define pyversion 0.1 Name: nftables -Version: 1.1.0 +Version: 1.1.1 Release: 0 Summary: Userspace utility to access the nf_tables packet filter License: GPL-2.0-only 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.xz Source2: http://ftp.netfilter.org/pub/%name/%name-%version.tar.xz.sig @@ -48,7 +47,7 @@ BuildRequires: python-rpm-macros BuildRequires: pkgconfig(jansson) BuildRequires: pkgconfig(libedit) BuildRequires: pkgconfig(libmnl) >= 1.0.4 -BuildRequires: pkgconfig(libnftnl) >= 1.2.7 +BuildRequires: pkgconfig(libnftnl) >= 1.2.8 BuildRequires: pkgconfig(xtables) >= 1.6.1 %python_subpackages @@ -125,8 +124,7 @@ rm -f "%buildroot/%_libdir"/*.la mkdir -p "$b/%_docdir/%name/examples" mv -v "$b/%_datadir/nftables"/*.nft "$b/%_docdir/%name/examples/" -%post -n libnftables1 -p /sbin/ldconfig -%postun -n libnftables1 -p /sbin/ldconfig +%ldconfig_scriptlets -n libnftables1 %files %license COPYING @@ -146,7 +144,7 @@ mv -v "$b/%_datadir/nftables"/*.nft "$b/%_docdir/%name/examples/" %_mandir/man3/*.3* %files %{python_files nftables} -%{python_sitelib}/nftables -%{python_sitelib}/nftables-%{pyversion}.dist-info +%python_sitelib/nftables +%python_sitelib/nftables-%pyversion.dist-info %changelog