Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 5 Feb 2024 16:08:16 GMT
From:      Cy Schubert <cy@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: e72329a4e8a5 - stable/14 - OpenSSL: Update version strings
Message-ID:  <202402051608.415G8GQT014861@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch stable/14 has been updated by cy:

URL: https://cgit.FreeBSD.org/src/commit/?id=e72329a4e8a57c49334377670151ce77776abf74

commit e72329a4e8a57c49334377670151ce77776abf74
Author:     Cy Schubert <cy@FreeBSD.org>
AuthorDate: 2024-02-03 00:34:36 +0000
Commit:     Cy Schubert <cy@FreeBSD.org>
CommitDate: 2024-02-05 16:06:08 +0000

    OpenSSL: Update version strings
    
    Reported by:    "Herbert J. Skuhra" <herbert@gojira.at>
    Fixes:          9eb4e0b42d7c
    
    (cherry picked from commit 74fe298c8299fdb8c8f761728ddd245b0c3fe04a)
---
 crypto/openssl/include/openssl/opensslv.h | 8 ++++----
 secure/lib/libcrypto/Makefile.inc         | 4 ++--
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/crypto/openssl/include/openssl/opensslv.h b/crypto/openssl/include/openssl/opensslv.h
index 73590b76ca70..b35da9255c44 100644
--- a/crypto/openssl/include/openssl/opensslv.h
+++ b/crypto/openssl/include/openssl/opensslv.h
@@ -29,7 +29,7 @@ extern "C" {
  */
 # define OPENSSL_VERSION_MAJOR  3
 # define OPENSSL_VERSION_MINOR  0
-# define OPENSSL_VERSION_PATCH  12
+# define OPENSSL_VERSION_PATCH  13
 
 /*
  * Additional version information
@@ -74,8 +74,8 @@ extern "C" {
  * longer variant with OPENSSL_VERSION_PRE_RELEASE_STR and
  * OPENSSL_VERSION_BUILD_METADATA_STR appended.
  */
-# define OPENSSL_VERSION_STR "3.0.12"
-# define OPENSSL_FULL_VERSION_STR "3.0.12"
+# define OPENSSL_VERSION_STR "3.0.13"
+# define OPENSSL_FULL_VERSION_STR "3.0.13"
 
 /*
  * SECTION 3: ADDITIONAL METADATA
@@ -88,7 +88,7 @@ extern "C" {
  * SECTION 4: BACKWARD COMPATIBILITY
  */
 
-# define OPENSSL_VERSION_TEXT "OpenSSL 3.0.12 24 Oct 2023"
+# define OPENSSL_VERSION_TEXT "OpenSSL 3.0.13 24 Oct 2023"
 
 /* Synthesize OPENSSL_VERSION_NUMBER with the layout 0xMNN00PPSL */
 # ifdef OPENSSL_VERSION_PRE_RELEASE
diff --git a/secure/lib/libcrypto/Makefile.inc b/secure/lib/libcrypto/Makefile.inc
index 65925f972ba7..de24bfb1038a 100644
--- a/secure/lib/libcrypto/Makefile.inc
+++ b/secure/lib/libcrypto/Makefile.inc
@@ -2,8 +2,8 @@
 .include <bsd.own.mk>
 
 # OpenSSL version used for manual page generation
-OPENSSL_VER=	3.0.12
-OPENSSL_DATE=	2023-10-24
+OPENSSL_VER=	3.0.13
+OPENSSL_DATE=	2024-02-02
 
 LCRYPTO_SRC=	${SRCTOP}/crypto/openssl
 LCRYPTO_DOC=	${LCRYPTO_SRC}/doc



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