[packages/iptables] - updated to 1.8.11
qboosh
qboosh at pld-linux.org
Fri Apr 4 18:08:22 CEST 2025
commit 5a9706effe7f2cb03baf6ec38df07a92fe85e39f
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Fri Apr 4 17:42:01 2025 +0200
- updated to 1.8.11
iptables-rpc.patch | 17 +++++++++--------
iptables.spec | 6 ++++--
2 files changed, 13 insertions(+), 10 deletions(-)
---
diff --git a/iptables.spec b/iptables.spec
index c6bd6da..9f3d05c 100644
--- a/iptables.spec
+++ b/iptables.spec
@@ -35,12 +35,12 @@ Summary(ru.UTF-8): Утилиты для управления пакетными
Summary(uk.UTF-8): Утиліти для керування пакетними фільтрами ядра Linux
Summary(zh_CN.UTF-8): Linux内核包过滤管理工具
Name: iptables%{?with_vserver:-vserver}
-Version: 1.8.10
+Version: 1.8.11
Release: 1
License: GPL v2
Group: Networking/Admin
Source0: https://netfilter.org/projects/iptables/files/%{orgname}-%{version}.tar.xz
-# Source0-md5: 5eaa3bb424dd3a13c98c0cb026314029
+# Source0-md5: 44191ce12055da9790a92429c771ba50
Source1: cvs://cvs.samba.org/netfilter/%{orgname}-howtos.tar.bz2
# Source1-md5: 2ed2b452daefe70ededd75dc0061fd07
Source2: iptables.init
@@ -501,6 +501,7 @@ fi
%attr(755,root,root) %{_sbindir}/arptables-nft-save
%attr(755,root,root) %{_sbindir}/arptables-restore
%attr(755,root,root) %{_sbindir}/arptables-save
+%attr(755,root,root) %{_sbindir}/arptables-translate
%attr(755,root,root) %{_sbindir}/ip6tables-nft
%attr(755,root,root) %{_sbindir}/ip6tables-nft-restore
%attr(755,root,root) %{_sbindir}/ip6tables-nft-save
@@ -533,6 +534,7 @@ fi
%{_mandir}/man8/arptables-nft.8*
%{_mandir}/man8/arptables-nft-restore.8*
%{_mandir}/man8/arptables-nft-save.8*
+%{_mandir}/man8/arptables-translate.8*
%{_mandir}/man8/ip6tables-restore-translate.8*
%{_mandir}/man8/ip6tables-translate.8*
%{_mandir}/man8/iptables-restore-translate.8*
diff --git a/iptables-rpc.patch b/iptables-rpc.patch
index 4cf1b86..934e993 100644
--- a/iptables-rpc.patch
+++ b/iptables-rpc.patch
@@ -10,14 +10,15 @@ diff --color -urN iptables-1.8.5.orig/configure.ac iptables-1.8.5/configure.ac
AC_SUBST([blacklist_modules])
AC_SUBST([blacklist_x_modules])
AC_SUBST([blacklist_b_modules])
---- iptables-1.8.9/extensions/GNUmakefile.in.orig 2023-03-11 09:28:56.132231367 +0100
-+++ iptables-1.8.9/extensions/GNUmakefile.in 2023-03-11 10:23:11.057931255 +0100
-@@ -22,7 +22,7 @@ regular_CPPFLAGS = @regular_CPPFLAGS@
- kinclude_CPPFLAGS = @kinclude_CPPFLAGS@
-
- AM_CFLAGS = ${regular_CFLAGS}
--AM_CPPFLAGS = ${regular_CPPFLAGS} -I${top_builddir}/include -I${top_builddir} -I${top_srcdir}/include -I${top_srcdir} ${kinclude_CPPFLAGS} ${CPPFLAGS} @libnetfilter_conntrack_CFLAGS@ @libnftnl_CFLAGS@
-+AM_CPPFLAGS = ${regular_CPPFLAGS} -I${top_builddir}/include -I${top_builddir} -I${top_srcdir}/include -I${top_srcdir} ${kinclude_CPPFLAGS} ${CPPFLAGS} @libnetfilter_conntrack_CFLAGS@ @libnftnl_CFLAGS@ @TIRPC_CFLAGS@
+--- iptables-1.8.11/extensions/GNUmakefile.in.orig 2024-01-24 18:26:41.000000000 +0100
++++ iptables-1.8.11/extensions/GNUmakefile.in 2025-04-04 17:38:16.201547559 +0200
+@@ -30,7 +30,8 @@ AM_CPPFLAGS = ${regular_CPPFLAGS} \
+ ${kinclude_CPPFLAGS} \
+ ${CPPFLAGS} \
+ @libnetfilter_conntrack_CFLAGS@ \
+- @libnftnl_CFLAGS@
++ @libnftnl_CFLAGS@ \
++ @TIRPC_CFLAGS@
AM_DEPFLAGS = -Wp,-MMD,$(@D)/.$(@F).d,-MT,$@
AM_LDFLAGS = @noundef_LDFLAGS@ @regular_LDFLAGS@
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/iptables.git/commitdiff/5a9706effe7f2cb03baf6ec38df07a92fe85e39f
More information about the pld-cvs-commit
mailing list