pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/firefox45 Register more binaries as not safe for P...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5a2b1c7979da
branches:  trunk
changeset: 362372:5a2b1c7979da
user:      khorben <khorben%pkgsrc.org@localhost>
date:      Fri May 12 20:21:27 2017 +0000

description:
Register more binaries as not safe for PaX mprotect

This also reflects the current situation in www/firefox.

Bumps PKGREVISION.

diffstat:

 www/firefox45/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (26 lines):

diff -r 85601eb616d8 -r 5a2b1c7979da www/firefox45/Makefile
--- a/www/firefox45/Makefile    Fri May 12 20:12:06 2017 +0000
+++ b/www/firefox45/Makefile    Fri May 12 20:21:27 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.25 2017/05/10 14:13:26 ryoon Exp $
+# $NetBSD: Makefile,v 1.26 2017/05/12 20:21:27 khorben Exp $
 
 MOZILLA_PKG_NAME=      firefox45
 FIREFOX_VER=   ${MOZ_BRANCH}${MOZ_BRANCH_MINOR}
@@ -7,6 +7,7 @@
 
 DISTNAME=      firefox-${FIREFOX_VER}.source
 PKGNAME=       ${MOZILLA_PKG_NAME}-${MOZ_BRANCH}${MOZ_BRANCH_MINOR:S/b/beta/:S/esr//}
+PKGREVISION=   1
 CATEGORIES=    www
 MASTER_SITES+= ${MASTER_SITE_MOZILLA:=firefox/releases/${FIREFOX_VER}/source/}
 MASTER_SITES+= ${MASTER_SITE_MOZILLA_ALL:=firefox/releases/${FIREFOX_VER}/source/}
@@ -29,6 +30,8 @@
 LDFLAGS.SunOS+=                -lm
 
 NOT_PAX_MPROTECT_SAFE+=        lib/firefox45/firefox
+NOT_PAX_MPROTECT_SAFE+=        lib/firefox45/firefox-bin
+NOT_PAX_MPROTECT_SAFE+=        lib/firefox45/plugin-container
 
 ALL_ENV+=              MOZILLA_PKG_NAME=${MOZILLA_PKG_NAME}
 



Home | Main Index | Thread Index | Old Index