diff options
author | shell <shell@pkgsrc.org> | 2002-04-17 11:06:54 +0000 |
---|---|---|
committer | shell <shell@pkgsrc.org> | 2002-04-17 11:06:54 +0000 |
commit | 58e9e7a5a30d898e40f3750cf48cd7381b8acefb (patch) | |
tree | 74bbf0ee040e9b21caee5ecdc4e68539e483b543 | |
parent | b16d78796a79331eee028134b68f8012afa6499a (diff) | |
download | pkgsrc-58e9e7a5a30d898e40f3750cf48cd7381b8acefb.tar.gz |
Updated to p5-Net-SSLeay-1.15
- change my email address
Changes since p5-Net-SSLeay-1.13 :
- added code to Makefile.PL to verify that the same C compiler
is used for both perl and openssl
- added code to Makefile.PL to support aCC on HPUX. Detective
work contributed by Marko Asplund.
- added peer certificate support to hilevel API, inspired
by mock@@_obscurity.org
- added `use bytes' from Marcus Taylor <marcus@@semantico_.com>
This avoids unicode/utf8 (as may appear in some XML docs)
from fooling the length comuptations.
-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 eacf14355c9..9a3900140ce 100644 --- a/security/p5-Net-SSLeay/Makefile +++ b/security/p5-Net-SSLeay/Makefile @@ -1,12 +1,12 @@ -# $NetBSD: Makefile,v 1.10 2002/03/15 12:42:18 martti Exp $ +# $NetBSD: Makefile,v 1.11 2002/04/17 11:06:54 shell Exp $ -DISTNAME= Net_SSLeay.pm-1.13 +DISTNAME= Net_SSLeay.pm-1.15 PKGNAME= p5-${DISTNAME:S/Net_/Net-/:S/.pm//} SVR4_PKGNAME= p5nsl CATEGORIES= security perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/} -MAINTAINER= shell@shellhung.org +MAINTAINER= shell@netbsd.org HOMEPAGE= http://www.bacus.pt/Net_SSLeay/index.html COMMENT= perl5 module for using OpenSSL diff --git a/security/p5-Net-SSLeay/distinfo b/security/p5-Net-SSLeay/distinfo index 79c0ea29302..6bd2a964935 100644 --- a/security/p5-Net-SSLeay/distinfo +++ b/security/p5-Net-SSLeay/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.8 2002/03/15 12:42:18 martti Exp $ +$NetBSD: distinfo,v 1.9 2002/04/17 11:06:55 shell Exp $ -SHA1 (Net_SSLeay.pm-1.13.tar.gz) = 1795492ca6c5eef03e23cd6480d83daa11d29f1e -Size (Net_SSLeay.pm-1.13.tar.gz) = 58395 bytes +SHA1 (Net_SSLeay.pm-1.15.tar.gz) = e1cca36150176a0ce66421f70c46c3a5ac393ba8 +Size (Net_SSLeay.pm-1.15.tar.gz) = 62511 bytes |