From 90f34082f5ca9b61702f1dfdea179eb390405581 Mon Sep 17 00:00:00 2001 From: Packit Service Date: Dec 09 2020 17:26:59 +0000 Subject: Add spec-file for the distribution --- diff --git a/SPECS/iptables.spec b/SPECS/iptables.spec index a631e1c..50145cc 100644 --- a/SPECS/iptables.spec +++ b/SPECS/iptables.spec @@ -17,7 +17,7 @@ Name: iptables Summary: Tools for managing Linux kernel packet filtering capabilities URL: http://www.netfilter.org/projects/iptables Version: 1.8.4 -Release: 15%{?dist} +Release: 16%{?dist} Source: %{url}/files/%{name}-%{version}.tar.bz2 Source1: iptables.init Source2: iptables-config @@ -59,6 +59,15 @@ Patch22: 0022-nfnl_osf-Improve-error-handling.patch Patch23: 0023-nft-cache-Reset-genid-when-rebuilding-cache.patch Patch24: 0024-nft-Fix-for-F-in-iptables-dumps.patch Patch25: 0025-tests-shell-Test-F-in-dump-files.patch +Patch26: 0026-nft-Make-batch_add_chain-return-the-added-batch-obje.patch +Patch27: 0027-nft-Fix-error-reporting-for-refreshed-transactions.patch +Patch28: 0028-nft-Fix-for-concurrent-noflush-restore-calls.patch +Patch29: 0029-tests-shell-Improve-concurrent-noflush-restore-test-.patch +Patch30: 0030-nft-cache-Make-nft_rebuild_cache-respect-fake-cache.patch +Patch31: 0031-nft-Fix-for-broken-address-mask-match-detection.patch +Patch32: 0032-nft-Optimize-class-based-IP-prefix-matches.patch +Patch33: 0033-ebtables-Optimize-masked-MAC-address-matches.patch +Patch34: 0034-tests-shell-Add-test-for-bitwise-avoidance-fixes.patch # pf.os: ISC license # iptables-apply: Artistic Licence 2.0 @@ -467,6 +476,17 @@ done %doc %{_mandir}/man8/ebtables*.8* %changelog +* Wed Oct 28 2020 Phil Sutter - 1.8.4-16 +- tests/shell: Add test for bitwise avoidance fixes +- ebtables: Optimize masked MAC address matches +- nft: Optimize class-based IP prefix matches +- nft: Fix for broken address mask match detection +- nft: cache: Make nft_rebuild_cache() respect fake cache +- tests: shell: Improve concurrent noflush restore test a bit +- nft: Fix for concurrent noflush restore calls +- nft: Fix error reporting for refreshed transactions +- nft: Make batch_add_chain() return the added batch object + * Sat Aug 15 2020 Phil Sutter - 1.8.4-15 - Ignore sysctl files not suffixed '.conf'