diff options
author | tv <tv> | 1999-06-10 05:08:02 +0000 |
---|---|---|
committer | tv <tv> | 1999-06-10 05:08:02 +0000 |
commit | 9a550a76a9bf5cfa5c6c387eca26b9cbde26b1e9 (patch) | |
tree | 557f49065f78ba6d204335c9eb0d9cd1542f2c8c /security | |
parent | 838f568db4bc62662303cf3a5cde25f06b744cd5 (diff) | |
download | pkgsrc-9a550a76a9bf5cfa5c6c387eca26b9cbde26b1e9.tar.gz |
Let's get this right this time. It's 0.9.2b, not 0.9.2c. I'll get this
to 0.9.3 after the weekend.
Diffstat (limited to 'security')
-rw-r--r-- | security/openssl/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/security/openssl/Makefile b/security/openssl/Makefile index ee9b85c055f..e369f858f46 100644 --- a/security/openssl/Makefile +++ b/security/openssl/Makefile @@ -1,10 +1,13 @@ -# $NetBSD: Makefile,v 1.5 1999/06/08 16:58:26 tv Exp $ +# $NetBSD: Makefile,v 1.6 1999/06/10 05:08:02 tv Exp $ # -DISTNAME= openssl-0.9.2c +DISTNAME= openssl-0.9.2b CATEGORIES= security MASTER_SITES= ftp://ftp.openssl.org/source/ +PATCH_SITES= ${MASTER_SITES} +PATCHFILES= openssl-0.9.2b-rsaoaep.patch + MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.openssl.org/ |