From: Michael Olbrich <m.olbrich@pengutronix.de>
To: ptxdist@pengutronix.de
Cc: Christian Melki <christian.melki@t2data.com>
Subject: Re: [ptxdist] [APPLIED] curl: Version bump 7.77.0 -> 7.80.0
Date: Fri, 21 Jan 2022 08:19:00 +0100 [thread overview]
Message-ID: <20220121071900.1966515-1-m.olbrich@pengutronix.de> (raw)
In-Reply-To: <20211222130304.2549154-3-christian.melki@t2data.com>
Thanks, applied as fbd2255619933e27bbbabb88f0429a6fc8ea5010.
Michael
[sent from post-receive hook]
On Fri, 21 Jan 2022 08:18:59 +0100, Christian Melki <christian.melki@t2data.com> wrote:
> Fixes CVE-2021-22947, CVE-2021-22946, CVE-2021-22945
>
> Change tarball compression to xz instead of bz2.
> Remove enable-symbol-hiding.
> Rename get-easy-option to get-easy-options.
> Remove without-metalink, deprecated.
>
> Signed-off-by: Christian Melki <christian.melki@t2data.com>
> Message-Id: <20211222130304.2549154-3-christian.melki@t2data.com>
> [mol: update host-libcurl options]
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
>
> diff --git a/rules/host-libcurl.make b/rules/host-libcurl.make
> index 1a2a1fcf567a..e08f720b713d 100644
> --- a/rules/host-libcurl.make
> +++ b/rules/host-libcurl.make
> @@ -21,55 +21,92 @@ HOST_PACKAGES-$(PTXCONF_HOST_LIBCURL) += host-libcurl
> HOST_LIBCURL_CONF_TOOL := autoconf
> HOST_LIBCURL_CONF_OPT := \
> $(HOST_AUTOCONF) \
> - --with-random=/dev/urandom \
> - --without-zlib \
> \
> + --enable-optimize \
> + --disable-warnings \
> + --disable-werror \
> + --disable-curldebug \
> + --enable-symbol-hiding \
> + --disable-ares \
> + --enable-rt \
> + --disable-ech \
> + --disable-code-coverage \
> + --enable-http \
> + --disable-ftp \
> + --disable-file \
> --disable-ldap \
> --disable-ldaps \
> --disable-rtsp \
> + --enable-proxy \
> --disable-dict \
> --disable-telnet \
> + --disable-tftp \
> --disable-pop3 \
> --disable-imap \
> --disable-smb \
> --disable-smtp \
> --disable-gopher \
> + --disable-mqtt \
> --disable-manual \
> - \
> + --enable-libcurl-option \
> + --disable-libgcc \
> + --enable-ipv6 \
> + --enable-openssl-auto-load-config \
> + --disable-versioned-symbols \
> + --disable-threaded-resolver \
> + --enable-pthreads \
> + --disable-verbose \
> --disable-sspi \
> + --disable-crypto-auth \
> + --disable-ntlm \
> --disable-ntlm-wb \
> - --disable-debug \
> - --disable-verbose \
> - \
> - --enable-thread \
> - --enable-nonblocking\
> - --enable-hidden-symbols \
> - --enable-proxy \
> - \
> - --without-krb4 \
> - --without-spnego \
> - --without-gssapi \
> - --without-winssl \
> - --without-darwinssl \
> + --disable-tls-srp \
> + --enable-unix-sockets \
> + --disable-cookies \
> + --enable-socketpair \
> + --disable-http-auth \
> + --disable-doh \
> + --disable-mime \
> + --enable-dateparse \
> + --disable-netrc \
> + --enable-progress-meter \
> + --disable-dnsshuffle \
> + --enable-get-easy-options \
> + --disable-alt-svc \
> + --enable-hsts \
> + --without-schannel \
> + --without-secure-transport \
> + --without-amissl \
> + --with-openssl=$(PTXDIST_SYSROOT_HOST) \
> --without-gnutls \
> + --without-mbedtls \
> + --without-wolfssl \
> + --without-mesalink \
> + --without-bearssl \
> + --without-rustls \
> --without-nss \
> - --without-winidn \
> - --without-libidn \
> - --without-axtls \
> - --without-polarssl \
> - --without-cyassl \
> + --without-hyper \
> + --without-zlib \
> + --without-brotli \
> + --without-zstd \
> + --without-gssapi \
> + --with-default-ssl-backend=openssl \
> + --with-random=/dev/urandom \
> + --without-ca-fallback \
> + --without-libpsl \
> + --without-libgsasl \
> + --without-libssh2 \
> + --without-libssh \
> + --without-wolfssh \
> --without-librtmp \
> - \
> - --disable-ares \
> - --enable-http \
> - --disable-nghttp2 \
> - --disable-cookies \
> - --disable-ftp \
> - --disable-tftp \
> - --disable-file \
> - --disable-crypto-auth \
> - --disable-libssh2 \
> - --with-ssl
> + --without-winidn \
> + --without-libidn2 \
> + --without-nghttp2 \
> + --without-ngtcp2 \
> + --without-nghttp3 \
> + --without-quiche \
> + --without-zsh-functions-dir \
> + --without-fish-functions-dir
>
> $(STATEDIR)/host-libcurl.install:
> @$(call targetinfo)
> diff --git a/rules/libcurl.make b/rules/libcurl.make
> index 2e68e51ea930..fcf042f9dec6 100644
> --- a/rules/libcurl.make
> +++ b/rules/libcurl.make
> @@ -15,10 +15,10 @@ PACKAGES-$(PTXCONF_LIBCURL) += libcurl
> #
> # Paths and names
> #
> -LIBCURL_VERSION := 7.77.0
> -LIBCURL_MD5 := 045d28029679dabb6b20a814934671ad
> +LIBCURL_VERSION := 7.80.0
> +LIBCURL_MD5 := cf9f8553762150ef0ebcd5ee412737f5
> LIBCURL := curl-$(LIBCURL_VERSION)
> -LIBCURL_SUFFIX := tar.bz2
> +LIBCURL_SUFFIX := tar.xz
> LIBCURL_URL := https://curl.haxx.se/download/$(LIBCURL).$(LIBCURL_SUFFIX)
> LIBCURL_SOURCE := $(SRCDIR)/$(LIBCURL).$(LIBCURL_SUFFIX)
> LIBCURL_DIR := $(BUILDDIR)/$(LIBCURL)
> @@ -40,7 +40,6 @@ LIBCURL_CONF_OPT := \
> --disable-werror \
> --disable-curldebug \
> --enable-symbol-hiding \
> - --enable-hidden-symbols \
> --$(call ptx/endis, PTXCONF_LIBCURL_C_ARES)-ares \
> --enable-rt \
> --disable-ech \
> @@ -73,6 +72,7 @@ LIBCURL_CONF_OPT := \
> --$(call ptx/endis, PTXCONF_LIBCURL_VERBOSE)-verbose \
> --disable-sspi \
> --$(call ptx/endis, PTXCONF_LIBCURL_CRYPTO_AUTH)-crypto-auth \
> + --$(call ptx/endis, PTXCONF_LIBCURL_CRYPTO_AUTH)-ntlm \
> --disable-ntlm-wb \
> --enable-tls-srp \
> --enable-unix-sockets \
> @@ -85,7 +85,7 @@ LIBCURL_CONF_OPT := \
> --enable-netrc \
> --enable-progress-meter \
> --disable-dnsshuffle \
> - --enable-get-easy-option \
> + --enable-get-easy-options \
> --disable-alt-svc \
> --enable-hsts \
> --without-schannel \
> @@ -99,6 +99,7 @@ LIBCURL_CONF_OPT := \
> --without-bearssl \
> --without-rustls \
> --without-nss \
> + --without-hyper \
> --with-zlib=$(SYSROOT) \
> --without-brotli \
> --without-zstd \
> @@ -110,7 +111,6 @@ LIBCURL_CONF_OPT := \
> --without-ca-fallback \
> --without-libpsl \
> --without-libgsasl \
> - --without-libmetalink \
> --$(call ptx/wwo, PTXCONF_LIBCURL_LIBSSH2)-libssh2 \
> --without-libssh \
> --without-wolfssh \
> @@ -121,7 +121,6 @@ LIBCURL_CONF_OPT := \
> --without-ngtcp2 \
> --without-nghttp3 \
> --without-quiche \
> - --without-hyper \
> --without-zsh-functions-dir \
> --without-fish-functions-dir
>
_______________________________________________
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:[~2022-01-21 7:20 UTC|newest]
Thread overview: 54+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-12-22 13:02 [ptxdist] [PATCH] bash: Version bump. 4.3.30 (+patches-33) -> 5.1.8 (patches-12) Christian Melki
2021-12-22 13:02 ` [ptxdist] [PATCH] bridge-utils: Version bump. 1.6 -> 1.7.1 Christian Melki
2022-01-21 7:18 ` [ptxdist] [APPLIED] " Michael Olbrich
2021-12-22 13:02 ` [ptxdist] [PATCH] curl: Version bump 7.77.0 -> 7.80.0 Christian Melki
2022-01-21 7:19 ` Michael Olbrich [this message]
2021-12-22 13:02 ` [ptxdist] [PATCH] e2fsprogs: Version bump 1.46.2 -> 1.46.4 Christian Melki
2022-01-21 7:19 ` [ptxdist] [APPLIED] " Michael Olbrich
2021-12-22 13:02 ` [ptxdist] [PATCH] ethtool: Version bump. 5.13 -> 5.15 Christian Melki
2022-01-21 7:19 ` [ptxdist] [APPLIED] " Michael Olbrich
2021-12-22 13:02 ` [ptxdist] [PATCH] expat: Version bump 2.4.1 -> 2.4.2 Christian Melki
2022-01-21 7:19 ` [ptxdist] [APPLIED] " Michael Olbrich
2021-12-22 13:02 ` [ptxdist] [PATCH] host-libcap: BUILD_GPERF is reserved Christian Melki
2022-01-05 12:18 ` Michael Olbrich
2021-12-22 13:02 ` [ptxdist] [PATCH] iptables: Version bump 1.8.3 -> 1.8.7 Christian Melki
2022-01-06 7:10 ` Michael Olbrich
2022-01-21 7:19 ` [ptxdist] [APPLIED] " Michael Olbrich
2021-12-22 13:02 ` [ptxdist] [PATCH] jimtcl: Verison bump 0.80 -> 0.81 Christian Melki
2022-01-21 7:19 ` [ptxdist] [APPLIED] " Michael Olbrich
2021-12-22 13:02 ` [ptxdist] [PATCH] libcap-ng: Version bump 0.7.10 -> 0.8.2 Christian Melki
2022-01-21 7:19 ` [ptxdist] [APPLIED] " Michael Olbrich
2021-12-22 13:02 ` [ptxdist] [PATCH] libcap: Version bump 2.51 -> 2.62 Christian Melki
2022-01-05 12:21 ` Michael Olbrich
2022-01-05 12:32 ` Christian Melki
2022-01-05 12:46 ` Michael Olbrich
2021-12-22 13:02 ` [ptxdist] [PATCH] libffi: Version bump 3.3 -> 3.4.2 Christian Melki
2022-01-21 7:19 ` [ptxdist] [APPLIED] " Michael Olbrich
2021-12-22 13:02 ` [ptxdist] [PATCH] libjpeg: Version bump 2.1.0 -> 2.1.2 Christian Melki
2022-01-21 7:19 ` [ptxdist] [APPLIED] " Michael Olbrich
2021-12-22 13:02 ` [ptxdist] [PATCH] libmbim: Version bump 1.24.2 -> 1.26.2 Christian Melki
2022-01-21 7:19 ` [ptxdist] [APPLIED] " Michael Olbrich
2021-12-22 13:02 ` [ptxdist] [PATCH] libseccomp: Version bump 2.5.1 -> 2.5.3 Christian Melki
2022-01-06 10:56 ` Michael Olbrich
2021-12-22 13:02 ` [ptxdist] [PATCH] libunwind: Version bump 1.5.0 -> 1.6.2 Christian Melki
2022-01-21 7:19 ` [ptxdist] [APPLIED] " Michael Olbrich
2021-12-22 13:02 ` [ptxdist] [PATCH] openssh: Version bump 8.6p1 -> 8.8p1 Christian Melki
2022-01-21 7:19 ` [ptxdist] [APPLIED] " Michael Olbrich
2021-12-22 13:02 ` [ptxdist] [PATCH] screen: Version bump 4.5.0 -> 4.8.0 Christian Melki
2022-01-06 10:55 ` Michael Olbrich
2022-01-07 9:58 ` Christian Melki
2022-01-07 11:05 ` Michael Olbrich
2022-01-21 7:19 ` [ptxdist] [APPLIED] " Michael Olbrich
2021-12-22 13:03 ` [ptxdist] [PATCH] strace: Version bump 5.9 -> 5.15 Christian Melki
2022-01-05 12:53 ` Michael Olbrich
2021-12-22 13:03 ` [ptxdist] [PATCH] tcpdump: Version bump 4.93 -> 4.99.1 Christian Melki
2022-01-06 7:22 ` Michael Olbrich
2021-12-22 13:03 ` [ptxdist] [WIP: PATCH] usbutils: Version bump 007 -> 014 Christian Melki
2022-01-05 12:38 ` Michael Olbrich
2022-01-06 21:52 ` Christian Melki
2022-01-07 8:09 ` Michael Olbrich
2021-12-22 13:03 ` [ptxdist] [PATCH] util-linux-ng: Version bump 2.37 -> 2.37.2 Christian Melki
2022-01-21 7:19 ` [ptxdist] [APPLIED] " Michael Olbrich
2021-12-22 13:03 ` [ptxdist] [PATCH] zstd: Version bump 1.5.0 -> 1.5.1 Christian Melki
2022-01-21 7:19 ` [ptxdist] [APPLIED] " Michael Olbrich
2022-01-05 13:00 ` [ptxdist] [PATCH] bash: Version bump. 4.3.30 (+patches-33) -> 5.1.8 (patches-12) 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=20220121071900.1966515-1-m.olbrich@pengutronix.de \
--to=m.olbrich@pengutronix.de \
--cc=christian.melki@t2data.com \
--cc=ptxdist@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