From patchwork Fri May 1 14:25:46 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: auh@yoctoproject.org X-Patchwork-Id: 87343 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 EC5D9CCFA13 for ; Fri, 1 May 2026 14:25:54 +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.msgproc02-g2.15722.1777645547891219740 for ; Fri, 01 May 2026 07:25:47 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=j46ser6a2yusdzubpv7m7ewqgesde2ie header.b=NUAeIcql; dkim=pass header.i=@amazonses.com header.s=hsbnp7p3ensaochzwyq5wwmceodymuwv header.b=Snqc2F6m; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.45, mailfrom: 0101019de3ee6d44-9eda7949-95eb-4962-9e87-134a51e312d8-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=1777645547; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=xDWfqw4HslWxzcMdqGv0aQnFCINUo4CVY4NUaD/XPwo=; b=NUAeIcql1tNB+Md/6vGwisBqkjdAA4+JcEz4iYTorM0acO8wI0Xntwc01+f8Fb8j 4BcJ+Nyi2ja0sScrb35x+1yjyXqvO9KD1RIFUkd/OJvAkk/hZhSufM+B0MyHPZk8zXA GXWYZyknx0N4GxieXdrKLrMheMzAXVQClzxd8dpE= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=hsbnp7p3ensaochzwyq5wwmceodymuwv; d=amazonses.com; t=1777645547; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=xDWfqw4HslWxzcMdqGv0aQnFCINUo4CVY4NUaD/XPwo=; b=Snqc2F6myymQDz9nKtcIkcRE9DFrym2CTb2a39QuAsU57eLSQnbq7WFNetlX1g9H /mz6xdAU4xaZDt++p/ygXbWc+7AI41GHw1E23sZ7jUuh796ZRhMfWNG5ewwuXKQeEpP Uosvu3cmr9MiZ0lFqHskvk/dArCkrCsylYN35tgE= MIME-Version: 1.0 From: auh@yoctoproject.org To: openembedded-core@lists.openembedded.org Cc: Subject: [AUH] libsolv: upgrading to 0.7.37 SUCCEEDED Message-ID: <0101019de3ee6d44-9eda7949-95eb-4962-9e87-134a51e312d8-000000@us-west-2.amazonses.com> Date: Fri, 1 May 2026 14:25:46 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2026.05.01-54.240.27.45 List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Fri, 01 May 2026 14:25:54 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/236261 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *libsolv* to *0.7.37* has Succeeded. Next steps: - apply the patch: git am 0001-libsolv-upgrade-0.7.36-0.7.37.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 b96d58b1fcabce833c4ed46dbee498f3eae75fce Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Fri, 1 May 2026 10:22:39 +0000 Subject: [PATCH] libsolv: upgrade 0.7.36 -> 0.7.37 --- .../libsolv/0001-compress_buf-fix-musl-segfaults.patch | 5 +---- .../libsolv/{libsolv_0.7.36.bb => libsolv_0.7.37.bb} | 2 +- 2 files changed, 2 insertions(+), 5 deletions(-) rename meta/recipes-extended/libsolv/{libsolv_0.7.36.bb => libsolv_0.7.37.bb} (96%) diff --git a/meta/recipes-extended/libsolv/libsolv/0001-compress_buf-fix-musl-segfaults.patch b/meta/recipes-extended/libsolv/libsolv/0001-compress_buf-fix-musl-segfaults.patch index cf87b3c4c6..c2734eb676 100644 --- a/meta/recipes-extended/libsolv/libsolv/0001-compress_buf-fix-musl-segfaults.patch +++ b/meta/recipes-extended/libsolv/libsolv/0001-compress_buf-fix-musl-segfaults.patch @@ -1,4 +1,4 @@ -From 23e2d4c5064ddb023ed1a9d364793dbe0d20717f Mon Sep 17 00:00:00 2001 +From 847fb663583fd01121313d1ec0e9ceab240c9143 Mon Sep 17 00:00:00 2001 From: Adam Duskett Date: Thu, 26 Mar 2026 12:11:42 +0100 Subject: [PATCH] compress_buf: fix musl segfaults @@ -39,6 +39,3 @@ index 77c7fcc7..470e4f34 100644 unsigned int litofs = 0; memset(htab, -1, sizeof (htab)); memset(hnext, -1, sizeof (hnext)); --- -2.53.0 - diff --git a/meta/recipes-extended/libsolv/libsolv_0.7.36.bb b/meta/recipes-extended/libsolv/libsolv_0.7.37.bb similarity index 96% rename from meta/recipes-extended/libsolv/libsolv_0.7.36.bb rename to meta/recipes-extended/libsolv/libsolv_0.7.37.bb index 852e79c45e..1a95d1d11d 100644 --- a/meta/recipes-extended/libsolv/libsolv_0.7.36.bb +++ b/meta/recipes-extended/libsolv/libsolv_0.7.37.bb @@ -13,7 +13,7 @@ SRC_URI = "git://github.com/openSUSE/libsolv.git;branch=master;protocol=https;ta file://run-ptest \ " -SRCREV = "1e377699be108ec82bb798ec9c223d45d84a733c" +SRCREV = "806c0513cd0799a37802f483710cfbdcc6d16b5f" UPSTREAM_CHECK_GITTAGREGEX = "(?P\d+(\.\d+)+)"