Accepting request 896788 from security:netfilter

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/896788
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/nftables?expand=0&rev=24
This commit is contained in:
Dominique Leuenberger 2021-06-09 19:51:01 +00:00 committed by Git OBS Bridge
commit 518d1e6a98
6 changed files with 18 additions and 6 deletions

View File

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

Binary file not shown.

View File

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

View File

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