pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/security/p5-Net-SSLeay
Module Name: pkgsrc
Committed By: wiz
Date: Thu Mar 26 14:28:52 UTC 2026
Modified Files:
pkgsrc/security/p5-Net-SSLeay: Makefile distinfo
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r1.106 -r1.107 pkgsrc/security/p5-Net-SSLeay/Makefile
cvs rdiff -u -r1.55 -r1.56 pkgsrc/security/p5-Net-SSLeay/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/security/p5-Net-SSLeay/Makefile
diff -u pkgsrc/security/p5-Net-SSLeay/Makefile:1.106 pkgsrc/security/p5-Net-SSLeay/Makefile:1.107
--- pkgsrc/security/p5-Net-SSLeay/Makefile:1.106 Fri Jul 4 08:48:05 2025
+++ pkgsrc/security/p5-Net-SSLeay/Makefile Thu Mar 26 14:28:52 2026
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.106 2025/07/04 08:48:05 wiz Exp $
+# $NetBSD: Makefile,v 1.107 2026/03/26 14:28:52 wiz Exp $
-DISTNAME= Net-SSLeay-1.94
+DISTNAME= Net-SSLeay-1.96
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 2
CATEGORIES= security perl5
-MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/}
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/C/CH/CHRISN/}
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
HOMEPAGE= https://metacpan.org/release/Net-SSLeay
Index: pkgsrc/security/p5-Net-SSLeay/distinfo
diff -u pkgsrc/security/p5-Net-SSLeay/distinfo:1.55 pkgsrc/security/p5-Net-SSLeay/distinfo:1.56
--- pkgsrc/security/p5-Net-SSLeay/distinfo:1.55 Sun Jan 14 20:37:58 2024
+++ pkgsrc/security/p5-Net-SSLeay/distinfo Thu Mar 26 14:28:52 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.55 2024/01/14 20:37:58 wiz Exp $
+$NetBSD: distinfo,v 1.56 2026/03/26 14:28:52 wiz Exp $
-BLAKE2s (Net-SSLeay-1.94.tar.gz) = 6f3b810680f3d0c63d5641a576131e264e1c1a78f172409f418e8fd42db99383
-SHA512 (Net-SSLeay-1.94.tar.gz) = f1461667269f3da56ff7e1724b5511b95c34582250f8336e9f93d30f3b30d4a5360eb27622b9730bba11df75e00d717c7f0cea2120d20206723db136a8509375
-Size (Net-SSLeay-1.94.tar.gz) = 663948 bytes
+BLAKE2s (Net-SSLeay-1.96.tar.gz) = 6ba0c23e796d4b85acbc8513e8166c8142bf083c2898ce637394e5e8d8c18800
+SHA512 (Net-SSLeay-1.96.tar.gz) = c8218159b9392aaebc996e4db51e0d3799d395289cb84d7ce4de807698ebed178b9b129b1e6e6a379c1f8247ee85f770e3266ea1f865378e559b37d75748665c
+Size (Net-SSLeay-1.96.tar.gz) = 668471 bytes
Home |
Main Index |
Thread Index |
Old Index