import iptables-1.8.4-24.el8

This commit is contained in:
CentOS Sources 2023-05-16 06:14:52 +00:00 committed by root
parent f25b42a62f
commit e9daa61a61
3 changed files with 4 additions and 5 deletions

View File

@ -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 <phil@nwl.cc>
Date: Tue, 27 Sep 2022 23:15:37 +0200
Subject: [PATCH] nft-shared: Introduce __get_cmp_data()

View File

@ -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 <phil@nwl.cc>
Date: Tue, 27 Sep 2022 23:19:34 +0200
Subject: [PATCH] ebtables: Support '-p Length'

View File

@ -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 <psutter@redhat.com> - 1.8.4-23.1
* Wed Nov 23 2022 Phil Sutter <psutter@redhat.com> - 1.8.4-24
- ebtables: Support '-p Length'
- nft-shared: Introduce __get_cmp_data()