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: Thu, 22 Feb 2018 19:57:37 +0000 (UTC)	[thread overview]
Message-ID: <1519329453.2330c06682ce8440570e1a1704cdb9be469a1c0f.slyfox@gentoo> (raw)

commit:     2330c06682ce8440570e1a1704cdb9be469a1c0f
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 22 19:56:43 2018 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Thu Feb 22 19:57:33 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2330c066

app-forensics/honggfuzz: bump up to 1.5

Package-Manager: Portage-2.3.24, Repoman-2.3.6

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

diff --git a/app-forensics/honggfuzz/Manifest b/app-forensics/honggfuzz/Manifest
index 2645e75fa37..eee3081197b 100644
--- a/app-forensics/honggfuzz/Manifest
+++ b/app-forensics/honggfuzz/Manifest
@@ -1,2 +1,3 @@
 DIST honggfuzz-1.3.tar.gz 64461562 BLAKE2B b17271d147bab5d03ed056623760bca84d497871971ca57bb431d0bf7da6e600db0e7435afc214bebbcffa411db8d12659c92ee26cc6ac9dbe6e78825b46f324 SHA512 768ec82088c587858200c02c32c040a37a4ebb8bb21e2c6263f533954f4a4e4733cc61f8c6bc0d393bd49d4658177a80dfbb5a75b5c6de2bc8e95011aaf2cc3c
 DIST honggfuzz-1.4.tar.gz 79323662 BLAKE2B 187f87b596f58efd07ad090a4ce5fee6eda84c2e60ebd6fabd4e2c31582eceb34866416ca2645ee16921ad25dd893deb9743b7a247c986a9e332ffbef51b30a0 SHA512 9eaf4cd9cdf9a9bff438b49f9bb2e217d796a072c083174a810a74f08ed02b520565e3cadcb405db86bbdc09588f11962090705a91f32258918628826eb355b7
+DIST honggfuzz-1.5.tar.gz 79321550 BLAKE2B dbc45529c7144e8d9847580b80efdea27c3d5fd2c3bd3a740ddb754e7eb786de31e8ece68cc5c8cbe9373e70e7984379708f83f7ad858ae7bc5e9c1fc213a6c3 SHA512 41c84d37b00e713db4aa4c40e8b2c55afc886ec6bd0a2d66acdd6f6d5ca2f862b2cb0e8d53234f497dc1f3a90a26f1b08c2857cf6f30482c7086719d086ee97d

diff --git a/app-forensics/honggfuzz/honggfuzz-1.5.ebuild b/app-forensics/honggfuzz/honggfuzz-1.5.ebuild
new file mode 100644
index 00000000000..a1c990e1022
--- /dev/null
+++ b/app-forensics/honggfuzz/honggfuzz-1.5.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-02-22 19:57 UTC|newest]

Thread overview: 38+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-02-22 19:57 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-08-24 12:54 Sergei Trofimovich
2018-04-19 21:47 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=1519329453.2330c06682ce8440570e1a1704cdb9be469a1c0f.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