Skip to content

Commit

Permalink
p5-IO-Socket-SSL: update to 2.084.
Browse files Browse the repository at this point in the history
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
  • Loading branch information
wiz committed Dec 17, 2023
1 parent f61c306 commit 226d622
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
5 changes: 2 additions & 3 deletions security/p5-IO-Socket-SSL/Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# $NetBSD: Makefile,v 1.138 2023/07/06 09:41:27 wiz Exp $
# $NetBSD: Makefile,v 1.139 2023/12/17 07:40:58 wiz Exp $

DISTNAME= IO-Socket-SSL-2.081
DISTNAME= IO-Socket-SSL-2.084
PKGNAME= p5-${DISTNAME}
PKGREVISION= 1
CATEGORIES= security net perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=IO/}

Expand Down
8 changes: 4 additions & 4 deletions security/p5-IO-Socket-SSL/distinfo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.106 2023/05/20 07:08:12 wiz Exp $
$NetBSD: distinfo,v 1.107 2023/12/17 07:40:58 wiz Exp $

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

0 comments on commit 226d622

Please sign in to comment.