diff options
author | dinoex <dinoex@FreeBSD.org> | 2012-01-20 03:25:16 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2012-01-20 03:25:16 +0800 |
commit | 0265565d949aedd05f70535478d8f2c053d489d8 (patch) | |
tree | e9e6fcb4f53660c82bcf46f35d3bb58b21dd0b92 /security/openssl/Makefile | |
parent | ab6e2f8a9d3baff6e0f95e331acb93bdb57e2ea2 (diff) | |
download | freebsd-ports-gnome-0265565d949aedd05f70535478d8f2c053d489d8.tar.gz freebsd-ports-gnome-0265565d949aedd05f70535478d8f2c053d489d8.tar.zst freebsd-ports-gnome-0265565d949aedd05f70535478d8f2c053d489d8.zip |
- Security update to 1.0.0g
Security: http://www.openssl.org/news/secadv_20120118.txt
Diffstat (limited to 'security/openssl/Makefile')
-rw-r--r-- | security/openssl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/openssl/Makefile b/security/openssl/Makefile index fe36764aebd7..593efb2616ef 100644 --- a/security/openssl/Makefile +++ b/security/openssl/Makefile @@ -7,8 +7,8 @@ PORTNAME= openssl PORTVERSION= 1.0.0 -DISTVERSIONSUFFIX= f -PORTREVISION= 8 +DISTVERSIONSUFFIX= g +PORTREVISION= 9 CATEGORIES= security devel MASTER_SITES= http://www.openssl.org/%SUBDIR%/ \ ftp://ftp.openssl.org/%SUBDIR%/ \ |