Mon Sep 18 13:11:09 2017 UTC ()
security/ruby-metasploit_payloads-mettle: skip RELRO

Add CHECK_RELRO_SKIP for pre-built binaries.


(taca)
diff -r1.3 -r1.4 pkgsrc/security/ruby-metasploit_payloads-mettle/Makefile

cvs diff -r1.3 -r1.4 pkgsrc/security/ruby-metasploit_payloads-mettle/Makefile (expand / switch to unified diff)

--- pkgsrc/security/ruby-metasploit_payloads-mettle/Makefile 2017/09/14 18:14:04 1.3
+++ pkgsrc/security/ruby-metasploit_payloads-mettle/Makefile 2017/09/18 13:11:09 1.4
@@ -1,12 +1,15 @@ @@ -1,12 +1,15 @@
1# $NetBSD: Makefile,v 1.3 2017/09/14 18:14:04 minskim Exp $ 1# $NetBSD: Makefile,v 1.4 2017/09/18 13:11:09 taca Exp $
2 2
3DISTNAME= metasploit_payloads-mettle-0.2.2 3DISTNAME= metasploit_payloads-mettle-0.2.2
4CATEGORIES= security 4CATEGORIES= security
5 5
6MAINTAINER= minskim@NetBSD.org 6MAINTAINER= minskim@NetBSD.org
7HOMEPAGE= https://www.metasploit.com/ 7HOMEPAGE= https://www.metasploit.com/
8COMMENT= Compiled binaries for Metasploit\'s next-gen Meterpreter 8COMMENT= Compiled binaries for Metasploit\'s next-gen Meterpreter
9LICENSE= modified-bsd 9LICENSE= modified-bsd
10 10
 11# These are pre-built binaries.
 12CHECK_RELRO_SKIP+= ${GEM_LIBDIR}/build/*
 13
11.include "../../lang/ruby/gem.mk" 14.include "../../lang/ruby/gem.mk"
12.include "../../mk/bsd.pkg.mk" 15.include "../../mk/bsd.pkg.mk"