diff options
author | wiz <wiz@pkgsrc.org> | 2007-05-03 12:30:20 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2007-05-03 12:30:20 +0000 |
commit | b7b52054dd07d2bbb625f9da2e6ccdbe81379fe6 (patch) | |
tree | f08749f72ddf70160262570250c7d38b7931a078 /security | |
parent | a2879f1bb29ccb7c4882783118c4f40cbfd4bf17 (diff) | |
download | pkgsrc-b7b52054dd07d2bbb625f9da2e6ccdbe81379fe6.tar.gz |
Update to 1.05:
v1.05
- make session cache working even if the IO::Socket::SSL object
was not created with IO::Socket::SSL->new but with
IO::Socket::SSL->start_SSL on an established socket
Diffstat (limited to 'security')
-rw-r--r-- | security/p5-IO-Socket-SSL/Makefile | 4 | ||||
-rw-r--r-- | security/p5-IO-Socket-SSL/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/security/p5-IO-Socket-SSL/Makefile b/security/p5-IO-Socket-SSL/Makefile index 961fc68d38d..ad45bf3761c 100644 --- a/security/p5-IO-Socket-SSL/Makefile +++ b/security/p5-IO-Socket-SSL/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.27 2007/04/15 13:06:26 wiz Exp $ +# $NetBSD: Makefile,v 1.28 2007/05/03 12:30:20 wiz Exp $ -DISTNAME= IO-Socket-SSL-1.04 +DISTNAME= IO-Socket-SSL-1.05 PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5iss CATEGORIES= security net perl5 diff --git a/security/p5-IO-Socket-SSL/distinfo b/security/p5-IO-Socket-SSL/distinfo index 41aae015508..0f9a2b3d4ab 100644 --- a/security/p5-IO-Socket-SSL/distinfo +++ b/security/p5-IO-Socket-SSL/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.14 2007/04/15 13:06:27 wiz Exp $ +$NetBSD: distinfo,v 1.15 2007/05/03 12:30:20 wiz Exp $ -SHA1 (IO-Socket-SSL-1.04.tar.gz) = e847d1c228f71aa05f7bb557a68833ddce67d084 -RMD160 (IO-Socket-SSL-1.04.tar.gz) = b6c2c51f1396cb27055db3e9cd4bf32d1db02b19 -Size (IO-Socket-SSL-1.04.tar.gz) = 45861 bytes +SHA1 (IO-Socket-SSL-1.05.tar.gz) = 4725f2a54fbea20e49bce755dbc942f5065364e1 +RMD160 (IO-Socket-SSL-1.05.tar.gz) = e236e9e590d183639b9bf15a5eec4949a5b7ce90 +Size (IO-Socket-SSL-1.05.tar.gz) = 46414 bytes |