diff options
author | Bernard Spil <brnrd@FreeBSD.org> | 2024-03-31 15:04:52 +0200 |
---|---|---|
committer | Bernard Spil <brnrd@FreeBSD.org> | 2024-03-31 15:04:52 +0200 |
commit | 36dad620780f4b8b5c523c05c57b1c82dbd42202 (patch) | |
tree | cf4132b4922467ef1bfca6bd048b62734cfea6e8 /security/openssl31 | |
parent | math/mprime: Update to 30.19b13 (diff) |
security/openssl: Fix for POSIX_VERSION 200809L
* See https://github.com/openssl/openssl/pull/23885
PR: 273869
Reported by: imp
Submitted by: vvd
Diffstat (limited to 'security/openssl31')
-rw-r--r-- | security/openssl31/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/security/openssl31/Makefile b/security/openssl31/Makefile index 4e8821af1d5f..30cfce427510 100644 --- a/security/openssl31/Makefile +++ b/security/openssl31/Makefile @@ -1,6 +1,6 @@ PORTNAME= openssl PORTVERSION= 3.1.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security devel MASTER_SITES= https://www.openssl.org/source/ \ ftp://ftp.cert.dfn.de/pub/tools/net/openssl/source/ @@ -32,6 +32,8 @@ LDFLAGS_i386= -Wl,-znotext MAKE_ARGS+= WHOLE_ARCHIVE_FLAG=--whole-archive CNF_LDFLAGS="${LDFLAGS}" MAKE_ENV+= LIBRPATH="${PREFIX}/lib" GREP_OPTIONS= +EXTRA_PATCHES+= ${.CURDIR}/../openssl/files/patch-crypto_async_arch_async__posix.h + OPTIONS_GROUP= CIPHERS HASHES MODULES OPTIMIZE PROTOCOLS OPTIONS_GROUP_CIPHERS= ARIA DES GOST IDEA SM4 RC2 RC4 RC5 WEAK-SSL-CIPHERS OPTIONS_GROUP_HASHES= MD2 MD4 MDC2 RMD160 SM2 SM3 |