- Update to release 0.9.9
OBS-URL: https://build.opensuse.org/package/show/security:netfilter/nftables?expand=0&rev=61
This commit is contained in:
parent
f0d1e49fb5
commit
ccaa0e7791
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:60fc004656dae4fefc4901c939c9d64120b4dedb49738e420a9a34989f108fe4
|
||||
size 879516
|
Binary file not shown.
3
nftables-0.9.9.tar.bz2
Normal file
3
nftables-0.9.9.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:76ef2dc7fd0d79031a8369487739a217ca83996b3a746cec5bda79da11e3f1b4
|
||||
size 922624
|
BIN
nftables-0.9.9.tar.bz2.sig
Normal file
BIN
nftables-0.9.9.tar.bz2.sig
Normal file
Binary file not shown.
@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue May 25 23:20:59 UTC 2021 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Update to release 0.9.9
|
||||
* Flowtable hardware offload support
|
||||
* Support for the table owner flag.
|
||||
* 802.1ad (QinQ) support
|
||||
* cgroupsv2 support.
|
||||
* match on SCTP packet chunks (dependent on Linux 5.14)
|
||||
* Allow to use verdict in set/map typeof definitions
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 15 22:28:26 UTC 2021 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: nftables
|
||||
Version: 0.9.8
|
||||
Version: 0.9.9
|
||||
Release: 0
|
||||
Summary: Userspace utility to access the nf_tables packet filter
|
||||
License: GPL-2.0-only
|
||||
@ -37,7 +37,7 @@ BuildRequires: python3-base
|
||||
BuildRequires: readline-devel
|
||||
BuildRequires: pkgconfig(jansson)
|
||||
BuildRequires: pkgconfig(libmnl) >= 1.0.4
|
||||
BuildRequires: pkgconfig(libnftnl) >= 1.1.9
|
||||
BuildRequires: pkgconfig(libnftnl) >= 1.2.0
|
||||
BuildRequires: pkgconfig(xtables) >= 1.6.1
|
||||
|
||||
%description
|
||||
@ -98,13 +98,14 @@ b="%buildroot"
|
||||
%make_install -C obj
|
||||
rm -f "%buildroot/%_libdir"/*.la
|
||||
mkdir -p "$b/%_docdir/%name/examples"
|
||||
mv "$b/%_sysconfdir/nftables"/* "$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
|
||||
|
||||
%files
|
||||
%license COPYING
|
||||
%_sysconfdir/nftables/
|
||||
%_sbindir/nft
|
||||
%_mandir/man5/*.5*
|
||||
%_mandir/man8/nft*
|
||||
|
Loading…
Reference in New Issue
Block a user