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,  5 Mar 2020 20:49:18 +0000 (UTC)	[thread overview]
Message-ID: <1583441354.20fe8bcdca621ceb7c4fbd59bf27ffee4e7feeed.slyfox@gentoo> (raw)

commit:     20fe8bcdca621ceb7c4fbd59bf27ffee4e7feeed
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Thu Mar  5 20:48:54 2020 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Thu Mar  5 20:49:14 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20fe8bcd

app-forensics/honggfuzz: bump up to 2.1

Package-Manager: Portage-2.3.92, Repoman-2.3.20
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>

 app-forensics/honggfuzz/Manifest             |  1 +
 app-forensics/honggfuzz/honggfuzz-2.1.ebuild | 43 ++++++++++++++++++++++++++++
 2 files changed, 44 insertions(+)

diff --git a/app-forensics/honggfuzz/Manifest b/app-forensics/honggfuzz/Manifest
index 35c5752b135..a51e3c0ad47 100644
--- a/app-forensics/honggfuzz/Manifest
+++ b/app-forensics/honggfuzz/Manifest
@@ -1 +1,2 @@
 DIST honggfuzz-2.0.tar.gz 65205954 BLAKE2B fb01fdb12cd5bf9a7c316c9df3a4ac9eb91ee535cbcdbb93436e7abcb81405a3af0fb5140b935abe44d11f5917f6f5189d697e86d3e81abfd9da38db2f899c36 SHA512 91e633ffe439aae6cb944f71cd5998f8adc2f1e6892c17b6d7876d707b3f167008a0574ad4b5671b82371cbe21e6c536acb148c0b844665fb3789c5e7fda52ba
+DIST honggfuzz-2.1.tar.gz 65209308 BLAKE2B 83882aaba55e1a809c7477c528f92e3617ea912794680c21de680da38a17e5b6ccf6dbfa9e3c6da263fd8730a0007cf44b5038b8f1c80ecd9cc8dffec7548a99 SHA512 04505085779ba824a494f414b9eb7d9f5f5e6962ca4736cd4fa4bc00438c9cb63c5a367db9510f8e1b0383469207d70fad1e978e696912c721a14a5340e9ad2b

diff --git a/app-forensics/honggfuzz/honggfuzz-2.1.ebuild b/app-forensics/honggfuzz/honggfuzz-2.1.ebuild
new file mode 100644
index 00000000000..4d8108afc11
--- /dev/null
+++ b/app-forensics/honggfuzz/honggfuzz-2.1.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit toolchain-funcs
+
+DESCRIPTION="A general purpose fuzzer with feedback support"
+HOMEPAGE="https://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-2.29:=
+	sys-libs/libunwind:=
+"
+
+DEPEND="${RDEPEND}"
+
+DOCS=(
+	CHANGELOG
+	COPYING
+	CONTRIBUTING
+	README.md
+)
+
+PATCHES=(
+	"${FILESDIR}"/${PN}-2.0-no-werror.patch
+)
+
+src_compile() {
+	CC="$(tc-getCC)" CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" emake
+}
+
+src_install() {
+	dobin ${PN}
+
+	einstalldocs
+}


             reply	other threads:[~2020-03-05 20:49 UTC|newest]

Thread overview: 38+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-03-05 20:49 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-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-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=1583441354.20fe8bcdca621ceb7c4fbd59bf27ffee4e7feeed.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