diff options
author | shell <shell@pkgsrc.org> | 2002-09-27 09:33:08 +0000 |
---|---|---|
committer | shell <shell@pkgsrc.org> | 2002-09-27 09:33:08 +0000 |
commit | 291d192572b3950878d7818f9e5c6272a6850110 (patch) | |
tree | 15e8b6af8ec5809cd2616853d1779fbb82533a1c /security | |
parent | 84cb9a37e990b3ecf2ba972569e5ea5452219f63 (diff) | |
download | pkgsrc-291d192572b3950878d7818f9e5c6272a6850110.tar.gz |
Updated to p5-Net-SSLeay-1.20
Changes :
- Additional SSL_peek patch to ssl_read_until from
Peter Behroozi <peter@@fhpwireless_.com> --Sampo
pkgsrc changes :
- buildlink -> buildlink2
- perl5 module
Diffstat (limited to 'security')
-rw-r--r-- | security/p5-Net-SSLeay/Makefile | 14 | ||||
-rw-r--r-- | security/p5-Net-SSLeay/distinfo | 6 |
2 files changed, 8 insertions, 12 deletions
diff --git a/security/p5-Net-SSLeay/Makefile b/security/p5-Net-SSLeay/Makefile index d4b06cc4574..21c79a9b520 100644 --- a/security/p5-Net-SSLeay/Makefile +++ b/security/p5-Net-SSLeay/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.16 2002/08/20 14:39:14 wiz Exp $ +# $NetBSD: Makefile,v 1.17 2002/09/27 09:33:08 shell Exp $ -DISTNAME= Net_SSLeay.pm-1.19 +DISTNAME= Net_SSLeay.pm-1.20 PKGNAME= p5-${DISTNAME:S/Net_/Net-/:S/.pm//} SVR4_PKGNAME= p5nsl CATEGORIES= security perl5 @@ -10,15 +10,11 @@ MAINTAINER= shell@netbsd.org HOMEPAGE= http://symlabs.com/Net_SSLeay/ COMMENT= perl5 module for using OpenSSL -USE_BUILDLINK_ONLY= YES +USE_BUILDLINK2= YES PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Net/SSLeay/.packlist -MAKE_PARAMS= ${BUILDLINK_DIR} USE_OPENSSL_VERSION= ${OPENSSL_VERSION_096G} -do-configure: - @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL ${MAKE_PARAMS} - -.include "../../lang/perl5/buildlink.mk" -.include "../../security/openssl/buildlink.mk" +.include "../../lang/perl5/module.mk" +.include "../../security/openssl/buildlink2.mk" .include "../../mk/bsd.pkg.mk" diff --git a/security/p5-Net-SSLeay/distinfo b/security/p5-Net-SSLeay/distinfo index b9aa5f0d42f..d25f040c402 100644 --- a/security/p5-Net-SSLeay/distinfo +++ b/security/p5-Net-SSLeay/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.11 2002/08/19 09:48:55 shell Exp $ +$NetBSD: distinfo,v 1.12 2002/09/27 09:33:08 shell Exp $ -SHA1 (Net_SSLeay.pm-1.19.tar.gz) = c63d3ef61a8312ee6a2c1c644c48e7dab236b7ef -Size (Net_SSLeay.pm-1.19.tar.gz) = 72279 bytes +SHA1 (Net_SSLeay.pm-1.20.tar.gz) = f07c91504a371e0253d16c1449b640a4839f4019 +Size (Net_SSLeay.pm-1.20.tar.gz) = 72545 bytes |