mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-08 20:43:38 +02:00
yara: 3.11.0 bump
This commit is contained in:
parent
6f028475d1
commit
7f76b5e2f5
4 changed files with 51 additions and 0 deletions
|
|
@ -1,2 +1,3 @@
|
|||
DIST yara-3.10.0.tar.gz 753883 BLAKE2B 7647bd9bab28f651e7de4d82c3ce2e448c8b4cdb9ffaa787963278bcd6fb73d3d9beba87a7fafb2a179cb893ef60c6fdc6f1bb7d90774acf859430ba518d06c5 SHA512 034658e835d59a42f03c062e99b40e96906c5a7de4285037c835d211f53062f8e439ade45e3400c4c35ef64502112e8d3b8d4c575e3265c69286cff2ad919ed9
|
||||
DIST yara-3.11.0.tar.gz 772122 BLAKE2B 9a2bfbb8f972fcfe2652f8fe0804d7d944c324e623433e925671fde945c53ce4727f00ea7ae93aafc3dc9b0c60ade9a138a7c572679a8da8b567e1316ec3744f SHA512 26d800284a2de07195e4a480eb7125b1f5ad0265b284bfbeee10dbab162ea0f419c9e2ea5c4ed5fa25a46a2c9e3c6b077dfe1cafece79251e20d5d70f91b80a8
|
||||
DIST yara-3.9.0.tar.gz 749159 BLAKE2B 28a2b4f2758d28a9acc7782d687b01dbc1f8327bd881e7ca69afb98c7e5cadaac0e1ecac079531a2a18fa802831859a927af70600fecc4c0f406e0ce4f6a83bb SHA512 c9aa17d5e25f21f935e9938d8248366f928889a6fb8f70bbd22b6e2d7f74427d47259ca410dfcaa8de3e8ad7c82715fde0366e24209a672555e54d8d459086be
|
||||
|
|
|
|||
24
app-forensics/yara/yara-3.11.0.ebuild
Normal file
24
app-forensics/yara/yara-3.11.0.ebuild
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
# Copyright 1999-2019 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
|
||||
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() {
|
||||
eautoreconf
|
||||
eapply_user
|
||||
}
|
||||
|
|
@ -1,3 +1,4 @@
|
|||
DIST yara-3.9.0.tar.gz 749159 BLAKE2B 28a2b4f2758d28a9acc7782d687b01dbc1f8327bd881e7ca69afb98c7e5cadaac0e1ecac079531a2a18fa802831859a927af70600fecc4c0f406e0ce4f6a83bb SHA512 c9aa17d5e25f21f935e9938d8248366f928889a6fb8f70bbd22b6e2d7f74427d47259ca410dfcaa8de3e8ad7c82715fde0366e24209a672555e54d8d459086be
|
||||
DIST yara-python-3.10.0.tar.gz 31732 BLAKE2B 4fcd8bdf2250c45b7a1b5ca1328cfeb1e91c80d92978752db77c321f72d08c718c366979bdba4f983bf3069ca15ef2a72f619b941aec0fdf4fb2352755dfa782 SHA512 f70844924ae2af26fe24e6910a116f012f5c94d0807ec2ef3dace022f98b848edcac54455384b85346b53ad8fe1fde9fda3ffe7ff0591c1882ddf2455f56db5e
|
||||
DIST yara-python-3.11.0.tar.gz 31830 BLAKE2B f00cbeabf9adf174e1b4fd95b665cc3cdf64e76b64dde64925fb4222a1eceaf36389162cf4fbbabbedfa852f06e220de99032210ae6d7e3dcb2a1c9220c81841 SHA512 0c8e6cbe51aa858c6d56b95c88bd450016924008b57b4910ed8edfb7bba4d7bfc18736844817978f74e72bed6765c484f275de4e7a53ec85048fb01713b6e959
|
||||
DIST yara-python-3.9.0.tar.gz 31624 BLAKE2B 2739303734c88bd7efe9c5b76afdc619e4bcb9c299cbad042a38f5f1f44bd89084ff60d832a345a5b3d3cffb0fcad7caf882bd6e58452c61f128bc3213955ebc SHA512 3871cb457f29b3149ed4656abfb1cef40a42bbce09f0480b24dbe0fddde17560037303702f3ae74fed39773470859dfdd0e69cd9f8e4dc8a1e54a4dde9239bae
|
||||
|
|
|
|||
25
dev-python/yara-python/yara-python-3.11.0.ebuild
Normal file
25
dev-python/yara-python/yara-python-3.11.0.ebuild
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
# Copyright 1999-2019 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
|
||||
PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6,3_7} )
|
||||
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
|
||||
#test with: import yara
|
||||
python_prepare() {
|
||||
epatch "${FILESDIR}"/yara-systemlib.patch
|
||||
}
|
||||
Loading…
Reference in a new issue