diff mbox series

[3/6] pkgconf: upgrade 3.0.6 -> 3.0.7

Message ID 20260906080553.3151802-3-richard.purdie@linuxfoundation.org
State Accepted, archived
Commit b67db4fee83e5678b9b551d23485ba2b995b6eae
Headers show
Series [1/6] hwdata: upgrade 0.410 -> 0.411 | expand

Commit Message

Richard Purdie Sept. 6, 2026, 8:05 a.m. UTC
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.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
---
 .../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 mbox series

Patch

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 471433e7b54..4579476ae4d 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<pver>\d+\.\d+\.(?!9\d+)\d+)\.tar"
 
 inherit autotools pkgconfig