git: 74fe298c8299 - main - OpenSSL: Update version strings
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 03 Feb 2024 00:37:00 UTC
The branch main has been updated by cy:
URL: https://cgit.FreeBSD.org/src/commit/?id=74fe298c8299fdb8c8f761728ddd245b0c3fe04a
commit 74fe298c8299fdb8c8f761728ddd245b0c3fe04a
Author: Cy Schubert <cy@FreeBSD.org>
AuthorDate: 2024-02-03 00:34:36 +0000
Commit: Cy Schubert <cy@FreeBSD.org>
CommitDate: 2024-02-03 00:34:36 +0000
OpenSSL: Update version strings
Reported by: "Herbert J. Skuhra" <herbert@gojira.at>
Fixes: 9eb4e0b42d7c
MFC after: 3 days
---
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