yara: 3.8.1 bump

This commit is contained in:
blshkv 2018-08-17 16:14:47 +08:00
parent e2de81d169
commit 9bb962f566
No known key found for this signature in database
GPG key ID: 273E3E90D1A6294F
8 changed files with 24 additions and 30 deletions

View file

@ -1,3 +1,2 @@
DIST yara-3.7.0.tar.gz 558035 BLAKE2B d4495720e70b6cd03dbb7c388a8e02a4efca53d136fd7b51a8d4149cca5ebde4ee43bb197e476d757243c59559582033c3f78c6737e57819dd9d2b174a70a45d SHA512 cd0214d39c6d1c5bc8410a1ec67e42ec8a672be382fb11e0a0f98cb03af1ef5db92e74216a9b98a6bdedf9721d4470639e340edbd39ca0184233652839742a33
DIST yara-3.7.1.tar.gz 558499 BLAKE2B 72b511521208ec1c4d308ff382b3dc6dbd71c47ca6297b1cb8cfbbcbb54b1946fc1c63635b1a0a77e22ff32646ab088d0fec21601c3dcdc4c76be21d54cb8413 SHA512 cfb03a36a490e87544b1d315979991a6b6f4d2dbfe5c712ae321a1835a5378a86ed3ae2a65059741cf02cad2495761d90b26c56d67628a334f50f3bf4041b784
DIST yara-3.8.0.tar.gz 714919 BLAKE2B d012d0bc954f3706e02099a65050d80674961d48ac0311f18849046109ae8e40ea51caae2958ec3d73ca7ffe936e283911f08700aec7dad004a5217b3e7d4589 SHA512 db6d61a394f6ec7048d068d91df9d4c279fdcc8814bfa0025fa323aabf80bce4e8c176200436ecad3357ca6fd4e6094d17462c8d3edb384a1ef1c6a72b96ecea
DIST yara-3.8.1.tar.gz 715968 BLAKE2B 9fe5a2aaf410f0e1fafb9e97caafc27509aeef74eea9abb9d75678d581c046b490b79d7d7a6760de7c446cc911ffc2c9b2d70efe0b84f5323ece2121ba0b32c6 SHA512 32acb7b7336eebe2fe2c10ba6e8b23fea4e91148c289d15b53119bbed3dfe27508fbd90aef5c036a5b6a7e31e0f73ec8885e30093c598f9bc04bd9d64ac0ac7e

View file

@ -1,4 +1,4 @@
# Copyright 1999-2017 Gentoo Foundation
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6

View file

@ -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-3.8* )"
src_prepare() {
eautoreconf
eapply_user
}

View file

@ -1 +1,2 @@
DIST yara-python-3.7.0.tar.gz 30722 BLAKE2B 0576ecc29278c4e68d7bc195b42816a3bacf3d45833326c7c9c3acd50f11e386ebb90661379517af91c3da95f2af6875b09bd020afabe9dcd7e8c22219cbb3f4 SHA512 96d43620787f3369843a3255c3dc6ec7e8dd8afedcb8a5414d964c9a30f4e91277156a2543dd9dc28474fc1cfdbedc90e46ed76c83481673fc2c39dd6dc97f73
DIST yara-python-3.8.1.tar.gz 31526 BLAKE2B d60ce931736205b5f2d85944404503fe58a00c0f72ccc684cd0793c6f13b6ef525280bc912ae0a86cc952d5cf4aa9c27d3e658bcb117f5fcc74ca442bc4a26f2 SHA512 5d52e2f374cf8d8a2b8afc794edaeded6a433fc184b285575bc53e8f98280e003ac2f9f2b9219c961cf2cffe82df343e74401412435ce8a8e7eff461148f7bf2

View file

@ -14,5 +14,5 @@ LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64 ~x86"
DEPEND="=app-forensics/yara-3.7*"
DEPEND="=app-forensics/yara-${PV}"
RDEPEND="${DEPEND}"

View file

@ -0,0 +1,18 @@
# 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} )
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}"

View file

@ -32,5 +32,5 @@ app-forensics/libewf
=app-forensics/samhain-4.2*
=app-forensics/yara-3.7*
=dev-python/yara-python-3.7*
=app-forensics/yara-3.8*
=dev-python/yara-python-3.8*