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 <[email protected]>
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<pver>\d+\.\d+\.(?!9\d+)\d+)\.tar"
 
 inherit autotools pkgconfig
-- 
2.47.1

packages/x86-64-v3-poky-linux/pkgconf: PV changed from "3.0.3" to "3.0.4"
packages/x86-64-v3-poky-linux/pkgconf: SRC_URI changed from 
"https://distfiles.ariadne.space/pkgconf/pkgconf-3.0.3.tar.xz 
file://pkg-config-wrapper file://pkg-config-native.in 
file://pkg-config-esdk.in" to 
"https://distfiles.ariadne.space/pkgconf/pkgconf-3.0.4.tar.xz 
file://pkg-config-wrapper file://pkg-config-native.in file://pkg-config-esdk.in"
packages/x86-64-v3-poky-linux/pkgconf: PKGV changed from 3.0.3 [default] to 
3.0.4 [default]
packages/x86-64-v3-poky-linux/pkgconf/pkgconf-dbg: PV changed from "3.0.3" to 
"3.0.4"
packages/x86-64-v3-poky-linux/pkgconf/pkgconf-dbg: PKGV changed from 3.0.3 
[default] to 3.0.4 [default]
packages/x86-64-v3-poky-linux/pkgconf/pkgconf-dbg: PKGSIZE changed from 767168 
to 767992 (+0%)
packages/x86-64-v3-poky-linux/pkgconf/pkgconf-dev: PV changed from "3.0.3" to 
"3.0.4"
packages/x86-64-v3-poky-linux/pkgconf/pkgconf-dev: PKGV changed from 3.0.3 
[default] to 3.0.4 [default]
packages/x86-64-v3-poky-linux/pkgconf/pkgconf-dev: PKGSIZE changed from 42032 
to 42096 (+0%)
packages/x86-64-v3-poky-linux/pkgconf/pkgconf-doc: PV changed from "3.0.3" to 
"3.0.4"
packages/x86-64-v3-poky-linux/pkgconf/pkgconf-doc: PKGV changed from 3.0.3 
[default] to 3.0.4 [default]
packages/x86-64-v3-poky-linux/pkgconf/pkgconf-locale: PV changed from "3.0.3" 
to "3.0.4"
packages/x86-64-v3-poky-linux/pkgconf/pkgconf-locale: PKGV changed from 3.0.3 
[default] to 3.0.4 [default]
packages/x86-64-v3-poky-linux/pkgconf/pkgconf-src: PV changed from "3.0.3" to 
"3.0.4"
packages/x86-64-v3-poky-linux/pkgconf/pkgconf-src: FILELIST: directory renamed 
/usr/src/debug/pkgconf/3.0.3/libpkgconf -> 
/usr/src/debug/pkgconf/3.0.4/libpkgconf, directory renamed 
/usr/src/debug/pkgconf/3.0.3/cli -> /usr/src/debug/pkgconf/3.0.4/cli, directory 
renamed /usr/src/debug/pkgconf/3.0.3/cli/pccritic -> 
/usr/src/debug/pkgconf/3.0.4/cli/pccritic, directory renamed 
/usr/src/debug/pkgconf/3.0.3/cli/bomtool -> 
/usr/src/debug/pkgconf/3.0.4/cli/bomtool, directory renamed 
/usr/src/debug/pkgconf/3.0.3/cli/spdxtool -> 
/usr/src/debug/pkgconf/3.0.4/cli/spdxtool
packages/x86-64-v3-poky-linux/pkgconf/pkgconf-src: PKGV changed from 3.0.3 
[default] to 3.0.4 [default]
packages/x86-64-v3-poky-linux/pkgconf/pkgconf-src: PKGSIZE changed from 552262 
to 556853 (+1%)
packages/x86-64-v3-poky-linux/pkgconf/pkgconf-staticdev: PV changed from 
"3.0.3" to "3.0.4"
packages/x86-64-v3-poky-linux/pkgconf/pkgconf-staticdev: PKGV changed from 
3.0.3 [default] to 3.0.4 [default]
packages/x86-64-v3-poky-linux/pkgconf/pkgconf: PV changed from "3.0.3" to 
"3.0.4"
packages/x86-64-v3-poky-linux/pkgconf/pkgconf: PKGV changed from 3.0.3 
[default] to 3.0.4 [default]

Attachment: 0001-pkgconf-upgrade-3.0.3-3.0.4.patch
Description: Binary data

Changelog for pkgconf: 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.
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#241586): 
https://lists.openembedded.org/g/openembedded-core/message/241586
Mute This Topic: https://lists.openembedded.org/mt/120389939/21656
Group Owner: [email protected]
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub 
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to