pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/security/p5-IO-Socket-SSL



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Jan 11 04:49:48 UTC 2026

Modified Files:
        pkgsrc/security/p5-IO-Socket-SSL: Makefile distinfo

Log Message:
p5-IO-Socket-SSL: update to 2.098.

2.098 2026/01/06
- Another fix to issue #175 to make sure that an unblessed sockets gets
  blessed in place instead of using new_from_fd. Document that it will
  not retain original class with unblessed sockets on error, since this
  never worked anyway (there is no native unbless)
2.097 2026/01/06
- fix issue #175 with upgrading from plain socket (no object) by using
  correct fdopen mode +< instead of <+
2.096 2026/01/04
- Allow stacking TLS layers with SSL_usebio
  This also allows LWP (after patches) to access https site through TLS
  enabled proxy


To generate a diff of this commit:
cvs rdiff -u -r1.151 -r1.152 pkgsrc/security/p5-IO-Socket-SSL/Makefile
cvs rdiff -u -r1.116 -r1.117 pkgsrc/security/p5-IO-Socket-SSL/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-IO-Socket-SSL/Makefile
diff -u pkgsrc/security/p5-IO-Socket-SSL/Makefile:1.151 pkgsrc/security/p5-IO-Socket-SSL/Makefile:1.152
--- pkgsrc/security/p5-IO-Socket-SSL/Makefile:1.151     Sun Jul 13 21:19:59 2025
+++ pkgsrc/security/p5-IO-Socket-SSL/Makefile   Sun Jan 11 04:49:47 2026
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.151 2025/07/13 21:19:59 wiz Exp $
+# $NetBSD: Makefile,v 1.152 2026/01/11 04:49:47 wiz Exp $
 
-DISTNAME=      IO-Socket-SSL-2.095
+DISTNAME=      IO-Socket-SSL-2.098
 PKGNAME=       p5-${DISTNAME}
 CATEGORIES=    security net perl5
-MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=IO/}
+MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=../..//authors/id/S/SU/SULLR/}
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      https://metacpan.org/release/IO-Socket-SSL

Index: pkgsrc/security/p5-IO-Socket-SSL/distinfo
diff -u pkgsrc/security/p5-IO-Socket-SSL/distinfo:1.116 pkgsrc/security/p5-IO-Socket-SSL/distinfo:1.117
--- pkgsrc/security/p5-IO-Socket-SSL/distinfo:1.116     Sun Jul 13 21:19:59 2025
+++ pkgsrc/security/p5-IO-Socket-SSL/distinfo   Sun Jan 11 04:49:47 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.116 2025/07/13 21:19:59 wiz Exp $
+$NetBSD: distinfo,v 1.117 2026/01/11 04:49:47 wiz Exp $
 
-BLAKE2s (IO-Socket-SSL-2.095.tar.gz) = 98a1982727c816f6eb82c3e84846b71749d0387ce43caadd35964060334ff2f1
-SHA512 (IO-Socket-SSL-2.095.tar.gz) = 6025bc0eac4258e81eb0fc6da9297e8c3c648ed02ba0b2b66a6f604f83a7bd5d8b4a945e7c51c733754a7738ed1309316d4d1be6eccf1f7744fc58fd9fb27109
-Size (IO-Socket-SSL-2.095.tar.gz) = 276128 bytes
+BLAKE2s (IO-Socket-SSL-2.098.tar.gz) = d191ba249efdfc8ab3337c8eae8ba9c0b7584fca13f12ba8b0efa5fc47ac924c
+SHA512 (IO-Socket-SSL-2.098.tar.gz) = a0bf942073cd1fd08752694629f7c5552f3b9cc6a0db3d6473da734a79b37a444236f3a2ff48c92b4186774cc83cb53a9d695c53d27eacf49ad02874fdbc2cab
+Size (IO-Socket-SSL-2.098.tar.gz) = 280268 bytes



Home | Main Index | Thread Index | Old Index