From: Sander van Deijck Date: Mon, 10 Aug 2026 12:36:39 +0000 (+0200) Subject: openvpn: update to 2.7.6 X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=4ab4d123e0b073a2c3172c412850c08920a51f60;p=openwrt-packages.git openvpn: update to 2.7.6 Update to the latest version. For changes, see: https://github.com/OpenVPN/openvpn/blob/v2.7.6/Changes.rst Signed-off-by: Sander van Deijck --- diff --git a/net/openvpn/Makefile b/net/openvpn/Makefile index 293ac7d05..bba714215 100644 --- a/net/openvpn/Makefile +++ b/net/openvpn/Makefile @@ -9,14 +9,14 @@ include $(TOPDIR)/rules.mk PKG_NAME:=openvpn -PKG_VERSION:=2.7.5 +PKG_VERSION:=2.7.6 PKG_RELEASE:=1 PKG_SOURCE_URL:=\ https://build.openvpn.net/downloads/releases/ \ https://swupdate.openvpn.net/community/releases/ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz -PKG_HASH:=c6864b3c7d4e059c7d6ce22d1b5fa646c8b379a06af872eeb9792b6083a44ac4 +PKG_HASH:=10e24a9385f23cc38cc5cf448f3ca0769f939bc4cbecc4f4647d7e006e52db74 PKG_MAINTAINER:=Alexandru Ardelean