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 security/ruby...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/915bd703fb89
branches:  trunk
changeset: 368834:915bd703fb89
user:      taca <taca%pkgsrc.org@localhost>
date:      Mon Sep 18 13:11:09 2017 +0000

description:
security/ruby-metasploit_payloads-mettle: skip RELRO

Add CHECK_RELRO_SKIP for pre-built binaries.

diffstat:

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

diffs (18 lines):

diff -r b7639d664a5d -r 915bd703fb89 security/ruby-metasploit_payloads-mettle/Makefile
--- a/security/ruby-metasploit_payloads-mettle/Makefile Mon Sep 18 13:03:37 2017 +0000
+++ b/security/ruby-metasploit_payloads-mettle/Makefile Mon Sep 18 13:11:09 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2017/09/14 18:14:04 minskim Exp $
+# $NetBSD: Makefile,v 1.4 2017/09/18 13:11:09 taca Exp $
 
 DISTNAME=      metasploit_payloads-mettle-0.2.2
 CATEGORIES=    security
@@ -8,5 +8,8 @@
 COMMENT=       Compiled binaries for Metasploit\'s next-gen Meterpreter
 LICENSE=       modified-bsd
 
+# These are pre-built binaries.
+CHECK_RELRO_SKIP+=     ${GEM_LIBDIR}/build/*
+
 .include "../../lang/ruby/gem.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index