From: Sander van Deijck Date: Fri, 13 Mar 2026 19:24:03 +0000 (+0100) Subject: openvpn: update to 2.6.19 X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=e0ab7d0dfa9f8aab44578238f17d63038214fc0e;p=openwrt-packages.git openvpn: update to 2.6.19 Update the openvpn package to the latest version in the 2.6.x branch while development of the 2.7.x branch become stable enough to merge. Signed-off-by: Sander van Deijck --- diff --git a/net/openvpn/Makefile b/net/openvpn/Makefile index e8309f8fc..8374832de 100644 --- a/net/openvpn/Makefile +++ b/net/openvpn/Makefile @@ -1,4 +1,4 @@ -# + # Copyright (C) 2010-2015 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. @@ -9,14 +9,14 @@ include $(TOPDIR)/rules.mk PKG_NAME:=openvpn -PKG_VERSION:=2.6.14 -PKG_RELEASE:=9 +PKG_VERSION:=2.6.19 +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:=9eb6a6618352f9e7b771a9d38ae1631b5edfeed6d40233e243e602ddf2195e7a +PKG_HASH:=13702526f687c18b2540c1a3f2e189187baaa65211edcf7ff6772fa69f0536cf PKG_MAINTAINER:= diff --git a/net/openvpn/patches/100-mbedtls-disable-runtime-version-check.patch b/net/openvpn/patches/100-mbedtls-disable-runtime-version-check.patch index 59d805ad3..919e5400e 100644 --- a/net/openvpn/patches/100-mbedtls-disable-runtime-version-check.patch +++ b/net/openvpn/patches/100-mbedtls-disable-runtime-version-check.patch @@ -1,6 +1,6 @@ --- a/src/openvpn/ssl_mbedtls.c +++ b/src/openvpn/ssl_mbedtls.c -@@ -1616,7 +1616,7 @@ const char * +@@ -1611,7 +1611,7 @@ const char * get_ssl_library_version(void) { static char mbedtls_version[30]; diff --git a/net/openvpn/patches/101-Fix-EVP_PKEY_CTX_-compilation-with-wolfSSL.patch b/net/openvpn/patches/101-Fix-EVP_PKEY_CTX_-compilation-with-wolfSSL.patch index 264c28b4b..266379005 100644 --- a/net/openvpn/patches/101-Fix-EVP_PKEY_CTX_-compilation-with-wolfSSL.patch +++ b/net/openvpn/patches/101-Fix-EVP_PKEY_CTX_-compilation-with-wolfSSL.patch @@ -9,7 +9,7 @@ #include #endif #if OPENSSL_VERSION_NUMBER >= 0x30000000L -@@ -1398,7 +1398,7 @@ memcmp_constant_time(const void *a, cons +@@ -1399,7 +1399,7 @@ memcmp_constant_time(const void *a, cons return CRYPTO_memcmp(a, b, size); }