diff options
author | wiz <wiz@pkgsrc.org> | 2014-11-30 13:16:11 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-11-30 13:16:11 +0000 |
commit | 33a458b834099c650d162d42c3c0257e404cf4c3 (patch) | |
tree | f26c7671c5974c70a1b05951e82df4b8f4a52d98 /security | |
parent | 25555406401a7a1e29574e8597f21fea89d8f2c5 (diff) | |
download | pkgsrc-33a458b834099c650d162d42c3c0257e404cf4c3.tar.gz |
Update to 2.007:
2.007 2014/11/26
- make getline/readline fall back to super class if class is not sslified yet,
i.e. behave the same as sysread, syswrite etc.
This fixes RT#100529
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 41ae89ff43e..b19b6f4838b 100644 --- a/security/p5-IO-Socket-SSL/Makefile +++ b/security/p5-IO-Socket-SSL/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.79 2014/11/23 13:06:40 wiz Exp $ +# $NetBSD: Makefile,v 1.80 2014/11/30 13:16:11 wiz Exp $ -DISTNAME= IO-Socket-SSL-2.006 +DISTNAME= IO-Socket-SSL-2.007 PKGNAME= p5-${DISTNAME} CATEGORIES= security net perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/S/SU/SULLR/} diff --git a/security/p5-IO-Socket-SSL/distinfo b/security/p5-IO-Socket-SSL/distinfo index 36abae5c92d..291dacabc80 100644 --- a/security/p5-IO-Socket-SSL/distinfo +++ b/security/p5-IO-Socket-SSL/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.56 2014/11/23 13:06:40 wiz Exp $ +$NetBSD: distinfo,v 1.57 2014/11/30 13:16:11 wiz Exp $ -SHA1 (IO-Socket-SSL-2.006.tar.gz) = 014e9df4deabd833c351f42518bf82f0898b954a -RMD160 (IO-Socket-SSL-2.006.tar.gz) = a31ed0a7f1f3fb7566a0e11e53cbbcd66f05383a -Size (IO-Socket-SSL-2.006.tar.gz) = 195523 bytes +SHA1 (IO-Socket-SSL-2.007.tar.gz) = c70130d88ef23ed49f412a3201b8534bb3212b6b +RMD160 (IO-Socket-SSL-2.007.tar.gz) = b19906e3135d707e0ee5ed9ce4cbc497580c2064 +Size (IO-Socket-SSL-2.007.tar.gz) = 195687 bytes |