Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 31 Mar 2024 13:22:16 GMT
From:      Bernard Spil <brnrd@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: c7aaa5fe96fc - main - security/openssl33: Update to 3.3.0.b1
Message-ID:  <202403311322.42VDMGmK082228@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by brnrd:

URL: https://cgit.FreeBSD.org/ports/commit/?id=c7aaa5fe96fce5e4bfa086bda1d876ab198e979a

commit c7aaa5fe96fce5e4bfa086bda1d876ab198e979a
Author:     Bernard Spil <brnrd@FreeBSD.org>
AuthorDate: 2024-03-31 13:20:48 +0000
Commit:     Bernard Spil <brnrd@FreeBSD.org>
CommitDate: 2024-03-31 13:20:48 +0000

    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]
---
 security/openssl33/Makefile    | 4 +++-
 security/openssl33/distinfo    | 6 +++---
 security/openssl33/pkg-message | 4 ++--
 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!
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202403311322.42VDMGmK082228>