All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] curl: Upgrade to 7.78.0
@ 2021-08-02  8:06 Yu, Mingli
  2021-08-30  8:14 ` [OE-core] " Randy Li
  0 siblings, 1 reply; 2+ messages in thread
From: Yu, Mingli @ 2021-08-02  8:06 UTC (permalink / raw)
  To: openembedded-core

From: Mingli Yu <mingli.yu@windriver.com>

Remove libmetalink configure option as this rarely used option is
removed in the new version [1].

[1] https://github.com/curl/curl/commit/265b14d6b37c4298bd5556fabcbc37d36f911693

Signed-off-by: Mingli Yu <mingli.yu@windriver.com>
---
 meta/recipes-support/curl/{curl_7.77.0.bb => curl_7.78.0.bb} | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
 rename meta/recipes-support/curl/{curl_7.77.0.bb => curl_7.78.0.bb} (97%)

diff --git a/meta/recipes-support/curl/curl_7.77.0.bb b/meta/recipes-support/curl/curl_7.78.0.bb
similarity index 97%
rename from meta/recipes-support/curl/curl_7.77.0.bb
rename to meta/recipes-support/curl/curl_7.78.0.bb
index 6b15a6a3e8..2e2be66102 100644
--- a/meta/recipes-support/curl/curl_7.77.0.bb
+++ b/meta/recipes-support/curl/curl_7.78.0.bb
@@ -13,7 +13,7 @@ SRC_URI = "https://curl.haxx.se/download/curl-${PV}.tar.bz2 \
            file://0001-replace-krb5-config-with-pkg-config.patch \
 "
 
-SRC_URI[sha256sum] = "6c0c28868cb82593859fc43b9c8fdb769314c855c05cf1b56b023acf855df8ea"
+SRC_URI[sha256sum] = "98530b317dc95ccb324bbe4f834f07bb642fbc393b794ddf3434f246a71ea44a"
 
 # Curl has used many names over the years...
 CVE_PRODUCT = "haxx:curl haxx:libcurl curl:curl curl:libcurl libcurl:libcurl daniel_stenberg:curl"
@@ -61,7 +61,6 @@ EXTRA_OECONF = " \
     --disable-ntlm-wb \
     --enable-crypto-auth \
     --with-ca-bundle=${sysconfdir}/ssl/certs/ca-certificates.crt \
-    --without-libmetalink \
     --without-libpsl \
     --enable-debug \
     --enable-optimize \
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [OE-core] [PATCH] curl: Upgrade to 7.78.0
  2021-08-02  8:06 [PATCH] curl: Upgrade to 7.78.0 Yu, Mingli
@ 2021-08-30  8:14 ` Randy Li
  0 siblings, 0 replies; 2+ messages in thread
From: Randy Li @ 2021-08-30  8:14 UTC (permalink / raw)
  To: Yu, Mingli; +Cc: openembedded-core


> On Aug 2, 2021, at 4:06 PM, Yu, Mingli <mingli.yu@windriver.com> wrote:
> 
> From: Mingli Yu <mingli.yu@windriver.com>
> 
> Remove libmetalink configure option as this rarely used option is
> removed in the new version [1].
I think we need a PACKAGECONFIG to disable zstd or put it into depend.
Or it would failed at configure stage.
Try with today’s master branch.
> 
> [1] https://github.com/curl/curl/commit/265b14d6b37c4298bd5556fabcbc37d36f911693
> 
> Signed-off-by: Mingli Yu <mingli.yu@windriver.com>
> ---
> meta/recipes-support/curl/{curl_7.77.0.bb => curl_7.78.0.bb} | 3 +--
> 1 file changed, 1 insertion(+), 2 deletions(-)
> rename meta/recipes-support/curl/{curl_7.77.0.bb => curl_7.78.0.bb} (97%)
> 
> diff --git a/meta/recipes-support/curl/curl_7.77.0.bb b/meta/recipes-support/curl/curl_7.78.0.bb
> similarity index 97%
> rename from meta/recipes-support/curl/curl_7.77.0.bb
> rename to meta/recipes-support/curl/curl_7.78.0.bb
> index 6b15a6a3e8..2e2be66102 100644
> --- a/meta/recipes-support/curl/curl_7.77.0.bb
> +++ b/meta/recipes-support/curl/curl_7.78.0.bb
> @@ -13,7 +13,7 @@ SRC_URI = "https://curl.haxx.se/download/curl-${PV}.tar.bz2 \
>            file://0001-replace-krb5-config-with-pkg-config.patch \
> "
> 
> -SRC_URI[sha256sum] = "6c0c28868cb82593859fc43b9c8fdb769314c855c05cf1b56b023acf855df8ea"
> +SRC_URI[sha256sum] = "98530b317dc95ccb324bbe4f834f07bb642fbc393b794ddf3434f246a71ea44a"
> 
> # Curl has used many names over the years...
> CVE_PRODUCT = "haxx:curl haxx:libcurl curl:curl curl:libcurl libcurl:libcurl daniel_stenberg:curl"
> @@ -61,7 +61,6 @@ EXTRA_OECONF = " \
>     --disable-ntlm-wb \
>     --enable-crypto-auth \
>     --with-ca-bundle=${sysconfdir}/ssl/certs/ca-certificates.crt \
> -    --without-libmetalink \
>     --without-libpsl \
>     --enable-debug \
>     --enable-optimize \
> -- 
> 2.17.1
> 
> 
> 
> 


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-08-30  8:14 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-02  8:06 [PATCH] curl: Upgrade to 7.78.0 Yu, Mingli
2021-08-30  8:14 ` [OE-core] " Randy Li

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.