public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Lars Wendler" <polynomial-c@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libtasn1/files/, dev-libs/libtasn1/
Date: Tue, 10 Dec 2019 08:54:18 +0000 (UTC)	[thread overview]
Message-ID: <1575968052.449306051cfb72a238b59efc4f5c23e9f1e66cde.polynomial-c@gentoo> (raw)

commit:     449306051cfb72a238b59efc4f5c23e9f1e66cde
Author:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 10 08:53:06 2019 +0000
Commit:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Tue Dec 10 08:54:12 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44930605

dev-libs/libtasn1: Revbump to not install fuzzer tool anymore

Thanks-to: Arfrever Frehtes Taifersar Arahesis <arfrever.fta <AT> gmail.com>
Closes: https://bugs.gentoo.org/701928
Package-Manager: Portage-2.3.81, Repoman-2.3.20
Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>

 .../files/libtasn1-4.15.0-noinst_fuzzer_tool.patch | 35 ++++++++++++++++++++++
 ...sn1-4.15.0.ebuild => libtasn1-4.15.0-r1.ebuild} |  9 ++++--
 2 files changed, 42 insertions(+), 2 deletions(-)

diff --git a/dev-libs/libtasn1/files/libtasn1-4.15.0-noinst_fuzzer_tool.patch b/dev-libs/libtasn1/files/libtasn1-4.15.0-noinst_fuzzer_tool.patch
new file mode 100644
index 00000000000..45360ec8f82
--- /dev/null
+++ b/dev-libs/libtasn1/files/libtasn1-4.15.0-noinst_fuzzer_tool.patch
@@ -0,0 +1,35 @@
+From 49d6e3f0a4b5fd4da31228d23ae9efabef20c1ca Mon Sep 17 00:00:00 2001
+From: Nikos Mavrogiannopoulos <nmav@gnutls.org>
+Date: Thu, 21 Nov 2019 16:09:20 +0100
+Subject: [PATCH] fuzz: do not install generated fuzzers and tools
+
+Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
+---
+ fuzz/Makefile.am | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/fuzz/Makefile.am b/fuzz/Makefile.am
+index ae6616b..aa621ce 100644
+--- a/fuzz/Makefile.am
++++ b/fuzz/Makefile.am
+@@ -38,7 +38,7 @@ FUZZERS = \
+ 
+ if FUZZING
+   # fuzzing mode, enabled with ./configure --enable-fuzzing
+-  bin_PROGRAMS = $(FUZZERS)
++  noinst_PROGRAMS = $(FUZZERS)
+   AM_LDFLAGS += -fsanitize=fuzzer
+   MAIN = fuzzer.h
+ else
+@@ -47,7 +47,7 @@ else
+   TESTS = $(FUZZERS)
+   check_PROGRAMS = $(FUZZERS)
+ 
+-  bin_PROGRAMS = corpus2array
++  noinst_PROGRAMS = corpus2array
+   corpus2array_SOURCES = corpus2array.c
+ endif
+ 
+-- 
+2.22.2
+

diff --git a/dev-libs/libtasn1/libtasn1-4.15.0.ebuild b/dev-libs/libtasn1/libtasn1-4.15.0-r1.ebuild
similarity index 86%
rename from dev-libs/libtasn1/libtasn1-4.15.0.ebuild
rename to dev-libs/libtasn1/libtasn1-4.15.0-r1.ebuild
index ce8e7f67a17..e3e7c7a5174 100644
--- a/dev-libs/libtasn1/libtasn1-4.15.0.ebuild
+++ b/dev-libs/libtasn1/libtasn1-4.15.0-r1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-inherit multilib-minimal libtool
+inherit autotools multilib-minimal libtool
 
 DESCRIPTION="ASN.1 library"
 HOMEPAGE="https://www.gnu.org/software/libtasn1/"
@@ -28,6 +28,10 @@ DOCS=(
 	THANKS
 )
 
+PATCHES=(
+	"${FILESDIR}"/${P}-noinst_fuzzer_tool.patch #701928
+)
+
 pkg_setup() {
 	if use doc; then
 		DOCS+=( doc/libtasn1.pdf )
@@ -37,7 +41,8 @@ pkg_setup() {
 
 src_prepare() {
 	default
-	elibtoolize  # for Solaris shared library
+	#elibtoolize  # for Solaris shared library
+	eautoreconf #701928
 }
 
 multilib_src_configure() {


             reply	other threads:[~2019-12-10  8:54 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-12-10  8:54 Lars Wendler [this message]
  -- strict thread matches above, loose matches on Subject: below --
2018-04-22 21:15 [gentoo-commits] repo/gentoo:master commit in: dev-libs/libtasn1/files/, dev-libs/libtasn1/ Alon Bar-Lev
2017-10-07  8:22 Alon Bar-Lev
2017-09-03 22:19 Alon Bar-Lev
2017-05-19 16:20 Alon Bar-Lev
2017-03-15  6:27 Alon Bar-Lev
2016-07-29  9:13 Alon Bar-Lev

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=1575968052.449306051cfb72a238b59efc4f5c23e9f1e66cde.polynomial-c@gentoo \
    --to=polynomial-c@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