mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-08 12:30:44 +02:00
dependency-check-bin: 5.2.4 bump
This commit is contained in:
parent
d9a2be26e4
commit
9559ed1a78
3 changed files with 61 additions and 34 deletions
|
|
@ -1,2 +1,3 @@
|
|||
DIST dependency-check-bin-5.1.0.zip 18411535 BLAKE2B 1aaa5563363b74abf94df1a6d5324db1ed6b70c0b776318541f3afaf501980c5e9ff3b737ab7d6adc4b53573cb136ae64e663fc77aea6889db9ec61d11c37168 SHA512 6951d0e9374566b85be00bca72fbaeb50837789add3ca8fed7bf8b3fffe131cb47323dcfea36b2a7c3f11476afa2e75c4527927a17368fc099e7bb56e35bf887
|
||||
DIST dependency-check-bin-5.2.1.zip 18478278 BLAKE2B 73e8dc76f52247d35604373abc76da700629c07a4513fae13a5f37caf8a22f5affa2dd83a568c484531587905a6746fa3dcd9d9ee9ec848f4a5cd653419c0f86 SHA512 d5b497cffbd8f53415c226a5580c70b96801b06ba7f65abc5d4b2fda21d1c8c7e756aa81b791a17d557d0f7bdd9d0a013db2b07b31317f88185d604704852f17
|
||||
DIST dependency-check-bin-5.2.4.zip 18635707 BLAKE2B 5bc0ea3682d2bce801e988463e13fdfd8b77937bfa7e36b559f9f5cb39852969af593968c3adbabfcfedf26dc6736754d74c7a386e8b552dd82fb014b84d809f SHA512 b8427c41c05ed4943a382c00b00202d7cc379d7bcbfc150a9989b1d651d1f46ec864ffdbd4ca5eb1d548ba96283bd46a328786dd87742217b99aaf31daf284df
|
||||
|
|
|
|||
|
|
@ -0,0 +1,34 @@
|
|||
# Copyright 1999-2019 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
MY_PN="dependency-check"
|
||||
|
||||
DESCRIPTION="A utility that detects vulnerabilities in application dependencies"
|
||||
HOMEPAGE="https://www.owasp.org/index.php/OWASP_Dependency_Check"
|
||||
SRC_URI="http://dl.bintray.com/jeremy-long/owasp/dependency-check-${PV}-release.zip -> ${P}.zip"
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
DEPEND=">=virtual/jdk-1.7
|
||||
dev-java/ant-core
|
||||
app-arch/unzip"
|
||||
RDEPEND=">=virtual/jre-1.7"
|
||||
|
||||
S="${WORKDIR}/${MY_PN}"
|
||||
|
||||
src_prepare() {
|
||||
sed -i -e 's|^PRGDIR=.*|PRGDIR="/etc/dependency-check"|' bin/${MY_PN}.sh || die "Sed failed!"
|
||||
sed -i -e 's|^BASEDIR=`cd "$PRGDIR/.."|BASEDIR=`cd "$PRGDIR"|' bin/${MY_PN}.sh || die "Sed failed!"
|
||||
eapply_user
|
||||
}
|
||||
|
||||
src_install() {
|
||||
dodir /etc/${MY_PN}
|
||||
insinto /etc/${MY_PN}
|
||||
doins -r lib plugins
|
||||
newsbin bin/${MY_PN}.sh ${MY_PN}
|
||||
}
|
||||
|
|
@ -1,59 +1,29 @@
|
|||
=dev-util/umockdev-0.12*
|
||||
dev-util/androguard
|
||||
##Pentoo
|
||||
dev-util/dependency-check-bin
|
||||
dev-util/apktool
|
||||
dev-util/jenkins-bin ~amd64
|
||||
~dev-util/android-sdk-update-manager-23
|
||||
#dev-util/android-tools
|
||||
=dev-util/edb-debugger-0.9*
|
||||
~dev-util/calpp-0.90
|
||||
=dev-util/dex2jar-2.1*
|
||||
=dev-util/emilpro-3*
|
||||
|
||||
dev-util/jd-gui
|
||||
|
||||
~dev-util/skipfish-2.10_beta
|
||||
|
||||
=dev-util/nvidia-cuda-toolkit-9.2*
|
||||
|
||||
dev-util/intel-ocl-sdk
|
||||
|
||||
~dev-util/bokken-1.8
|
||||
~dev-util/pyew-2.0
|
||||
=dev-util/valabind-1.7*
|
||||
|
||||
=dev-util/radare2-4.0*
|
||||
=dev-libs/radare2-bindings-4.0*
|
||||
dev-lang/vala:0.42
|
||||
=dev-libs/vala-common-0.42*
|
||||
|
||||
=dev-util/cutter-1*
|
||||
=dev-util/retdec-3*
|
||||
|
||||
#virtualbox
|
||||
~dev-util/kbuild-0.1.9998_pre20131130
|
||||
|
||||
# required by zmap
|
||||
~dev-util/gengetopt-2.22.6
|
||||
|
||||
#gnuradio
|
||||
~dev-util/boost-build-1.53.0
|
||||
|
||||
dev-util/sonarqube-bin
|
||||
dev-util/sonarscanner-bin
|
||||
|
||||
=dev-util/unicorn-1*
|
||||
|
||||
~dev-util/dependency-check-bin-4.0.2-r1
|
||||
|
||||
#1.2.3 requires prompt_toolkit 2
|
||||
>=dev-util/frida-tools-1.2.3
|
||||
dev-util/objection
|
||||
|
||||
dev-util/gn amd64
|
||||
|
||||
dev-util/androguard
|
||||
dev-util/appmon
|
||||
|
||||
~dev-util/electron-packager-14.0.1
|
||||
=dev-util/electron-packager-14*
|
||||
|
||||
=dev-util/lief-0.10*
|
||||
=dev-util/lief-bin-0.9*
|
||||
|
|
@ -63,3 +33,25 @@ dev-util/qark
|
|||
dev-util/ghidra
|
||||
|
||||
=dev-util/redasm-2*
|
||||
|
||||
|
||||
# Gentoo
|
||||
=dev-util/umockdev-0.12*
|
||||
dev-util/jenkins-bin ~amd64
|
||||
~dev-util/android-sdk-update-manager-23
|
||||
#dev-util/android-tools
|
||||
=dev-util/edb-debugger-0.9*
|
||||
~dev-util/calpp-0.90
|
||||
|
||||
~dev-util/skipfish-2.10_beta
|
||||
|
||||
=dev-util/nvidia-cuda-toolkit-9.2*
|
||||
|
||||
dev-util/intel-ocl-sdk
|
||||
|
||||
=dev-util/radare2-4.0*
|
||||
=dev-libs/radare2-bindings-4.0*
|
||||
dev-lang/vala:0.42
|
||||
=dev-libs/vala-common-0.42*
|
||||
|
||||
dev-util/gn amd64
|
||||
|
|
|
|||
Loading…
Reference in a new issue