diff --git a/Net-SSLeay-1.92.tar.gz b/Net-SSLeay-1.92.tar.gz deleted file mode 100644 index b95d2662a7d07a62a68137aaa43ae72c557dc76a..0000000000000000000000000000000000000000 Binary files a/Net-SSLeay-1.92.tar.gz and /dev/null differ diff --git a/Net-SSLeay-1.94.tar.gz b/Net-SSLeay-1.94.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..009c09a978d8909e5a316b03ede31b98ef07e092 Binary files /dev/null and b/Net-SSLeay-1.94.tar.gz differ diff --git a/perl-Net-SSLeay.spec b/perl-Net-SSLeay.spec index 320c2689ef8e14b2546f5ba1e07469e36325e0ea..66a9575a55458cfd3ec100ef6bbfe03090d9fb8e 100644 --- a/perl-Net-SSLeay.spec +++ b/perl-Net-SSLeay.spec @@ -1,6 +1,6 @@ Name: perl-Net-SSLeay -Version: 1.92 -Release: 2 +Version: 1.94 +Release: 1 Summary: Perl module for using OpenSSL License: Artistic 2.0 URL: https://metacpan.org/release/Net-SSLeay @@ -47,6 +47,16 @@ make test %doc QuickRef examples/ %changelog +* Wed Jan 31 2024 huyubiao - 1.94-1 +- update version to 1.94 + - Net::SSLeay now officially supports all stable releases of OpenSSL 3.1 and 3.2, and LibreSSL 3.5 - 3.8. + - Many noisy compiler warnings have been silenced - if SSLeay.xs fails to compile, it should now be much easier to identify the cause. + - libcrypto's OPENSSL_init_crypto() function and libssl's OPENSSL_init_ssl() function are now exposed, enabling fine-grained control over the initialisation and configuration of both libraries. + - libssl functions implementing TLS 1.3 PSK authentication are now exposed, in particular SSL_CTX_set_psk_find_session_callback() (on the server side) and SSL_CTX_set_psk_use_session_callback() (on the client side). + - libssl functions implementing server-side TLS 1.2 PSK authentication are now exposed, in particular SSL_CTX_set_psk_server_callback(). + - libssl's SSL_CTX_set_client_hello_cb() function is now exposed, allowing a TLS server to set a callback function that is executed when the server processes a ClientHello message. + - Many more libcrypto/libssl constants and functions are now exposed; see the release notes for the 1.93 developer releases for a full list. + * Mon Feb 6 2023 wangyuhang - 1.92-2 - add buildrequire: zlib-devel