svn commit: r498371 - in branches/2019Q2: Mk www/firefox
Jan Beich
jbeich at FreeBSD.org
Mon Apr 8 12:40:27 UTC 2019
Author: jbeich
Date: Mon Apr 8 12:40:26 2019
New Revision: 498371
URL: https://svnweb.freebsd.org/changeset/ports/498371
Log:
MFH: r498363
www/firefox: enable -fstack-protector-strong
aarch64 already used it, so switch x86 as well. Mk/bsd.ssp.mk doesn't
appear maintained, anyway.
Approved by: ports-secteam blanket
Modified:
branches/2019Q2/Mk/bsd.gecko.mk
branches/2019Q2/www/firefox/Makefile
Directory Properties:
branches/2019Q2/ (props changed)
Modified: branches/2019Q2/Mk/bsd.gecko.mk
==============================================================================
--- branches/2019Q2/Mk/bsd.gecko.mk Mon Apr 8 12:40:01 2019 (r498370)
+++ branches/2019Q2/Mk/bsd.gecko.mk Mon Apr 8 12:40:26 2019 (r498371)
@@ -119,6 +119,11 @@ BUILD_DEPENDS+= rust-cbindgen>=0.6.8:devel/rust-cbindg
MOZ_OPTIONS+= --enable-pie
.endif
+.if ${MOZILLA_VER:R:R} >= 65
+# Let vendor add -fstack-protector-strong on all architectures
+SSP_UNSAFE= yes
+.endif
+
MOZILLA_SUFX?= none
MOZSRC?= ${WRKSRC}
PLISTF?= ${WRKDIR}/plist_files
Modified: branches/2019Q2/www/firefox/Makefile
==============================================================================
--- branches/2019Q2/www/firefox/Makefile Mon Apr 8 12:40:01 2019 (r498370)
+++ branches/2019Q2/www/firefox/Makefile Mon Apr 8 12:40:26 2019 (r498371)
@@ -3,6 +3,7 @@
PORTNAME= firefox
DISTVERSION= 66.0.2
+PORTREVISION= 1
PORTEPOCH= 1
CATEGORIES= www ipv6
MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \
More information about the svn-ports-all
mailing list