aboutsummaryrefslogtreecommitdiff
path: root/security/openssl/Makefile
diff options
context:
space:
mode:
authorXin LI <delphij@FreeBSD.org>2016-03-02 04:27:16 +0000
committerXin LI <delphij@FreeBSD.org>2016-03-02 04:27:16 +0000
commitf4b541053e7f8754664cb79d16a2f03ec4b23211 (patch)
tree4552b8be72b497e3a5152055623588854a73472e /security/openssl/Makefile
parentfbed34b0fdcbd8dbf21d1dd64f5eff40c3c75dff (diff)
downloadports-f4b541053e7f8754664cb79d16a2f03ec4b23211.tar.gz
ports-f4b541053e7f8754664cb79d16a2f03ec4b23211.zip
MFH: r407415, r408778, r409885 (dinoex):
- add new manpages Submitted by: olli hauer - mark options ASM broken on sparc64 PR: 204527 - Security update to 1.0.2g Security: https://www.openssl.org/news/secadv/20160301.txt Security: CVE-2016-0800 Security: CVE-2016-0705 Security: CVE-2016-0798 Security: CVE-2016-0797 Security: CVE-2016-0799 Security: CVE-2016-0702 Security: CVE-2016-0703 Security: CVE-2016-0704 Approved by: ports-secteam
Notes
Notes: svn path=/branches/2016Q1/; revision=409910
Diffstat (limited to 'security/openssl/Makefile')
-rw-r--r--security/openssl/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/security/openssl/Makefile b/security/openssl/Makefile
index f3789e1405be..41085e791f14 100644
--- a/security/openssl/Makefile
+++ b/security/openssl/Makefile
@@ -3,8 +3,8 @@
PORTNAME= openssl
PORTVERSION= 1.0.2
-DISTVERSIONSUFFIX= f
-PORTREVISION= 7
+DISTVERSIONSUFFIX= g
+PORTREVISION= 9
CATEGORIES= security devel
MASTER_SITES= http://www.openssl.org/source/ \
ftp://ftp.openssl.org/source/ \
@@ -92,6 +92,7 @@ EXTRACONFIGURE+= no-sse2
.endif
.if ${PORT_OPTIONS:MASM}
+BROKEN_sparc64= option ASM generates illegal instructions
EXTRACONFIGURE+= enable-asm
.else
EXTRACONFIGURE+= no-asm