From patchwork Tue Jul 15 15:55:46 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: 66843 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 6D6FDC83F39 for ; Tue, 15 Jul 2025 15:55:50 +0000 (UTC) Received: from a27-45.smtp-out.us-west-2.amazonses.com (a27-45.smtp-out.us-west-2.amazonses.com [54.240.27.45]) by mx.groups.io with SMTP id smtpd.web11.12162.1752594932041578220 for ; Tue, 15 Jul 2025 08:55:47 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=j46ser6a2yusdzubpv7m7ewqgesde2ie header.b=coJO0RVg; dkim=pass header.i=@amazonses.com header.s=gdwg2y3kokkkj5a55z2ilkup5wp5hhxx header.b=AhWZAMya; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.45, mailfrom: 010101980ecc9b60-1fb2e130-c58a-4568-a1db-8e64b25b52d3-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=1752594947; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=G8+MAKssOB7jVASd18TxqsHlIRBMLERuP0LCAHOqnMg=; b=coJO0RVgF64pb+KML51jvZkAn4h2bSqWsi5W3UhpGeeE7D4v6PnrEMJYCKnRkMbJ jTzJkUjbPlNl+bbRddvJ7/ISTT15VVskt2CcflUz/KcEFCidUl5WmbJ2Tuo/+7FDzuE mDH4xu9N0P/+T17MXxqzFIsaNeFedOh+dGklcP+E= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=gdwg2y3kokkkj5a55z2ilkup5wp5hhxx; d=amazonses.com; t=1752594947; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=G8+MAKssOB7jVASd18TxqsHlIRBMLERuP0LCAHOqnMg=; b=AhWZAMyaN3V+eX9O74pMbyLzSJwINha6Fq50R6sXoWmE6Eaj+LLz9ShAjVGYkrQr YKPjCQij7mTFALkHV6KT9jZq6uybUhfsKchwdfzn6O53qJ9vtavSjd/WhhY9OVQOG98 Vq0wrWoXIvu0ut18hGTywN3eJkhmag4njzOG9eok= MIME-Version: 1.0 From: auh@yoctoproject.org To: Anuj Mittal Cc: openembedded-core@lists.openembedded.org Subject: [AUH] libsolv: upgrading to 0.7.34 SUCCEEDED Message-ID: <010101980ecc9b60-1fb2e130-c58a-4568-a1db-8e64b25b52d3-000000@us-west-2.amazonses.com> Date: Tue, 15 Jul 2025 15:55:46 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2025.07.15-54.240.27.45 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, 15 Jul 2025 15:55:50 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/220363 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *libsolv* to *0.7.34* has Succeeded. Next steps: - apply the patch: git am 0001-libsolv-upgrade-0.7.33-0.7.34.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 75faebdfe73967de36e5b30126e162df2be34d5e Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Tue, 15 Jul 2025 10:49:10 +0000 Subject: [PATCH] libsolv: upgrade 0.7.33 -> 0.7.34 --- .../libsolv/0001-utils-Conside-musl-when-wrapping-qsort_r.patch | 2 +- .../libsolv/{libsolv_0.7.33.bb => libsolv_0.7.34.bb} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-extended/libsolv/{libsolv_0.7.33.bb => libsolv_0.7.34.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..4d61644fdc 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 bb9edb2936139af6cc2d9f847a6922af69a1fc70 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.33.bb b/meta/recipes-extended/libsolv/libsolv_0.7.34.bb similarity index 95% rename from meta/recipes-extended/libsolv/libsolv_0.7.33.bb rename to meta/recipes-extended/libsolv/libsolv_0.7.34.bb index 13a6df2290..2d6da36b85 100644 --- a/meta/recipes-extended/libsolv/libsolv_0.7.33.bb +++ b/meta/recipes-extended/libsolv/libsolv_0.7.34.bb @@ -12,7 +12,7 @@ SRC_URI = "git://github.com/openSUSE/libsolv.git;branch=master;protocol=https \ file://0001-utils-Conside-musl-when-wrapping-qsort_r.patch \ " -SRCREV = "9fb855d872139fb1ebebec4c892b338fccda69ba" +SRCREV = "262e8efa0239a78770910fde1579158725cc6ffa" UPSTREAM_CHECK_GITTAGREGEX = "(?P\d+(\.\d+)+)"