yara: v3.7.1 bump

This commit is contained in:
blshkv 2018-01-19 11:30:57 +08:00
parent 714f4650ec
commit 4233a96fb6
No known key found for this signature in database
GPG key ID: 273E3E90D1A6294F
2 changed files with 25 additions and 0 deletions

View file

@ -1,3 +1,4 @@
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
DIST yara-3.7.0.tar.gz 558035 SHA256 01f0841e7387918c2b6d0b7fb48014bda41d1487be1cabf718a0576018969641 SHA512 cd0214d39c6d1c5bc8410a1ec67e42ec8a672be382fb11e0a0f98cb03af1ef5db92e74216a9b98a6bdedf9721d4470639e340edbd39ca0184233652839742a33 WHIRLPOOL c6b0644301c5f3e0897c8712c3547792820a1e259ef97ae364fc230100faa1b33aeb3bf97da22974cbc830c06b2c3821110459544d761ecbee4d2609e9729c59
DIST yara-3.7.1.tar.gz 558499 SHA256 df077a29b0fffbf4e7c575f838a440f42d09b215fcb3971e6fb6360318a64892 SHA512 cfb03a36a490e87544b1d315979991a6b6f4d2dbfe5c712ae321a1835a5378a86ed3ae2a65059741cf02cad2495761d90b26c56d67628a334f50f3bf4041b784 WHIRLPOOL 59c2726988541243b0f82094eaab788dafce6bd42f8c4f542d09ca86f0b4dbf022e8a13cb901a5ec44c3ff6192dabb11e6600aad94a330664f4233ced8095f8a

View file

@ -0,0 +1,24 @@
# Copyright 1999-2017 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
}