Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id E15DF7A47C for ; Thu, 26 May 2016 16:42:00 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 998D985EE4; Thu, 26 May 2016 16:42:00 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 2974585EE0 for ; Thu, 26 May 2016 16:42:00 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id 9xJUOFJQ6Fir for ; Thu, 26 May 2016 16:41:59 +0000 (UTC) Received: from cvs.NetBSD.org (unknown [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id CC04284C84 for ; Thu, 26 May 2016 16:41:59 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id C6C6DFBBA; Thu, 26 May 2016 16:41:59 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Thu, 26 May 2016 16:41:59 +0000 From: "Pierre Pronchery" Subject: CVS commit: pkgsrc/devel/gmake To: pkgsrc-changes@NetBSD.org Reply-To: khorben@netbsd.org X-Mailer: log_accum Message-Id: <20160526164159.C6C6DFBBA@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: khorben Date: Thu May 26 16:41:59 UTC 2016 Modified Files: pkgsrc/devel/gmake: Makefile Log Message: 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. To generate a diff of this commit: cvs rdiff -u -r1.94 -r1.95 pkgsrc/devel/gmake/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.