forked from pool/nftables
- Update to release 1.0.6
OBS-URL: https://build.opensuse.org/package/show/security:netfilter/nftables?expand=0&rev=72
This commit is contained in:
parent
92cd116ad0
commit
b25aa6dbc7
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:8d1b4b18393af43698d10baa25d2b9b6397969beecac7816c35dd0714e4de50a
|
|
||||||
size 982538
|
|
Binary file not shown.
3
nftables-1.0.6.tar.xz
Normal file
3
nftables-1.0.6.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:2407430ddd82987670e48dc2fda9e280baa8307abec04ab18d609df3db005e4c
|
||||||
|
size 834584
|
BIN
nftables-1.0.6.tar.xz.sig
Normal file
BIN
nftables-1.0.6.tar.xz.sig
Normal file
Binary file not shown.
@ -1,3 +1,14 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Dec 21 23:47:26 UTC 2022 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
- Update to release 1.0.6
|
||||||
|
* Fix bytecode generation for concatenation of intervals where
|
||||||
|
selectors use different byteorder datatypes, e.g. IPv4
|
||||||
|
(network byte order).
|
||||||
|
* Fix match of uncommon protocol matches with raw expressions
|
||||||
|
* Unbreak insertion of rules with intervals ("sport {
|
||||||
|
3478-3497, 16384-16387 }")
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Aug 17 19:21:15 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
Wed Aug 17 19:21:15 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: nftables
|
Name: nftables
|
||||||
Version: 1.0.5
|
Version: 1.0.6
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Userspace utility to access the nf_tables packet filter
|
Summary: Userspace utility to access the nf_tables packet filter
|
||||||
License: GPL-2.0-only
|
License: GPL-2.0-only
|
||||||
@ -25,8 +25,8 @@ Group: Productivity/Networking/Security
|
|||||||
URL: https://netfilter.org/projects/nftables/
|
URL: https://netfilter.org/projects/nftables/
|
||||||
|
|
||||||
#Git-Clone: git://git.netfilter.org/nftables
|
#Git-Clone: git://git.netfilter.org/nftables
|
||||||
Source: http://ftp.netfilter.org/pub/%name/%name-%version.tar.bz2
|
Source: http://ftp.netfilter.org/pub/%name/%name-%version.tar.xz
|
||||||
Source2: http://ftp.netfilter.org/pub/%name/%name-%version.tar.bz2.sig
|
Source2: http://ftp.netfilter.org/pub/%name/%name-%version.tar.xz.sig
|
||||||
Source3: %name.keyring
|
Source3: %name.keyring
|
||||||
BuildRequires: asciidoc
|
BuildRequires: asciidoc
|
||||||
BuildRequires: bison
|
BuildRequires: bison
|
||||||
@ -38,7 +38,7 @@ BuildRequires: python3-base
|
|||||||
BuildRequires: pkgconfig(jansson)
|
BuildRequires: pkgconfig(jansson)
|
||||||
BuildRequires: pkgconfig(libedit)
|
BuildRequires: pkgconfig(libedit)
|
||||||
BuildRequires: pkgconfig(libmnl) >= 1.0.4
|
BuildRequires: pkgconfig(libmnl) >= 1.0.4
|
||||||
BuildRequires: pkgconfig(libnftnl) >= 1.2.2
|
BuildRequires: pkgconfig(libnftnl) >= 1.2.4
|
||||||
BuildRequires: pkgconfig(xtables) >= 1.6.1
|
BuildRequires: pkgconfig(xtables) >= 1.6.1
|
||||||
|
|
||||||
%description
|
%description
|
||||||
|
Loading…
Reference in New Issue
Block a user