diff options
author | sno <sno@pkgsrc.org> | 2009-10-11 08:01:27 +0000 |
---|---|---|
committer | sno <sno@pkgsrc.org> | 2009-10-11 08:01:27 +0000 |
commit | 2e2f9b69f6d389c5e7408014b7e3fd67af87f729 (patch) | |
tree | a48dbd0766c3be099f8c5b82bd3e9184a523106f | |
parent | 5b797386252e74dee5642d576f8cc76603da27bc (diff) | |
download | pkgsrc-2e2f9b69f6d389c5e7408014b7e3fd67af87f729.tar.gz |
Updating security/p5-IO-Socket-SSL from 1.30 to 1.31
Upstream changes:
v1.31 2009.09.25
- add and export constants for SSL_VERIFY_*
- set SSL_use_cert if cert is given and not SSL_server
- support alternative CRL file with SSL_crl_file thanks to patch of
w[DOT]phillip[DOT]moore[AT]gmail[DOT]com
-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 703c64b61b5..5533151c7fb 100644 --- a/security/p5-IO-Socket-SSL/Makefile +++ b/security/p5-IO-Socket-SSL/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.48 2009/08/20 05:32:21 sno Exp $ +# $NetBSD: Makefile,v 1.49 2009/10/11 08:01:27 sno Exp $ -DISTNAME= IO-Socket-SSL-1.30 +DISTNAME= IO-Socket-SSL-1.31 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 cb9f999e10e..eff4ab30810 100644 --- a/security/p5-IO-Socket-SSL/distinfo +++ b/security/p5-IO-Socket-SSL/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.34 2009/08/20 05:32:21 sno Exp $ +$NetBSD: distinfo,v 1.35 2009/10/11 08:01:27 sno Exp $ -SHA1 (IO-Socket-SSL-1.30.tar.gz) = b78db15592c9ac14c3e3eae03f00b61b532de8c7 -RMD160 (IO-Socket-SSL-1.30.tar.gz) = 0d81fe07c05353218035d6d87a93ff9617d62c8d -Size (IO-Socket-SSL-1.30.tar.gz) = 65996 bytes +SHA1 (IO-Socket-SSL-1.31.tar.gz) = 06fc8e9d85e53e7a2156988f1e009272e9871d81 +RMD160 (IO-Socket-SSL-1.31.tar.gz) = 6c7edc23aa2cf5de363b15fdf574903fd7fcc487 +Size (IO-Socket-SSL-1.31.tar.gz) = 66903 bytes |