From patchwork Fri Mar 1 22:05:15 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: auh@yoctoproject.org X-Patchwork-Id: 40379 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 4AC43C54E6A for ; Fri, 1 Mar 2024 22:05:18 +0000 (UTC) Received: from a27-31.smtp-out.us-west-2.amazonses.com (a27-31.smtp-out.us-west-2.amazonses.com [54.240.27.31]) by mx.groups.io with SMTP id smtpd.web10.36624.1709330716516603646 for ; Fri, 01 Mar 2024 14:05:16 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky header.b=BFxd8tgz; dkim=pass header.i=@amazonses.com header.s=hsbnp7p3ensaochzwyq5wwmceodymuwv header.b=o8CpI+5N; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.31, mailfrom: 0101018dfc0cd34d-66c2df03-90d3-4837-84d3-4a8125b5ec76-000000@us-west-2.amazonses.com) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky; d=yoctoproject.org; t=1709330715; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=qgklTeWmueHrORRzok/+wb3rcsLLvJO8XQaOxkTuZDg=; b=BFxd8tgzqqeyAZU/sfnJbldRtrQnjE2lCNvBwWNiDEo5sA8hPTNUDcBYA3P6Uvxj 9xiVqa3TV6HIYgfmP/jCwU8PmqHpD0iiK+kXaSLwCVwpvikIvyzZ7UfxBpEBqQmXDa9 r1stDw6lwXvDW+jpYpJwnUVoZEnyBCRSjVLrjcYg= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=hsbnp7p3ensaochzwyq5wwmceodymuwv; d=amazonses.com; t=1709330715; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=qgklTeWmueHrORRzok/+wb3rcsLLvJO8XQaOxkTuZDg=; b=o8CpI+5NasaeLj/sEZjq6O2JeA3vZiuNvvphwWv/m+IfT6N88eSr9GcIcKoxjH8W vgP2Be0v5Cj26pcpZOtcumYSvT1i6H6O6fUc85Kq8wFrPyiXasmwNul1s+ax+74qouf 58KTrpEXwEG9WmNV3xRkN8UPABP+tIo1mrd5r0I0= MIME-Version: 1.0 From: auh@yoctoproject.org To: Hongxu Jia Cc: openembedded-core@lists.openembedded.org Subject: [AUH] libxml2: upgrading to 2.12.5 SUCCEEDED Message-ID: <0101018dfc0cd34d-66c2df03-90d3-4837-84d3-4a8125b5ec76-000000@us-west-2.amazonses.com> Date: Fri, 1 Mar 2024 22:05:15 +0000 Feedback-ID: 1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2024.03.01-54.240.27.31 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 ; Fri, 01 Mar 2024 22:05:18 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/196481 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *libxml2* to *2.12.5* has Succeeded. Next steps: - apply the patch: git am 0001-libxml2-upgrade-2.11.5-2.12.5.patch - check the changes to upstream patches and summarize them in the commit message, - compile an image that contains the package - perform some basic sanity tests - amend the patch and sign it off: git commit -s --reset-author --amend - send it to the appropriate mailing list Alternatively, if you believe the recipe should not be upgraded at this time, you can fill RECIPE_NO_UPDATE_REASON in respective recipe file so that automatic upgrades would no longer be attempted. Please review the attached files for further information and build/update failures. Any problem please file a bug at https://bugzilla.yoctoproject.org/enter_bug.cgi?product=Automated%20Update%20Handler Regards, The Upgrade Helper -- >8 -- From bc51afa6060b45e101d1687c4d46db1b66c9e58d Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Fri, 1 Mar 2024 11:03:06 +0000 Subject: [PATCH] libxml2: upgrade 2.11.5 -> 2.12.5 --- .../libxml/libxml2/install-tests.patch | 9 ++-- .../{libxml2_2.11.5.bb => libxml2_2.12.5.bb} | 50 +++++++++++++++++-- 2 files changed, 50 insertions(+), 9 deletions(-) rename meta/recipes-core/libxml/{libxml2_2.11.5.bb => libxml2_2.12.5.bb} (69%) diff --git a/meta/recipes-core/libxml/libxml2/install-tests.patch b/meta/recipes-core/libxml/libxml2/install-tests.patch index 14ccce5873..478eeea81b 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 0779511838a8cbd1e0f431c22f28f286a2a37b1b 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 @@ -7,17 +7,16 @@ Add a target to install the test suite. Upstream-Status: Inappropriate Signed-off-by: Ross Burton - --- Makefile.am | 10 ++++++++++ 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.5.bb similarity index 69% rename from meta/recipes-core/libxml/libxml2_2.11.5.bb rename to meta/recipes-core/libxml/libxml2_2.12.5.bb index 44336c25e1..36a80fff3f 100644 --- a/meta/recipes-core/libxml/libxml2_2.11.5.bb +++ b/meta/recipes-core/libxml/libxml2_2.12.5.bb @@ -1,13 +1,55 @@ +# FIXME: the LIC_FILES_CHKSUM values have been updated by 'devtool upgrade'. +# The following is the difference between the old and the new license text. +# Please update the LICENSE value if needed, and summarize the changes in +# the commit message via 'License-Update:' tag. +# (example: 'License-Update: copyright years updated.') +# +# The changes: +# +# --- Copyright +# +++ Copyright +# @@ -1,4 +1,4 @@ +# -Except where otherwise noted in the source code (e.g. the files hash.c, +# +Except where otherwise noted in the source code (e.g. the files dict.c, +# list.c and the trio files, which are covered by a similar licence but +# with different Copyright notices) all the files are: +# +# --- hash.c +# +++ hash.c +# @@ -1,10 +1,10 @@ +# - * Copyright (C) 2000,2012 Bjorn Reese and Daniel Veillard. +# * +# - * Permission to use, copy, modify, and distribute this software for any +# - * purpose with or without fee is hereby granted, provided that the above +# - * copyright notice and this permission notice appear in all copies. +# - * +# - * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR IMPLIED +# - * WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF +# - * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE AUTHORS AND +# - * CONTRIBUTORS ACCEPT NO RESPONSIBILITY IN ANY CONCEIVABLE MANNER. +# + * See Copyright for the status of this software. +# + */ +# + +# +#define IN_LIBXML +# +#include "libxml.h" +# + +# +#include +# +#include +# + +# +# + SUMMARY = "XML C Parser Library and Toolkit" DESCRIPTION = "The XML Parser Library allows for manipulation of XML files. Libxml2 exports Push and Pull type parser interfaces for both XML and HTML. It can do DTD validation at parse time, on a parsed document instance or with an arbitrary DTD. Libxml2 includes complete XPath, XPointer and Xinclude implementations. It also has a SAX like interface, which is designed to be compatible with Expat." 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 +61,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] = "a972796696afd38073e0f59c283c3a2f5a560b5268b4babc391b286166526b21" SRC_URI[testtar.sha256sum] = "c6b2d42ee50b8b236e711a97d68e6c4b5c8d83e69a2be4722379f08702ea7273" # Disputed as a security issue, but fixed in d39f780