Accepting request 1136698 from home:dirkmueller:Factory
- buildrequire setuptools explicitly as pip drops the dependency * Support for matching on the target address of a IPv6 neighbour is populated from the packet path OBS-URL: https://build.opensuse.org/request/show/1136698 OBS-URL: https://build.opensuse.org/package/show/security:netfilter/nftables?expand=0&rev=85
This commit is contained in:
parent
7b20b81e3f
commit
6c95056d6b
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jan 4 08:04:39 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- buildrequire setuptools explicitly as pip drops the dependency
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Oct 19 23:42:57 UTC 2023 - Jan Engelhardt <jengelh@inai.de>
|
Thu Oct 19 23:42:57 UTC 2023 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
@ -6,7 +11,7 @@ Thu Oct 19 23:42:57 UTC 2023 - Jan Engelhardt <jengelh@inai.de>
|
|||||||
units other than seconds.
|
units other than seconds.
|
||||||
* Allow combination of dnat with numgen.
|
* Allow combination of dnat with numgen.
|
||||||
* Allow for using constants as key in dynamic sets.
|
* Allow for using constants as key in dynamic sets.
|
||||||
* Support for matching on the target address of a IPv6 neighbour
|
* Support for matching on the target address of a IPv6 neighbour
|
||||||
solicitation/advertisement.
|
solicitation/advertisement.
|
||||||
* Restore bitwise operations in combination with maps, e.g. jump
|
* Restore bitwise operations in combination with maps, e.g. jump
|
||||||
to chain depending on bitwise operation on packet mark.
|
to chain depending on bitwise operation on packet mark.
|
||||||
@ -57,7 +62,7 @@ Wed Aug 17 19:21:15 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
|||||||
* Fixes for the -o/--optimize, run this --optimize option to automagically
|
* Fixes for the -o/--optimize, run this --optimize option to automagically
|
||||||
compact your ruleset using sets, maps and concatenations
|
compact your ruleset using sets, maps and concatenations
|
||||||
* Fix ethernet and vlan concatenations, eg. define a dynamic set which
|
* Fix ethernet and vlan concatenations, eg. define a dynamic set which
|
||||||
is populated from the packet path
|
is populated from the packet path
|
||||||
* Fix ruleset listing with interface wildcard map
|
* Fix ruleset listing with interface wildcard map
|
||||||
* Fix several regressions in the input lexer which broke valid rulesets.
|
* Fix several regressions in the input lexer which broke valid rulesets.
|
||||||
* Fix slowdown with large lists of singleton interval elements.
|
* Fix slowdown with large lists of singleton interval elements.
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package nftables
|
# spec file for package nftables
|
||||||
#
|
#
|
||||||
# Copyright (c) 2023 SUSE LLC
|
# Copyright (c) 2024 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -29,6 +29,7 @@ Source: http://ftp.netfilter.org/pub/%name/%name-%version.tar.xz
|
|||||||
Source2: http://ftp.netfilter.org/pub/%name/%name-%version.tar.xz.sig
|
Source2: http://ftp.netfilter.org/pub/%name/%name-%version.tar.xz.sig
|
||||||
Source3: %name.keyring
|
Source3: %name.keyring
|
||||||
BuildRequires: %{python_module pip}
|
BuildRequires: %{python_module pip}
|
||||||
|
BuildRequires: %{python_module setuptools}
|
||||||
BuildRequires: %{python_module wheel}
|
BuildRequires: %{python_module wheel}
|
||||||
BuildRequires: asciidoc
|
BuildRequires: asciidoc
|
||||||
BuildRequires: bison
|
BuildRequires: bison
|
||||||
|
Loading…
Reference in New Issue
Block a user