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 Dec 17 07:40:58 UTC 2023
Modified Files:
pkgsrc/security/p5-IO-Socket-SSL: Makefile distinfo
Log Message:
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
To generate a diff of this commit:
cvs rdiff -u -r1.138 -r1.139 pkgsrc/security/p5-IO-Socket-SSL/Makefile
cvs rdiff -u -r1.106 -r1.107 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.138 pkgsrc/security/p5-IO-Socket-SSL/Makefile:1.139
--- pkgsrc/security/p5-IO-Socket-SSL/Makefile:1.138 Thu Jul 6 09:41:27 2023
+++ pkgsrc/security/p5-IO-Socket-SSL/Makefile Sun Dec 17 07:40:58 2023
@@ -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/}
Index: pkgsrc/security/p5-IO-Socket-SSL/distinfo
diff -u pkgsrc/security/p5-IO-Socket-SSL/distinfo:1.106 pkgsrc/security/p5-IO-Socket-SSL/distinfo:1.107
--- pkgsrc/security/p5-IO-Socket-SSL/distinfo:1.106 Sat May 20 07:08:12 2023
+++ pkgsrc/security/p5-IO-Socket-SSL/distinfo Sun Dec 17 07:40:58 2023
@@ -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
Home |
Main Index |
Thread Index |
Old Index