public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sergei Trofimovich" <slyfox@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-forensics/honggfuzz/
Date: Fri, 24 Aug 2018 12:54:33 +0000 (UTC)	[thread overview]
Message-ID: <1535115267.fb95f0f1996d4a6cb210fa5477b3d11a8ea0886f.slyfox@gentoo> (raw)

commit:     fb95f0f1996d4a6cb210fa5477b3d11a8ea0886f
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 24 12:54:15 2018 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Fri Aug 24 12:54:27 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb95f0f1

app-forensics/honggfuzz: bump up to 1.7

Package-Manager: Portage-2.3.48, Repoman-2.3.10

 app-forensics/honggfuzz/Manifest             |  1 +
 app-forensics/honggfuzz/honggfuzz-1.7.ebuild | 46 ++++++++++++++++++++++++++++
 2 files changed, 47 insertions(+)

diff --git a/app-forensics/honggfuzz/Manifest b/app-forensics/honggfuzz/Manifest
index 5a0c519eab5..695f2e6c49b 100644
--- a/app-forensics/honggfuzz/Manifest
+++ b/app-forensics/honggfuzz/Manifest
@@ -2,3 +2,4 @@ DIST honggfuzz-1.3.tar.gz 64461562 BLAKE2B b17271d147bab5d03ed056623760bca84d497
 DIST honggfuzz-1.4.tar.gz 79323662 BLAKE2B 187f87b596f58efd07ad090a4ce5fee6eda84c2e60ebd6fabd4e2c31582eceb34866416ca2645ee16921ad25dd893deb9743b7a247c986a9e332ffbef51b30a0 SHA512 9eaf4cd9cdf9a9bff438b49f9bb2e217d796a072c083174a810a74f08ed02b520565e3cadcb405db86bbdc09588f11962090705a91f32258918628826eb355b7
 DIST honggfuzz-1.5.tar.gz 79321550 BLAKE2B dbc45529c7144e8d9847580b80efdea27c3d5fd2c3bd3a740ddb754e7eb786de31e8ece68cc5c8cbe9373e70e7984379708f83f7ad858ae7bc5e9c1fc213a6c3 SHA512 41c84d37b00e713db4aa4c40e8b2c55afc886ec6bd0a2d66acdd6f6d5ca2f862b2cb0e8d53234f497dc1f3a90a26f1b08c2857cf6f30482c7086719d086ee97d
 DIST honggfuzz-1.6.tar.gz 79322453 BLAKE2B 8f41833e2e808822436bcc68b8dd66d7a37e504c8ec7464d8d2936e1f60efe6bb4226c1f20105167b9f42a054e112acd922821da35807eb8361cb66775902325 SHA512 db4f0f31d36080db983068435be82b3e1132145e0bad5c4e8e6504563f10ce66df4f977fbd0a9f1cbcd262e479f635a68ab7c1df70d23e8437164734ea562c90
+DIST honggfuzz-1.7.tar.gz 70077774 BLAKE2B 74aa85aecb2c1480bc75ef0af68ff893c25bee6d33b068b8fbbcd0d4f5cf9e6b4c09f95f7272a4071e323d35e62c135095d9413355df75d26a0f4a6312527b2a SHA512 d7d9cdba67fc7cabb6991850d725f13377614785b397acbeae6c5d64414ae826ac1c8c7fc0fb2ce83d1e5d2df64875a39df0160367d2d8e244b996d8de0d08d2

diff --git a/app-forensics/honggfuzz/honggfuzz-1.7.ebuild b/app-forensics/honggfuzz/honggfuzz-1.7.ebuild
new file mode 100644
index 00000000000..a1c990e1022
--- /dev/null
+++ b/app-forensics/honggfuzz/honggfuzz-1.7.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit toolchain-funcs
+
+DESCRIPTION="A general purpose fuzzer with feedback support"
+HOMEPAGE="http://google.github.io/honggfuzz/"
+SRC_URI="https://github.com/google/honggfuzz/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+RDEPEND="
+	sys-libs/binutils-libs:=
+	sys-libs/libunwind
+"
+
+DEPEND="${RDEPEND}"
+
+DOCS=(
+	CHANGELOG
+	COPYING
+	CONTRIBUTING
+	README.md
+)
+
+src_prepare() {
+	default
+	if has_version ">=sys-libs/binutils-libs-2.29"; then
+		eapply "${FILESDIR}"/${PN}-1.1-binutils-2.29.patch
+	fi
+}
+
+src_compile() {
+	CC="$(tc-getCC)" CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" emake
+}
+
+src_install() {
+	dobin ${PN}
+
+	einstalldocs
+}


             reply	other threads:[~2018-08-24 12:54 UTC|newest]

Thread overview: 38+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-08-24 12:54 Sergei Trofimovich [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-12-25 12:25 [gentoo-commits] repo/gentoo:master commit in: app-forensics/honggfuzz/ Marek Szuba
2022-09-05  9:40 Marek Szuba
2022-01-26 12:52 Marek Szuba
2021-07-13 13:11 Marek Szuba
2021-07-13 13:11 Marek Szuba
2021-07-02  9:18 Marek Szuba
2021-07-02  7:17 Sergei Trofimovich
2021-03-06 10:13 Sergei Trofimovich
2021-02-27 21:26 Sergei Trofimovich
2020-08-28  7:49 Sergei Trofimovich
2020-07-25  9:18 Sergei Trofimovich
2020-07-23 20:38 Sergei Trofimovich
2020-06-23  7:33 Sergei Trofimovich
2020-05-29 22:13 Sergei Trofimovich
2020-05-26 21:59 Sergei Trofimovich
2020-05-02 17:51 Sergei Trofimovich
2020-04-24 21:59 Sergei Trofimovich
2020-03-23 23:58 Sergei Trofimovich
2020-03-05 20:49 Sergei Trofimovich
2020-02-12 22:32 Sergei Trofimovich
2019-12-09 20:18 Sergei Trofimovich
2019-12-07 17:23 Sergei Trofimovich
2019-05-25 10:03 Sergei Trofimovich
2019-05-25 10:03 Sergei Trofimovich
2019-02-19  9:16 Sergei Trofimovich
2019-02-19  9:16 Sergei Trofimovich
2018-04-19 21:47 Sergei Trofimovich
2018-02-22 19:57 Sergei Trofimovich
2018-02-07 22:03 Sergei Trofimovich
2017-12-09 19:02 Sergei Trofimovich
2017-11-01 20:26 Sergei Trofimovich
2017-06-30 21:37 Sergei Trofimovich
2017-05-24 19:44 Sergei Trofimovich
2017-02-14 21:47 Sergei Trofimovich
2016-09-15 20:37 Sergei Trofimovich
2016-09-11  8:32 Sergei Trofimovich
2016-09-10 22:39 Sergei Trofimovich

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1535115267.fb95f0f1996d4a6cb210fa5477b3d11a8ea0886f.slyfox@gentoo \
    --to=slyfox@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox