malheur: v0.5.4 bump

This commit is contained in:
blshkv 2017-07-22 07:33:10 +08:00
parent fe40d4fd46
commit 5f6d72af5e
No known key found for this signature in database
GPG key ID: 273E3E90D1A6294F
4 changed files with 4 additions and 65 deletions

View file

@ -1,2 +1 @@
DIST malheur-0.5.2.tar.gz 551697 SHA256 ca0c50fbc6f33874be11bc7f129e882084b6149cfd3b0dec1cf4936313a1953a SHA512 33dc1d28c6640d16442955ddac6da09b5be9db6c2ce03b98bb95133942fb83f3930767ef5994119a0fa032c6029823cf0c820ddcef51649e1c36dbffde4658cb WHIRLPOOL d6ed1b73d39ffb7869938090e19e23731ca1f40318af705eacd06c0409a6ec2a68bdff65101ca83daf7d53b94935077863251ea81d71a2074d66db8ff84b3876
DIST malheur-0.5.3.tar.gz 554416 SHA256 feffed3a6f9712581d6d3919879040b1a1af45225b1010a4993bf862650b8bd0 SHA512 de6b50d60a711a8bcd1c567c1c25e85a42f303b54a7bfa1e0d13e5e4e8204f471d5cc34ae2a2052c2f16d1259ef24eae49a5e62cc6317a8a0bc38465181b60b7 WHIRLPOOL ad923086ec75c9ae93ff0f9560981b8d856f8872c1872ccde208ab7a000ad6aa2e0210a97c919771fc03cb01b2b6d84d84e798a6d466eba96595cfbb524afc0c
DIST malheur-0.5.4.tar.gz 551306 SHA256 bb3db24ceb168a4ff7687bd7d877b71a411226d83905158d3b5d10be38c9b052 SHA512 c2589d719b546320722ae73e38ca8e8b001443f4c00aa9fa58a4e73649cf70d386235a59e839ede0502645bac5141b23dd652f8fac8f7597976a3dc7472272d7 WHIRLPOOL cc7c7eaf30a4f82984fd8bdcf9678ebbb7e82e07fd3fe4d1020845216c9f69d9041379987da42c5ad43ba341345cc33b0d67764f49bee26a2068691b5b5f5749

View file

@ -1,22 +0,0 @@
--- src/util.c.orig 2012-12-26 19:25:40.109336640 +0800
+++ src/util.c 2012-12-27 05:30:31.140189964 +0800
@@ -16,7 +16,8 @@
* @author Konrad Rieck (konrad.rieck@tu-berlin.de)
* @{
*/
-
+
+#include <sys/types.h>
#include <archive.h>
#include <archive_entry.h>
--- src/farray.c.orig 2012-12-27 05:30:04.309188584 +0800
+++ src/farray.c 2012-12-27 05:30:24.708189605 +0800
@@ -22,6 +22,7 @@
* @{
*/
+#include <sys/types.h>
#include <archive.h>
#include <archive_entry.h>

View file

@ -1,34 +0,0 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI="4"
inherit eutils
DESCRIPTION="malware analysis tool"
HOMEPAGE="http://www.mlsec.org/malheur/"
SRC_URI="http://www.mlsec.org/malheur/files/$PN-$PV.tar.gz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="openmp"
DEPEND=""
RDEPEND=">=dev-libs/libconfig-1.3.2
>=app-arch/libarchive-3.0.4
dev-libs/uthash
openmp? ( sys-devel/gcc[openmp] )"
src_prepare() {
epatch "${FILESDIR}/${P}"-libarchive.patch
}
src_configure() {
econf\
$(use_enable openmp)
}
src_install() {
DESTDIR="${D}" emake install
}

View file

@ -1,10 +1,9 @@
# Copyright 1999-2012 Gentoo Foundation
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI="4"
EAPI=6
DESCRIPTION="malware analysis tool"
DESCRIPTION="Malware analysis tool"
HOMEPAGE="http://www.mlsec.org/malheur/"
SRC_URI="http://www.mlsec.org/malheur/files/$PN-$PV.tar.gz"
@ -23,6 +22,3 @@ src_configure() {
econf\
$(use_enable openmp)
}
src_install() {
DESTDIR="${D}" emake install
}