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:   jperkin
Date:           Fri Oct 19 15:27:24 UTC 2018

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

Log Message:
ruby-metasploit-payloads: SSP skip bundled Android libs.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 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.6 pkgsrc/security/ruby-metasploit-payloads/Makefile:1.7
--- pkgsrc/security/ruby-metasploit-payloads/Makefile:1.6       Sun Sep 23 17:55:58 2018
+++ pkgsrc/security/ruby-metasploit-payloads/Makefile   Fri Oct 19 15:27:24 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2018/09/23 17:55:58 taca Exp $
+# $NetBSD: Makefile,v 1.7 2018/10/19 15:27:24 jperkin Exp $
 
 DISTNAME=      metasploit-payloads-1.3.49
 CATEGORIES=    security
@@ -9,6 +9,7 @@ COMMENT=        Compiled binaries for Metasploi
 LICENSE=       modified-bsd
 
 CHECK_SHLIBS_SKIP+=    ${GEM_LIBDIR}/data/android/libs/*
+CHECK_SSP_SKIP=                ${CHECK_SHLIBS_SKIP}
 
 .include "../../lang/ruby/gem.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index