openvpn: update to 2.6.19
authorSander van Deijck <redacted>
Fri, 13 Mar 2026 19:24:03 +0000 (20:24 +0100)
committerHannu Nyman <redacted>
Wed, 18 Mar 2026 10:14:11 +0000 (12:14 +0200)
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 <redacted>
net/openvpn/Makefile
net/openvpn/patches/100-mbedtls-disable-runtime-version-check.patch
net/openvpn/patches/101-Fix-EVP_PKEY_CTX_-compilation-with-wolfSSL.patch

index e8309f8fc827123314f4ab7d5b9ff0755aeb3099..8374832dec58160ffef6e441f91e60735f86ccc8 100644 (file)
@@ -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:=
 
index 59d805ad3e31a96a8723d48718d61f7a902769dc..919e5400e5db6170377821836de1cab49be90905 100644 (file)
@@ -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];
index 264c28b4b80f24aaaf63780f116928d28cf3a937..2663790059573ce902a7334ae00a00cf7cfc1d37 100644 (file)
@@ -9,7 +9,7 @@
  #include <openssl/kdf.h>
  #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);
  }
  
git clone https://git.99rst.org/PROJECT