diff --git a/SPECS/iptables.spec b/SPECS/iptables.spec index 50145cc..87f721b 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: 16%{?dist} +Release: 17%{?dist} Source: %{url}/files/%{name}-%{version}.tar.bz2 Source1: iptables.init Source2: iptables-config @@ -68,6 +68,15 @@ 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 +Patch35: 0035-libxtables-Make-sure-extensions-register-in-revision.patch +Patch36: 0036-libxtables-Simplify-pending-extension-registration.patch +Patch37: 0037-libxtables-Register-multiple-extensions-in-ascending.patch +Patch38: 0038-tests-shell-Test-for-fixed-extension-registration.patch +Patch39: 0039-extensions-libipt_icmp-Fix-translation-of-type-any.patch +Patch40: 0040-extensions-libxt_CT-add-translation-for-NOTRACK.patch +Patch41: 0041-nft-Fix-command-name-in-ip6tables-error-message.patch +Patch42: 0042-tests-shell-Merge-and-extend-return-codes-test.patch +Patch43: 0043-extensions-dccp-Fix-for-DCCP-type-INVALID.patch # pf.os: ISC license # iptables-apply: Artistic Licence 2.0 @@ -476,6 +485,17 @@ done %doc %{_mandir}/man8/ebtables*.8* %changelog +* Thu Dec 10 2020 Phil Sutter - 1.8.4-17 +- extensions: dccp: Fix for DCCP type 'INVALID' +- tests: shell: Merge and extend return codes test +- nft: Fix command name in ip6tables error message +- extensions: libxt_CT: add translation for NOTRACK +- extensions: libipt_icmp: Fix translation of type 'any' +- tests/shell: Test for fixed extension registration +- libxtables: Register multiple extensions in ascending order +- libxtables: Simplify pending extension registration +- libxtables: Make sure extensions register in revision order + * Wed Oct 28 2020 Phil Sutter - 1.8.4-16 - tests/shell: Add test for bitwise avoidance fixes - ebtables: Optimize masked MAC address matches