Thanks, applied as 94ae404fcff5af80fc6f82c46c6807cf961a9a58. Michael
[sent from post-receive hook] On Mon, 16 Sep 2024 16:34:16 +0200, Christian Melki <[email protected]> wrote: > * Pin down a few option changes. > > Signed-off-by: Christian Melki <[email protected]> > Message-Id: <[email protected]> > Signed-off-by: Michael Olbrich <[email protected]> > > diff --git a/rules/host-libcurl.make b/rules/host-libcurl.make > index b38667eff33a..c84250b5dd3e 100644 > --- a/rules/host-libcurl.make > +++ b/rules/host-libcurl.make > @@ -54,6 +54,7 @@ HOST_LIBCURL_CONF_OPT := \ > --enable-ipv6 \ > --enable-openssl-auto-load-config \ > --disable-versioned-symbols \ > + --disable-windows-unicode \ > --disable-threaded-resolver \ > --enable-pthreads \ > --disable-verbose \ > @@ -77,6 +78,7 @@ HOST_LIBCURL_CONF_OPT := \ > --enable-dateparse \ > --disable-netrc \ > --enable-progress-meter \ > + --enable-sha512-256 \ > --disable-dnsshuffle \ > --enable-get-easy-options \ > --disable-alt-svc \ > @@ -99,7 +101,6 @@ HOST_LIBCURL_CONF_OPT := \ > --without-zstd \ > --without-gssapi \ > --with-default-ssl-backend=openssl \ > - --with-random=/dev/urandom \ > --without-ca-fallback \ > --without-libpsl \ > --without-libgsasl \ > @@ -108,6 +109,7 @@ HOST_LIBCURL_CONF_OPT := \ > --without-wolfssh \ > --without-librtmp \ > --without-winidn \ > + --without-apple-idn \ > --without-libidn2 \ > --without-nghttp2 \ > --without-ngtcp2 \
