diff --git a/SOURCES/0077-nft-shared-Introduce-__get_cmp_data.patch b/SOURCES/0077-nft-shared-Introduce-__get_cmp_data.patch index a66ba06..06b125e 100644 --- a/SOURCES/0077-nft-shared-Introduce-__get_cmp_data.patch +++ b/SOURCES/0077-nft-shared-Introduce-__get_cmp_data.patch @@ -1,4 +1,4 @@ -From f224f2763d3502b159286bcc90e769580b9f07b0 Mon Sep 17 00:00:00 2001 +From c76e3088d700ce416a2ff109168ce124ec1cebf7 Mon Sep 17 00:00:00 2001 From: Phil Sutter Date: Tue, 27 Sep 2022 23:15:37 +0200 Subject: [PATCH] nft-shared: Introduce __get_cmp_data() diff --git a/SOURCES/0078-ebtables-Support-p-Length.patch b/SOURCES/0078-ebtables-Support-p-Length.patch index 845609d..7b23249 100644 --- a/SOURCES/0078-ebtables-Support-p-Length.patch +++ b/SOURCES/0078-ebtables-Support-p-Length.patch @@ -1,4 +1,4 @@ -From 76c798f2f0021aaf740fa6cb90833e56130f7064 Mon Sep 17 00:00:00 2001 +From a6504e3aec5cfa910f96c51319c93cd2761df9e4 Mon Sep 17 00:00:00 2001 From: Phil Sutter Date: Tue, 27 Sep 2022 23:19:34 +0200 Subject: [PATCH] ebtables: Support '-p Length' diff --git a/SPECS/iptables.spec b/SPECS/iptables.spec index a9552ab..beaf5cb 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: 23%{?dist}.1 +Release: 24%{?dist} Source: %{url}/files/%{name}-%{version}.tar.bz2 Source1: iptables.init Source2: iptables-config @@ -113,7 +113,6 @@ Patch76: 0076-libxtables-Fix-unsupported-extension-warning-corner-.patch Patch77: 0077-nft-shared-Introduce-__get_cmp_data.patch Patch78: 0078-ebtables-Support-p-Length.patch - # pf.os: ISC license # iptables-apply: Artistic Licence 2.0 License: GPLv2 and Artistic 2.0 and ISC @@ -521,7 +520,7 @@ done %doc %{_mandir}/man8/ebtables*.8* %changelog -* Wed Nov 23 2022 Phil Sutter - 1.8.4-23.1 +* Wed Nov 23 2022 Phil Sutter - 1.8.4-24 - ebtables: Support '-p Length' - nft-shared: Introduce __get_cmp_data()