Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 8 Feb 2024 00:49:04 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: fad23b1a2659 - stable/14 - OpenSSL: Update date string
Message-ID:  <202402080049.4180n42Z024658@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=fad23b1a26593482db8326fb7ecfbcce0db00eff

commit fad23b1a26593482db8326fb7ecfbcce0db00eff
Author:     Cy Schubert <cy@FreeBSD.org>
AuthorDate: 2024-02-05 20:09:08 +0000
Commit:     Cy Schubert <cy@FreeBSD.org>
CommitDate: 2024-02-08 00:48:50 +0000

    OpenSSL: Update date string
    
    Reported by:    "Herbert J. Skuhra" <herbert@gojira.at>
    Fixes:          74fe298c8299
    
    (cherry picked from commit da63ac1b0757e10255613bdae1b7fa353eb4aea2)
---
 crypto/openssl/include/openssl/opensslv.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/crypto/openssl/include/openssl/opensslv.h b/crypto/openssl/include/openssl/opensslv.h
index b35da9255c44..012d77ee8bd0 100644
--- a/crypto/openssl/include/openssl/opensslv.h
+++ b/crypto/openssl/include/openssl/opensslv.h
@@ -82,13 +82,13 @@ extern "C" {
  *
  * These strings are defined separately to allow them to be parsable.
  */
-# define OPENSSL_RELEASE_DATE "24 Oct 2023"
+# define OPENSSL_RELEASE_DATE "30 Jan 2024"
 
 /*
  * SECTION 4: BACKWARD COMPATIBILITY
  */
 
-# define OPENSSL_VERSION_TEXT "OpenSSL 3.0.13 24 Oct 2023"
+# define OPENSSL_VERSION_TEXT "OpenSSL 3.0.13 30 Jan 2024"
 
 /* Synthesize OPENSSL_VERSION_NUMBER with the layout 0xMNN00PPSL */
 # ifdef OPENSSL_VERSION_PRE_RELEASE



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