Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 8 Apr 2019 12:40:26 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r498371 - in branches/2019Q2: Mk www/firefox
Message-ID:  <201904081240.x38CeQkT069331@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201904081240.x38CeQkT069331>