From patchwork Wed May 1 16:00: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: 43100 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 3730FC31D97 for ; Wed, 1 May 2024 16:00:24 +0000 (UTC) Received: from a27-29.smtp-out.us-west-2.amazonses.com (a27-29.smtp-out.us-west-2.amazonses.com [54.240.27.29]) by mx.groups.io with SMTP id smtpd.web10.1121.1714579215753686147 for ; Wed, 01 May 2024 09:00:16 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky header.b=IX8Nbg78; dkim=pass header.i=@amazonses.com header.s=7v7vs6w47njt4pimodk5mmttbegzsi6n header.b=SIFRg/SP; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.29, mailfrom: 0101018f34e294c8-0c1a88ec-befa-43c4-a979-c6819c782195-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=1714579215; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=hiFy8FawEFDaAiZqqpEoXYF2jNV7DZVZXpa91wK2G+s=; b=IX8Nbg781UH7vWXnMZU/QJ/xJJ7IMzTRc5HCnUAL5jpg7cQSrEad8WlpGdID0lXv iUwCAGwOpUkoW6Zzh4ggm3A8D8lLBB171FD48tVOwyBi60/5oyB5XHQYsbR7KM6RCu0 1quEsj8t15H5VYTwRWf+DCVRKTP/AZ6d32C8//70= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=7v7vs6w47njt4pimodk5mmttbegzsi6n; d=amazonses.com; t=1714579215; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=hiFy8FawEFDaAiZqqpEoXYF2jNV7DZVZXpa91wK2G+s=; b=SIFRg/SPPOXKNqz/JUntfG0sV+7iObvsOf05RnCxOpCwAnajycflh2GKF5jJSRms sheei5AY47oE6h0SOTmnl7ZsiqYiPN/RHUigrvZQlW4ON0O80fDDIa8rWoJvC3VJCA5 jTookP/5qmwfXaMhcUABHcGVyY7URfTqDAQ+PsBk= MIME-Version: 1.0 From: auh@yoctoproject.org To: Anuj Mittal Cc: openembedded-core@lists.openembedded.org Subject: [AUH] libsolv: upgrading to 0.7.29 SUCCEEDED Message-ID: <0101018f34e294c8-0c1a88ec-befa-43c4-a979-c6819c782195-000000@us-west-2.amazonses.com> Date: Wed, 1 May 2024 16:00:15 +0000 Feedback-ID: 1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2024.05.01-54.240.27.29 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 ; Wed, 01 May 2024 16:00:24 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/198834 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *libsolv* to *0.7.29* has Succeeded. Next steps: - apply the patch: git am 0001-libsolv-upgrade-0.7.28-0.7.29.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 8687286da37222716f7aa13ea120dc52cd769eb5 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Wed, 1 May 2024 09:08:45 +0000 Subject: [PATCH] libsolv: upgrade 0.7.28 -> 0.7.29 --- .../0001-utils-Conside-musl-when-wrapping-qsort_r.patch | 5 +---- .../libsolv/{libsolv_0.7.28.bb => libsolv_0.7.29.bb} | 2 +- 2 files changed, 2 insertions(+), 5 deletions(-) rename meta/recipes-extended/libsolv/{libsolv_0.7.28.bb => libsolv_0.7.29.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 6f0dea2e9c..da93a12ed5 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 06321f1a2aa89b8e028946e793344657eaad0165 Mon Sep 17 00:00:00 2001 +From e1db3c41fa84391b7ab299f7351f58b413ed2994 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 @@ -29,6 +29,3 @@ index 72426e09..8f29bc5a 100644 void solv_sort(void *base, size_t nmemb, size_t size, int (*compar)(const void *, const void *, void *), void *compard) --- -2.33.1 - diff --git a/meta/recipes-extended/libsolv/libsolv_0.7.28.bb b/meta/recipes-extended/libsolv/libsolv_0.7.29.bb similarity index 95% rename from meta/recipes-extended/libsolv/libsolv_0.7.28.bb rename to meta/recipes-extended/libsolv/libsolv_0.7.29.bb index 201059323a..ff0bd2d174 100644 --- a/meta/recipes-extended/libsolv/libsolv_0.7.28.bb +++ b/meta/recipes-extended/libsolv/libsolv_0.7.29.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 = "c8dbb3a77c86600ce09d4f80a504cf4e78a3c359" +SRCREV = "9c2b1a84b5a7ce0dc6e74226bdeb9527d6706791" UPSTREAM_CHECK_GITTAGREGEX = "(?P\d+(\.\d+)+)"