From: Adolf Belka Date: Thu, 5 Mar 2026 17:11:21 +0000 (+0100) Subject: iptables: Update to version 1.8.13 X-Git-Tag: v2.29-core201~70 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1f48734f980b59a8dadcd7d3d4b3c82cccbac021;p=ipfire-2.x.git iptables: Update to version 1.8.13 - Update from version 1.8.12 to 1.8.13 - No change to rootfile - Changelog 1.8.13 We have identified that iptables version 1.8.12 contains a regression that breaks Docker networking functionality. To resolve this issue, we recommend upgrading to the latest iptables release. * Revert "libxtables: refuse to run under file capabilities" * configure: Bump version for 1.8.13 release * src: fix discards 'const' qualifier Signed-off-by: Adolf Belka Signed-off-by: Michael Tremer --- diff --git a/lfs/iptables b/lfs/iptables index 398dbb4be..018d756bc 100644 --- a/lfs/iptables +++ b/lfs/iptables @@ -2,7 +2,7 @@ # # # IPFire.org - A linux based firewall # # Copyright (C) 2007-2026 IPFire Team # -# # +# 5bfaa3353c8aa8df34938e00739a6713b49697157268bb65302dac86b832c826d7b73c35ed5e71f376299c69d4a62c1d14d4b2d177c62a4f667d0b3c378a34fa # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # # the Free Software Foundation, either version 3 of the License, or # @@ -24,7 +24,7 @@ include Config -VER = 1.8.12 +VER = 1.8.13 THISAPP = iptables-$(VER) DL_FILE = $(THISAPP).tar.xz @@ -41,7 +41,7 @@ objects = $(DL_FILE) \ $(DL_FILE) = $(DL_FROM)/$(DL_FILE) netfilter-layer7-v2.23.tar.gz = $(URL_IPFIRE)/netfilter-layer7-v2.23.tar.gz -$(DL_FILE)_BLAKE2 = 5516aadcf413efde272b09d1747e78e19f1d9e5481cdfdfe2360ca5f16926bb17535f58e4014a3616c59da83f41b39fc71e591c916bc309c7ca31701785a9e7e +$(DL_FILE)_BLAKE2 = 5bfaa3353c8aa8df34938e00739a6713b49697157268bb65302dac86b832c826d7b73c35ed5e71f376299c69d4a62c1d14d4b2d177c62a4f667d0b3c378a34fa netfilter-layer7-v2.23.tar.gz_BLAKE2 = 5c8ab722f6fbc126f2f65ecf401de5fc40560c20e3be52f783db34410446185dcb6781b3148e4a174e8b2d2c290bec0342dea95e8cefc35c39345617fa7a8fdc install : $(TARGET)