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 Updated to version 0.97.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0657d2a1300d
branches:  trunk
changeset: 501019:0657d2a1300d
user:      heinz <heinz%pkgsrc.org@localhost>
date:      Sun Oct 16 08:46:07 2005 +0000

description:
Updated to version 0.97.

No pkgsrc changes.

Changes since version 0.96:
===========================
v0.97
        - Writes now correctly return errors.  (Problem noted by
          Dominique Quatravaux <dom at idealx.com>).
        - CA paths now work without passing an empty SSL_ca_file
          argument.  (Problem found by Phil Pennock, <phil.pennock
          at globnix.org>).
        - IO::Socket::SSL now automatically passes Proto => tcp (if
          not already specified) to IO::Socket::INET to work around
          /etc/services files with udp entries listed first.  (Fix
          suggested by Phil Pennock).
        - $socket->accept() now returns the peer address in array
          context for better conformance with IO::Socket::INET.
          However, if you were doing "map { $_->accept } (@sockets)",
          or similar tricks, you will need to use "scalar" to get the
          old behavior back.  (Problem noted by Nils Sowen, <n.sowen
          at kon.de>).
        - IO::Socket::SSL should now properly block on reads larger
          than the buffer size of Net::SSLeay.  (Problem found by Eric
          Jergensen, <eric at dvns.com>).
        - IO::Socket::SSL should now send CA Certs (if necessary)
          along with certificates.  (Problem found by <roy at
          momentous.ca>).
        - Timeouts should now work, but be aware that if multiple
          reads/writes are necessary to complete a connection, then
          each one may have a separate timeout.  (Request from
          Dominique Quatravaux <dom at idealx.com>).
        - In certain cases, start_SSL() would misplace a socket's
          fileno, causing problems with starting SSL.  This should now
          be fixed.  (Problem found by <russ at zerotech.net>).
        - IO::Socket::SSL now requires a minimum of Net::SSLeay 1.21.

diffstat:

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

diffs (28 lines):

diff -r 8889e7785e7a -r 0657d2a1300d security/p5-IO-Socket-SSL/Makefile
--- a/security/p5-IO-Socket-SSL/Makefile        Sun Oct 16 08:29:06 2005 +0000
+++ b/security/p5-IO-Socket-SSL/Makefile        Sun Oct 16 08:46:07 2005 +0000
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.18 2005/08/06 06:19:30 jlam Exp $
+# $NetBSD: Makefile,v 1.19 2005/10/16 08:46:07 heinz Exp $
 
-DISTNAME=      IO-Socket-SSL-0.96
+DISTNAME=      IO-Socket-SSL-0.97
 PKGNAME=       p5-${DISTNAME}
 SVR4_PKGNAME=  p5iss
-PKGREVISION=   1
 CATEGORIES=    security net perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=IO/}
 
diff -r 8889e7785e7a -r 0657d2a1300d security/p5-IO-Socket-SSL/distinfo
--- a/security/p5-IO-Socket-SSL/distinfo        Sun Oct 16 08:29:06 2005 +0000
+++ b/security/p5-IO-Socket-SSL/distinfo        Sun Oct 16 08:46:07 2005 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.7 2005/02/24 13:10:11 agc Exp $
+$NetBSD: distinfo,v 1.8 2005/10/16 08:46:07 heinz Exp $
 
-SHA1 (IO-Socket-SSL-0.96.tar.gz) = 681b0fa2130fe2b4535669b2e2fe145707fbe92a
-RMD160 (IO-Socket-SSL-0.96.tar.gz) = 1ea1200ee9510d0a3a622800d47dfd721168140a
-Size (IO-Socket-SSL-0.96.tar.gz) = 31914 bytes
+SHA1 (IO-Socket-SSL-0.97.tar.gz) = 122b2dc0a5f44b4c843375b9e37159847c1d5127
+RMD160 (IO-Socket-SSL-0.97.tar.gz) = 36612fed17472cde9ac71f2229290fd2cad6fe6b
+Size (IO-Socket-SSL-0.97.tar.gz) = 32741 bytes



Home | Main Index | Thread Index | Old Index