From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id CA072C5AD4C for ; Thu, 23 Nov 2023 08:00:15 +0000 (UTC) Received: from relay1-d.mail.gandi.net (relay1-d.mail.gandi.net [217.70.183.193]) by mx.groups.io with SMTP id smtpd.web10.86489.1700726414019123742 for ; Thu, 23 Nov 2023 00:00:14 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@bootlin.com header.s=gm1 header.b=ED15WMt6; spf=pass (domain: bootlin.com, ip: 217.70.183.193, mailfrom: alexandre.belloni@bootlin.com) Received: by mail.gandi.net (Postfix) with ESMTPSA id D9A9824000E; Thu, 23 Nov 2023 08:00:11 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bootlin.com; s=gm1; t=1700726412; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=s05a7sqgZL1p3z478V1/HWijzNogC+3Sa6UmwPF/EIg=; b=ED15WMt6gIt5Sz6fvMzswFUg62EOKEKXWVB6g1hwzVgvq9HF5yc7zTsalNmwLrcY+tMywv Ty9kMnOMTugMobCIVDPsJWwT5vx1lLZQGzc4OXNzRFJMjAO9ZqvwP7Pxa+YjbQOj6fsWpq AXKo84cFszdv1sM4QzunGU0SVyNIW/WGoZuZEohaf5RMhCBnHZ4l4K63eCo7HYaLLNFqbT 1KIMoDfxxQSxZSJF05nxY7uFAXJJCQkadSk2TUbRUlzsNQdW0eVVcO6XyS7mh9aaYc+PFr CuDri1qOcyMnCUVxqo85byERHE0/CyBzwLdJN7oTYf2vG1br8NAjq9JafHdSxA== Date: Thu, 23 Nov 2023 09:00:11 +0100 From: Alexandre Belloni To: wangmy Cc: openembedded-core@lists.openembedded.org Subject: Re: [OE-core] [PATCH] libxml2: upgrade 2.11.5 -> 2.12.0 Message-ID: <20231123080011c56c3ec6@mail.local> References: <1700643791-9633-1-git-send-email-wangmy@fujitsu.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1700643791-9633-1-git-send-email-wangmy@fujitsu.com> X-GND-Sasl: alexandre.belloni@bootlin.com List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Thu, 23 Nov 2023 08:00:15 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/191137 This breaks libsoup and webkit: https://autobuilder.yoctoproject.org/typhoon/#/builders/45/builds/8203/steps/12/logs/stdio https://autobuilder.yoctoproject.org/typhoon/#/builders/52/builds/8058/steps/11/logs/stdio On 22/11/2023 17:03:11+0800, wangmy wrote: > From: Wang Mingyu > > License-Update: > hash: Rewrite hash table code > > install-tests.patch > refreshed for new version. > > Changelog: > https://github.com/GNOME/libxml2/blob/master/NEWS > > Signed-off-by: Wang Mingyu > --- > meta/recipes-core/libxml/libxml2/install-tests.patch | 8 ++++---- > .../libxml/{libxml2_2.11.5.bb => libxml2_2.12.0.bb} | 9 +++++---- > 2 files changed, 9 insertions(+), 8 deletions(-) > rename meta/recipes-core/libxml/{libxml2_2.11.5.bb => libxml2_2.12.0.bb} (92%) > > diff --git a/meta/recipes-core/libxml/libxml2/install-tests.patch b/meta/recipes-core/libxml/libxml2/install-tests.patch > index 14ccce5873..ef46af9ba8 100644 > --- a/meta/recipes-core/libxml/libxml2/install-tests.patch > +++ b/meta/recipes-core/libxml/libxml2/install-tests.patch > @@ -1,4 +1,4 @@ > -From 3fc716357ce1372d9418dc86f24315b34d9808de Mon Sep 17 00:00:00 2001 > +From ad68c053d3c9926e43125058d33b5a7028159b44 Mon Sep 17 00:00:00 2001 > From: Ross Burton > Date: Mon, 5 Dec 2022 17:02:32 +0000 > Subject: [PATCH] add yocto-specific install-ptest target > @@ -13,11 +13,11 @@ Signed-off-by: Ross Burton > 1 file changed, 10 insertions(+) > > diff --git a/Makefile.am b/Makefile.am > -index 5bc4018..57d27af 100644 > +index 0a49d37..1097c63 100644 > --- a/Makefile.am > +++ b/Makefile.am > -@@ -26,6 +26,16 @@ check_PROGRAMS = \ > - testlimits \ > +@@ -27,6 +27,16 @@ check_PROGRAMS = \ > + testparser \ > testrecurse > > +ptestdir=$(libexecdir) > diff --git a/meta/recipes-core/libxml/libxml2_2.11.5.bb b/meta/recipes-core/libxml/libxml2_2.12.0.bb > similarity index 92% > rename from meta/recipes-core/libxml/libxml2_2.11.5.bb > rename to meta/recipes-core/libxml/libxml2_2.12.0.bb > index 319833f053..58b4c14301 100644 > --- a/meta/recipes-core/libxml/libxml2_2.11.5.bb > +++ b/meta/recipes-core/libxml/libxml2_2.12.0.bb > @@ -4,10 +4,11 @@ HOMEPAGE = "https://gitlab.gnome.org/GNOME/libxml2" > BUGTRACKER = "http://bugzilla.gnome.org/buglist.cgi?product=libxml2" > SECTION = "libs" > LICENSE = "MIT" > -LIC_FILES_CHKSUM = "file://Copyright;md5=2044417e2e5006b65a8b9067b683fcf1 \ > - file://hash.c;beginline=6;endline=15;md5=e77f77b12cb69e203d8b4090a0eee879 \ > +LIC_FILES_CHKSUM = "file://Copyright;md5=fec7ecfe714722b2bb0aaff7d200c701 \ > + file://hash.c;beginline=6;endline=15;md5=9af9349d0ead24569dc332f2116ef5f8 \ > file://list.c;beginline=4;endline=13;md5=b9c25b021ccaf287e50060602d20f3a7 \ > - file://trio.c;beginline=5;endline=14;md5=cd4f61e27f88c1d43df112966b1cd28f" > + file://trio.c;beginline=5;endline=14;md5=cd4f61e27f88c1d43df112966b1cd28f \ > + " > > DEPENDS = "zlib virtual/libiconv" > > @@ -19,7 +20,7 @@ SRC_URI += "http://www.w3.org/XML/Test/xmlts20130923.tar;subdir=${BP};name=testt > file://install-tests.patch \ > " > > -SRC_URI[archive.sha256sum] = "3727b078c360ec69fa869de14bd6f75d7ee8d36987b071e6928d4720a28df3a6" > +SRC_URI[archive.sha256sum] = "431521c8e19ca396af4fa97743b5a6bfcccddbba90e16426a15e5374cd64fe0d" > SRC_URI[testtar.sha256sum] = "c6b2d42ee50b8b236e711a97d68e6c4b5c8d83e69a2be4722379f08702ea7273" > > # Disputed as a security issue, but fixed in d39f780 > -- > 2.34.1 > > > -=-=-=-=-=-=-=-=-=-=-=- > Links: You receive all messages sent to this group. > View/Reply Online (#191033): https://lists.openembedded.org/g/openembedded-core/message/191033 > Mute This Topic: https://lists.openembedded.org/mt/102745852/3617179 > Group Owner: openembedded-core+owner@lists.openembedded.org > Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [alexandre.belloni@bootlin.com] > -=-=-=-=-=-=-=-=-=-=-=- > -- Alexandre Belloni, co-owner and COO, Bootlin Embedded Linux and Kernel engineering https://bootlin.com