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 p5-IO-Socket-SSL to 1...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/94666b45bb2a
branches:  trunk
changeset: 538298:94666b45bb2a
user:      obache <obache%pkgsrc.org@localhost>
date:      Tue Feb 05 11:36:04 2008 +0000

description:
Update p5-IO-Socket-SSL to 1.13.

v1.13
        - removed CLONE_SKIP which was added in 1.03 because this breaks
          windows forking. Handled threads/windows forking better by making
          sure that CTX from Net::SSLeay gets not freed multiple times from
          different threads after cloning/forking
        - removed setting LocalPort to 0 in tests, instead leave it undef
          if a random port should be allocated. This should fix build problems
          with 5.6.1. Thanks to <andrew[DOT]benham[AT]thus[DOT]net>

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 42f75b99b7c2 -r 94666b45bb2a security/p5-IO-Socket-SSL/Makefile
--- a/security/p5-IO-Socket-SSL/Makefile        Tue Feb 05 11:17:00 2008 +0000
+++ b/security/p5-IO-Socket-SSL/Makefile        Tue Feb 05 11:36:04 2008 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.34 2007/11/01 08:31:40 wiz Exp $
+# $NetBSD: Makefile,v 1.35 2008/02/05 11:36:04 obache Exp $
 
-DISTNAME=      IO-Socket-SSL-1.12
+DISTNAME=      IO-Socket-SSL-1.13
 PKGNAME=       p5-${DISTNAME}
 SVR4_PKGNAME=  p5iss
 CATEGORIES=    security net perl5
diff -r 42f75b99b7c2 -r 94666b45bb2a security/p5-IO-Socket-SSL/distinfo
--- a/security/p5-IO-Socket-SSL/distinfo        Tue Feb 05 11:17:00 2008 +0000
+++ b/security/p5-IO-Socket-SSL/distinfo        Tue Feb 05 11:36:04 2008 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.21 2007/11/01 08:31:40 wiz Exp $
+$NetBSD: distinfo,v 1.22 2008/02/05 11:36:04 obache Exp $
 
-SHA1 (IO-Socket-SSL-1.12.tar.gz) = 50424ca0764a33387a287f8ad2ef0d04fa39e8a7
-RMD160 (IO-Socket-SSL-1.12.tar.gz) = bb0099a751dbd1120cb9cbd4c95c59f69c7be995
-Size (IO-Socket-SSL-1.12.tar.gz) = 52152 bytes
+SHA1 (IO-Socket-SSL-1.13.tar.gz) = 6c25cb636d0252b280a4f173ede19ce6d29d4a42
+RMD160 (IO-Socket-SSL-1.13.tar.gz) = a984018c083964214e0c53cbbe728d0071b9cb94
+Size (IO-Socket-SSL-1.13.tar.gz) = 52531 bytes



Home | Main Index | Thread Index | Old Index