Accepting request 582292 from security:netfilter

- Update to new upstream release 0.8.3

OBS-URL: https://build.opensuse.org/request/show/582292
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/nftables?expand=0&rev=11
This commit is contained in:
Dominique Leuenberger 2018-03-04 11:52:22 +00:00 committed by Git OBS Bridge
commit 0e85b7f092
6 changed files with 18 additions and 12 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:675f0aaf88f11e7eacef63dc89cb65d207d9e09c3ea6d518f0ebbb013f0767ec
size 678179

Binary file not shown.

3
nftables-0.8.3.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d16be1f5db88e95d29fc0b0e4df88acd079f3ee8e2b872ec7673f9a0d5d95e38
size 683802

BIN
nftables-0.8.3.tar.bz2.sig Normal file

Binary file not shown.

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Sat Mar 3 22:59:01 UTC 2018 - jengelh@inai.de
- Update to new upstream release 0.8.3
* raw payload support to match headers that do not yet have
received a mnemonic.
-------------------------------------------------------------------
Sat Feb 3 14:26:36 UTC 2018 - jengelh@inai.de

View File

@ -17,10 +17,10 @@
Name: nftables
Version: 0.8.2
Version: 0.8.3
Release: 0
Summary: Userspace utility to access the nf_tables packet filter
License: GPL-2.0
License: GPL-2.0-only
Group: Productivity/Networking/Security
Url: http://netfilter.org/projects/nftables/
@ -41,15 +41,15 @@ BuildRequires: pkgconfig(libnftnl) >= 1.0.9
BuildRequires: pkgconfig(xtables) >= 1.6.0
%description
nf_tables is the new firewalling infrastructure in the Linux kernel,
intended to replace ip_tables, ip6_tables, arp_tables and ebtables in
the long term. nftables is the corresponsing userspace frontend,
replacing their respective userspace utilities.
nf_tables is a new firewalling mechanism in the Linux kernel, running
independently of, and thus parallel to, ip_tables, ip6_tables,
arp_tables and ebtables. nftables is the corresponsing userspace
frontend.
nftables features native support for sets and dictionaries of
arbitrary types, support for many different protocols, meta data
types, connection tracking, NAT, logging, atomic incremental and full
ruleset updates.
types, connection tracking, NAT setup, logging, atomic incremental
and full ruleset updates.
%prep
%setup -q
@ -72,7 +72,6 @@ rm -f "%buildroot/%_libdir/pkgconfig"/*.pc
%files
%defattr(-,root,root)
%config %_sysconfdir/nftables
%_sbindir/nft
%_mandir/man8/nft*
%doc COPYING