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 ruby-metasploit-payl...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f258bbfc7868
branches:  trunk
changeset: 324443:f258bbfc7868
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Fri Oct 19 15:27:24 2018 +0000

description:
ruby-metasploit-payloads: SSP skip bundled Android libs.

diffstat:

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

diffs (17 lines):

diff -r 15792f65d6e4 -r f258bbfc7868 security/ruby-metasploit-payloads/Makefile
--- a/security/ruby-metasploit-payloads/Makefile        Fri Oct 19 15:24:50 2018 +0000
+++ b/security/ruby-metasploit-payloads/Makefile        Fri Oct 19 15:27:24 2018 +0000
@@ -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 @@
 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