diff options
author | sno <sno@pkgsrc.org> | 2009-07-28 06:32:34 +0000 |
---|---|---|
committer | sno <sno@pkgsrc.org> | 2009-07-28 06:32:34 +0000 |
commit | ee5dedbfa71a9ddf399da7e8c1058e9eac9c5b7e (patch) | |
tree | 0f45de5f19c9cdae919246d108cea66afcd1e8b4 /security | |
parent | e730eaf0f557e1d615725ac1929e2d94239dce98 (diff) | |
download | pkgsrc-ee5dedbfa71a9ddf399da7e8c1058e9eac9c5b7e.tar.gz |
Updating package for p5 module IO::Socket::SSL from 1.26 to 1.27
Upstream changes:
v1.27 2009.07.24
- changed possible local/utf-8 depended \w in some regex against more
explicit [a-zA-Z0-9_]. Fixed one regex, where it assumed, that service
names can't have '-' inside
- fixed bug https://rt.cpan.org/Ticket/Display.html?id=48131
where eli[AT]dvns[DOT]com reported warnings when perl -w was used.
While there made it more aware of errors in Net::ssl_write_all (return
undef not 0 in generic_write)
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 3cf15469d83..e02502ce28b 100644 --- a/security/p5-IO-Socket-SSL/Makefile +++ b/security/p5-IO-Socket-SSL/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.46 2009/07/07 22:27:52 sno Exp $ +# $NetBSD: Makefile,v 1.47 2009/07/28 06:32:34 sno Exp $ -DISTNAME= IO-Socket-SSL-1.26 +DISTNAME= IO-Socket-SSL-1.27 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 d845de2fca8..4d291e5dae8 100644 --- a/security/p5-IO-Socket-SSL/distinfo +++ b/security/p5-IO-Socket-SSL/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.32 2009/07/07 22:27:52 sno Exp $ +$NetBSD: distinfo,v 1.33 2009/07/28 06:32:34 sno Exp $ -SHA1 (IO-Socket-SSL-1.26.tar.gz) = 88a3e1678593ef87b8218399419737fc2357f7a1 -RMD160 (IO-Socket-SSL-1.26.tar.gz) = 5f5bf53ee3d862e13132d4111f96f5ed2a4abc07 -Size (IO-Socket-SSL-1.26.tar.gz) = 65348 bytes +SHA1 (IO-Socket-SSL-1.27.tar.gz) = d3621ea8c60f15d9e0bef560f2a51b576cbf3a1f +RMD160 (IO-Socket-SSL-1.27.tar.gz) = b11bd154ef192a15d01afafa99c747d11e9143ce +Size (IO-Socket-SSL-1.27.tar.gz) = 65593 bytes |