aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernard Spil <brnrd@FreeBSD.org>2024-03-31 13:20:48 +0000
committerBernard Spil <brnrd@FreeBSD.org>2024-03-31 13:20:48 +0000
commitc7aaa5fe96fce5e4bfa086bda1d876ab198e979a (patch)
treec02a2084cc5feea42185da15bdd04a77158eb616
parent2da96e9c86e8f1d6f5d1ea9099b9fb658f3f380f (diff)
security/openssl33: Update to 3.3.0.b1
* Bump from ALPHA to BETA * Fix for POSIX_VERSION 200809L [1] PR: 273869 [1] Reported by: imp [1] Submitted by: vvd [1]
-rw-r--r--security/openssl33/Makefile4
-rw-r--r--security/openssl33/distinfo6
-rw-r--r--security/openssl33/pkg-message4
3 files changed, 8 insertions, 6 deletions
diff --git a/security/openssl33/Makefile b/security/openssl33/Makefile
index 85198c07e44d..c47b73a1b066 100644
--- a/security/openssl33/Makefile
+++ b/security/openssl33/Makefile
@@ -1,5 +1,5 @@
PORTNAME= openssl
-DISTVERSION= 3.3.0-alpha1
+DISTVERSION= 3.3.0-beta1
CATEGORIES= security devel
MASTER_SITES= https://www.openssl.org/source/ \
ftp://ftp.cert.dfn.de/pub/tools/net/openssl/source/
@@ -29,6 +29,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 COMPRESSION HASHES MODULES OPTIMIZE PROTOCOLS
OPTIONS_GROUP_CIPHERS= ARIA DES GOST IDEA SM4 RC2 RC4 RC5 WEAK-SSL-CIPHERS
OPTIONS_GROUP_COMPRESSION= BROTLI ZLIB ZSTD
diff --git a/security/openssl33/distinfo b/security/openssl33/distinfo
index 59d93bf1a6a2..fc42839f42a3 100644
--- a/security/openssl33/distinfo
+++ b/security/openssl33/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1710946541
-SHA256 (openssl-3.3.0-alpha1.tar.gz) = f74e03087a48828b64b627039ccd50bcecc5c331692de612fba3d505e2a6d22c
-SIZE (openssl-3.3.0-alpha1.tar.gz) = 18034597
+TIMESTAMP = 1711798221
+SHA256 (openssl-3.3.0-beta1.tar.gz) = b6e8f5e90780f0b1718b71110fb5d21ae517c116dc42c2ac6ec4563838f5619d
+SIZE (openssl-3.3.0-beta1.tar.gz) = 18036408
diff --git a/security/openssl33/pkg-message b/security/openssl33/pkg-message
index 3978993de2f0..3c8c9144ac2e 100644
--- a/security/openssl33/pkg-message
+++ b/security/openssl33/pkg-message
@@ -2,7 +2,7 @@
{ type: install
message: <<EOM
-This OpenSSL version is in an ALPHA stage
+This OpenSSL version is in an BETA stage
Do NOT use for production!
@@ -11,7 +11,7 @@ EOM
{ type: upgrade
message: <<EOM
-This OpenSSL version is in an ALPHA stage
+This OpenSSL version is in an BETA stage
Do NOT use for production!