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 Don't check payload ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0af0a82a7f3b
branches:  trunk
changeset: 369588:0af0a82a7f3b
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Sun Oct 01 19:05:40 2017 +0000

description:
Don't check payload files for library dependencies.

diffstat:

 security/ruby-metasploit-payloads/Makefile |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r 5c7bcc5f887f -r 0af0a82a7f3b security/ruby-metasploit-payloads/Makefile
--- a/security/ruby-metasploit-payloads/Makefile        Sun Oct 01 19:02:12 2017 +0000
+++ b/security/ruby-metasploit-payloads/Makefile        Sun Oct 01 19:05:40 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2017/09/29 15:45:15 minskim Exp $
+# $NetBSD: Makefile,v 1.2 2017/10/01 19:05:40 joerg Exp $
 
 DISTNAME=      metasploit-payloads-1.3.9
 CATEGORIES=    security
@@ -8,5 +8,9 @@
 COMMENT=       Compiled binaries for Metasploit\'s Meterpreter
 LICENSE=       modified-bsd
 
+CHECK_SHLIBS_SKIP+=    ${GEM_LIBDIR}/data/android/libs/*
+
+CHECK_SHLIBS_SKIP
+
 .include "../../lang/ruby/gem.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index