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: Wed,  1 Nov 2017 20:26:35 +0000 (UTC)	[thread overview]
Message-ID: <1509567991.9bfd7c6daa52c8a4791ac44a052d480b14312649.slyfox@gentoo> (raw)

commit:     9bfd7c6daa52c8a4791ac44a052d480b14312649
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Wed Nov  1 20:26:23 2017 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Wed Nov  1 20:26:31 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9bfd7c6d

app-forensics/honggfuzz: bump up to 1.2

Package-Manager: Portage-2.3.13, Repoman-2.3.4

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

diff --git a/app-forensics/honggfuzz/Manifest b/app-forensics/honggfuzz/Manifest
index bde5d3fd869..c7db74ef206 100644
--- a/app-forensics/honggfuzz/Manifest
+++ b/app-forensics/honggfuzz/Manifest
@@ -1,2 +1,3 @@
 DIST honggfuzz-1.0.tar.gz 11705394 SHA256 922af667c2699be4e2a39cb7d2cd6324b9cb27d4817b073b48d43a580074fd4d SHA512 c31a8a252b4a57c7da632bf3ff55a0fe8b5f777bfe5196cd09b2a016bf7ac48413587e3b515d1a7c2a074adc3d8d83f9bfd49cabd881542184b16cf8acd41356 WHIRLPOOL cd9e9222cf622a410d49662f84a62d0cb737fe3cddcb58dec83e19d14d7de75e24a0a23b537f7a5d78520ac6d9438198166e86814aa7c083dad5802df35bd29b
 DIST honggfuzz-1.1.tar.gz 11705217 SHA256 e1ddbffc3240b2601c7e997d759c6a89ea69fe619bf59d1d9a58f11205934ee4 SHA512 dad1e763b1a74607995548b7c8a81b930286fc1d403f10fa2e88b165948fb323370233a9969eb972020cfa8782bc8aecd59c905a8ff63f18b0e50fe5b289bcf5 WHIRLPOOL c090c071904fadfbd6c794e0f4445c2b0efc66a5cf4eb6a2ec3427014ae0298a46c4c9cdbcef1bae5d2e1b383a384a98c6d64ca64a5d3c4a127b776cad09cf1b
+DIST honggfuzz-1.2.tar.gz 53810802 SHA256 d141263b5d9e95cf17a9ad26189a29b5d2bf39b347547a4d3a3e1b4702f106c6 SHA512 8c5ccdd78ae4c1861b1cf3ff72177717fb07cf4009d6e93b77e64698f5ff6d1ee1ef6a5b0143483dd7b828b541682065ad218a7853ed050adfabcc77e07a0dd9 WHIRLPOOL e56f0491be41db8725774484c792adf5acfb502bfcd438d3d532a14f34f17dd96f1aab8aab1d802b1b8c208da7bf7da5f351f9bea40cdf2e35a44db17ceb89c1

diff --git a/app-forensics/honggfuzz/honggfuzz-1.2.ebuild b/app-forensics/honggfuzz/honggfuzz-1.2.ebuild
new file mode 100644
index 00000000000..eb072b67c9b
--- /dev/null
+++ b/app-forensics/honggfuzz/honggfuzz-1.2.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2017 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:[~2017-11-01 20:26 UTC|newest]

Thread overview: 38+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-11-01 20:26 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-22 19:57 Sergei Trofimovich
2018-02-07 22:03 Sergei Trofimovich
2017-12-09 19:02 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=1509567991.9bfd7c6daa52c8a4791ac44a052d480b14312649.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