SHA256
1
0
forked from pool/nftables

- Update to new upstream release 0.9.0

OBS-URL: https://build.opensuse.org/package/show/security:netfilter/nftables?expand=0&rev=37
This commit is contained in:
Jan Engelhardt 2018-06-09 07:29:57 +00:00 committed by Git OBS Bridge
parent e1bc2e1fcd
commit 1680099fa6
6 changed files with 16 additions and 6 deletions

View File

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

Binary file not shown.

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

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

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

Binary file not shown.

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Sat Jun 9 07:28:57 UTC 2018 - jengelh@inai.de
- Update to new upstream release 0.9.0
* Support to check if packet matches an existing socket.
* Support to limit number of active connections by arbitrary
criteria, such as ip addresses, networks, conntrack zones or
any combination thereof.
* Added support for "audit" logging.
-------------------------------------------------------------------
Fri May 11 07:30:10 UTC 2018 - jengelh@inai.de

View File

@ -17,7 +17,7 @@
Name: nftables
Version: 0.8.5
Version: 0.9.0
Release: 0
Summary: Userspace utility to access the nf_tables packet filter
License: GPL-2.0-only
@ -37,8 +37,8 @@ BuildRequires: pkg-config >= 0.21
BuildRequires: readline-devel
BuildRequires: xsltproc
BuildRequires: pkgconfig(libmnl) >= 1.0.3
BuildRequires: pkgconfig(libnftnl) >= 1.1.0
BuildRequires: pkgconfig(xtables) >= 1.6.0
BuildRequires: pkgconfig(libnftnl) >= 1.1.1
BuildRequires: pkgconfig(xtables) >= 1.6.1
%description
nf_tables is a firewalling mechanism in the Linux kernel, running