From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Tremer To: development@lists.ipfire.org Subject: [PATCH] openssl: Update to 3.2.2 Date: Fri, 07 Jun 2024 15:01:27 +0000 Message-ID: <20240607150127.3474543-1-michael.tremer@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============5300897462104834605==" List-Id: --===============5300897462104834605== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable https://www.openssl.org/news/openssl-3.2-notes.html Signed-off-by: Michael Tremer --- config/rootfiles/common/openssl | 5 +++++ lfs/openssl | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/config/rootfiles/common/openssl b/config/rootfiles/common/openssl index a3664a521..d5f4f3814 100644 --- a/config/rootfiles/common/openssl +++ b/config/rootfiles/common/openssl @@ -797,6 +797,7 @@ usr/lib/ossl-modules/legacy.so #usr/share/doc/openssl/html/man3/SSL_set_incoming_stream_policy.html #usr/share/doc/openssl/html/man3/SSL_set_retry_verify.html #usr/share/doc/openssl/html/man3/SSL_set_session.html +#usr/share/doc/openssl/html/man3/SSL_set_session_secret_cb.html #usr/share/doc/openssl/html/man3/SSL_set_shutdown.html #usr/share/doc/openssl/html/man3/SSL_set_verify_result.html #usr/share/doc/openssl/html/man3/SSL_shutdown.html @@ -966,6 +967,7 @@ usr/lib/ossl-modules/legacy.so #usr/share/doc/openssl/html/man7/OSSL_PROVIDER-default.html #usr/share/doc/openssl/html/man7/OSSL_PROVIDER-legacy.html #usr/share/doc/openssl/html/man7/OSSL_PROVIDER-null.html +#usr/share/doc/openssl/html/man7/OSSL_STORE-winstore.html #usr/share/doc/openssl/html/man7/RAND.html #usr/share/doc/openssl/html/man7/RSA-PSS.html #usr/share/doc/openssl/html/man7/X25519.html @@ -5515,6 +5517,7 @@ usr/lib/ossl-modules/legacy.so #usr/share/man/man3/SSL_set_security_level.3ossl #usr/share/man/man3/SSL_set_session.3ossl #usr/share/man/man3/SSL_set_session_id_context.3ossl +#usr/share/man/man3/SSL_set_session_secret_cb.3ossl #usr/share/man/man3/SSL_set_shutdown.3ossl #usr/share/man/man3/SSL_set_split_send_fragment.3ossl #usr/share/man/man3/SSL_set_srp_server_param.3ossl @@ -6703,6 +6706,7 @@ usr/lib/ossl-modules/legacy.so #usr/share/man/man3/sk_TYPE_value.3ossl #usr/share/man/man3/sk_TYPE_zero.3ossl #usr/share/man/man3/ssl_ct_validation_cb.3ossl +#usr/share/man/man3/tls_session_secret_cb_fn.3ossl #usr/share/man/man5/config.5ossl #usr/share/man/man5/fips_config.5ossl #usr/share/man/man5/x509v3_config.5ossl @@ -6828,6 +6832,7 @@ usr/lib/ossl-modules/legacy.so #usr/share/man/man7/OSSL_PROVIDER-default.7ossl #usr/share/man/man7/OSSL_PROVIDER-legacy.7ossl #usr/share/man/man7/OSSL_PROVIDER-null.7ossl +#usr/share/man/man7/OSSL_STORE-winstore.7ossl #usr/share/man/man7/RAND.7ossl #usr/share/man/man7/RSA-PSS.7ossl #usr/share/man/man7/RSA.7ossl diff --git a/lfs/openssl b/lfs/openssl index 695035742..d6f565df2 100644 --- a/lfs/openssl +++ b/lfs/openssl @@ -24,7 +24,7 @@ =20 include Config =20 -VER =3D 3.2.1 +VER =3D 3.2.2 =20 THISAPP =3D openssl-$(VER) DL_FILE =3D $(THISAPP).tar.gz @@ -72,7 +72,7 @@ objects =3D $(DL_FILE) =20 $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) =20 -$(DL_FILE)_BLAKE2 =3D 960222e0305166160e5ab000e29650b92063bf726551ee9ad46060= 166d99738d1e3a5b86fd28b14c8f4fb3a72f5aa70850defb87c02990acff3dbcbdac40b347 +$(DL_FILE)_BLAKE2 =3D f42d44f31dc9ccf26ffe1fdd4a0119506a211808f92e860a341181= 09eae2ee7bcb5b0f43cbdf9eb811cd185cb53e092e62d652f7c0c0ce55b13289f7489073c9 =20 install : $(TARGET) =20 --=20 2.39.2 --===============5300897462104834605==--