pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/security/ruby-metasploit_payloads-mettle
Module Name: pkgsrc
Committed By: taca
Date: Mon Sep 18 13:11:09 UTC 2017
Modified Files:
pkgsrc/security/ruby-metasploit_payloads-mettle: Makefile
Log Message:
security/ruby-metasploit_payloads-mettle: skip RELRO
Add CHECK_RELRO_SKIP for pre-built binaries.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 \
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.
Modified files:
Index: pkgsrc/security/ruby-metasploit_payloads-mettle/Makefile
diff -u pkgsrc/security/ruby-metasploit_payloads-mettle/Makefile:1.3 pkgsrc/security/ruby-metasploit_payloads-mettle/Makefile:1.4
--- pkgsrc/security/ruby-metasploit_payloads-mettle/Makefile:1.3 Thu Sep 14 18:14:04 2017
+++ pkgsrc/security/ruby-metasploit_payloads-mettle/Makefile Mon Sep 18 13:11:09 2017
@@ -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 @@ HOMEPAGE= https://www.metasploit.com/
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