Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 8 Apr 2019 11:51:00 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r498363 - in head: Mk www/firefox
Message-ID:  <201904081151.x38Bp0v6043113@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Mon Apr  8 11:51:00 2019
New Revision: 498363
URL: https://svnweb.freebsd.org/changeset/ports/498363

Log:
  www/firefox: enable -fstack-protector-strong
  
  aarch64 already used it, so switch x86 as well. Mk/bsd.ssp.mk doesn't
  appear maintained, anyway.

Modified:
  head/Mk/bsd.gecko.mk   (contents, props changed)
  head/www/firefox/Makefile   (contents, props changed)

Modified: head/Mk/bsd.gecko.mk
==============================================================================
--- head/Mk/bsd.gecko.mk	Mon Apr  8 11:50:52 2019	(r498362)
+++ head/Mk/bsd.gecko.mk	Mon Apr  8 11:51:00 2019	(r498363)
@@ -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: head/www/firefox/Makefile
==============================================================================
--- head/www/firefox/Makefile	Mon Apr  8 11:50:52 2019	(r498362)
+++ head/www/firefox/Makefile	Mon Apr  8 11:51:00 2019	(r498363)
@@ -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?201904081151.x38Bp0v6043113>