From patchwork Sat Sep 5 06:28:31 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: 97337 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 55662C624DB for ; Sat, 5 Sep 2026 06:28:38 +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.msgproc01-g2.3449.1788589712311880007 for ; Fri, 04 Sep 2026 23:28:32 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky header.b=rGh04s3r; dkim=pass header.i=@amazonses.com header.s=hsbnp7p3ensaochzwyq5wwmceodymuwv header.b=4dhWc8+b; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.45, mailfrom: 010101a070411f9a-30b57ec9-c728-4e27-b90e-ea3a952988c6-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=1788589711; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=11eNdmthUAzOvCHV2S9TPFKTpzPw82cLh0qrfmKrQ98=; b=rGh04s3rR0Tvy2dTuuB5zHoWguZAnG0vrd5mZkTh2VLsHsgIsegMgmFJTP8hHzIk J/WZvVKVqpjg5Ui5lMizlPe1yplbf+kfvOAn+eh3orzWreLpOq5x5f+9f3h9PFWe2Ne nQcUVgoRA9PNG7qJlf0uZOwULVOWlm9rT6ilzIJg= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=hsbnp7p3ensaochzwyq5wwmceodymuwv; d=amazonses.com; t=1788589711; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=11eNdmthUAzOvCHV2S9TPFKTpzPw82cLh0qrfmKrQ98=; b=4dhWc8+bMTDGJ4z3YbRQWCUo27YvbrkjyfSJ87jAlb6CbnGDf7Uqig7seZThQ2ci p2vFHajQe6jRjJ6MSK5rUMJRmpwXpfs/1ludjTEL0jrT2JG2oMkaVUwtr9vhLMFlj/W BdP+Uexvod2K6WUj5VVsWdc+tA3gAC2Us8/fdHNI= MIME-Version: 1.0 From: auh@yoctoproject.org To: Ross Burton Cc: openembedded-core@lists.openembedded.org Subject: [AUH] pkgconf: upgrading to 3.0.7 SUCCEEDED Message-ID: <010101a070411f9a-30b57ec9-c728-4e27-b90e-ea3a952988c6-000000@us-west-2.amazonses.com> Date: Sat, 5 Sep 2026 06:28:31 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2026.09.05-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 ; Sat, 05 Sep 2026 06:28:38 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/245131 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *pkgconf* to *3.0.7* has Succeeded. Next steps: - apply the patch: git am 0001-pkgconf-upgrade-3.0.6-3.0.7.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 8866a7044879849f35156cf22efe44dc12b7bae4 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Sat, 5 Sep 2026 05:38:28 +0000 Subject: [PATCH] pkgconf: upgrade 3.0.6 -> 3.0.7 Source: NEWS Changes from 3.0.6 to 3.0.7: ---------------------------- * Correctness fixes: - spdxtool now serializes the SPDX 3.0 suppliedBy property as a single Agent reference instead of a one-element array, as required by the official JSON schema. - bomtool no longer emits PackageDownloadLocation twice for each package. These fixes were contributed by R. Christian McDonald. * Build, packaging and portability fixes: - The Windows installer uses a default installation directory without a space in its name. Patch by Kai Pastor. - Skip the spdxtool allocation-failure test for static builds, where linker wrapping also intercepts libpkgconf allocations and invalidates the test. See https://github.com/pkgconf/pkgconf/issues/593. - Use PKGCONF_ITEM_SIZE instead of PATH_MAX in the test runner, allowing it to build on systems where PATH_MAX is not declared, such as GNU Hurd. See https://github.com/pkgconf/pkgconf/issues/600. --- .../pkgconf/{pkgconf_3.0.6.bb => pkgconf_3.0.7.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/pkgconf/{pkgconf_3.0.6.bb => pkgconf_3.0.7.bb} (97%) diff --git a/meta/recipes-devtools/pkgconf/pkgconf_3.0.6.bb b/meta/recipes-devtools/pkgconf/pkgconf_3.0.7.bb similarity index 97% rename from meta/recipes-devtools/pkgconf/pkgconf_3.0.6.bb rename to meta/recipes-devtools/pkgconf/pkgconf_3.0.7.bb index 471433e7b5..4579476ae4 100644 --- a/meta/recipes-devtools/pkgconf/pkgconf_3.0.6.bb +++ b/meta/recipes-devtools/pkgconf/pkgconf_3.0.7.bb @@ -20,7 +20,7 @@ SRC_URI = "\ file://pkg-config-native.in \ file://pkg-config-esdk.in \ " -SRC_URI[sha256sum] = "c88a653fbabfa2a5857a30f6b6ad6c40dbacc3b7c72cc066e5c7dc4571cbddaa" +SRC_URI[sha256sum] = "c926ff491cbd9a331a589160811bd97ab1749b4d5198a519338f2cdfabe6940a" UPSTREAM_CHECK_REGEX = "pkgconf-(?P\d+\.\d+\.(?!9\d+)\d+)\.tar" inherit autotools pkgconfig