openvpn: update to 2.7.4
authorSander van Deijck <redacted>
Sat, 2 May 2026 18:22:11 +0000 (20:22 +0200)
committerAlexandru Ardelean <redacted>
Tue, 5 May 2026 06:02:59 +0000 (09:02 +0300)
Update the OpenVPN package to 2.7.4

For changes, see:
https://github.com/OpenVPN/openvpn/blob/v2.7.4/Changes.rst

Signed-off-by: Sander van Deijck <redacted>
net/openvpn/Makefile
net/openvpn/patches/100-mbedtls-disable-runtime-version-check.patch

index 7b9a3a84df052b3d3b2769237d341cba0ea5b84d..f73198cd9dc6bf1d9aeb130655fa8e5639e6da29 100644 (file)
@@ -9,14 +9,14 @@ include $(TOPDIR)/rules.mk
 
 PKG_NAME:=openvpn
 
-PKG_VERSION:=2.7.1
-PKG_RELEASE:=2
+PKG_VERSION:=2.7.4
+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:=9858477ec2894a8a672974d8650dcb1af2eeffb468981a2b619f0fa387081167
+PKG_HASH:=18db05f3d5eee3663db1914590044e5f96ff5cd47b6e7846c6a350806c23dbce
 
 PKG_MAINTAINER:=Alexandru Ardelean <ardeleanalex@gmail.com>
 
index 1e777330f06b73f0624ec276f82859397df3c493..0b14e94e6aef54404b8acb2228e80d5d61e44495 100644 (file)
@@ -1,6 +1,6 @@
 --- a/src/openvpn/ssl_mbedtls.c
 +++ b/src/openvpn/ssl_mbedtls.c
-@@ -1573,11 +1573,7 @@ show_available_curves(void)
+@@ -1579,11 +1579,7 @@ show_available_curves(void)
  const char *
  get_ssl_library_version(void)
  {
git clone https://git.99rst.org/PROJECT