From patchwork Wed Jul 22 05:49:56 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: 93100 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 3FCEDC44512 for ; Wed, 22 Jul 2026 05:50:01 +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.41714.1784699397863444881 for ; Tue, 21 Jul 2026 22:49:58 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky header.b=FGYA3YOS; dkim=pass header.i=@amazonses.com header.s=hsbnp7p3ensaochzwyq5wwmceodymuwv header.b=4ZO3LsN5; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.45, mailfrom: 0101019f885fa293-08d512d2-2cd5-42c7-8632-8af083602dcc-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=1784699396; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=V9Sky3zRM3fnvUNvhav42u8khf2ZKSEo2YpvzxlzU7k=; b=FGYA3YOS8xwqFcDoh8HORH6nbBheBOF/+L2zU28LNddXnXzLdhVjK174TX/wFs1O MP3INr64qx3aGpi3jcvw7pjvBnQt6WRDZ+/wg0rk/+GN/RM9ihrmzYbB4rs7YhXcZgI 3eWUE/RcEpKC8+ZFwa9RrB9WSUEAyOCf8KFpM9uo= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=hsbnp7p3ensaochzwyq5wwmceodymuwv; d=amazonses.com; t=1784699396; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=V9Sky3zRM3fnvUNvhav42u8khf2ZKSEo2YpvzxlzU7k=; b=4ZO3LsN5CVcclh4wJ0CXAbxMMoilBt1QDRN1y72K6zlrhtJjT8q2ZzvmhqnYVhDS cOvnUC9pRBwKD5EYy6lA5nccs8q1PNZHw+GNaDsRMKOpxjp/VgJT78gbZDdl4sfJ+FV /94a2LRXK2DwT5dIoIS4qDZnjNrjlNd0bxga8KFg= MIME-Version: 1.0 From: auh@yoctoproject.org To: Ross Burton Cc: openembedded-core@lists.openembedded.org Subject: [AUH] pkgconf: upgrading to 3.0.4 SUCCEEDED Message-ID: <0101019f885fa293-08d512d2-2cd5-42c7-8632-8af083602dcc-000000@us-west-2.amazonses.com> Date: Wed, 22 Jul 2026 05:49:56 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2026.07.22-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 ; Wed, 22 Jul 2026 05:50:01 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/241586 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *pkgconf* to *3.0.4* has Succeeded. Next steps: - apply the patch: git am 0001-pkgconf-upgrade-3.0.3-3.0.4.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 99ed1c7dfff4ceac977e7add0e07abc84d7557cb Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Wed, 22 Jul 2026 05:28:33 +0000 Subject: [PATCH] pkgconf: upgrade 3.0.3 -> 3.0.4 Source: NEWS Changes from 3.0.3 to 3.0.4: ---------------------------- * Fix a crash (stack overflow) triggered by a crafted .pc file containing a self-referential fragment variable, such as `x=$${x}` referenced from Cflags. Fragment variables are now evaluated only once while re-splitting. Found through fuzzing. * Fix over-escaping of variable values containing backslash-escaped whitespace, such as paths quoted with `printf %q`. Such a value was stored with its escapes intact and then escaped a second time when rendered into a fragment, producing output like `-L/a\\\ dir`. This broke meson's test suite, which uses paths with spaces to stay Windows-safe. * Fix mangled and duplicated -L/-I paths on Windows when PKG_CONFIG_SYSROOT_DIR and PKG_CONFIG_LIBDIR are set. Path separators are now normalized to forward slashes for all runtime-injected paths (sysroot, build root, search paths and pcfiledir), so that sysroot matching and injection operate on a consistent basis. * Fix `--define-prefix` dropping a path separator when the redefined prefix ends with a trailing slash, and only rewrite a package's directories when they match the original prefix on a path component boundary. * Fix single-package queries returning results drawn from more than the requested module, by restoring the package limit that was lost during a refactor of the query builder. --- .../pkgconf/{pkgconf_3.0.3.bb => pkgconf_3.0.4.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/pkgconf/{pkgconf_3.0.3.bb => pkgconf_3.0.4.bb} (97%) diff --git a/meta/recipes-devtools/pkgconf/pkgconf_3.0.3.bb b/meta/recipes-devtools/pkgconf/pkgconf_3.0.4.bb similarity index 97% rename from meta/recipes-devtools/pkgconf/pkgconf_3.0.3.bb rename to meta/recipes-devtools/pkgconf/pkgconf_3.0.4.bb index dfb6919ff7..0abd0fa923 100644 --- a/meta/recipes-devtools/pkgconf/pkgconf_3.0.3.bb +++ b/meta/recipes-devtools/pkgconf/pkgconf_3.0.4.bb @@ -20,7 +20,7 @@ SRC_URI = "\ file://pkg-config-native.in \ file://pkg-config-esdk.in \ " -SRC_URI[sha256sum] = "aa033abb2b777ba4e66635495a931e53c49d86e4e4e38af68c0f76d666cbd8cf" +SRC_URI[sha256sum] = "91ce346b47f46b87d680c6928e6c43240b9cdc7a31afbea19f2298de4dbe266d" UPSTREAM_CHECK_REGEX = "pkgconf-(?P\d+\.\d+\.(?!9\d+)\d+)\.tar" inherit autotools pkgconfig