From patchwork Sun Aug 2 06:00:05 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: 94182 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 3A828C55179 for ; Sun, 2 Aug 2026 06:00:11 +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.18785.1785650406279996430 for ; Sat, 01 Aug 2026 23:00:06 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky header.b=nye09Ax8; dkim=pass header.i=@amazonses.com header.s=hsbnp7p3ensaochzwyq5wwmceodymuwv header.b=FQ8jMAu/; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.45, mailfrom: 0101019fc10edfad-0d62faea-64af-417d-b255-8972d47577b7-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=1785650405; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=cepnO6yliICQqaMpZ3TuL4Zja1ac4dopTwm2aHFCqeg=; b=nye09Ax81bXKAkqZeGo7aIXUaaAy4EWF+NCZBuBd6yP1w8YtzLNL2E8ooQqy88eG cRS5C0l03qsfdnKu/HIAIZmk+Sm0tc4mdJmObArWmKfcumqesd0S/JeD3oikBb1WRtu GoWaUySBy9F1AdsWmYMHDZM3sJH4LCWG4/n4C5yo= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=hsbnp7p3ensaochzwyq5wwmceodymuwv; d=amazonses.com; t=1785650405; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=cepnO6yliICQqaMpZ3TuL4Zja1ac4dopTwm2aHFCqeg=; b=FQ8jMAu/6/EyecfmxPk5x2mAgddpIDDcpinQw96TOUIGtA6uFgxL0VFdP3HJiZqV 926RNQgJuTa26DHOwnJPbcND+9iDVnVvLvRXpKNdvOa9X1rlufpA+E//mZj0lCK2Ekd EY5QgzHMoSBw0o1kmC6YJmGFCkcDaluw0qlulH5c= MIME-Version: 1.0 From: auh@yoctoproject.org To: Ross Burton Cc: openembedded-core@lists.openembedded.org Subject: [AUH] pkgconf: upgrading to 3.0.5 SUCCEEDED Message-ID: <0101019fc10edfad-0d62faea-64af-417d-b255-8972d47577b7-000000@us-west-2.amazonses.com> Date: Sun, 2 Aug 2026 06:00:05 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2026.08.02-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 ; Sun, 02 Aug 2026 06:00:11 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/242517 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *pkgconf* to *3.0.5* has Succeeded. Next steps: - apply the patch: git am 0001-pkgconf-upgrade-3.0.4-3.0.5.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 98fd933c7bfb1808952942192efa39fcebddb4da Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Sun, 2 Aug 2026 05:22:20 +0000 Subject: [PATCH] pkgconf: upgrade 3.0.4 -> 3.0.5 Source: NEWS Changes from 3.0.4 to 3.0.5: ---------------------------- * Correctness fixes: - Shell quoting and backslash escapes in pc(5) properties are now consumed once, after variable substitution, instead of while splitting the property beforehand. Quoting arriving from a variable is therefore treated like quoting written inline, --variable reports a value as the .pc file spells it, and fragments are escaped exactly once when rendered. This supersedes the 3.0.4 fix, which unescaped whitespace at parse time and so hid the escaping from consumers such as cmake's FindPkgConfig. See https://github.com/pkgconf/pkgconf/issues/575 and https://github.com/pkgconf/pkgconf/issues/579. - Metadata queries no longer consult Conflicts rules between the modules named on the command line, as reporting metadata does not combine them into a build. This covers --license, --license-file, --modversion, --path, --print-provides, --print-requires, --print-requires-private, --print-variables, --source and --variable. --cflags, --libs and --exists are unaffected. See https://github.com/pkgconf/pkgconf/issues/580. - ${pc_sysrootdir} is now injected into the path taken by every -isystem and -idirafter flag in a fragment list, rather than only the first. - -isystem and -idirafter written joined to their path, as in `-isystem/opt`, are split into the flag and the path it takes, so that the path is subject to the same sysroot injection and deduplication as the separated spelling. - Sysroot injection is decided by reading the fragment's path instead of remembering whether ${pc_sysrootdir} was expanded, so a path which already lies under the sysroot never acquires a doubled prefix. * Performance: - The package cache and the fragment deduplication index are kept sorted and searched with bsearch() rather than re-sorted or scanned linearly. - Variable keys and fragment text are stored with the structures they belong to, and buffers are rewound and reused rather than reallocated. - Escaping, fragment rendering and path relocation write into their destination buffer directly. Resolving a graph of roughly forty modules is about six times faster than 3.0.4, and a small graph such as gio-2.0 about twice as fast. * Build and portability fixes: - Fix the pkgconf-lite build, which failed to link because the dependency list renderer had come to depend on tracing machinery that pkgconf-lite omits. - Fix the test runner failing to build on MinGW, where the mkdtemp(3) fallback was compiled only for MSVC builds. See https://github.com/pkgconf/pkgconf/issues/582. - The meson build now defines HAVE_DECL_READLINKAT, so readlinkat(2) is used where it is available instead of always falling back to readlink(2). The MinGW and readlinkat fixes are by moi15moi. * New libpkgconf API additions: - pkgconf_argv_split_raw: splits a string into an argument vector [Changelog truncated as it exceeds 3000 characters; the full changelog can be found in an attachment to the AUH email] --- .../pkgconf/{pkgconf_3.0.4.bb => pkgconf_3.0.5.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/pkgconf/{pkgconf_3.0.4.bb => pkgconf_3.0.5.bb} (97%) diff --git a/meta/recipes-devtools/pkgconf/pkgconf_3.0.4.bb b/meta/recipes-devtools/pkgconf/pkgconf_3.0.5.bb similarity index 97% rename from meta/recipes-devtools/pkgconf/pkgconf_3.0.4.bb rename to meta/recipes-devtools/pkgconf/pkgconf_3.0.5.bb index 0abd0fa923..79ac3208d3 100644 --- a/meta/recipes-devtools/pkgconf/pkgconf_3.0.4.bb +++ b/meta/recipes-devtools/pkgconf/pkgconf_3.0.5.bb @@ -20,7 +20,7 @@ SRC_URI = "\ file://pkg-config-native.in \ file://pkg-config-esdk.in \ " -SRC_URI[sha256sum] = "91ce346b47f46b87d680c6928e6c43240b9cdc7a31afbea19f2298de4dbe266d" +SRC_URI[sha256sum] = "3acd3a8a3cce65a8d620321855d92fb602e026cbe8e13ee36bdec58483b59ace" UPSTREAM_CHECK_REGEX = "pkgconf-(?P\d+\.\d+\.(?!9\d+)\d+)\.tar" inherit autotools pkgconfig