pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/ruby-metasploit_payloads-mettle ruby-metasplo...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f8780499e490
branches:  trunk
changeset: 370026:f8780499e490
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Mon Oct 09 15:34:04 2017 +0000

description:
ruby-metasploit_payloads-mettle: Disable SSP checks.

diffstat:

 security/ruby-metasploit_payloads-mettle/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 07116a9d38af -r f8780499e490 security/ruby-metasploit_payloads-mettle/Makefile
--- a/security/ruby-metasploit_payloads-mettle/Makefile Mon Oct 09 15:32:07 2017 +0000
+++ b/security/ruby-metasploit_payloads-mettle/Makefile Mon Oct 09 15:34:04 2017 +0000
@@ -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 @@
 
 # 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"



Home | Main Index | Thread Index | Old Index