pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/gmake Mark bin/gmake from devel/gmake as not saf...
details: https://anonhg.NetBSD.org/pkgsrc/rev/e7e5d84a0730
branches: trunk
changeset: 347670:e7e5d84a0730
user: khorben <khorben%pkgsrc.org@localhost>
date: Thu May 26 16:41:59 2016 +0000
description:
Mark bin/gmake from devel/gmake as not safe for Pax {ASLR,MPROTECT}
I observed crashes on NetBSD/amd64 without both options enabled; further
investigation is welcome.
diffstat:
devel/gmake/Makefile | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diffs (19 lines):
diff -r f64379b552a9 -r e7e5d84a0730 devel/gmake/Makefile
--- a/devel/gmake/Makefile Thu May 26 16:37:02 2016 +0000
+++ b/devel/gmake/Makefile Thu May 26 16:41:59 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.94 2016/05/23 16:50:58 wiz Exp $
+# $NetBSD: Makefile,v 1.95 2016/05/26 16:41:59 khorben Exp $
DISTNAME= make-4.2
PKGNAME= g${DISTNAME}
@@ -29,6 +29,9 @@
AUTO_MKDIRS= yes
+NOT_PAX_ASLR_SAFE+= bin/gmake
+NOT_PAX_MPROTECT_SAFE+= bin/gmake
+
PLIST_SRC= ${PKGDIR}/PLIST
.include "options.mk"
Home |
Main Index |
Thread Index |
Old Index