wireguard-tools: Update to version 1.0.20260223
Commit Message
- 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 <adolf.belka@ipfire.org>
---
lfs/wireguard-tools | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
@@ -1,7 +1,7 @@
###############################################################################
# #
# IPFire.org - A linux based firewall #
-# Copyright (C) 2007-2025 IPFire Team <info@ipfire.org> #
+# Copyright (C) 2007-2026 IPFire Team <info@ipfire.org> #
# #
# 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)