pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/p5-IO-Socket-SSL Update to 1.22:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f5a01c40a543
branches:  trunk
changeset: 554829:f5a01c40a543
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sat Feb 21 14:02:08 2009 +0000

description:
Update to 1.22:

v1.22 2009.01.24
- Net::SSLeay stores verify callbacks inside hash and never clears them, so
  set verify callback to NULL in destroy of context

v1.21 2009.01.22
- auto verification of name in certificate created circular reference between
  SSL and CTX object with the verify_callback, which caused the objects to be
  destroyed only at program end. Fix it be no longer access $self from inside
  the callback.
  Thanks to odenbach[AT]uni-paderborn[DOT]de for reporting

v1.20 2009.01.15
- only changes on test suite to make it ready for win32
  (tested with strawberry perl 5.8.8)

diffstat:

 security/p5-IO-Socket-SSL/Makefile |  4 ++--
 security/p5-IO-Socket-SSL/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (25 lines):

diff -r 7765f8145c9c -r f5a01c40a543 security/p5-IO-Socket-SSL/Makefile
--- a/security/p5-IO-Socket-SSL/Makefile        Sat Feb 21 14:00:11 2009 +0000
+++ b/security/p5-IO-Socket-SSL/Makefile        Sat Feb 21 14:02:08 2009 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.42 2009/01/07 12:41:50 wiz Exp $
+# $NetBSD: Makefile,v 1.43 2009/02/21 14:02:08 wiz Exp $
 
-DISTNAME=      IO-Socket-SSL-1.19
+DISTNAME=      IO-Socket-SSL-1.22
 PKGNAME=       p5-${DISTNAME}
 SVR4_PKGNAME=  p5iss
 CATEGORIES=    security net perl5
diff -r 7765f8145c9c -r f5a01c40a543 security/p5-IO-Socket-SSL/distinfo
--- a/security/p5-IO-Socket-SSL/distinfo        Sat Feb 21 14:00:11 2009 +0000
+++ b/security/p5-IO-Socket-SSL/distinfo        Sat Feb 21 14:02:08 2009 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.28 2009/01/07 12:41:50 wiz Exp $
+$NetBSD: distinfo,v 1.29 2009/02/21 14:02:08 wiz Exp $
 
-SHA1 (IO-Socket-SSL-1.19.tar.gz) = b3aa9fffa6f946cfb2f8355d1b61cc1a13b88a2e
-RMD160 (IO-Socket-SSL-1.19.tar.gz) = ac717ccbdc3202d2a5abe3dcff857a79e1b7fe50
-Size (IO-Socket-SSL-1.19.tar.gz) = 63168 bytes
+SHA1 (IO-Socket-SSL-1.22.tar.gz) = 9a942f903ee9612f9ec192d6cc768d45ed9c0990
+RMD160 (IO-Socket-SSL-1.22.tar.gz) = 42299df7226905b15cc1f4d502138c93436aa6ba
+Size (IO-Socket-SSL-1.22.tar.gz) = 63494 bytes



Home | Main Index | Thread Index | Old Index