From e9f06083ceaf946e6bd6270510e1863ab88bfc7a Mon Sep 17 00:00:00 2001 From: Koen Vandeputte Date: Fri, 10 Nov 2023 15:14:20 +0100 Subject: sstp-client: bump to 1.0.19 After 1.0.18, this project moved from SourceForge to gitlab Also, since 1.0.19, the configure script is not present by default anymore, so we need to add autoreconf to generate it Release notes: https://gitlab.com/sstp-project/sstp-client/-/releases Signed-off-by: Koen Vandeputte --- net/sstp-client/patches/200-openssl-deprecated.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'net/sstp-client/patches/200-openssl-deprecated.patch') diff --git a/net/sstp-client/patches/200-openssl-deprecated.patch b/net/sstp-client/patches/200-openssl-deprecated.patch index 3d2eb9462..a9d5683ea 100644 --- a/net/sstp-client/patches/200-openssl-deprecated.patch +++ b/net/sstp-client/patches/200-openssl-deprecated.patch @@ -1,6 +1,6 @@ --- a/src/sstp-client.c +++ b/src/sstp-client.c -@@ -542,6 +542,7 @@ static status_t sstp_init_ssl(sstp_clien +@@ -546,6 +546,7 @@ static status_t sstp_init_ssl(sstp_clien int retval = SSTP_FAIL; int status = 0; @@ -8,7 +8,7 @@ /* Initialize the OpenSSL library */ status = SSL_library_init(); if (status != 1) -@@ -555,6 +556,9 @@ static status_t sstp_init_ssl(sstp_clien +@@ -575,6 +576,9 @@ static status_t sstp_init_ssl(sstp_clien /* Create a new crypto context */ client->ssl_ctx = SSL_CTX_new(SSLv23_client_method()); -- cgit v1.2.3