diff options
author | dirk <dirk@FreeBSD.org> | 1999-04-14 06:37:02 +0800 |
---|---|---|
committer | dirk <dirk@FreeBSD.org> | 1999-04-14 06:37:02 +0800 |
commit | 905255054cc995883b3bfbbbd974cc331e8ed645 (patch) | |
tree | 4d32ff24d3da77c4bdaed3686c19f640c5c25e0a /security/openssl/Makefile | |
parent | 6c37bbf976e664c2431802181bf2b2c05b7b0c9b (diff) | |
download | freebsd-ports-gnome-905255054cc995883b3bfbbbd974cc331e8ed645.tar.gz freebsd-ports-gnome-905255054cc995883b3bfbbbd974cc331e8ed645.tar.zst freebsd-ports-gnome-905255054cc995883b3bfbbbd974cc331e8ed645.zip |
openssl-0.9.2b-rsaoaep.patch supersedes patch-aj.
Obtained from: http://www.openssl.org/
Diffstat (limited to 'security/openssl/Makefile')
-rw-r--r-- | security/openssl/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/security/openssl/Makefile b/security/openssl/Makefile index cbf9909c8728..1412a1c040da 100644 --- a/security/openssl/Makefile +++ b/security/openssl/Makefile @@ -3,7 +3,7 @@ # Date created: Sun Jan 3 19:36:27 CET 1999 # Whom: Dirk Froemberg <dirk@FreeBSD.ORG> # -# $Id: Makefile,v 1.27 1999/03/06 11:36:22 dirk Exp $ +# $Id: Makefile,v 1.28 1999/03/26 08:42:48 dirk Exp $ # DISTNAME= openssl-0.9.2b @@ -13,6 +13,9 @@ MASTER_SITES= http://www.openssl.org/source/ \ ftp://ftp.sunet.se/pub/security/tools/net/openssl/source/ \ ftp://ftp.cert.dfn.de/pub/tools/net/openssl/source/ +PATCH_SITES= ${MASTER_SITES} +PATCHFILES= openssl-0.9.2b-rsaoaep.patch + MAINTAINER= dirk@FreeBSD.ORG WWW_SITE= http://www.openssl.org/ |