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:           Thu Jun 30 17:44:18 UTC 2016

Modified Files:
        pkgsrc/security/p5-IO-Socket-SSL: Makefile distinfo

Log Message:
Updated p5-IO-Socket-SSL to 2.029.

2.029 2016/07/26
- fix del_session method in case a single item was in the cache
- use SSL_session_key as the real key for the cache and not some derivate of it,
  so that it works to remove the entry using the same key
2.028 2016/07/26
- add del_session method to session cache


To generate a diff of this commit:
cvs rdiff -u -r1.102 -r1.103 pkgsrc/security/p5-IO-Socket-SSL/Makefile
cvs rdiff -u -r1.76 -r1.77 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.102 pkgsrc/security/p5-IO-Socket-SSL/Makefile:1.103
--- pkgsrc/security/p5-IO-Socket-SSL/Makefile:1.102     Wed Jun  8 19:24:23 2016
+++ pkgsrc/security/p5-IO-Socket-SSL/Makefile   Thu Jun 30 17:44:18 2016
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.102 2016/06/08 19:24:23 wiz Exp $
+# $NetBSD: Makefile,v 1.103 2016/06/30 17:44:18 wiz Exp $
 
-DISTNAME=      IO-Socket-SSL-2.027
+DISTNAME=      IO-Socket-SSL-2.029
 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.76 pkgsrc/security/p5-IO-Socket-SSL/distinfo:1.77
--- pkgsrc/security/p5-IO-Socket-SSL/distinfo:1.76      Sun Apr 24 06:30:22 2016
+++ pkgsrc/security/p5-IO-Socket-SSL/distinfo   Thu Jun 30 17:44:18 2016
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.76 2016/04/24 06:30:22 wiz Exp $
+$NetBSD: distinfo,v 1.77 2016/06/30 17:44:18 wiz Exp $
 
-SHA1 (IO-Socket-SSL-2.027.tar.gz) = 7c5e95027a577a7adeae5030b51606a5de4132ff
-RMD160 (IO-Socket-SSL-2.027.tar.gz) = be30d508a6fdbe520fcd6b9631006d057f26bf2d
-SHA512 (IO-Socket-SSL-2.027.tar.gz) = 5aea2924c34ce225c8ecb3ffcf21a8c2d72af21c0adfdf8e2264e7e13012404fc890065e209637116995797e9a07db77ee5397a9a83423a861338b9e63263d67
-Size (IO-Socket-SSL-2.027.tar.gz) = 210470 bytes
+SHA1 (IO-Socket-SSL-2.029.tar.gz) = 237bb449632747b7712537b24dcba388c4399b11
+RMD160 (IO-Socket-SSL-2.029.tar.gz) = 21dd2e0a89a3e2769868b7e321e8042e0717bf09
+SHA512 (IO-Socket-SSL-2.029.tar.gz) = b3ca8fa8dc07d9f6ea5ac041946f6c723ed0aef9d6795ba8e1c4c09fd33dd9074b36673e3495ef881ff4181070fd9c583105291544c3fa75d13a504c29cad542
+Size (IO-Socket-SSL-2.029.tar.gz) = 210607 bytes



Home | Main Index | Thread Index | Old Index