diff --git a/srcpkgs/openvpn/patches/fix-build-with-libressl.patch b/srcpkgs/openvpn/patches/fix-build-with-libressl.patch deleted file mode 100644 index ba6705084dd..00000000000 --- a/srcpkgs/openvpn/patches/fix-build-with-libressl.patch +++ /dev/null @@ -1,39 +0,0 @@ -From 9dfc2309c6b4143892137844197f5f84755f6580 Mon Sep 17 00:00:00 2001 -From: Niels Ole Salscheider -Date: Sun, 10 Jan 2016 14:44:35 +0100 -Subject: [PATCH] Fix build with libressl - -Signed-off-by: Niels Ole Salscheider -Acked-by: Steffan Karger -Message-Id: <1452433475-16779-1-git-send-email-niels_ole@salscheider-online.de> -URL: http://article.gmane.org/gmane.network.openvpn.devel/10975 -Signed-off-by: Gert Doering ---- - src/openvpn/ssl_openssl.c | 4 ++-- - 1 file changed, 2 insertions(+), 2 deletions(-) - -diff --git src/openvpn/ssl_openssl.c src/openvpn/ssl_openssl.c -index d2f40e7..e390f4d 100644 ---- src/openvpn/ssl_openssl.c -+++ src/openvpn/ssl_openssl.c -@@ -358,7 +358,7 @@ tls_ctx_check_cert_time (const struct tls_root_ctx *ctx) - - ASSERT (ctx); - --#if OPENSSL_VERSION_NUMBER >= 0x10002000L -+#if OPENSSL_VERSION_NUMBER >= 0x10002000L && !defined(LIBRESSL_VERSION_NUMBER) - /* OpenSSL 1.0.2 and up */ - cert = SSL_CTX_get0_certificate (ctx->ctx); - #else -@@ -393,7 +393,7 @@ tls_ctx_check_cert_time (const struct tls_root_ctx *ctx) - } - - cleanup: --#if OPENSSL_VERSION_NUMBER < 0x10002000L -+#if OPENSSL_VERSION_NUMBER < 0x10002000L || defined(LIBRESSL_VERSION_NUMBER) - SSL_free (ssl); - #endif - return; --- -2.7.0 - diff --git a/srcpkgs/openvpn/template b/srcpkgs/openvpn/template index ce862e80b59..9238c0c7693 100644 --- a/srcpkgs/openvpn/template +++ b/srcpkgs/openvpn/template @@ -1,7 +1,7 @@ # Template file for 'openvpn' pkgname=openvpn -version=2.3.10 -revision=2 +version=2.3.11 +revision=1 build_style=gnu-configure configure_args="--enable-iproute2 --disable-systemd" hostmakedepends="iproute2" @@ -12,7 +12,7 @@ maintainer="Juan RP " license="GPL-2" homepage="http://www.openvpn.net" distfiles="http://swupdate.openvpn.org/community/releases/${pkgname}-${version}.tar.gz" -checksum=f8b0b5b92e35bbca1db1a7e6b49e04639e45634e9accd460459b40b2c99ec8f6 +checksum=9117a4434fd35e61cf94f9ee7ef84b7aecbc6fa556f779ff599560f219756163 post_install() { vmkdir usr/share/examples/${pkgname}