From patchwork Thu Aug 1 18:27:10 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: 47143 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 49F79C54750 for ; Thu, 1 Aug 2024 18:27:13 +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.web10.75734.1722536822069824083 for ; Thu, 01 Aug 2024 11:27:10 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=rnkzp2s7ci3kogmesvov2nwn7wcc2dgx header.b=NPF7MBmp; dkim=pass header.i=@amazonses.com header.s=7v7vs6w47njt4pimodk5mmttbegzsi6n header.b=rvY99eNp; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.45, mailfrom: 010101910f322583-1cd75a33-abf5-428e-9b9e-dd529ef3e6ae-000000@us-west-2.amazonses.com) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=rnkzp2s7ci3kogmesvov2nwn7wcc2dgx; d=yoctoproject.org; t=1722536830; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=dAf7A1lWkSPSUgtgshZ04JQBuKJ8CwMDfRnTAdh9Jl8=; b=NPF7MBmpsvIoQHoZivqOt3t8egcKzD0Wrx4gP+yrjTbG9MyMV4lkARqqgYpDTXwq RdF8UGspaxt8yRukIowVjXyEyi2SPzejV7DlPKB6kdpHJ4dZnmAKlqCWAky1kH6YaRg eFfqusEpmZyQvv+W+1bj+rKSTtg7rBXVNQDOm/Ic= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=7v7vs6w47njt4pimodk5mmttbegzsi6n; d=amazonses.com; t=1722536830; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=dAf7A1lWkSPSUgtgshZ04JQBuKJ8CwMDfRnTAdh9Jl8=; b=rvY99eNpMrVJI4JByfioTXXaL6HPDft/YeMAxSmLocM++fC7W+C38sheQSSHOrty 37ZUfhXG7Sw3Zb1ygA4uLG55RKu5+iU38mHQJpUDVGz7JU2QBWWKHm3q9Kz6fm6rQsK 2aTNlsn6H/tcTpn0Shvy/CQMrXHZRsXMAIAI3BXc= MIME-Version: 1.0 From: auh@yoctoproject.org To: Anuj Mittal Cc: openembedded-core@lists.openembedded.org Subject: [AUH] libsolv: upgrading to 0.7.30 SUCCEEDED Message-ID: <010101910f322583-1cd75a33-abf5-428e-9b9e-dd529ef3e6ae-000000@us-west-2.amazonses.com> Date: Thu, 1 Aug 2024 18:27:10 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2024.08.01-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 ; Thu, 01 Aug 2024 18:27:13 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/202826 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *libsolv* to *0.7.30* has Succeeded. Next steps: - apply the patch: git am 0001-libsolv-upgrade-0.7.29-0.7.30.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 00bbaf65f0c9fa3c458c4c3373b6110fc287920e Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Thu, 1 Aug 2024 11:43:18 +0000 Subject: [PATCH] libsolv: upgrade 0.7.29 -> 0.7.30 --- .../libsolv/0001-utils-Conside-musl-when-wrapping-qsort_r.patch | 2 +- .../libsolv/{libsolv_0.7.29.bb => libsolv_0.7.30.bb} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-extended/libsolv/{libsolv_0.7.29.bb => libsolv_0.7.30.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 da93a12ed5..1ebb819bb1 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 e1db3c41fa84391b7ab299f7351f58b413ed2994 Mon Sep 17 00:00:00 2001 +From 61cb9f793930fceb3a68d5ae6334f991976ffdfe 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.29.bb b/meta/recipes-extended/libsolv/libsolv_0.7.30.bb similarity index 95% rename from meta/recipes-extended/libsolv/libsolv_0.7.29.bb rename to meta/recipes-extended/libsolv/libsolv_0.7.30.bb index ff0bd2d174..20d1baaaaf 100644 --- a/meta/recipes-extended/libsolv/libsolv_0.7.29.bb +++ b/meta/recipes-extended/libsolv/libsolv_0.7.30.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 = "9c2b1a84b5a7ce0dc6e74226bdeb9527d6706791" +SRCREV = "27aa6a72c7db73d78aa711ae412231768e77c9e0" UPSTREAM_CHECK_GITTAGREGEX = "(?P\d+(\.\d+)+)"