iptables: Update to version 1.8.13

Message ID 20260305171124.2654733-7-adolf.belka@ipfire.org
State New
Headers
Series iptables: Update to version 1.8.13 |

Commit Message

Adolf Belka 5 Mar 2026, 5:11 p.m. UTC
- 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 <adolf.belka@ipfire.org>
---
 lfs/iptables | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
  

Patch

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  <info@ipfire.org>                     #
-#                                                                             #
+#                            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)