diff options
author | shell <shell@pkgsrc.org> | 2002-06-10 01:53:32 +0000 |
---|---|---|
committer | shell <shell@pkgsrc.org> | 2002-06-10 01:53:32 +0000 |
commit | 22aca990cd7de53c662f42a3cd1a49e6273117b8 (patch) | |
tree | e03b66c968926495eb708663b559651b040d12b0 | |
parent | 2dd3b782de014c169fa99f048093dd57ccd25f19 (diff) | |
download | pkgsrc-22aca990cd7de53c662f42a3cd1a49e6273117b8.tar.gz |
Updated to p5-Net-SSLeay to 1.17
Changes since 1.15 :
- applied patch to fix CTX_set_default_passwd_cb() contributed
by Timo Kujala <timo.kujala@@intellitel_.com>, --Sampo
- similar patch by Chris Ridd <chris.ridd@messagingdirect.com>
- applied patch to add various API functions by mikem@open.com_.au
- 5.005_03 compat fix for Handle.pm from Jim Mintha <jim@@ic._uva.nl>
- further fixes for Net::SSLeay::Handle from jbowlin@@_linklint.org
- improved README.Win32 and added RECIPE.Win32 from
Hermann Kelley <hkelley@@secmon._com>
-rw-r--r-- | security/p5-Net-SSLeay/Makefile | 6 | ||||
-rw-r--r-- | security/p5-Net-SSLeay/distinfo | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/security/p5-Net-SSLeay/Makefile b/security/p5-Net-SSLeay/Makefile index 77eda324d42..a8411b791c8 100644 --- a/security/p5-Net-SSLeay/Makefile +++ b/security/p5-Net-SSLeay/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.12 2002/04/24 05:40:49 martti Exp $ +# $NetBSD: Makefile,v 1.13 2002/06/10 01:53:32 shell Exp $ -DISTNAME= Net_SSLeay.pm-1.15 +DISTNAME= Net_SSLeay.pm-1.17 PKGNAME= p5-${DISTNAME:S/Net_/Net-/:S/.pm//} SVR4_PKGNAME= p5nsl CATEGORIES= security perl5 @@ -14,7 +14,7 @@ USE_BUILDLINK_ONLY= YES PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Net/SSLeay/.packlist MAKE_PARAMS= ${BUILDLINK_DIR} -USE_OPENSSL_VERSION= ${OPENSSL_VERSION_096A} +USE_OPENSSL_VERSION= ${OPENSSL_VERSION_096B} do-configure: @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL ${MAKE_PARAMS} diff --git a/security/p5-Net-SSLeay/distinfo b/security/p5-Net-SSLeay/distinfo index 6bd2a964935..6013bcc32c1 100644 --- a/security/p5-Net-SSLeay/distinfo +++ b/security/p5-Net-SSLeay/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.9 2002/04/17 11:06:55 shell Exp $ +$NetBSD: distinfo,v 1.10 2002/06/10 01:53:32 shell Exp $ -SHA1 (Net_SSLeay.pm-1.15.tar.gz) = e1cca36150176a0ce66421f70c46c3a5ac393ba8 -Size (Net_SSLeay.pm-1.15.tar.gz) = 62511 bytes +SHA1 (Net_SSLeay.pm-1.17.tar.gz) = e3e49b8960bad6744539fab6abdad57ce4c97852 +Size (Net_SSLeay.pm-1.17.tar.gz) = 71011 bytes |