mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-22 06:41:01 +02:00
yara: 3.10.0 bump
This commit is contained in:
parent
31c62dd24f
commit
b4695b43b1
8 changed files with 19 additions and 65 deletions
|
|
@ -1,3 +1,2 @@
|
|||
DIST yara-3.7.0.tar.gz 558035 BLAKE2B d4495720e70b6cd03dbb7c388a8e02a4efca53d136fd7b51a8d4149cca5ebde4ee43bb197e476d757243c59559582033c3f78c6737e57819dd9d2b174a70a45d SHA512 cd0214d39c6d1c5bc8410a1ec67e42ec8a672be382fb11e0a0f98cb03af1ef5db92e74216a9b98a6bdedf9721d4470639e340edbd39ca0184233652839742a33
|
||||
DIST yara-3.8.1.tar.gz 715968 BLAKE2B 9fe5a2aaf410f0e1fafb9e97caafc27509aeef74eea9abb9d75678d581c046b490b79d7d7a6760de7c446cc911ffc2c9b2d70efe0b84f5323ece2121ba0b32c6 SHA512 32acb7b7336eebe2fe2c10ba6e8b23fea4e91148c289d15b53119bbed3dfe27508fbd90aef5c036a5b6a7e31e0f73ec8885e30093c598f9bc04bd9d64ac0ac7e
|
||||
DIST yara-3.10.0.tar.gz 753883 BLAKE2B 7647bd9bab28f651e7de4d82c3ce2e448c8b4cdb9ffaa787963278bcd6fb73d3d9beba87a7fafb2a179cb893ef60c6fdc6f1bb7d90774acf859430ba518d06c5 SHA512 034658e835d59a42f03c062e99b40e96906c5a7de4285037c835d211f53062f8e439ade45e3400c4c35ef64502112e8d3b8d4c575e3265c69286cff2ad919ed9
|
||||
DIST yara-3.9.0.tar.gz 749159 BLAKE2B 28a2b4f2758d28a9acc7782d687b01dbc1f8327bd881e7ca69afb98c7e5cadaac0e1ecac079531a2a18fa802831859a927af70600fecc4c0f406e0ce4f6a83bb SHA512 c9aa17d5e25f21f935e9938d8248366f928889a6fb8f70bbd22b6e2d7f74427d47259ca410dfcaa8de3e8ad7c82715fde0366e24209a672555e54d8d459086be
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
# Copyright 1999-2018 Gentoo Foundation
|
||||
# Copyright 1999-2019 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
|
|
@ -11,7 +11,7 @@ SRC_URI="https://github.com/virustotal/yara/archive/v${PV}.tar.gz -> ${P}.tar.gz
|
|||
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
KEYWORDS="~amd64 ~arm ~x86"
|
||||
IUSE="python"
|
||||
|
||||
DEPEND="dev-libs/openssl:0="
|
||||
|
|
@ -1,24 +0,0 @@
|
|||
# Copyright 1999-2018 Gentoo Foundation
|
||||
# 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 ~x86"
|
||||
IUSE="python"
|
||||
|
||||
DEPEND="dev-libs/openssl:0="
|
||||
RDEPEND="${DEPEND}"
|
||||
PDEPEND="python? ( ~dev-python/yara-python-${PV} )"
|
||||
|
||||
src_prepare() {
|
||||
eautoreconf
|
||||
eapply_user
|
||||
}
|
||||
|
|
@ -11,7 +11,7 @@ SRC_URI="https://github.com/virustotal/yara/archive/v${PV}.tar.gz -> ${P}.tar.gz
|
|||
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
KEYWORDS="~amd64 ~arm ~x86"
|
||||
IUSE="python"
|
||||
|
||||
DEPEND="dev-libs/openssl:0="
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
DIST yara-3.8.1.tar.gz 715968 BLAKE2B 9fe5a2aaf410f0e1fafb9e97caafc27509aeef74eea9abb9d75678d581c046b490b79d7d7a6760de7c446cc911ffc2c9b2d70efe0b84f5323ece2121ba0b32c6 SHA512 32acb7b7336eebe2fe2c10ba6e8b23fea4e91148c289d15b53119bbed3dfe27508fbd90aef5c036a5b6a7e31e0f73ec8885e30093c598f9bc04bd9d64ac0ac7e
|
||||
DIST yara-3.10.0.tar.gz 753883 BLAKE2B 7647bd9bab28f651e7de4d82c3ce2e448c8b4cdb9ffaa787963278bcd6fb73d3d9beba87a7fafb2a179cb893ef60c6fdc6f1bb7d90774acf859430ba518d06c5 SHA512 034658e835d59a42f03c062e99b40e96906c5a7de4285037c835d211f53062f8e439ade45e3400c4c35ef64502112e8d3b8d4c575e3265c69286cff2ad919ed9
|
||||
DIST yara-3.9.0.tar.gz 749159 BLAKE2B 28a2b4f2758d28a9acc7782d687b01dbc1f8327bd881e7ca69afb98c7e5cadaac0e1ecac079531a2a18fa802831859a927af70600fecc4c0f406e0ce4f6a83bb SHA512 c9aa17d5e25f21f935e9938d8248366f928889a6fb8f70bbd22b6e2d7f74427d47259ca410dfcaa8de3e8ad7c82715fde0366e24209a672555e54d8d459086be
|
||||
DIST yara-python-3.8.1.tar.gz 31526 BLAKE2B d60ce931736205b5f2d85944404503fe58a00c0f72ccc684cd0793c6f13b6ef525280bc912ae0a86cc952d5cf4aa9c27d3e658bcb117f5fcc74ca442bc4a26f2 SHA512 5d52e2f374cf8d8a2b8afc794edaeded6a433fc184b285575bc53e8f98280e003ac2f9f2b9219c961cf2cffe82df343e74401412435ce8a8e7eff461148f7bf2
|
||||
DIST yara-python-3.10.0.tar.gz 31732 BLAKE2B 4fcd8bdf2250c45b7a1b5ca1328cfeb1e91c80d92978752db77c321f72d08c718c366979bdba4f983bf3069ca15ef2a72f619b941aec0fdf4fb2352755dfa782 SHA512 f70844924ae2af26fe24e6910a116f012f5c94d0807ec2ef3dace022f98b848edcac54455384b85346b53ad8fe1fde9fda3ffe7ff0591c1882ddf2455f56db5e
|
||||
DIST yara-python-3.9.0.tar.gz 31624 BLAKE2B 2739303734c88bd7efe9c5b76afdc619e4bcb9c299cbad042a38f5f1f44bd89084ff60d832a345a5b3d3cffb0fcad7caf882bd6e58452c61f128bc3213955ebc SHA512 3871cb457f29b3149ed4656abfb1cef40a42bbce09f0480b24dbe0fddde17560037303702f3ae74fed39773470859dfdd0e69cd9f8e4dc8a1e54a4dde9239bae
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
EAPI=6
|
||||
|
||||
PYTHON_COMPAT=( python{2_7,3_6,3_7} )
|
||||
PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6,3_7} )
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Python interface for a malware identification and classification tool"
|
||||
|
|
@ -13,12 +13,15 @@ SRC_URI="https://github.com/virustotal/yara-python/archive/v${PV}.tar.gz -> ${P}
|
|||
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
KEYWORDS="~amd64 ~arm ~x86"
|
||||
|
||||
DEPEND="~app-forensics/yara-${PV}"
|
||||
RDEPEND="${DEPEND}"
|
||||
RDEPEND="${PYTHON_DEPS}
|
||||
~app-forensics/yara-${PV}"
|
||||
|
||||
src_prepare() {
|
||||
cp -r "${WORKDIR}/yara-${PV}/"* "${S}/yara/"
|
||||
default
|
||||
}
|
||||
DEPEND="${RDEPEND}"
|
||||
|
||||
#use system yara
|
||||
#src_prepare() {
|
||||
# cp -r "${WORKDIR}/yara-${PV}/"* "${S}/yara/"
|
||||
# default
|
||||
#}
|
||||
|
|
@ -1,24 +0,0 @@
|
|||
# Copyright 1999-2018 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
|
||||
PYTHON_COMPAT=( python{2_7,3_6,3_7} )
|
||||
inherit distutils-r1
|
||||
|
||||
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
|
||||
https://github.com/virustotal/yara/archive/v${PV}.tar.gz -> yara-${PV}.tar.gz"
|
||||
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
|
||||
DEPEND="~app-forensics/yara-${PV}"
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
src_prepare() {
|
||||
cp -r "${WORKDIR}/yara-${PV}/"* "${S}/yara/"
|
||||
default
|
||||
}
|
||||
|
|
@ -33,7 +33,7 @@ app-forensics/libewf
|
|||
|
||||
=app-forensics/samhain-4.2*
|
||||
|
||||
=app-forensics/yara-3.8*
|
||||
=dev-python/yara-python-3.8*
|
||||
=app-forensics/yara-3*
|
||||
=dev-python/yara-python-3*
|
||||
|
||||
app-forensics/spiderfoot
|
||||
|
|
|
|||
Loading…
Reference in a new issue