diff options
author | shell <shell@pkgsrc.org> | 2002-08-19 09:48:55 +0000 |
---|---|---|
committer | shell <shell@pkgsrc.org> | 2002-08-19 09:48:55 +0000 |
commit | bf6674d48348462f9d84cd51d9c5ccf64b3d82d6 (patch) | |
tree | 61825d7853a602d5193e440ae69af4fa816658a7 /security | |
parent | 00bd77232ac12cce4b6dc6c78e66b895091075a5 (diff) | |
download | pkgsrc-bf6674d48348462f9d84cd51d9c5ccf64b3d82d6.tar.gz |
Updated to p5-Net-SSLeay-1.19
Changes :
- further fixes for Net::SSLeay::Handle from jbowlin@@_linklint.org
- applied minor patch by Mark Veltzer <mark@@veltzer._org> to Makefile.PL
- Added SSL_peek patch to ssl_read_until from
Peter Behroozi <peter@@fhpwireless_.com> --Sampo
- Improved Windows instructions per Marcel Bucher <marcle@bucher._cc>
Diffstat (limited to 'security')
-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 e80f6dfd304..f51a41b5fbb 100644 --- a/security/p5-Net-SSLeay/Makefile +++ b/security/p5-Net-SSLeay/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.14 2002/07/26 13:47:44 wiz Exp $ +# $NetBSD: Makefile,v 1.15 2002/08/19 09:48:55 shell Exp $ -DISTNAME= Net_SSLeay.pm-1.17 +DISTNAME= Net_SSLeay.pm-1.19 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_096D} +USE_OPENSSL_VERSION= ${OPENSSL_VERSION_096G} 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 6013bcc32c1..b9aa5f0d42f 100644 --- a/security/p5-Net-SSLeay/distinfo +++ b/security/p5-Net-SSLeay/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.10 2002/06/10 01:53:32 shell Exp $ +$NetBSD: distinfo,v 1.11 2002/08/19 09:48:55 shell Exp $ -SHA1 (Net_SSLeay.pm-1.17.tar.gz) = e3e49b8960bad6744539fab6abdad57ce4c97852 -Size (Net_SSLeay.pm-1.17.tar.gz) = 71011 bytes +SHA1 (Net_SSLeay.pm-1.19.tar.gz) = c63d3ef61a8312ee6a2c1c644c48e7dab236b7ef +Size (Net_SSLeay.pm-1.19.tar.gz) = 72279 bytes |