]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
iptables: Update to version 1.8.13
authorAdolf Belka <adolf.belka@ipfire.org>
Thu, 5 Mar 2026 17:11:21 +0000 (18:11 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Fri, 6 Mar 2026 13:43:18 +0000 (13:43 +0000)
- 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>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
lfs/iptables

index 398dbb4be872a5b1a08aabe81c47543420c076bf..018d756bc90e2883c35f120bc57f0f136f7602ca 100644 (file)
@@ -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)