diff --git a/0077-nft-shared-Introduce-__get_cmp_data.patch b/0077-nft-shared-Introduce-__get_cmp_data.patch index a66ba065d2c6c3a4091f9479c0e8849b1e860a59..06b125e73f0e8046d5904db34f96a7086eca23ef 100644 --- a/0077-nft-shared-Introduce-__get_cmp_data.patch +++ b/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/0078-ebtables-Support-p-Length.patch b/0078-ebtables-Support-p-Length.patch index 845609da617d8c2cdcafc6665e4c882c229ceda7..7b232499854cdd4f38d528ae0c22d92cb6c0c6be 100644 --- a/0078-ebtables-Support-p-Length.patch +++ b/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/dist b/dist index 535c6900412d365bb0ff6de8d1f27110833b3ae3..9c0e36ec42a2d9bfefacb21ac6354c9ddd910533 100644 --- a/dist +++ b/dist @@ -1 +1 @@ -an8_7 +an8 diff --git a/iptables.spec b/iptables.spec index 7c64291380458e4af48261ed8814582977ec0b8e..f2841a0fe77f22c820a760f81fc45748920fee6c 100644 --- a/iptables.spec +++ b/iptables.spec @@ -18,7 +18,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%{anolis_release}%{?dist}.1 +Release: 24%{anolis_release}%{?dist} Source: %{url}/files/%{name}-%{version}.tar.bz2 Source1: iptables.init Source2: iptables-config @@ -114,7 +114,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 @@ -528,11 +527,11 @@ done %doc %{_mandir}/man8/ebtables*.8* %changelog -* Mon Feb 27 2023 Liwei Ge - 1.8.4-23.0.1.1 +* Thu May 25 2023 Liwei Ge - 1.8.4-24.0.1 - Debrand for Anolis OS - Add legacy tools back -* 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()