From: Michael Olbrich <mol@pengutronix.de>
To: ptxdist@pengutronix.de
Cc: Robert Schwebel <r.schwebel@pengutronix.de>
Subject: Re: [ptxdist] [APPLIED] libtasn1: version bump 4.13 -> 4.16.0
Date: Mon, 03 Aug 2020 08:30:14 +0200 [thread overview]
Message-ID: <E1k2TzC-0002p4-BC@dude02.hi.pengutronix.de> (raw)
In-Reply-To: <20200730144705.3263767-1-r.schwebel@pengutronix.de>
Thanks, applied as 258d3924437047d1f2751b634f708c126a742afe.
Michael
[sent from post-receive hook]
On Mon, 03 Aug 2020 08:30:14 +0200, Robert Schwebel <r.schwebel@pengutronix.de> wrote:
> Adapt new configure options; --disable-fuzzing is broken, but disabled
> if not given.
>
> Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
> Message-Id: <20200730144705.3263767-1-r.schwebel@pengutronix.de>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
>
> diff --git a/rules/host-libtasn1.make b/rules/host-libtasn1.make
> index 181a905b1b1c..c9061091faa5 100644
> --- a/rules/host-libtasn1.make
> +++ b/rules/host-libtasn1.make
> @@ -26,12 +26,12 @@ HOST_LIBTASN1_DIR = $(HOST_BUILDDIR)/$(LIBTASN1)
> HOST_LIBTASN1_CONF_TOOL := autoconf
> HOST_LIBTASN1_CONF_OPT := \
> $(HOST_AUTOCONF) \
> - $(GLOBAL_LARGE_FILE_OPTION) \
> --disable-doc \
> --disable-gtk-doc \
> --disable-gtk-doc-html \
> --disable-gtk-doc-pdf \
> --disable-valgrind-tests \
> + --disable-code-coverage \
> --disable-gcc-warnings
>
> # vim: syntax=make
> diff --git a/rules/libtasn1.make b/rules/libtasn1.make
> index af2dc5cc2886..a2af741d4b37 100644
> --- a/rules/libtasn1.make
> +++ b/rules/libtasn1.make
> @@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_LIBTASN1) += libtasn1
> #
> # Paths and names
> #
> -LIBTASN1_VERSION := 4.13
> -LIBTASN1_MD5 := ce2ba4d3088119b48e7531a703669c52
> +LIBTASN1_VERSION := 4.16.0
> +LIBTASN1_MD5 := 531208de3729d42e2af0a32890f08736
> LIBTASN1 := libtasn1-$(LIBTASN1_VERSION)
> LIBTASN1_SUFFIX := tar.gz
> LIBTASN1_URL := $(call ptx/mirror, GNU, libtasn1/$(LIBTASN1).$(LIBTASN1_SUFFIX))
> @@ -31,12 +31,12 @@ LIBTASN1_CONF_TOOL := autoconf
>
> LIBTASN1_CONF_OPT := \
> $(CROSS_AUTOCONF_USR) \
> - $(GLOBAL_LARGE_FILE_OPTION) \
> --disable-doc \
> --disable-gtk-doc \
> --disable-gtk-doc-html \
> --disable-gtk-doc-pdf \
> --disable-valgrind-tests \
> + --disable-code-coverage \
> --disable-gcc-warnings
>
> # ----------------------------------------------------------------------------
_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de
next prev parent reply other threads:[~2020-08-03 6:30 UTC|newest]
Thread overview: 26+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-07-25 19:12 [ptxdist] [PATCH 1/9] glib: version bump 2.62.2 -> 2.64.4 (latest stable) Robert Schwebel
2020-07-25 19:13 ` [ptxdist] [PATCH 2/9] libelf: version bump 0.176 -> 0.180 Robert Schwebel
2020-07-30 13:35 ` Michael Olbrich
2020-07-30 14:54 ` [ptxdist] [PATCHv2] " Robert Schwebel
2020-07-30 13:37 ` [ptxdist] [PATCH 2/9] " Michael Olbrich
2020-07-30 14:52 ` Robert Schwebel
2020-07-30 17:59 ` Michael Olbrich
2020-07-30 19:00 ` [ptxdist] [PATCHv3] " Robert Schwebel
2020-08-03 6:30 ` [ptxdist] [APPLIED] " Michael Olbrich
2020-07-25 19:13 ` [ptxdist] [PATCH 3/9] networkmanager: version bump 1.22.10 -> 1.26.0 (latest stable) Robert Schwebel
2020-08-03 6:30 ` [ptxdist] [APPLIED] " Michael Olbrich
2020-07-25 19:13 ` [ptxdist] [PATCH 4/9] libtasn1: version bump 4.13 -> 4.16.0 Robert Schwebel
2020-07-30 13:36 ` Michael Olbrich
2020-07-30 14:47 ` [ptxdist] [PATCH] " Robert Schwebel
2020-08-03 6:30 ` Michael Olbrich [this message]
2020-07-25 19:13 ` [ptxdist] [PATCH 5/9] libusb: version bump 1.0.22 -> 1.0.23 Robert Schwebel
2020-08-03 6:30 ` [ptxdist] [APPLIED] " Michael Olbrich
2020-07-25 19:13 ` [ptxdist] [PATCH 6/9] dbus: version bump 1.12.10 -> 1.12.20 Robert Schwebel
2020-08-03 6:30 ` [ptxdist] [APPLIED] " Michael Olbrich
2020-07-25 19:13 ` [ptxdist] [PATCH 7/9] libpcre: version bump 8.43 -> 8.44 Robert Schwebel
2020-08-03 6:30 ` [ptxdist] [APPLIED] " Michael Olbrich
2020-07-25 19:13 ` [ptxdist] [PATCH 8/9] libcap: version bump 2.36 -> 2.41 Robert Schwebel
2020-08-03 6:30 ` [ptxdist] [APPLIED] " Michael Olbrich
2020-07-25 19:13 ` [ptxdist] [PATCH 9/9] e2fsprogs: version bump 1.44.4 -> 1.44.6 Robert Schwebel
2020-08-03 6:30 ` [ptxdist] [APPLIED] " Michael Olbrich
2020-08-03 6:30 ` [ptxdist] [APPLIED] glib: version bump 2.62.2 -> 2.64.4 (latest stable) Michael Olbrich
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=E1k2TzC-0002p4-BC@dude02.hi.pengutronix.de \
--to=mol@pengutronix.de \
--cc=ptxdist@pengutronix.de \
--cc=r.schwebel@pengutronix.de \
/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