Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package nftables for openSUSE:Factory checked in at 2023-07-26 13:22:16 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/nftables (Old) and /work/SRC/openSUSE:Factory/.nftables.new.15225 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "nftables" Wed Jul 26 13:22:16 2023 rev:31 rq:1100606 version:1.0.8 Changes: -------- --- /work/SRC/openSUSE:Factory/nftables/nftables.changes 2023-03-15 18:53:03.283919676 +0100 +++ /work/SRC/openSUSE:Factory/.nftables.new.15225/nftables.changes 2023-07-26 13:22:33.983524673 +0200 @@ -1,0 +2,17 @@ +Fri Jul 14 11:56:43 UTC 2023 - Jan Engelhardt <jeng...@inai.de> + +- Update to release 1.0.8 + * Support for setting meta and ct mark from other fields in + rules, e.g. set meta mark to ip dscp header field. + * Enhacements for -o/--optimize to deal with NAT statements, to + compact masquerade statements. + * Support for stateful statements in anonymous maps, such as + counters. + * Support for resetting stateful expressions in sets, maps and + elements, e.g. counters. + * broute support to short-circuit bridge logic from the bridge + prerouting hook and pass up packets to the local IP stack. + * JSON support for table and chain comments. +- Added 0001-Revert-py-replace-distutils-with-setuptools.patch + +------------------------------------------------------------------- Old: ---- nftables-1.0.7.tar.xz nftables-1.0.7.tar.xz.sig New: ---- 0001-Revert-py-replace-distutils-with-setuptools.patch nftables-1.0.8.tar.xz nftables-1.0.8.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ nftables.spec ++++++ --- /var/tmp/diff_new_pack.Ze72Fb/_old 2023-07-26 13:22:34.795529269 +0200 +++ /var/tmp/diff_new_pack.Ze72Fb/_new 2023-07-26 13:22:34.799529291 +0200 @@ -17,7 +17,7 @@ Name: nftables -Version: 1.0.7 +Version: 1.0.8 Release: 0 Summary: Userspace utility to access the nf_tables packet filter License: GPL-2.0-only @@ -28,6 +28,7 @@ Source: http://ftp.netfilter.org/pub/%name/%name-%version.tar.xz Source2: http://ftp.netfilter.org/pub/%name/%name-%version.tar.xz.sig Source3: %name.keyring +Patch1: 0001-Revert-py-replace-distutils-with-setuptools.patch BuildRequires: asciidoc BuildRequires: bison BuildRequires: flex @@ -38,7 +39,7 @@ BuildRequires: pkgconfig(jansson) BuildRequires: pkgconfig(libedit) BuildRequires: pkgconfig(libmnl) >= 1.0.4 -BuildRequires: pkgconfig(libnftnl) >= 1.2.5 +BuildRequires: pkgconfig(libnftnl) >= 1.2.6 BuildRequires: pkgconfig(xtables) >= 1.6.1 %description ++++++ 0001-Revert-py-replace-distutils-with-setuptools.patch ++++++ >From 2125091e724c399d653790af854d9daba0218b99 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt <jeng...@inai.de> Date: Mon, 17 Jul 2023 12:13:05 +0200 Subject: [PATCH] Revert "py: replace distutils with setuptools" This reverts commit 1acc2fd48c755a8931fa87b8d0560b750316059f. --- py/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/py/setup.py b/py/setup.py index 8ad73e7b..72fc8fd9 100755 --- a/py/setup.py +++ b/py/setup.py @@ -1,5 +1,5 @@ #!/usr/bin/env python -from setuptools import setup +from distutils.core import setup from nftables import NFTABLES_VERSION setup(name='nftables', -- 2.41.0 ++++++ nftables-1.0.7.tar.xz -> nftables-1.0.8.tar.xz ++++++ ++++ 39976 lines of diff (skipped)