From patchwork Thu Apr 30 14:05: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: 9776 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 4g5wtL6TZRz3x94 for ; Thu, 30 Apr 2026 14:05:30 +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 "E8" (not verified)) by mail01.ipfire.org (Postfix) with ESMTPS id 4g5wtL4mlYz7KJ for ; Thu, 30 Apr 2026 14:05:30 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [IPv6:::1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4g5wtL3rByz33B3 for ; Thu, 30 Apr 2026 14:05:30 +0000 (UTC) X-Original-To: development@lists.ipfire.org Received: from mail01.ipfire.org (mail01.haj.ipfire.org [IPv6:2001:678:b28::25]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519 server-signature ECDSA (secp384r1 raw public key) server-digest SHA384 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mail01.haj.ipfire.org", Issuer "R12" (not verified)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4g5wtH68LCz33vV for ; Thu, 30 Apr 2026 14:05:27 +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 4g5wtF08Ggz7G3; Thu, 30 Apr 2026 14:05:24 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1777557925; 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=V5754PNRvM6aDP65PT5KM8FW9hZAZnr62Rg61eSggCw=; b=4SG50DjRXMpbPOuVIyphE0nlqpHU9+mWliJDaoXj39gIoh3831scvx+EcmrvGHP7fr+B4n YxC62DmjSKsIyrDA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1777557925; 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=V5754PNRvM6aDP65PT5KM8FW9hZAZnr62Rg61eSggCw=; b=HZHVX+X9V9AO1X8ySTULcTmiljN129A/NVW/qKQn0clZbvN8mrKnRDbgrdq+i/7Z9KOz+x tLa0iVKzws1BTGdYmtDxkh/QLaT9TARoR6kU/HB8opMqaOAkIqb2+V+l7HeamrJigmksIl XPVqqbVfOEc8aOcfoxFaBWbybDkzNGDhV+1D891OhuReaabziTH8370DGX7jB6hEgrB9Lk jefI8QIqQayW78rF8ADoMcbss3+lt41LbKRC2MYEVryBL07TZp+zNxgMW3sldV9zEPMEm4 B5YaKZUtzdyv1cFuKTySOh0wk6Jrqi2iL0Jzo9V7KDP5LconuS3+DBdWVf3YAw== From: Adolf Belka To: development@lists.ipfire.org Cc: Adolf Belka Subject: [PATCH] wireguard-tools: Update to version 1.0.20260223 Date: Thu, 30 Apr 2026 16:05:21 +0200 Message-ID: <20260430140521.3523893-3-adolf.belka@ipfire.org> In-Reply-To: <20260430140521.3523893-1-adolf.belka@ipfire.org> References: <20260430140521.3523893-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.0.20250521 to 1.0.20260223 - No change in rootfile - Changelog 1.0.20260223 * wg-quick: linux: use smallest mtu, not largest The minimum endpoint MTU selection should now actually work. * wg-quick: pass on # comments to {Pre,Post}{Up,Down} This handles the case of a literal # being used in a command. * wg-quick: linux: deal with resolvconf migration more gracefully This fixes an issue when upgrading Ubuntu boxes. * wg-quick: use addconf instead of setconf This will prevent wiping out changes made in PreUp. * wg-quick: linux: do not unnecessarily set sysctl Improves docker compatibility. * wg-quick at .service: add deps on wg-quick.target * config: preserve const correctness Squelches a warning on recent gcc. * syncconf: account for psks removed from config file * syncconf: account for persistent keepalive removed from config file PersistentKeepalive and PresharedKey will be removed if they're not found in the config file during a syncconf operation. Signed-off-by: Adolf Belka --- lfs/wireguard-tools | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lfs/wireguard-tools b/lfs/wireguard-tools index cda5fcddf..f6d392000 100644 --- a/lfs/wireguard-tools +++ b/lfs/wireguard-tools @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2025 IPFire Team # +# Copyright (C) 2007-2026 IPFire Team # # # # 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 # @@ -24,7 +24,7 @@ include Config -VER = 1.0.20250521 +VER = 1.0.20260223 THISAPP = wireguard-tools-$(VER) DL_FILE = $(THISAPP).tar.xz @@ -43,7 +43,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = a476720a14e6c547f985d74a9924767d63ce30f09608170858a25cfd98c4762b78cdb9784aa0cee92545424955d4de5bfa932dff7cd852f563656bf6f8d0ad19 +$(DL_FILE)_BLAKE2 = c6352dff6462fd902f545328b66aa7d6f34909b6bd602e80c4186a3234595578132d6c888aa19cb073c7ae8a2d4d213108f7ec0e5a87cc35ed148623bde4decd install : $(TARGET)