diff options
author | dinoex <dinoex@FreeBSD.org> | 2009-05-20 20:56:26 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2009-05-20 20:56:26 +0800 |
commit | 0bcf404942adf1fdff041aaae2f5ffe81a951310 (patch) | |
tree | a618d8ff07616465561807da7c032ad34a4f08fe /security/openssl/Makefile | |
parent | 3869354e7530d808ca601cac412a6c4acd0aef49 (diff) | |
download | freebsd-ports-gnome-0bcf404942adf1fdff041aaae2f5ffe81a951310.tar.gz freebsd-ports-gnome-0bcf404942adf1fdff041aaae2f5ffe81a951310.tar.zst freebsd-ports-gnome-0bcf404942adf1fdff041aaae2f5ffe81a951310.zip |
- Security Fix
Security: CVE-2009-1377
Security: CVE-2009-1378
Security: http://article.gmane.org/gmane.comp.security.oss.general/1769
PR: 134653
Diffstat (limited to 'security/openssl/Makefile')
-rw-r--r-- | security/openssl/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/security/openssl/Makefile b/security/openssl/Makefile index f2730ad6b0d0..222d957a8bb2 100644 --- a/security/openssl/Makefile +++ b/security/openssl/Makefile @@ -7,6 +7,7 @@ PORTNAME= openssl PORTVERSION= 0.9.8k +PORTREVISION= 1 CATEGORIES= security devel MASTER_SITES= http://www.openssl.org/%SUBDIR%/ \ ftp://ftp.openssl.org/%SUBDIR%/ \ |