forked from pool/nftables
- Update to release 1.0.2
OBS-URL: https://build.opensuse.org/package/show/security:netfilter/nftables?expand=0&rev=64
This commit is contained in:
parent
933b9bc7ca
commit
83fa2e817f
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:58bf547daf967a2b88ecb4f425f126006ebde22711db806b25c1d6cf84fe45f4
|
||||
size 921053
|
Binary file not shown.
3
nftables-1.0.2.tar.bz2
Normal file
3
nftables-1.0.2.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0b28a36ffcf4567b841de7bd3f37918b1fed27859eb48bdec51e1f7a83954c02
|
||||
size 970781
|
BIN
nftables-1.0.2.tar.bz2.sig
Normal file
BIN
nftables-1.0.2.tar.bz2.sig
Normal file
Binary file not shown.
@ -1,3 +1,28 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 22 04:39:01 UTC 2022 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Update to release 1.0.2
|
||||
* New ruleset optimization -o/--optimize option.
|
||||
* Support for IP and TCP options and SCTP chunks in sets.
|
||||
* Support for tcp fastopen, md5sig and mptcp options.
|
||||
* MP-TCP subtype matching support.
|
||||
* JSON support for flowtables.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 18 22:15:03 UTC 2021 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Update to release 1.0.1
|
||||
* Reduce memory footprint when loading large sets/maps.
|
||||
* Speed up reload of large sets/maps.
|
||||
* Speed up listing of specific tables in large ruleset, e.g.
|
||||
large ruleset with ~100k lines.
|
||||
* Speed up --terse option when listing a ruleset large sets/maps.
|
||||
* Print raw payload expression in hexadecimal, e.g.
|
||||
"@ll,0,8 & 0x80 == 0x80"
|
||||
* egress hook support (available since 5.16-rc1).
|
||||
* Allow matching and update bytes at inner header/payload
|
||||
offset (available since 5.16-rc1).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 19 18:06:29 UTC 2021 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package nftables
|
||||
#
|
||||
# Copyright (c) 2021 SUSE LLC
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: nftables
|
||||
Version: 1.0.0
|
||||
Version: 1.0.2
|
||||
Release: 0
|
||||
Summary: Userspace utility to access the nf_tables packet filter
|
||||
License: GPL-2.0-only
|
||||
@ -25,8 +25,8 @@ Group: Productivity/Networking/Security
|
||||
URL: https://netfilter.org/projects/nftables/
|
||||
|
||||
#Git-Clone: git://git.netfilter.org/nftables
|
||||
Source: http://ftp.netfilter.org/pub/nftables/nftables-%version.tar.bz2
|
||||
Source2: http://ftp.netfilter.org/pub/nftables/nftables-%version.tar.bz2.sig
|
||||
Source: http://ftp.netfilter.org/pub/%name/%name-%version.tar.bz2
|
||||
Source2: http://ftp.netfilter.org/pub/%name/%name-%version.tar.bz2.sig
|
||||
Source3: %name.keyring
|
||||
BuildRequires: asciidoc
|
||||
BuildRequires: bison
|
||||
@ -37,7 +37,7 @@ BuildRequires: python3-base
|
||||
BuildRequires: readline-devel
|
||||
BuildRequires: pkgconfig(jansson)
|
||||
BuildRequires: pkgconfig(libmnl) >= 1.0.4
|
||||
BuildRequires: pkgconfig(libnftnl) >= 1.2.0
|
||||
BuildRequires: pkgconfig(libnftnl) >= 1.2.1
|
||||
BuildRequires: pkgconfig(xtables) >= 1.6.1
|
||||
|
||||
%description
|
||||
|
Loading…
Reference in New Issue
Block a user