diff options
author | wiz <wiz@pkgsrc.org> | 2015-09-30 20:25:05 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2015-09-30 20:25:05 +0000 |
commit | 35cf50167857ef2e289237fb5e6b85acce0cebb5 (patch) | |
tree | b3bbdc6a722976a4370cf1bae0764220104d4e1b | |
parent | 2240026f258e9f8230959797be6d4d5a3e1e5d08 (diff) | |
download | pkgsrc-35cf50167857ef2e289237fb5e6b85acce0cebb5.tar.gz |
Update to 2.020:
2.020 2015/09/20
- support multiple directories in SSL_ca_path as proposed in RT#106711
by dr1027[AT]evocat[DOT]ne. Directories can be given as array or as string
with a path separator, see documentation.
- typos fixed thanks to jwilk https://github.com/noxxi/p5-io-socket-ssl/pull/34
-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 daffe546e5f..5bdd5e8dc8c 100644 --- a/security/p5-IO-Socket-SSL/Makefile +++ b/security/p5-IO-Socket-SSL/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.93 2015/09/01 23:27:21 mef Exp $ +# $NetBSD: Makefile,v 1.94 2015/09/30 20:25:05 wiz Exp $ -DISTNAME= IO-Socket-SSL-2.019 +DISTNAME= IO-Socket-SSL-2.020 PKGNAME= p5-${DISTNAME} CATEGORIES= security net perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=IO/} diff --git a/security/p5-IO-Socket-SSL/distinfo b/security/p5-IO-Socket-SSL/distinfo index 5fb13273bcd..56368937373 100644 --- a/security/p5-IO-Socket-SSL/distinfo +++ b/security/p5-IO-Socket-SSL/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.68 2015/09/01 23:27:21 mef Exp $ +$NetBSD: distinfo,v 1.69 2015/09/30 20:25:05 wiz Exp $ -SHA1 (IO-Socket-SSL-2.019.tar.gz) = 4c7674e7b66c65250b93e68bc0e43320229870ca -RMD160 (IO-Socket-SSL-2.019.tar.gz) = ba972cda68fb73ffd98edec632fd231a3521a216 -Size (IO-Socket-SSL-2.019.tar.gz) = 196574 bytes +SHA1 (IO-Socket-SSL-2.020.tar.gz) = e2db94b19d123b580b17012504b5f196da715070 +RMD160 (IO-Socket-SSL-2.020.tar.gz) = c14e4224840d0359bd54462a3d6e4e4d53b8b8ab +Size (IO-Socket-SSL-2.020.tar.gz) = 197178 bytes |