Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH] curl: upgrade to 7.55.1
@ 2017-08-14 21:09 Oleksandr Kravchuk
  2017-08-18 11:34 ` Richard Purdie
  2017-08-18 12:19 ` Jussi Kukkonen
  0 siblings, 2 replies; 4+ messages in thread
From: Oleksandr Kravchuk @ 2017-08-14 21:09 UTC (permalink / raw)
  To: openembedded-core; +Cc: Oleksandr Kravchuk

Signed-off-by: Oleksandr Kravchuk <oleksandr.kravchuk@pelagicore.com>
---
 meta/recipes-support/curl/{curl_7.54.1.bb => curl_7.55.1.bb} | 8 ++------
 1 file changed, 2 insertions(+), 6 deletions(-)
 rename meta/recipes-support/curl/{curl_7.54.1.bb => curl_7.55.1.bb} (92%)

diff --git a/meta/recipes-support/curl/curl_7.54.1.bb b/meta/recipes-support/curl/curl_7.55.1.bb
similarity index 92%
rename from meta/recipes-support/curl/curl_7.54.1.bb
rename to meta/recipes-support/curl/curl_7.55.1.bb
index f42582a..0074a74 100644
--- a/meta/recipes-support/curl/curl_7.54.1.bb
+++ b/meta/recipes-support/curl/curl_7.55.1.bb
@@ -14,8 +14,8 @@ SRC_URI = "http://curl.haxx.se/download/curl-${PV}.tar.bz2 \
 #
 SRC_URI += " file://configure_ac.patch"
 
-SRC_URI[md5sum] = "6b6eb722f512e7a24855ff084f54fe55"
-SRC_URI[sha256sum] = "fdfc4df2d001ee0c44ec071186e770046249263c491fcae48df0e1a3ca8f25a0"
+SRC_URI[md5sum] = "8c153f282bbe482495214654cdcd4182"
+SRC_URI[sha256sum] = "e5b1a92ed3b0c11f149886458fa063419500819f1610c020d62f25b8e4b16cfb"
 
 CVE_PRODUCT = "libcurl"
 inherit autotools pkgconfig binconfig multilib_header
@@ -53,10 +53,6 @@ EXTRA_OECONF = " \
     --without-nghttp2 \
 "
 
-do_install_append() {
-	oe_multilib_header curl/curlbuild.h
-}
-
 do_install_append_class-target() {
 	# cleanup buildpaths from curl-config
 	sed -i -e 's,${STAGING_DIR_HOST},,g' ${D}${bindir}/curl-config
-- 
2.7.4



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

* Re: [PATCH] curl: upgrade to 7.55.1
  2017-08-14 21:09 [PATCH] curl: upgrade to 7.55.1 Oleksandr Kravchuk
@ 2017-08-18 11:34 ` Richard Purdie
  2017-08-18 11:42   ` Maxin B. John
  2017-08-18 12:19 ` Jussi Kukkonen
  1 sibling, 1 reply; 4+ messages in thread
From: Richard Purdie @ 2017-08-18 11:34 UTC (permalink / raw)
  To: Oleksandr Kravchuk, openembedded-core

On Mon, 2017-08-14 at 23:09 +0200, Oleksandr Kravchuk wrote:
> Signed-off-by: Oleksandr Kravchuk <oleksandr.kravchuk@pelagicore.com>
> ---
>  meta/recipes-support/curl/{curl_7.54.1.bb => curl_7.55.1.bb} | 8 ++------
>  1 file changed, 2 insertions(+), 6 deletions(-)
>  rename meta/recipes-support/curl/{curl_7.54.1.bb => curl_7.55.1.bb} (92%)

https://autobuilder.yocto.io/builders/nightly-x32/builds/409/steps/BuildImages/logs/stdio

Cheers,

Richard



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

* Re: [PATCH] curl: upgrade to 7.55.1
  2017-08-18 11:34 ` Richard Purdie
@ 2017-08-18 11:42   ` Maxin B. John
  0 siblings, 0 replies; 4+ messages in thread
From: Maxin B. John @ 2017-08-18 11:42 UTC (permalink / raw)
  To: Richard Purdie; +Cc: Oleksandr Kravchuk, openembedded-core

Hi RP,

On Fri, Aug 18, 2017 at 12:34:52PM +0100, Richard Purdie wrote:
> On Mon, 2017-08-14 at 23:09 +0200, Oleksandr Kravchuk wrote:
> > Signed-off-by: Oleksandr Kravchuk <oleksandr.kravchuk@pelagicore.com>
> > ---
> >  meta/recipes-support/curl/{curl_7.54.1.bb => curl_7.55.1.bb} | 8 ++------
> >  1 file changed, 2 insertions(+), 6 deletions(-)
> >  rename meta/recipes-support/curl/{curl_7.54.1.bb => curl_7.55.1.bb} (92%)
> 
> https://autobuilder.yocto.io/builders/nightly-x32/builds/409/steps/BuildImages/logs/stdio
>

This log shows curl version 7.55.0 instead of 7.55.1 

> Cheers,
> 
> Richard
>

Best Regards,
Maxin


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

* Re: [PATCH] curl: upgrade to 7.55.1
  2017-08-14 21:09 [PATCH] curl: upgrade to 7.55.1 Oleksandr Kravchuk
  2017-08-18 11:34 ` Richard Purdie
@ 2017-08-18 12:19 ` Jussi Kukkonen
  1 sibling, 0 replies; 4+ messages in thread
From: Jussi Kukkonen @ 2017-08-18 12:19 UTC (permalink / raw)
  To: Oleksandr Kravchuk; +Cc: Patches and discussions about the oe-core layer

[-- Attachment #1: Type: text/plain, Size: 2223 bytes --]

On 15 August 2017 at 00:09, Oleksandr Kravchuk <oleksandr.kravchuk@
pelagicore.com> wrote:

> Signed-off-by: Oleksandr Kravchuk <oleksandr.kravchuk@pelagicore.com>
> ---
>  meta/recipes-support/curl/{curl_7.54.1.bb => curl_7.55.1.bb} | 8 ++------
>  1 file changed, 2 insertions(+), 6 deletions(-)
>  rename meta/recipes-support/curl/{curl_7.54.1.bb => curl_7.55.1.bb} (92%)
>
> diff --git a/meta/recipes-support/curl/curl_7.54.1.bb
> b/meta/recipes-support/curl/curl_7.55.1.bb
> similarity index 92%
> rename from meta/recipes-support/curl/curl_7.54.1.bb
> rename to meta/recipes-support/curl/curl_7.55.1.bb
> index f42582a..0074a74 100644
> --- a/meta/recipes-support/curl/curl_7.54.1.bb
> +++ b/meta/recipes-support/curl/curl_7.55.1.bb
> @@ -14,8 +14,8 @@ SRC_URI = "http://curl.haxx.se/download/
> curl-${PV}.tar.bz2 \
>  #
>  SRC_URI += " file://configure_ac.patch"
>
> -SRC_URI[md5sum] = "6b6eb722f512e7a24855ff084f54fe55"
> -SRC_URI[sha256sum] = "fdfc4df2d001ee0c44ec071186e77
> 0046249263c491fcae48df0e1a3ca8f25a0"
> +SRC_URI[md5sum] = "8c153f282bbe482495214654cdcd4182"
> +SRC_URI[sha256sum] = "e5b1a92ed3b0c11f149886458fa06
> 3419500819f1610c020d62f25b8e4b16cfb"
>
>  CVE_PRODUCT = "libcurl"
>  inherit autotools pkgconfig binconfig multilib_header
> @@ -53,10 +53,6 @@ EXTRA_OECONF = " \
>      --without-nghttp2 \
>  "
>
> -do_install_append() {
> -       oe_multilib_header curl/curlbuild.h
> -}
> -
>

The lack of curlbuild.h leads to cve-check-tool build failure (this is with
7.55.0 but same should apply to 7.55.1):
https://autobuilder.yocto.io/builders/nightly-no-x11/
builds/416/steps/BuildImages/logs/stdio

The upstream cve-check-tool would probably not fail but we have a patched
in progress bar(?) that breaks. I'll send a a fix for cve-check-tool.

Jussi




>  do_install_append_class-target() {
>         # cleanup buildpaths from curl-config
>         sed -i -e 's,${STAGING_DIR_HOST},,g' ${D}${bindir}/curl-config
> --
> 2.7.4
>
> --
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-core
>

[-- Attachment #2: Type: text/html, Size: 4371 bytes --]

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

end of thread, other threads:[~2017-08-18 12:20 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-08-14 21:09 [PATCH] curl: upgrade to 7.55.1 Oleksandr Kravchuk
2017-08-18 11:34 ` Richard Purdie
2017-08-18 11:42   ` Maxin B. John
2017-08-18 12:19 ` Jussi Kukkonen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox