diff options
author | wiz <wiz@pkgsrc.org> | 2017-02-19 08:49:46 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2017-02-19 08:49:46 +0000 |
commit | 2727d378a6b2ac45ab8069ebbcd3dfa2267f3978 (patch) | |
tree | 1ce8645698b2d17bc355ba7186a454a1e3328664 /security/p5-IO-Socket-SSL/Makefile | |
parent | 8b44f95d2700dad3a304ed1f0206c97ada1d7f6d (diff) | |
download | pkgsrc-2727d378a6b2ac45ab8069ebbcd3dfa2267f3978.tar.gz |
Updated p5-IO-Socket-SSL to 2.047.
2.047 2017/02/16
- better fix for problem which 2.046 tried to fix but broke LWP this way
2.046 2017/02/15
- cleanup everything in DESTROY and make sure to start with a fresh %{*self}
in configure_SSL because it can happen that a GLOB gets used again without
calling DESTROY (https://github.com/noxxi/p5-io-socket-ssl/issues/56)
Diffstat (limited to 'security/p5-IO-Socket-SSL/Makefile')
-rw-r--r-- | security/p5-IO-Socket-SSL/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/p5-IO-Socket-SSL/Makefile b/security/p5-IO-Socket-SSL/Makefile index 1eb660e5dfa..9b015b6ca20 100644 --- a/security/p5-IO-Socket-SSL/Makefile +++ b/security/p5-IO-Socket-SSL/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.114 2017/02/16 15:07:02 wiz Exp $ +# $NetBSD: Makefile,v 1.115 2017/02/19 08:49:46 wiz Exp $ -DISTNAME= IO-Socket-SSL-2.045 +DISTNAME= IO-Socket-SSL-2.047 PKGNAME= p5-${DISTNAME} CATEGORIES= security net perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=IO/} |