diff options
author | martti <martti@pkgsrc.org> | 2002-03-15 12:42:17 +0000 |
---|---|---|
committer | martti <martti@pkgsrc.org> | 2002-03-15 12:42:17 +0000 |
commit | 4c95e5d30a928f1f0eaa52f38a16956af46e9d33 (patch) | |
tree | b72c90ceb7554e5b79c4e2317329e7998a47d77d /security | |
parent | b97a8f24245abb62773aa164723133077327b48f (diff) | |
download | pkgsrc-4c95e5d30a928f1f0eaa52f38a16956af46e9d33.tar.gz |
Updated p5-Net-SSLeay to 1.13 (provided by Shell Hung in pkg/15604)
- eliminated initializing random numbers using /etc/passwd per
comments by Matt Messier <matt@@securesw_.com>
- tested against openssl-0.9.6c (not in pkg now :-)
Diffstat (limited to 'security')
-rw-r--r-- | security/p5-Net-SSLeay/DESCR | 10 | ||||
-rw-r--r-- | security/p5-Net-SSLeay/Makefile | 4 | ||||
-rw-r--r-- | security/p5-Net-SSLeay/distinfo | 6 |
3 files changed, 10 insertions, 10 deletions
diff --git a/security/p5-Net-SSLeay/DESCR b/security/p5-Net-SSLeay/DESCR index 4f628737fca..a1cd0fe8276 100644 --- a/security/p5-Net-SSLeay/DESCR +++ b/security/p5-Net-SSLeay/DESCR @@ -1,5 +1,5 @@ -Net::SSLeay.pm is a perl module that allows you to call Secure Sockets -Layer (SSL) functions of the SSLeay library directly from your perl -scripts. It is useful if you want to program robots that access secure web -servers or if you want to build your own applications over SSL encrypted -tunnels. +Net::SSLeay.pm is a perl module that allows you to call Secure +Sockets Layer (SSL) functions of the SSLeay library directly from +your perl scripts. It is useful if you want to program robots that +access secure web servers or if you want to build your own applications +over SSL encrypted tunnels. diff --git a/security/p5-Net-SSLeay/Makefile b/security/p5-Net-SSLeay/Makefile index 0e438aa143c..eacf14355c9 100644 --- a/security/p5-Net-SSLeay/Makefile +++ b/security/p5-Net-SSLeay/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.9 2001/12/24 14:25:08 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2002/03/15 12:42:18 martti Exp $ -DISTNAME= Net_SSLeay.pm-1.12 +DISTNAME= Net_SSLeay.pm-1.13 PKGNAME= p5-${DISTNAME:S/Net_/Net-/:S/.pm//} SVR4_PKGNAME= p5nsl CATEGORIES= security perl5 diff --git a/security/p5-Net-SSLeay/distinfo b/security/p5-Net-SSLeay/distinfo index 34640a5eec4..79c0ea29302 100644 --- a/security/p5-Net-SSLeay/distinfo +++ b/security/p5-Net-SSLeay/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.7 2002/01/10 14:19:43 wiz Exp $ +$NetBSD: distinfo,v 1.8 2002/03/15 12:42:18 martti Exp $ -SHA1 (Net_SSLeay.pm-1.12.tar.gz) = 70f113d972542a70e9b1fb92b87d02781bf918bc -Size (Net_SSLeay.pm-1.12.tar.gz) = 58150 bytes +SHA1 (Net_SSLeay.pm-1.13.tar.gz) = 1795492ca6c5eef03e23cd6480d83daa11d29f1e +Size (Net_SSLeay.pm-1.13.tar.gz) = 58395 bytes |