Sun Jan 14 20:37:58 2024 UTC (133d)
p5-Net-SSLeay: update to 1.94.

1.94 2024-01-08
	- New stable release incorporating all changes from developer releases 1.93_01
	  to 1.93_05.
	- Summary of major changes since version 1.92:
	  - 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.


(wiz)
diff -r1.103 -r1.104 pkgsrc/security/p5-Net-SSLeay/Makefile
diff -r1.54 -r1.55 pkgsrc/security/p5-Net-SSLeay/distinfo

cvs diff -r1.103 -r1.104 pkgsrc/security/p5-Net-SSLeay/Makefile (expand / switch to unified diff)

--- pkgsrc/security/p5-Net-SSLeay/Makefile 2023/10/24 22:10:55 1.103
+++ pkgsrc/security/p5-Net-SSLeay/Makefile 2024/01/14 20:37:58 1.104
@@ -1,18 +1,17 @@ @@ -1,18 +1,17 @@
1# $NetBSD: Makefile,v 1.103 2023/10/24 22:10:55 wiz Exp $ 1# $NetBSD: Makefile,v 1.104 2024/01/14 20:37:58 wiz Exp $
2 2
3DISTNAME= Net-SSLeay-1.92 3DISTNAME= Net-SSLeay-1.94
4PKGNAME= p5-${DISTNAME} 4PKGNAME= p5-${DISTNAME}
5PKGREVISION= 2 
6CATEGORIES= security perl5 5CATEGORIES= security perl5
7MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/} 6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/}
8 7
9MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= https://metacpan.org/release/Net-SSLeay 9HOMEPAGE= https://metacpan.org/release/Net-SSLeay
11COMMENT= Perl5 module for using OpenSSL 10COMMENT= Perl5 module for using OpenSSL
12LICENSE= openssl 11LICENSE= openssl
13 12
14TEST_DEPENDS+= p5-Test-Exception-[0-9]*:../../devel/p5-Test-Exception 13TEST_DEPENDS+= p5-Test-Exception-[0-9]*:../../devel/p5-Test-Exception
15TEST_DEPENDS+= p5-Test-Warn-[0-9]*:../../devel/p5-Test-Warn 14TEST_DEPENDS+= p5-Test-Warn-[0-9]*:../../devel/p5-Test-Warn
16TEST_DEPENDS+= p5-Test-NoWarnings-[0-9]*:../../devel/p5-Test-NoWarnings 15TEST_DEPENDS+= p5-Test-NoWarnings-[0-9]*:../../devel/p5-Test-NoWarnings
17 16
18PERL5_PACKLIST= auto/Net/SSLeay/.packlist 17PERL5_PACKLIST= auto/Net/SSLeay/.packlist

cvs diff -r1.54 -r1.55 pkgsrc/security/p5-Net-SSLeay/distinfo (expand / switch to unified diff)

--- pkgsrc/security/p5-Net-SSLeay/distinfo 2022/08/06 17:05:46 1.54
+++ pkgsrc/security/p5-Net-SSLeay/distinfo 2024/01/14 20:37:58 1.55
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.54 2022/08/06 17:05:46 ast Exp $ 1$NetBSD: distinfo,v 1.55 2024/01/14 20:37:58 wiz Exp $
2 2
3BLAKE2s (Net-SSLeay-1.92.tar.gz) = 9b3c069a8ca4508f0ad613ded1c316da20e632103fe83df5a9754a392002376d 3BLAKE2s (Net-SSLeay-1.94.tar.gz) = 6f3b810680f3d0c63d5641a576131e264e1c1a78f172409f418e8fd42db99383
4SHA512 (Net-SSLeay-1.92.tar.gz) = e9d9161ebeb7be90f4c7a0ea98f1034892ce6d33aa72872683177b19daa1f4c5819f85ea9a052a076ec8d7c21705f6c344aef64680bc881bf3218d38e8b7b173 4SHA512 (Net-SSLeay-1.94.tar.gz) = f1461667269f3da56ff7e1724b5511b95c34582250f8336e9f93d30f3b30d4a5360eb27622b9730bba11df75e00d717c7f0cea2120d20206723db136a8509375
5Size (Net-SSLeay-1.92.tar.gz) = 555930 bytes 5Size (Net-SSLeay-1.94.tar.gz) = 663948 bytes