mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-28 01:31:04 +02:00
yara: 4.0.0 bump
This commit is contained in:
parent
4cb0ac4577
commit
417d84d02e
5 changed files with 55 additions and 2 deletions
|
|
@ -1 +1,2 @@
|
|||
DIST yara-3.11.0.tar.gz 772122 BLAKE2B 9a2bfbb8f972fcfe2652f8fe0804d7d944c324e623433e925671fde945c53ce4727f00ea7ae93aafc3dc9b0c60ade9a138a7c572679a8da8b567e1316ec3744f SHA512 26d800284a2de07195e4a480eb7125b1f5ad0265b284bfbeee10dbab162ea0f419c9e2ea5c4ed5fa25a46a2c9e3c6b077dfe1cafece79251e20d5d70f91b80a8
|
||||
DIST yara-4.0.0.tar.gz 884079 BLAKE2B 2a5b768a54f34f3832daa7299412276ba17fc320dc5da206ee4d3330bbe05692d974c5179244a13040bf0578f9a5a8c1fafc219a3019bcb99e27295b52642da9 SHA512 b78dac06d6f8b4153f3939fd3a5f6d50544c078520c240baa4bae00c552bf98d374c60629b256a75fe8943ef44830d5313e43f88cfb07ab561d22148f56b6fb7
|
||||
|
|
|
|||
24
app-forensics/yara/yara-4.0.0.ebuild
Normal file
24
app-forensics/yara/yara-4.0.0.ebuild
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
inherit autotools
|
||||
|
||||
DESCRIPTION="A malware identification and classification tool"
|
||||
HOMEPAGE="http://virustotal.github.io/yara/"
|
||||
SRC_URI="https://github.com/virustotal/yara/archive/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm ~x86"
|
||||
IUSE="python"
|
||||
|
||||
DEPEND="dev-libs/openssl:0="
|
||||
RDEPEND="${DEPEND}"
|
||||
PDEPEND="python? ( ~dev-python/yara-python-${PV} )"
|
||||
|
||||
src_prepare() {
|
||||
default
|
||||
eautoreconf
|
||||
}
|
||||
|
|
@ -1 +1,2 @@
|
|||
DIST yara-python-3.11.0.tar.gz 31830 BLAKE2B f00cbeabf9adf174e1b4fd95b665cc3cdf64e76b64dde64925fb4222a1eceaf36389162cf4fbbabbedfa852f06e220de99032210ae6d7e3dcb2a1c9220c81841 SHA512 0c8e6cbe51aa858c6d56b95c88bd450016924008b57b4910ed8edfb7bba4d7bfc18736844817978f74e72bed6765c484f275de4e7a53ec85048fb01713b6e959
|
||||
DIST yara-python-4.0.0.tar.gz 32201 BLAKE2B 31641d50285eba140fae372f411a9531374702c6a0f48986caff56b04d085bcd6d84a6cadd91f3a585c546132f2b538a656ef5c08ec0159ce4fb1b900cd5454a SHA512 9210793d305e34313494e3d867fc3a729814401208206a0f6f7fd2bfdcb6482a8e19e64788c35c149cd5a65cdc5357d8fa1e020fae6ac8c2704fa55e6c2cb989
|
||||
|
|
|
|||
27
dev-python/yara-python/yara-python-4.0.0.ebuild
Normal file
27
dev-python/yara-python/yara-python-4.0.0.ebuild
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
PYTHON_COMPAT=( python3_{6,7,8} )
|
||||
|
||||
inherit distutils-r1 eutils
|
||||
|
||||
DESCRIPTION="Python interface for a malware identification and classification tool"
|
||||
HOMEPAGE="https://github.com/VirusTotal/yara-python"
|
||||
SRC_URI="https://github.com/virustotal/yara-python/archive/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm ~x86"
|
||||
|
||||
RDEPEND="${PYTHON_DEPS}
|
||||
~app-forensics/yara-${PV}"
|
||||
DEPEND="${RDEPEND}"
|
||||
|
||||
#https://github.com/pentoo/pentoo-overlay/issues/397
|
||||
#patch to use a system yara
|
||||
python_prepare() {
|
||||
eapply -p0 "${FILESDIR}"/yara-systemlib.patch
|
||||
default
|
||||
}
|
||||
|
|
@ -26,8 +26,8 @@ dev-libs/hashdb
|
|||
app-forensics/pcileech
|
||||
=dev-libs/LeechCore-1*
|
||||
|
||||
=app-forensics/yara-3*
|
||||
=dev-python/yara-python-3*
|
||||
=app-forensics/yara-4*
|
||||
=dev-python/yara-python-4*
|
||||
|
||||
app-forensics/yaramod
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue