diff options
| -rw-r--r-- | net/openvpn/Makefile | 8 | ||||
| -rw-r--r-- | net/openvpn/patches/100-mbedtls-disable-runtime-version-check.patch | 2 | ||||
| -rw-r--r-- | net/openvpn/patches/101-Fix-EVP_PKEY_CTX_-compilation-with-wolfSSL.patch | 2 |
3 files changed, 6 insertions, 6 deletions
diff --git a/net/openvpn/Makefile b/net/openvpn/Makefile index e8309f8fc8..8374832dec 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 59d805ad3e..919e5400e5 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 264c28b4b8..2663790059 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 <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); } |