Accepting request 997601 from home:dirkmueller:Factory

- update to 1.0.5:
  * Fixes for the -o/--optimize, run this --optimize option to automagically
    compact your ruleset using sets, maps and concatenations
  * Fix ethernet and vlan concatenations, eg. define a dynamic set which
    is populated from the packet path 
  * Fix ruleset listing with interface wildcard map
  * Fix several regressions in the input lexer which broke valid rulesets.
  * Fix slowdown with large lists of singleton interval elements.
  * Fix set automerge feature for large lists of singleton interval elements.
  * Fix bogus error reporting for exact overlaps.
  * Fix segfault when adding elements to invalid set.
  * fix device parsing in netdev family in json.

OBS-URL: https://build.opensuse.org/request/show/997601
OBS-URL: https://build.opensuse.org/package/show/security:netfilter/nftables?expand=0&rev=70
This commit is contained in:
Jan Engelhardt 2022-08-18 13:05:12 +00:00 committed by Git OBS Bridge
parent 7815df55d2
commit 92cd116ad0
6 changed files with 20 additions and 4 deletions

View File

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

Binary file not shown.

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

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

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

Binary file not shown.

View File

@ -1,3 +1,19 @@
-------------------------------------------------------------------
Wed Aug 17 19:21:15 UTC 2022 - Dirk Müller <dmueller@suse.com>
- update to 1.0.5:
* Fixes for the -o/--optimize, run this --optimize option to automagically
compact your ruleset using sets, maps and concatenations
* Fix ethernet and vlan concatenations, eg. define a dynamic set which
is populated from the packet path
* Fix ruleset listing with interface wildcard map
* Fix several regressions in the input lexer which broke valid rulesets.
* Fix slowdown with large lists of singleton interval elements.
* Fix set automerge feature for large lists of singleton interval elements.
* Fix bogus error reporting for exact overlaps.
* Fix segfault when adding elements to invalid set.
* fix device parsing in netdev family in json.
-------------------------------------------------------------------
Tue Jun 7 14:55:21 UTC 2022 - Jan Engelhardt <jengelh@inai.de>

View File

@ -17,7 +17,7 @@
Name: nftables
Version: 1.0.4
Version: 1.0.5
Release: 0
Summary: Userspace utility to access the nf_tables packet filter
License: GPL-2.0-only