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: Mon Nov 28 13:00:16 UTC 2016
Modified Files:
pkgsrc/security/p5-IO-Socket-SSL: Makefile distinfo
Log Message:
Updated p5-IO-Socket-SSL to 2.039.
2.039 2016/11/20
- OpenSSL 1.1.0c changed the behavior of SSL_read so that it now returns -1 on
EOF without proper SSL shutdown. Since it looks like that this behavior will
be kept at least for 1.1.1+ adapt to the changed API by treating errno=NOERR
on SSL_ERROR_SYSCALL as EOF.
To generate a diff of this commit:
cvs rdiff -u -r1.108 -r1.109 pkgsrc/security/p5-IO-Socket-SSL/Makefile
cvs rdiff -u -r1.82 -r1.83 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.108 pkgsrc/security/p5-IO-Socket-SSL/Makefile:1.109
--- pkgsrc/security/p5-IO-Socket-SSL/Makefile:1.108 Sun Sep 18 22:03:10 2016
+++ pkgsrc/security/p5-IO-Socket-SSL/Makefile Mon Nov 28 13:00:16 2016
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.108 2016/09/18 22:03:10 wiz Exp $
+# $NetBSD: Makefile,v 1.109 2016/11/28 13:00:16 wiz Exp $
-DISTNAME= IO-Socket-SSL-2.038
+DISTNAME= IO-Socket-SSL-2.039
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.82 pkgsrc/security/p5-IO-Socket-SSL/distinfo:1.83
--- pkgsrc/security/p5-IO-Socket-SSL/distinfo:1.82 Sun Sep 18 22:03:10 2016
+++ pkgsrc/security/p5-IO-Socket-SSL/distinfo Mon Nov 28 13:00:16 2016
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.82 2016/09/18 22:03:10 wiz Exp $
+$NetBSD: distinfo,v 1.83 2016/11/28 13:00:16 wiz Exp $
-SHA1 (IO-Socket-SSL-2.038.tar.gz) = f13d43a606aa877a3cc97ab5a76d9d00204bd952
-RMD160 (IO-Socket-SSL-2.038.tar.gz) = 0374d751652374d4f4571430086d95f0e08a8d20
-SHA512 (IO-Socket-SSL-2.038.tar.gz) = f3c52588a2cba63563064d3d7ab934bc755a9f7d13b3e088451bb51773ff7ebf8e1eadd3fe208be4040d8ce85cabec8b55147fd32661fc5b0e260963ec973c9e
-Size (IO-Socket-SSL-2.038.tar.gz) = 213653 bytes
+SHA1 (IO-Socket-SSL-2.039.tar.gz) = bf28c64db7e95920ce1d22771ecd4765f860bd66
+RMD160 (IO-Socket-SSL-2.039.tar.gz) = d7dc5d9bd789c6697f68cef841d34fc1f302fd58
+SHA512 (IO-Socket-SSL-2.039.tar.gz) = e107a5bdd1631d87e11fbb339e13b4c3272db3a7ca43488c221bbd17c7a93f2033e175c0ca8ee6e89f45550a68741c4762880845378dca7f0beaa45427399515
+Size (IO-Socket-SSL-2.039.tar.gz) = 213906 bytes
Home |
Main Index |
Thread Index |
Old Index