From: akuster808 <akuster808@gmail.com>
To: "Burton, Ross" <ross.burton@intel.com>
Cc: OE-core <openembedded-core@lists.openembedded.org>
Subject: Re: [PATCH 5/5] curl: update to 7.56.1
Date: Fri, 24 Nov 2017 12:36:06 -0800 [thread overview]
Message-ID: <201de6dd-7ff5-7fdd-db73-dadd7c174473@gmail.com> (raw)
In-Reply-To: <CAJTo0LYaRi1Jnmrrr-NwkufM452VNfroQT9BiW_2aAwQhna1VA@mail.gmail.com>
[-- Attachment #1: Type: text/plain, Size: 4834 bytes --]
On 11/24/2017 08:59 AM, Burton, Ross wrote:
> I haven't looked into it further than verifying that reverting the
> curl upgrade makes it work again.
>
> dnf -> python -> gnutls -> curl.
k. I am setting up an env to rep this issue.
thanks,
Armin
>
> Ross
>
> On 24 November 2017 at 16:57, akuster808 <akuster808@gmail.com
> <mailto:akuster808@gmail.com>> wrote:
>
>
>
> On 11/24/2017 04:49 AM, Burton, Ross wrote:
>> Now I remember why this was rejected last time: it breaks dnf in
>> musl
>> (https://autobuilder.yocto.io/builders/nightly-musl/builds/616
>> <https://autobuilder.yocto.io/builders/nightly-musl/builds/616>).
> is it bugged?
>
> - armin
>
>>
>> Ross
>>
>> On 21 November 2017 at 20:01, Armin Kuster <akuster808@gmail.com
>> <mailto:akuster808@gmail.com>> wrote:
>>
>> From: Armin Kuster <akuster@mvista.com
>> <mailto:akuster@mvista.com>>
>>
>> v2] - remove inherit
>>
>> curlbuild.h removed from sources
>>
>> includes:
>> CVE-2017-1000257
>>
>> removed patches for the following cve fixs:
>> CVE-2017-1000254
>> CVE-2017-1000101
>> CVE-2017-1000100
>> CVE-2017-1000099
>>
>> Signed-off-by: Armin Kuster <akuster@mvista.com
>> <mailto:akuster@mvista.com>>
>> ---
>> .../curl/{curl_7.54.1.bb <http://curl_7.54.1.bb> =>
>> curl_7.56.1.bb <http://curl_7.56.1.bb>} | 14
>> +++-----------
>> 1 file changed, 3 insertions(+), 11 deletions(-)
>> rename meta/recipes-support/curl/{curl_7.54.1.bb
>> <http://curl_7.54.1.bb> => curl_7.56.1.bb
>> <http://curl_7.56.1.bb>} (87%)
>>
>> diff --git a/meta/recipes-support/curl/curl_7.54.1.bb
>> <http://curl_7.54.1.bb>
>> b/meta/recipes-support/curl/curl_7.56.1.bb
>> <http://curl_7.56.1.bb>
>> similarity index 87%
>> rename from meta/recipes-support/curl/curl_7.54.1.bb
>> <http://curl_7.54.1.bb>
>> rename to meta/recipes-support/curl/curl_7.56.1.bb
>> <http://curl_7.56.1.bb>
>> index 58f0531..830f350 100644
>> --- a/meta/recipes-support/curl/curl_7.54.1.bb
>> <http://curl_7.54.1.bb>
>> +++ b/meta/recipes-support/curl/curl_7.56.1.bb
>> <http://curl_7.56.1.bb>
>> @@ -7,10 +7,6 @@ LIC_FILES_CHKSUM =
>> "file://COPYING;beginline=8;md5=3a34942f4ae3fbf1a303160714e66
>>
>> SRC_URI = "http://curl.haxx.se/download/curl-${PV}.tar.bz2
>> <http://curl.haxx.se/download/curl-$%7BPV%7D.tar.bz2> \
>>
>> file://0001-replace-krb5-config-with-pkg-config.patch \
>> - file://CVE-2017-1000099.patch \
>> - file://CVE-2017-1000100.patch \
>> - file://CVE-2017-1000101.patch \
>> - file://CVE-2017-1000254.patch \
>> "
>>
>> SRC_URI_append_class-target = " \
>> @@ -22,11 +18,11 @@ SRC_URI_append_class-target = " \
>> #
>> SRC_URI += " file://configure_ac.patch"
>>
>> -SRC_URI[md5sum] = "6b6eb722f512e7a24855ff084f54fe55"
>> -SRC_URI[sha256sum] =
>> "fdfc4df2d001ee0c44ec071186e770046249263c491fcae48df0e1a3ca8f25a0"
>> +SRC_URI[md5sum] = "428de25834ef8c04076906d6d5c0498e"
>> +SRC_URI[sha256sum] =
>> "2594670367875e7d87b0f129b5e4690150780884d90244ba0fe3e74a778b5f90"
>>
>> CVE_PRODUCT = "libcurl"
>> -inherit autotools pkgconfig binconfig multilib_header
>> +inherit autotools pkgconfig binconfig
>>
>> PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES',
>> 'ipv6', d)} gnutls proxy threaded-resolver zlib"
>> PACKAGECONFIG_class-native = "ipv6 proxy ssl
>> threaded-resolver zlib"
>> @@ -64,10 +60,6 @@ EXTRA_OECONF = " \
>> --without-libpsl \
>> "
>>
>> -do_install_append() {
>> - oe_multilib_header curl/curlbuild.h
>> -}
>> -
>> do_install_append_class-target() {
>> # cleanup buildpaths from curl-config
>> sed -i \
>> --
>> 2.7.4
>>
>> --
>> _______________________________________________
>> Openembedded-core mailing list
>> Openembedded-core@lists.openembedded.org
>> <mailto:Openembedded-core@lists.openembedded.org>
>> http://lists.openembedded.org/mailman/listinfo/openembedded-core
>> <http://lists.openembedded.org/mailman/listinfo/openembedded-core>
>>
>>
>
>
[-- Attachment #2: Type: text/html, Size: 12662 bytes --]
next prev parent reply other threads:[~2017-11-24 20:36 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-11-21 20:01 [PATCH 0/5][V2] Master package updates Armin Kuster
2017-11-21 20:01 ` [PATCH 1/5] gnutls: update to 3.6.1 Armin Kuster
2017-11-21 20:01 ` [PATCH 2/5] nettle: update to 3.4 and cleanup Armin Kuster
2017-11-23 17:07 ` Burton, Ross
2017-11-23 17:08 ` akuster808
2017-11-21 20:01 ` [PATCH 3/5] nss: update to 3.34 Armin Kuster
2017-11-21 20:01 ` [PATCH 4/5] libassuan: update to 2.4.4 Armin Kuster
2017-11-21 20:01 ` [PATCH 5/5] curl: update to 7.56.1 Armin Kuster
2017-11-24 12:49 ` Burton, Ross
2017-11-24 16:57 ` akuster808
2017-11-24 16:59 ` Burton, Ross
2017-11-24 20:36 ` akuster808 [this message]
2017-11-21 20:38 ` ✗ patchtest: failure for Master package updates (rev2) Patchwork
-- strict thread matches above, loose matches on Subject: below --
2017-11-21 0:07 [PATCH 0/5] Master package updates Armin Kuster
2017-11-21 0:07 ` [PATCH 5/5] curl: update to 7.56.1 Armin Kuster
2017-11-21 14:41 ` Burton, Ross
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=201de6dd-7ff5-7fdd-db73-dadd7c174473@gmail.com \
--to=akuster808@gmail.com \
--cc=openembedded-core@lists.openembedded.org \
--cc=ross.burton@intel.com \
/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