diff options
author | skrll <skrll@pkgsrc.org> | 2001-08-30 14:02:06 +0000 |
---|---|---|
committer | skrll <skrll@pkgsrc.org> | 2001-08-30 14:02:06 +0000 |
commit | bd6e00dc75ee687e434197d42cf807812e00160e (patch) | |
tree | dc0dc6a02f2965a95b74dc617ca3bf6f80085a47 /security/openssl | |
parent | 2e813f4a6fc8444f4508cab5e5ede4d6f795477f (diff) | |
download | pkgsrc-bd6e00dc75ee687e434197d42cf807812e00160e.tar.gz |
Record libssl dependency on libcrypt.
This allows a mixture of 1.5.x openssl (version<0.9.5) and security/openssl
(version>=0.9.6) to actually work.
Diffstat (limited to 'security/openssl')
-rw-r--r-- | security/openssl/Makefile | 4 | ||||
-rw-r--r-- | security/openssl/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/security/openssl/Makefile b/security/openssl/Makefile index 81c3e148be9..435aaee9746 100644 --- a/security/openssl/Makefile +++ b/security/openssl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.43 2001/07/11 01:26:10 wiz Exp $ +# $NetBSD: Makefile,v 1.44 2001/08/30 14:02:06 skrll Exp $ DISTNAME= openssl-0.9.6 PKGNAME= ${DISTNAME}nb1 @@ -35,7 +35,7 @@ CONFIGURE_ENV= CC="${CC}" .if ${OPSYS} == "NetBSD" PATCH_SITES= ${MASTER_SITE_LOCAL} -PATCHFILES= openssl-0.9.6-netbsd.patch.gz +PATCHFILES= openssl-0.9.6-20010830-netbsd.patch.gz MAKE_ENV= LD_LIBRARY_PATH=${WRKSRC} MAKELIB=${FILESDIR}/makelib .endif diff --git a/security/openssl/distinfo b/security/openssl/distinfo index cf1abcfdef5..8d8b04f9ee0 100644 --- a/security/openssl/distinfo +++ b/security/openssl/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.5 2001/07/11 01:26:10 wiz Exp $ +$NetBSD: distinfo,v 1.6 2001/08/30 14:02:06 skrll Exp $ SHA1 (openssl-0.9.6.tar.gz) = d69c964d58535343787a3b8ac38a48772704304c Size (openssl-0.9.6.tar.gz) = 2086131 bytes -SHA1 (openssl-0.9.6-netbsd.patch.gz) = 8e26b84cdbe722878b5cd43d66faa5d519be6506 -Size (openssl-0.9.6-netbsd.patch.gz) = 2729 bytes +SHA1 (openssl-0.9.6-20010830-netbsd.patch.gz) = cfd6a391f79b7a94e49b1ab2fa160e72401b6988 +Size (openssl-0.9.6-20010830-netbsd.patch.gz) = 2725 bytes SHA1 (patch-aa) = c96fb67876b9bd8b5c0c091de209d8f60498126b SHA1 (patch-ab) = 8d26b010967d2d5d464708baf7bd7672ab064fc3 SHA1 (patch-ai) = d0f21b594a3343567f7cbea00e71c5319a877782 |