Skip to content

Commit 226d622

Browse files
committed
p5-IO-Socket-SSL: update to 2.084.
2.084 2023/11/06 - various fixes for edge cases and build: #136, #141, #142, #143, #145 - update documentation to reflect default SSL_version 2.083 2023/05/18 - fix t/protocol_version.t for OpenSSL versions which don't support SECLEVEL (regression from #122) 2.082 2023/05/17 - SSL_version default now TLS 1.2+ since TLS 1.1 and lower deprecated #122 - fix output of alert string when debugging #132 - improve regex for hostname validation #130, #126 - add can_ciphersuites subroutine for feature checking #127 - Utils::CERT_create - die if unexpected arguments are given instead of ignoring these
1 parent f61c306 commit 226d622

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

security/p5-IO-Socket-SSL/Makefile

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
1-
# $NetBSD: Makefile,v 1.138 2023/07/06 09:41:27 wiz Exp $
1+
# $NetBSD: Makefile,v 1.139 2023/12/17 07:40:58 wiz Exp $
22

3-
DISTNAME= IO-Socket-SSL-2.081
3+
DISTNAME= IO-Socket-SSL-2.084
44
PKGNAME= p5-${DISTNAME}
5-
PKGREVISION= 1
65
CATEGORIES= security net perl5
76
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=IO/}
87

security/p5-IO-Socket-SSL/distinfo

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
$NetBSD: distinfo,v 1.106 2023/05/20 07:08:12 wiz Exp $
1+
$NetBSD: distinfo,v 1.107 2023/12/17 07:40:58 wiz Exp $
22

3-
BLAKE2s (IO-Socket-SSL-2.081.tar.gz) = e8b3491b9d9d5b65f4cdb7d2f658cf1af767da10520d06fdd4a9d0ffe9873bab
4-
SHA512 (IO-Socket-SSL-2.081.tar.gz) = 309d02983a8a6c1440c2161189fd4648533bafb784a3271fb0d8671681ed606aeaeb5f0650de5f26869e1fd84e9c8bd94674988bbefcd0f424c94a387a548534
5-
Size (IO-Socket-SSL-2.081.tar.gz) = 261773 bytes
3+
BLAKE2s (IO-Socket-SSL-2.084.tar.gz) = 629dc5426e80a9dcecb636a764ce5846639ebb026cbf32424a87435a91d94544
4+
SHA512 (IO-Socket-SSL-2.084.tar.gz) = 348e71cda3b0f6c06f9e72a9cd332e5c747feec82b6e74fe508ef294fdca85f9318bdda2e369b1dd1f0f2c857bfba89f52f09a3088c9906326cda5f43a91b6b5
5+
Size (IO-Socket-SSL-2.084.tar.gz) = 260125 bytes

0 commit comments

Comments
 (0)