Skip to content

Commit 204736c

Browse files
committed
p5-Net-SSLeay: update to 1.96.
1.96 2026-03-21 - New stable release incorporating all changes from developer releases 1.95_01 to 1.95_03. - Summary of major changes since version 1.94: - Net::SSLeay now officially supports all stable releases of OpenSSL 3.3 - 3.6 and LibreSSL 3.9 - 4.2, including the vendor-supplied version of OpenSSL 3 on VMS. - Several libssl functions allowing for the control of supported signature algorithms are now exposed. 1.95_03 2026-03-20 - In 67_sigalgs.t, load the certificates and keys before forking to avoid a failure on MSWin32. 1.95_02 2026-03-18 - Support SSL_CTX_set1_sigalgs_list and SSL_CTX_set1_client_sigalgs_list. Contributed by Wes Malone. - Support SSL_set1_sigalgs_list, SSL_set1_client_sigalgs_list, SSL_get_sigalgs and SSL_get_shared_sigalgs, and add the function SSL_CTX_set_cert_cb. - Add test file 67_sigalgs.t for the sigalgs functions. 1.95_01 2026-02-05 - Skip NPN tests when NPN is disabled in OpenSSL instead o assuming NPN is always enabled. Reported by GitHub user dilyanpalauzov Дилян Палаузов. - Update GitHub Actions CI workflow. A number of test jobs were broken because some GitHub runners were discontinued, changes in QEMU setup, changes in Cygwin, etc. - Adjust test 32_x509_get_cert_info.t to match formatting changes in OpenSSL 3.4.0 and 3.4.1. Thanks to Sebastian Andrzej Siewior for the patches. - OpenSSL 3.9.0 and later remove EVP_add_digest(). Thanks to Derrik Pates for the report and patch. - Increase timeout in 62_threads-ctx_new-deadlock.t to allow the test to pass on very slow platforms. - Add missing documentation for STACK_OF() free functions sk_X509_free and sk_X509_INFO_free. Contributed by Marc Reisner - Add $prefx/lib/64 to lib paths in Makefile.PL for Illumos. Contributed by Marcel Telka. - Support vendor-supplied OpenSSL 3.x on VMS and update %ENV modification in test 10_rand.t to work on VMS. Contributed by Craig Barry. - Compiler -D switches Makefile.PL sets are no longer added to the MakeMaker CCFLAG attribute because of portability reasons. The switches are now passed either via WriteMakefile() or appending them to 'perl Makefile.PL ...' DEFINE argument. CCFLAG problem diagnosed by Craig Barry. Fixes by Craig Barry and Heikki Vatiainen. - Update GitHub Actions CI testing: - Perl on Ubuntu 24.04: Add Perl 5.38, 5.40 and 5.42, add OpenSSL 3.3, 3.4 and 3.5 minor releases, add LibreSSL 3.9, 4.0 and 4.1 release branches. - Alpine Linux: Remove 3.15, 3.16 and 3.17. Add 3.19, 3.20, 3.21 and 3.22. - Freebsd: Add 14.3 and replace 13.2 with 13.5. - OpenBSD: Add 7.6 and 7.7. Remove 7.2 and 7.3. - NetBSD: Add 10.1 and replace 9.3 with 9.4. - Update test 62_threads-ctx_new-deadlock.t to work with LibreSSL 4.1.0.
1 parent 2ee484d commit 204736c

File tree

2 files changed

+7
-8
lines changed

2 files changed

+7
-8
lines changed

security/p5-Net-SSLeay/Makefile

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
1-
# $NetBSD: Makefile,v 1.106 2025/07/04 08:48:05 wiz Exp $
1+
# $NetBSD: Makefile,v 1.107 2026/03/26 14:28:52 wiz Exp $
22

3-
DISTNAME= Net-SSLeay-1.94
3+
DISTNAME= Net-SSLeay-1.96
44
PKGNAME= p5-${DISTNAME}
5-
PKGREVISION= 2
65
CATEGORIES= security perl5
7-
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/}
6+
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/C/CH/CHRISN/}
87

98
MAINTAINER= pkgsrc-users@NetBSD.org
109
HOMEPAGE= https://metacpan.org/release/Net-SSLeay

security/p5-Net-SSLeay/distinfo

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
$NetBSD: distinfo,v 1.55 2024/01/14 20:37:58 wiz Exp $
1+
$NetBSD: distinfo,v 1.56 2026/03/26 14:28:52 wiz Exp $
22

3-
BLAKE2s (Net-SSLeay-1.94.tar.gz) = 6f3b810680f3d0c63d5641a576131e264e1c1a78f172409f418e8fd42db99383
4-
SHA512 (Net-SSLeay-1.94.tar.gz) = f1461667269f3da56ff7e1724b5511b95c34582250f8336e9f93d30f3b30d4a5360eb27622b9730bba11df75e00d717c7f0cea2120d20206723db136a8509375
5-
Size (Net-SSLeay-1.94.tar.gz) = 663948 bytes
3+
BLAKE2s (Net-SSLeay-1.96.tar.gz) = 6ba0c23e796d4b85acbc8513e8166c8142bf083c2898ce637394e5e8d8c18800
4+
SHA512 (Net-SSLeay-1.96.tar.gz) = c8218159b9392aaebc996e4db51e0d3799d395289cb84d7ce4de807698ebed178b9b129b1e6e6a379c1f8247ee85f770e3266ea1f865378e559b37d75748665c
5+
Size (Net-SSLeay-1.96.tar.gz) = 668471 bytes

0 commit comments

Comments
 (0)