Received: by mail.netbsd.org (Postfix, from userid 605) id 270CF84D56; Mon, 9 Oct 2017 15:34:06 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id AE5E684D2F for ; Mon, 9 Oct 2017 15:34:05 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id W3yt9Vf9fhUj for ; Mon, 9 Oct 2017 15:34:05 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 191DD84D20 for ; Mon, 9 Oct 2017 15:34:05 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 167D2FBC7; Mon, 9 Oct 2017 15:34:05 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1507563245161620" MIME-Version: 1.0 Date: Mon, 9 Oct 2017 15:34:05 +0000 From: "Jonathan Perkin" Subject: CVS commit: pkgsrc/security/ruby-metasploit_payloads-mettle To: pkgsrc-changes@NetBSD.org Reply-To: jperkin@netbsd.org X-Mailer: log_accum Message-Id: <20171009153405.167D2FBC7@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1507563245161620 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: jperkin Date: Mon Oct 9 15:34:04 UTC 2017 Modified Files: pkgsrc/security/ruby-metasploit_payloads-mettle: Makefile Log Message: ruby-metasploit_payloads-mettle: Disable SSP checks. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 \ pkgsrc/security/ruby-metasploit_payloads-mettle/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1507563245161620 Content-Disposition: inline Content-Length: 815 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/security/ruby-metasploit_payloads-mettle/Makefile diff -u pkgsrc/security/ruby-metasploit_payloads-mettle/Makefile:1.4 pkgsrc/security/ruby-metasploit_payloads-mettle/Makefile:1.5 --- pkgsrc/security/ruby-metasploit_payloads-mettle/Makefile:1.4 Mon Sep 18 13:11:09 2017 +++ pkgsrc/security/ruby-metasploit_payloads-mettle/Makefile Mon Oct 9 15:34:04 2017 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2017/09/18 13:11:09 taca Exp $ +# $NetBSD: Makefile,v 1.5 2017/10/09 15:34:04 jperkin Exp $ DISTNAME= metasploit_payloads-mettle-0.2.2 CATEGORIES= security @@ -10,6 +10,7 @@ LICENSE= modified-bsd # These are pre-built binaries. CHECK_RELRO_SKIP+= ${GEM_LIBDIR}/build/* +CHECK_SSP_SKIP+= ${CHECK_RELRO_SKIP} .include "../../lang/ruby/gem.mk" .include "../../mk/bsd.pkg.mk" --_----------=_1507563245161620--