[openwrt/openwrt] wireguard-tools: update to v1.0.20250521

LEDE Commits lede-commits at lists.infradead.org
Wed Jun 4 11:14:37 PDT 2025


nick pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/c374deca7ea3c9ccca0059382fc37b54e1a2da6d

commit c374deca7ea3c9ccca0059382fc37b54e1a2da6d
Author: John Audia <therealgraysky at proton.me>
AuthorDate: Wed Jun 4 09:22:04 2025 -0400

    wireguard-tools: update to v1.0.20250521
    
    Update to latest version.
    
    Release notes: https://lists.zx2c4.com/pipermail/wireguard/2025-May/008789.html
    
    % wg -v
    wireguard-tools v1.0.20250521 - https://git.zx2c4.com/wireguard-tools/
    
    Build system: x86/64
    Build-tested: x86/64
    Run-tested: x86/64
    
    Signed-off-by: John Audia <therealgraysky at proton.me>
    Link: https://github.com/openwrt/openwrt/pull/19023
    Signed-off-by: Nick Hainke <vincent at systemli.org>
---
 package/network/utils/wireguard-tools/Makefile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/package/network/utils/wireguard-tools/Makefile b/package/network/utils/wireguard-tools/Makefile
index d704577d2c..12127eb12f 100644
--- a/package/network/utils/wireguard-tools/Makefile
+++ b/package/network/utils/wireguard-tools/Makefile
@@ -10,12 +10,12 @@ include $(TOPDIR)/rules.mk
 
 PKG_NAME:=wireguard-tools
 
-PKG_VERSION:=1.0.20210914
-PKG_RELEASE:=4
+PKG_VERSION:=1.0.20250521
+PKG_RELEASE:=1
 
 PKG_SOURCE:=wireguard-tools-$(PKG_VERSION).tar.xz
 PKG_SOURCE_URL:=https://git.zx2c4.com/wireguard-tools/snapshot/
-PKG_HASH:=97ff31489217bb265b7ae850d3d0f335ab07d2652ba1feec88b734bc96bd05ac
+PKG_HASH:=b6f2628b85b1b23cc06517ec9c74f82d52c4cdbd020f3dd2f00c972a1782950e
 
 PKG_LICENSE:=GPL-2.0
 PKG_LICENSE_FILES:=COPYING




More information about the lede-commits mailing list