From: Erik Conijn Date: Mon, 6 Jul 2026 15:03:01 +0000 (+0200) Subject: openvpn: update to 2.7.5 X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=914e0a9b240c937f1f7e295311eb86e61b24ce87;p=openwrt-packages.git openvpn: update to 2.7.5 Maintainer: Alexandru Ardelean ardeleanalex@gmail.com @commodo Changelog: https://github.com/OpenVPN/openvpn/blob/v2.7.5/Changes.rst Version: Main Compile tested: X86 , the sole patch applies cleanly Run tested: X86 Signed-off-by: Erik Conijn --- diff --git a/net/openvpn/Makefile b/net/openvpn/Makefile index 44ba64192..293ac7d05 100644 --- a/net/openvpn/Makefile +++ b/net/openvpn/Makefile @@ -9,14 +9,14 @@ include $(TOPDIR)/rules.mk PKG_NAME:=openvpn -PKG_VERSION:=2.7.4 -PKG_RELEASE:=2 +PKG_VERSION:=2.7.5 +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:=18db05f3d5eee3663db1914590044e5f96ff5cd47b6e7846c6a350806c23dbce +PKG_HASH:=c6864b3c7d4e059c7d6ce22d1b5fa646c8b379a06af872eeb9792b6083a44ac4 PKG_MAINTAINER:=Alexandru Ardelean