mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-21 06:10:56 +02:00
yara: v3.6.3 bump
This commit is contained in:
parent
2611735be4
commit
af712ef0b8
5 changed files with 27 additions and 28 deletions
|
|
@ -1,2 +1,2 @@
|
|||
DIST yara-3.3.0.tar.gz 7634474 SHA256 e5f4359082e35ff00ee94af9ee897bb0ab18abf49a2c4fe45968d7a848e5bd83 SHA512 f763f4d5b71caf5aef20995d128e1e16f176746dd2fade1f3991a7a81e050ba8c0d9aa1d96bb4dc754e5f0a44fa799d620c5f4797bcd3205fad77f9c493c5532 WHIRLPOOL e9c8f7be07d955e76110874cf03449562d8dfd292d1e6b86c9ac8361876919944c12c0620c51290acf3e090e9af31881b82a493ea7e3c265aacdf9fb3d7d8979
|
||||
DIST yara-3.5.0.tar.gz 7648499 SHA256 4bc72ee755db85747f7e856afb0e817b788a280ab5e73dee42f159171a9b5299 SHA512 84e3b8248749271f154c05216417be76c56563012c0a2013fde5184c6ed03d2933c456d61f036292c42030b52705d5c6e94824d1fd36dbffe46af625ddedaaf5 WHIRLPOOL 77994502920847df9a7379ff2e7b5275ee259a84191ffbb270138d4b4a08797368f9e5ea312b1abd93b3b86e678f26319fc3da01cf2743502825162533f970c4
|
||||
DIST yara-3.6.3.tar.gz 505556 SHA256 ad2c0e788b4d8b2f3e9078f448754313249a302b749b9a24e932bfc5e141a5e8 SHA512 f928fe93e93385b5711c1076b042473299e1eb1c7c345433b01b7638677d9b8fb95a8ac2a7ef52012dc178ec0ef5772d6b6d0b65b5717d2074290bb44031b3f8 WHIRLPOOL d0ccebaeac3a3a0e76b323343e60c7fd3f1e349f729def841928e04ea979ee2d7a41444570b0ffc56701790fb135b0fa1ab3008b914e48260f0dfffc5953e383
|
||||
|
|
|
|||
|
|
@ -1,22 +1,24 @@
|
|||
# Copyright 1999-2015 Gentoo Foundation
|
||||
# Copyright 1999-2017 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: $
|
||||
|
||||
EAPI=5
|
||||
EAPI=6
|
||||
|
||||
inherit autotools
|
||||
|
||||
DESCRIPTION="A malware identification and classification tool"
|
||||
HOMEPAGE="http://plusvic.github.io/yara/"
|
||||
SRC_URI="https://github.com/plusvic/yara/archive/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
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
|
||||
}
|
||||
|
|
@ -1,2 +1,2 @@
|
|||
DIST yara-3.3.0.tar.gz 7634474 SHA256 e5f4359082e35ff00ee94af9ee897bb0ab18abf49a2c4fe45968d7a848e5bd83 SHA512 f763f4d5b71caf5aef20995d128e1e16f176746dd2fade1f3991a7a81e050ba8c0d9aa1d96bb4dc754e5f0a44fa799d620c5f4797bcd3205fad77f9c493c5532 WHIRLPOOL e9c8f7be07d955e76110874cf03449562d8dfd292d1e6b86c9ac8361876919944c12c0620c51290acf3e090e9af31881b82a493ea7e3c265aacdf9fb3d7d8979
|
||||
DIST yara-python-3.5.0.tar.gz 22052 SHA256 e0d564c1a8c98957eda9fb49d4259dcc24b868c98f07a8f2899f24e7bfde6d18 SHA512 aa7da264a230efe55d080f24f6598f15eae4cfe0eaea24d00d86d7d2b9245cabed5bec581f47b3c77cc29200273f859d24b5b5a6547d0a392ea8190260c88c2c WHIRLPOOL d1d85870e86445ede5c18e0fd0da8bdae47b0e89740a50387737d70eae68814c8b4ed0e996bee9802d01258caa8a91536e5a0012ba259e3a0d93fec599d0418f
|
||||
DIST yara-python-3.6.3.tar.gz 29631 SHA256 4453c3ec093aef727607d27efa11cd64a565d8e9e80bdde38f508538a4da85bd SHA512 22d69e1dad6ac709e9d1e1e5161b9afc0f9424f211b77ea615c304193d42be2823916d39bcd43a0189d862ff9af31bd80a0abd8e6336f039d4e1089fa2526e6a WHIRLPOOL 89eef2d459b467c19e0b14f400718f71d7e8c52ed3899732568ead8179102117939f0382b4a6faecab8494737c9328b23ac19a86578bea7074c6268b845cb6bf
|
||||
|
|
|
|||
|
|
@ -1,21 +0,0 @@
|
|||
# Copyright 1999-2015 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: $
|
||||
|
||||
EAPI=5
|
||||
|
||||
PYTHON_COMPAT=( python2_7 )
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="A malware identification and classification tool"
|
||||
HOMEPAGE="http://plusvic.github.io/yara/"
|
||||
SRC_URI="https://github.com/plusvic/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}"
|
||||
|
||||
S="${WORKDIR}/yara-${PV}/yara-python"
|
||||
18
dev-python/yara-python/yara-python-3.6.3.ebuild
Normal file
18
dev-python/yara-python/yara-python-3.6.3.ebuild
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
# Copyright 1999-2017 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
|
||||
PYTHON_COMPAT=( python2_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"
|
||||
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
|
||||
DEPEND="~app-forensics/yara-${PV}"
|
||||
RDEPEND="${DEPEND}"
|
||||
Loading…
Reference in a new issue