From patchwork Thu Mar 5 17:11:21 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 9553 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (Client CN "mail01.haj.ipfire.org", Issuer "R12" (not verified)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4fRbg0322dz3xYx for ; Thu, 05 Mar 2026 17:11:40 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [IPv6:2001:678:b28::201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (Client CN "mail02.haj.ipfire.org", Issuer "E7" (not verified)) by mail01.ipfire.org (Postfix) with ESMTPS id 4fRbfz0BMHz5m5 for ; Thu, 05 Mar 2026 17:11:39 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [IPv6:::1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4fRbfw5YNpz34RM for ; Thu, 05 Mar 2026 17:11:36 +0000 (UTC) X-Original-To: development@lists.ipfire.org Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (Client CN "mail01.haj.ipfire.org", Issuer "R12" (not verified)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4fRbfp4nLlz34LL for ; Thu, 05 Mar 2026 17:11:30 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4fRbfn6LNCz5rH; Thu, 05 Mar 2026 17:11:29 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1772730690; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=fOta0vgycUrTYhy3UzEF3spSDkpy662y4dclIm4N6Tw=; b=GSLO0UTcvuipgA5LnGWU5KBO9Xb4ReZNgwL70+cV36aauuvX7L8x73bhOa52Or9c7EA4Bn tr4DrlU9ZcZbU1DQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1772730690; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=fOta0vgycUrTYhy3UzEF3spSDkpy662y4dclIm4N6Tw=; b=D3qIgEEiAbhV32J8d82uHKVjTk4KRRoNVLGQUoYscDycTfkChJTFoeLCb9NddZ5+Jj9VsL QSmJuU9zSjG+f26egkk+3jIvRNHTAQ1el+tBfzSVLqCYU8fb1ljtfV5vwtxi6qmD2TQYgz IOjrTZ4SPUSS9U4+TnUbiDMclipIVGpmlDb1YfxXrKMPFW0RlCP3j/JQKFee37Ndkh8weG k5oQMmVk/skISiFTkW1+rIfOVCdVJlhKhy+UatozNpViW7ISKuOwvcg+jzfV2sjO+qa/mu GxsV9Nwns2alDTxX5Sjc/O6SZdSDaO3Tqs2ZEcbSjHYqH6lFLQp/pGColanhqw== From: Adolf Belka To: development@lists.ipfire.org Cc: Adolf Belka Subject: [PATCH] iptables: Update to version 1.8.13 Date: Thu, 5 Mar 2026 18:11:21 +0100 Message-ID: <20260305171124.2654733-7-adolf.belka@ipfire.org> In-Reply-To: <20260305171124.2654733-1-adolf.belka@ipfire.org> References: <20260305171124.2654733-1-adolf.belka@ipfire.org> Precedence: list List-Id: List-Subscribe: , List-Unsubscribe: , List-Post: List-Help: Sender: Mail-Followup-To: MIME-Version: 1.0 - 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 --- lfs/iptables | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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)