SHA256
1
0
forked from pool/nftables

nftables 1.1.1

This commit is contained in:
Jan Engelhardt 2024-10-03 09:03:32 +02:00
parent 7a847e7093
commit 554c6b6a3c
6 changed files with 22 additions and 10 deletions

BIN
nftables-1.1.0.tar.xz (Stored with Git LFS)

Binary file not shown.

Binary file not shown.

BIN
nftables-1.1.1.tar.xz (Stored with Git LFS) Normal file

Binary file not shown.

BIN
nftables-1.1.1.tar.xz.sig Normal file

Binary file not shown.

View File

@ -1,3 +1,17 @@
-------------------------------------------------------------------
Thu Oct 3 07:00:54 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
- 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 <jengelh@inai.de>

View File

@ -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