From patchwork Tue Sep 2 21:56:36 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: auh@yoctoproject.org X-Patchwork-Id: 69478 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 4D6A6CAC599 for ; Tue, 2 Sep 2025 21:56:43 +0000 (UTC) Received: from a27-191.smtp-out.us-west-2.amazonses.com (a27-191.smtp-out.us-west-2.amazonses.com [54.240.27.191]) by mx.groups.io with SMTP id smtpd.web11.89785.1756850180049651740 for ; Tue, 02 Sep 2025 14:56:36 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=j46ser6a2yusdzubpv7m7ewqgesde2ie header.b=vMgc0TEr; dkim=pass header.i=@amazonses.com header.s=gdwg2y3kokkkj5a55z2ilkup5wp5hhxx header.b=Iv53fWb2; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.191, mailfrom: 010101990c6e8e95-984f8ad4-0d4c-4bc9-9f0c-c0f768cded74-000000@us-west-2.amazonses.com) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=j46ser6a2yusdzubpv7m7ewqgesde2ie; d=yoctoproject.org; t=1756850196; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=upBmIsGcOfywTQCt4BI/EAC9lEG+mcxoNwQm9Fm5Rok=; b=vMgc0TErtqTqLiCSLIK0t0mddX6WmIM6cYAc9ccXByGY04rVM/mxH+n/YRqnCw98 eoqczCRNAvXdYgky4fhk8SapxDiWzAgvIJUzkNTHqfzh0AU21xQ75YjpXMMxrPR/5Ad GBoPEhXp8NALDLdVEJqxxGIad9aysI/J8KBoIf0g= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=gdwg2y3kokkkj5a55z2ilkup5wp5hhxx; d=amazonses.com; t=1756850196; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=upBmIsGcOfywTQCt4BI/EAC9lEG+mcxoNwQm9Fm5Rok=; b=Iv53fWb2pZF2tMS9/Ck4jJ7jdHdQTma2UZTxcRum+hpzkyOSE98nlgeSp0EMyBrj 8vASzQQ+7ed5vBk1r5kRV7XGWyb2AWpVO+f+N/bo3cjBdIMn4cmA+LDRKaPl/j3grZA cCZsIiN6i6oPUZErh1Zra9sSPyL3Fd1N9OZUeWxw= MIME-Version: 1.0 From: auh@yoctoproject.org To: Anuj Mittal Cc: openembedded-core@lists.openembedded.org Subject: [AUH] libsolv: upgrading to 0.7.35 SUCCEEDED Message-ID: <010101990c6e8e95-984f8ad4-0d4c-4bc9-9f0c-c0f768cded74-000000@us-west-2.amazonses.com> Date: Tue, 2 Sep 2025 21:56:36 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2025.09.02-54.240.27.191 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 ; Tue, 02 Sep 2025 21:56:43 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/222799 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *libsolv* to *0.7.35* has Succeeded. Next steps: - apply the patch: git am 0001-libsolv-upgrade-0.7.34-0.7.35.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 ee0bebaeab4ff30e78cca911c54fe21fbde3dbdd Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Tue, 2 Sep 2025 19:18:37 +0000 Subject: [PATCH] libsolv: upgrade 0.7.34 -> 0.7.35 --- .../libsolv/0001-utils-Conside-musl-when-wrapping-qsort_r.patch | 2 +- .../libsolv/{libsolv_0.7.34.bb => libsolv_0.7.35.bb} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-extended/libsolv/{libsolv_0.7.34.bb => libsolv_0.7.35.bb} (95%) diff --git a/meta/recipes-extended/libsolv/libsolv/0001-utils-Conside-musl-when-wrapping-qsort_r.patch b/meta/recipes-extended/libsolv/libsolv/0001-utils-Conside-musl-when-wrapping-qsort_r.patch index d6e983dec8..b3d3905f21 100644 --- a/meta/recipes-extended/libsolv/libsolv/0001-utils-Conside-musl-when-wrapping-qsort_r.patch +++ b/meta/recipes-extended/libsolv/libsolv/0001-utils-Conside-musl-when-wrapping-qsort_r.patch @@ -1,4 +1,4 @@ -From da99bf09e83469612e2c821696025a4e591bb95c Mon Sep 17 00:00:00 2001 +From a1ac8d4adedf8b64eb0d819834f393a4293dd528 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Thu, 28 Oct 2021 22:28:45 -0700 Subject: [PATCH] utils: Conside musl when wrapping qsort_r diff --git a/meta/recipes-extended/libsolv/libsolv_0.7.34.bb b/meta/recipes-extended/libsolv/libsolv_0.7.35.bb similarity index 95% rename from meta/recipes-extended/libsolv/libsolv_0.7.34.bb rename to meta/recipes-extended/libsolv/libsolv_0.7.35.bb index 7e2bd686d4..ec74308bb5 100644 --- a/meta/recipes-extended/libsolv/libsolv_0.7.34.bb +++ b/meta/recipes-extended/libsolv/libsolv_0.7.35.bb @@ -12,7 +12,7 @@ SRC_URI = "git://github.com/openSUSE/libsolv.git;branch=master;protocol=https;ta file://0001-utils-Conside-musl-when-wrapping-qsort_r.patch \ " -SRCREV = "262e8efa0239a78770910fde1579158725cc6ffa" +SRCREV = "fb4b4340d46108cb365113e432642d6024886c7a" UPSTREAM_CHECK_GITTAGREGEX = "(?P\d+(\.\d+)+)"