pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/firefox Mark files as not PaX MPROTECT safe.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/073da5094f3b
branches:  trunk
changeset: 348235:073da5094f3b
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Fri Jun 10 13:16:42 2016 +0000

description:
Mark files as not PaX MPROTECT safe.
Bump PKGREVISION.

diffstat:

 www/firefox/Makefile |  7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diffs (28 lines):

diff -r 725de2dc10c3 -r 073da5094f3b www/firefox/Makefile
--- a/www/firefox/Makefile      Fri Jun 10 10:12:49 2016 +0000
+++ b/www/firefox/Makefile      Fri Jun 10 13:16:42 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.254 2016/05/20 12:25:20 wiz Exp $
+# $NetBSD: Makefile,v 1.255 2016/06/10 13:16:42 wiz Exp $
 
 FIREFOX_VER=   ${MOZ_BRANCH}${MOZ_BRANCH_MINOR}
 MOZ_BRANCH=    46.0
@@ -6,7 +6,7 @@
 
 DISTNAME=      firefox-${FIREFOX_VER}.source
 PKGNAME=       firefox-${MOZ_BRANCH}${MOZ_BRANCH_MINOR:S/b/beta/:S/esr//}
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    www
 MASTER_SITES+= ${MASTER_SITE_MOZILLA:=firefox/releases/${FIREFOX_VER}/source/}
 MASTER_SITES+= ${MASTER_SITE_MOZILLA_ALL:=firefox/releases/${FIREFOX_VER}/source/}
@@ -28,6 +28,9 @@
 LDFLAGS+=              ${COMPILER_RPATH_FLAG}${PREFIX}/lib/firefox ${COMPILER_RPATH_FLAG}${PREFIX}/lib
 LDFLAGS.SunOS+=                -lm
 
+NOT_PAX_MPROTECT_SAFE+=        lib/firefox/firefox
+NOT_PAX_MPROTECT_SAFE+=        lib/firefox/firefox-bin
+
 ALL_ENV+=              MOZILLA_PKG_NAME=firefox
 
 # Avoid ld "invalid section index" errors.



Home | Main Index | Thread Index | Old Index