pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/tor-browser mprotect fixes. Bump PKGREVISION.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3cf990552652
branches:  trunk
changeset: 348265:3cf990552652
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sat Jun 11 12:59:48 2016 +0000

description:
mprotect fixes. Bump PKGREVISION.

diffstat:

 security/tor-browser/Makefile |  7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diffs (26 lines):

diff -r 5ec9a362a545 -r 3cf990552652 security/tor-browser/Makefile
--- a/security/tor-browser/Makefile     Sat Jun 11 12:57:20 2016 +0000
+++ b/security/tor-browser/Makefile     Sat Jun 11 12:59:48 2016 +0000
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.7 2016/04/11 19:02:03 ryoon Exp $
+# $NetBSD: Makefile,v 1.8 2016/06/11 12:59:48 wiz Exp $
 
 TORBVER=       5.5.4
 
 DISTNAME=      tor-browser-38.7.1esr-5.5-1
 PKGNAME=       tor-browser-${TORBVER}
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    www
 MASTER_SITES+= ${MASTER_SITE_LOCAL}
 EXTRACT_SUFX=  .tar.xz
@@ -42,6 +42,9 @@
 
 ALL_ENV+=              MOZILLA_PKG_NAME=tor-browser
 
+NOT_PAX_MPROTECT_SAFE+=        lib/tor-browser/firefox
+NOT_PAX_MPROTECT_SAFE+=        lib/tor-browser/firefox-bin
+
 # Avoid ld "invalid section index" errors.
 BUILDLINK_TRANSFORM.SunOS+=    rm:-fdata-sections
 BUILDLINK_TRANSFORM.SunOS+=    rm:-ffunction-sections



Home | Main Index | Thread Index | Old Index