1
0
forked from jengelh/iptables

Accepting request 1118312 from security:netfilter

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1118312
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/iptables?expand=0&rev=81
This commit is contained in:
Ana Guerrero 2023-10-19 20:47:01 +00:00 committed by Git OBS Bridge
commit 82b3a34e8c
6 changed files with 20 additions and 4 deletions

3
iptables-1.8.10.tar.xz Normal file
View File

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

BIN
iptables-1.8.10.tar.xz.sig Normal file

Binary file not shown.

BIN
iptables-1.8.9.tar.xz (Stored with Git LFS)

Binary file not shown.

Binary file not shown.

View File

@ -1,3 +1,18 @@
-------------------------------------------------------------------
Tue Oct 10 11:43:57 UTC 2023 - Jan Engelhardt <jengelh@inai.de>
- Update to release 1.8.10
* xtables-translate: support rule insert with index
* broute table support in ebtables-nft
* nft-variants' debug output (pass multiple ``-v`` flags) now
contains sets if present
* Add mld-listener type names to icmp6 match
-------------------------------------------------------------------
Mon Feb 13 14:29:48 UTC 2023 - Danilo Spinella <danilo.spinella@suse.com>
- Use nftables backend by default when nftables is installed, bsc#1206383
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Jan 12 22:58:50 UTC 2023 - Jan Engelhardt <jengelh@inai.de> Thu Jan 12 22:58:50 UTC 2023 - Jan Engelhardt <jengelh@inai.de>

View File

@ -23,7 +23,7 @@
%endif %endif
Name: iptables Name: iptables
Version: 1.8.9 Version: 1.8.10
Release: 0 Release: 0
Summary: IP packet filter administration utilities Summary: IP packet filter administration utilities
License: Artistic-2.0 AND GPL-2.0-only License: Artistic-2.0 AND GPL-2.0-only
@ -50,6 +50,7 @@ BuildRequires: pkgconfig(libnfnetlink) >= 1.0.0
BuildRequires: pkgconfig(libnftnl) >= 1.1.6 BuildRequires: pkgconfig(libnftnl) >= 1.1.6
Requires: netcfg >= 11.6 Requires: netcfg >= 11.6
Requires: xtables-plugins = %version-%release Requires: xtables-plugins = %version-%release
Requires: (iptables-backend-nft if nftables)
%if %{with libalternatives} %if %{with libalternatives}
Requires: alts Requires: alts
BuildRequires: alts BuildRequires: alts