pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/ruby-metasploit-payloads



Module Name:    pkgsrc
Committed By:   joerg
Date:           Sun Oct  1 19:05:40 UTC 2017

Modified Files:
        pkgsrc/security/ruby-metasploit-payloads: Makefile

Log Message:
Don't check payload files for library dependencies.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/security/ruby-metasploit-payloads/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/Makefile
diff -u pkgsrc/security/ruby-metasploit-payloads/Makefile:1.1 pkgsrc/security/ruby-metasploit-payloads/Makefile:1.2
--- pkgsrc/security/ruby-metasploit-payloads/Makefile:1.1       Fri Sep 29 15:45:15 2017
+++ pkgsrc/security/ruby-metasploit-payloads/Makefile   Sun Oct  1 19:05:40 2017
@@ -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 @@ HOMEPAGE=       http://www.metasploit.com/
 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