Module Name: src Committed By: christos Date: Thu Sep 12 21:47:15 UTC 2024
Modified Files: src/crypto/external/bsd/openssl: openssl2netbsd src/crypto/external/bsd/openssl/include/openssl: opensslv.h Log Message: regen and add a reminder. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/crypto/external/bsd/openssl/openssl2netbsd cvs rdiff -u -r1.3 -r1.4 \ src/crypto/external/bsd/openssl/include/openssl/opensslv.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/crypto/external/bsd/openssl/openssl2netbsd diff -u src/crypto/external/bsd/openssl/openssl2netbsd:1.2 src/crypto/external/bsd/openssl/openssl2netbsd:1.3 --- src/crypto/external/bsd/openssl/openssl2netbsd:1.2 Sat Oct 8 15:30:02 2011 +++ src/crypto/external/bsd/openssl/openssl2netbsd Thu Sep 12 17:47:15 2024 @@ -1,6 +1,6 @@ #! /bin/sh # -# $NetBSD: openssl2netbsd,v 1.2 2011/10/08 19:30:02 christos Exp $ +# $NetBSD: openssl2netbsd,v 1.3 2024/09/12 21:47:15 christos Exp $ # # Copyright (c) 2005 The NetBSD Foundation, Inc. # All rights reserved. @@ -34,3 +34,4 @@ then fi ### Remove the $'s around RCS tags cleantags $1 +# Read the instructions in /usr/src/doc/3RDPARTY Index: src/crypto/external/bsd/openssl/include/openssl/opensslv.h diff -u src/crypto/external/bsd/openssl/include/openssl/opensslv.h:1.3 src/crypto/external/bsd/openssl/include/openssl/opensslv.h:1.4 --- src/crypto/external/bsd/openssl/include/openssl/opensslv.h:1.3 Wed Oct 25 13:17:51 2023 +++ src/crypto/external/bsd/openssl/include/openssl/opensslv.h Thu Sep 12 17:47:15 2024 @@ -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 15 /* * Additional version information @@ -74,21 +74,21 @@ 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.15" +# define OPENSSL_FULL_VERSION_STR "3.0.15" /* * SECTION 3: ADDITIONAL METADATA * * These strings are defined separately to allow them to be parsable. */ -# define OPENSSL_RELEASE_DATE "24 Oct 2023" +# define OPENSSL_RELEASE_DATE "3 Sep 2024" /* * SECTION 4: BACKWARD COMPATIBILITY */ -# define OPENSSL_VERSION_TEXT "OpenSSL 3.0.12 24 Oct 2023" +# define OPENSSL_VERSION_TEXT "OpenSSL 3.0.15 3 Sep 2024" /* Synthesize OPENSSL_VERSION_NUMBER with the layout 0xMNN00PPSL */ # ifdef OPENSSL_VERSION_PRE_RELEASE