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 Feb 25 18:47:31 UTC 2018
Modified Files:
pkgsrc/security/p5-IO-Socket-SSL: Makefile distinfo
Log Message:
p5-IO-Socket-SSL: update to 2.056.
2.056 2018/02/19
- Intercept - fix creation of serial number: base it on binary digest instead of
treating hex fingerprint as binary. Allow use of own serial numbers again.
- t/io-socket-ip.t - skip test if no IPv6 support on system RT#124464
- update PublicSuffix
2.055 2018/02/15
- use SNI also if hostname was given all-uppercase
- Utils::CERT_create - don't add authority key for issuer since Chrome does
not like this
- Intercept:
- change behavior of code based cache to better support synchronizing
within multiprocess/threaded setups
- don't use counter for serial number but somehow base it on original
certificate in order to avoid conflicts with reuse of serial numbers
after restart
- RT#124431 - better support platforms w/o IPv6
- RT#124306 - spelling fixes in documentation
2.054 2018/01/22
- added missing test certificates to MANIFEST
2.053 2018/01/21
- small behavior fixes
- if SSL_fingerprint is used and matches don't check for OCSP
- Utils::CERT_create - small fixes to properly specific purpose, ability to
use predefined complex purpose but disable some features
- update PublicSuffix
- updates for documentation, especially regarding pitfalls with forking or using
non-blocking sockets. Spelling fixes.
- test fixes and improvements
- stability improvements for live tests
- regenerate certificate in certs/ and make sure they are limited to the
correct purpose. Checkin program used to generate certificates.
- adjust tests since certificates have changed and some tests used
certificates intended for client authentication as server certificates,
which now no longer works
To generate a diff of this commit:
cvs rdiff -u -r1.121 -r1.122 pkgsrc/security/p5-IO-Socket-SSL/Makefile
cvs rdiff -u -r1.94 -r1.95 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.121 pkgsrc/security/p5-IO-Socket-SSL/Makefile:1.122
--- pkgsrc/security/p5-IO-Socket-SSL/Makefile:1.121 Wed Nov 8 21:07:32 2017
+++ pkgsrc/security/p5-IO-Socket-SSL/Makefile Sun Feb 25 18:47:31 2018
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.121 2017/11/08 21:07:32 wiz Exp $
+# $NetBSD: Makefile,v 1.122 2018/02/25 18:47:31 wiz Exp $
-DISTNAME= IO-Socket-SSL-2.052
+DISTNAME= IO-Socket-SSL-2.056
PKGNAME= p5-${DISTNAME}
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.94 pkgsrc/security/p5-IO-Socket-SSL/distinfo:1.95
--- pkgsrc/security/p5-IO-Socket-SSL/distinfo:1.94 Wed Nov 8 21:07:32 2017
+++ pkgsrc/security/p5-IO-Socket-SSL/distinfo Sun Feb 25 18:47:31 2018
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.94 2017/11/08 21:07:32 wiz Exp $
+$NetBSD: distinfo,v 1.95 2018/02/25 18:47:31 wiz Exp $
-SHA1 (IO-Socket-SSL-2.052.tar.gz) = 06ee7899ee4bdb89406e6960062821ef959bb7d5
-RMD160 (IO-Socket-SSL-2.052.tar.gz) = 1e92f9bf508c90ac5346b4ea56ca71a185f61aa3
-SHA512 (IO-Socket-SSL-2.052.tar.gz) = 44a2ba94d1e9f911d6815a784263e2cddac0cea90e79cf8e267f73d8b2a3726ca9933d621bac8849a52db50bff0bd7a0d2cfd546a550f2963ea44346d3f8b600
-Size (IO-Socket-SSL-2.052.tar.gz) = 221703 bytes
+SHA1 (IO-Socket-SSL-2.056.tar.gz) = 281b20a3b50294b4362a7a7b9c631dc5a0d04b4c
+RMD160 (IO-Socket-SSL-2.056.tar.gz) = 942d7cbeb58e098bbf9c1b9dc2c2f8cb320dec5e
+SHA512 (IO-Socket-SSL-2.056.tar.gz) = a3d580f977f8fd99f196a710f6eb5bc649d46e22d17f4e02660b2bab130629b34d1aff037974f320ce52121b13c1d77aa2f504278ec50530667e67413442b70b
+Size (IO-Socket-SSL-2.056.tar.gz) = 232898 bytes
Home |
Main Index |
Thread Index |
Old Index