From adcf11944fbb530f6a92f8359a684e4fc9997c52 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juhani=20Krekel=C3=A4?= Date: Tue, 11 Apr 2023 19:06:51 +0300 Subject: [PATCH] Update to libressl-3.7.2. --- ports/libssl/libssl.patch | 2 +- ports/libssl/libssl.port | 4 ++-- ports/libssl/libssl.rmpatch | 1 + 3 files changed, 4 insertions(+), 3 deletions(-) create mode 100644 ports/libssl/libssl.rmpatch diff --git a/ports/libssl/libssl.patch b/ports/libssl/libssl.patch index 00d6d7cb..de8425bf 100644 --- a/ports/libssl/libssl.patch +++ b/ports/libssl/libssl.patch @@ -217,7 +217,7 @@ diff -Paur --no-dereference -- libssl.upstream/apps/openssl/s_socket.c libssl/ap diff -Paur --no-dereference -- libssl.upstream/configure libssl/configure --- libssl.upstream/configure +++ libssl/configure -@@ -11775,6 +11775,10 @@ +@@ -11779,6 +11779,10 @@ HOST_OS=midipix CPPFLAGS="$CPPFLAGS -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_POSIX_SOURCE -D_GNU_SOURCE" ;; diff --git a/ports/libssl/libssl.port b/ports/libssl/libssl.port index c3363470..b70b26ea 100644 --- a/ports/libssl/libssl.port +++ b/ports/libssl/libssl.port @@ -1,10 +1,10 @@ NAME=libssl BUILD_LIBRARIES= -VERSION=3.7.1 +VERSION=3.7.2 DISTNAME=libressl-$VERSION COMPRESSION=tar.gz ARCHIVE=$DISTNAME.$COMPRESSION -SHA256SUM=98086961a2b8b657ed0fea3056fb2db14294b6bfa193c15a5236a0a35c843ded +SHA256SUM=b06aa538fefc9c6b33c4db4931a09a5f52d9d2357219afcbff7d93fe12ebf6f7 UPSTREAM_SITE=https://ftp.openbsd.org/pub/OpenBSD/LibreSSL UPSTREAM_ARCHIVE=$ARCHIVE LICENSE=OpenSSL diff --git a/ports/libssl/libssl.rmpatch b/ports/libssl/libssl.rmpatch new file mode 100644 index 00000000..7a8da307 --- /dev/null +++ b/ports/libssl/libssl.rmpatch @@ -0,0 +1 @@ +rm -rf -- 'include/openssl/opensslconf.h'