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:           Tue Jul  1 21:04:21 UTC 2025

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

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

2.094 2025/06/18
- fixed memory leak introduced in 2.092
2.093 2025/06/17
- Another rework for one-sided SSL shutdown, to a) implement a useful and secure
  behavior and b) without affecting existing applications. 2.092 had still
  unwanted side effects
2.092 2025/06/16
- rework implementation and behavior for one-sided SSL shutdown. Implementation
  in 2.091 lead to some problems with Net::FTP and others.


To generate a diff of this commit:
cvs rdiff -u -r1.148 -r1.149 pkgsrc/security/p5-IO-Socket-SSL/Makefile
cvs rdiff -u -r1.114 -r1.115 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.148 pkgsrc/security/p5-IO-Socket-SSL/Makefile:1.149
--- pkgsrc/security/p5-IO-Socket-SSL/Makefile:1.148     Sun Jun 15 13:20:24 2025
+++ pkgsrc/security/p5-IO-Socket-SSL/Makefile   Tue Jul  1 21:04:21 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.148 2025/06/15 13:20:24 wiz Exp $
+# $NetBSD: Makefile,v 1.149 2025/07/01 21:04:21 wiz Exp $
 
-DISTNAME=      IO-Socket-SSL-2.091
+DISTNAME=      IO-Socket-SSL-2.094
 PKGNAME=       p5-${DISTNAME}
 CATEGORIES=    security net perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=IO/}
@@ -19,7 +19,7 @@ USE_LANGUAGES=                # empty
 PERL5_PACKLIST=                auto/IO/Socket/SSL/.packlist
 
 # as of 2.090, needs network access for t/external/ocsp.t
-#ALLOW_NETWORK_ACCESS= yes
+ALLOW_NETWORK_ACCESS=  yes
 
 .include "../../lang/perl5/module.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/security/p5-IO-Socket-SSL/distinfo
diff -u pkgsrc/security/p5-IO-Socket-SSL/distinfo:1.114 pkgsrc/security/p5-IO-Socket-SSL/distinfo:1.115
--- pkgsrc/security/p5-IO-Socket-SSL/distinfo:1.114     Sun Jun 15 13:20:24 2025
+++ pkgsrc/security/p5-IO-Socket-SSL/distinfo   Tue Jul  1 21:04:21 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.114 2025/06/15 13:20:24 wiz Exp $
+$NetBSD: distinfo,v 1.115 2025/07/01 21:04:21 wiz Exp $
 
-BLAKE2s (IO-Socket-SSL-2.091.tar.gz) = 63da14897ded13b5c3f42688b94f8c36cf645aebd5a487dc1f41dcbfc6843f32
-SHA512 (IO-Socket-SSL-2.091.tar.gz) = a84c0c3c298fec8ff78940249bc84c52b360928773aa2d77a2ef87a96f8001f8a4bf4eb324b76f5a521ee19bad31fe1a5b27818e93b047f270897f521b8af260
-Size (IO-Socket-SSL-2.091.tar.gz) = 274455 bytes
+BLAKE2s (IO-Socket-SSL-2.094.tar.gz) = a22550c57096e20a58064f74d00dbd9bd49761fd3ee31108233d2f5137977eba
+SHA512 (IO-Socket-SSL-2.094.tar.gz) = 9bab926baa425c557d2d020d5e31c9464f461e36e52e5d671261d91053e00a4c5b5c033c364ef52c90741384808d34420ee3b7ded50263082c9e13f83c0a21b3
+Size (IO-Socket-SSL-2.094.tar.gz) = 276094 bytes



Home | Main Index | Thread Index | Old Index