diff options
author | dinoex <dinoex@FreeBSD.org> | 2003-03-23 12:49:53 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2003-03-23 12:49:53 +0800 |
commit | c9412b4903acddcb6479d5c79d5588387c8655f5 (patch) | |
tree | ca53bc8212739a2a590decdcf4ec17eb72fa3a0f /security/openssl/Makefile | |
parent | 3f9b1bfbdf58f032f95a9b101c295c68ab8bc72b (diff) | |
download | freebsd-ports-gnome-c9412b4903acddcb6479d5c79d5588387c8655f5.tar.gz freebsd-ports-gnome-c9412b4903acddcb6479d5c79d5588387c8655f5.tar.zst freebsd-ports-gnome-c9412b4903acddcb6479d5c79d5588387c8655f5.zip |
- Security Fix:
http://www.openssl.org/news/secadv_20030319.txt
Diffstat (limited to 'security/openssl/Makefile')
-rw-r--r-- | security/openssl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/openssl/Makefile b/security/openssl/Makefile index 1a4cd8577ae7..270e2f386bc1 100644 --- a/security/openssl/Makefile +++ b/security/openssl/Makefile @@ -7,7 +7,7 @@ PORTNAME= openssl PORTVERSION= 0.9.7a -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security devel MASTER_SITES= http://www.openssl.org/source/ \ ftp://ftp.openssl.org/source/ \ |