From: Alexander Kanavin Date: Wed, 8 Feb 2023 07:21:23 +0000 (+0100) Subject: pkgconf: upgrade 1.9.3 -> 1.9.4 X-Git-Tag: 2022-10.3-langdale~43 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7b7cdf017d10c1c387f5ae4a35c763b437ef2673;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git pkgconf: upgrade 1.9.3 -> 1.9.4 Changes from 1.9.3 to 1.9.4: ---------------------------- * Fix a buffer overflow vulnerability involving very large variable expansions. CVE-2023-24056 * Fix a bunch of minor regressions with the solver. * Create separate solutions for `--cflags` and `--libs` when `--static` is not used. * Remove final trailing whitespace in pkgconf_fragment_render_buf(). * Revert broken pkg.m4 change involving querying module versions in PKG_CHECK_MODULES. * Fix handling of tildes in version strings. * Various C99 formatting string fixes involving SIZE_FMT_SPECIFIER. Signed-off-by: Alexander Kanavin Signed-off-by: Luca Ceresoli Signed-off-by: Richard Purdie (cherry picked from commit ea19dd90b367eda92aa01bc5131d126ed6d22280) Signed-off-by: Steve Sakoman --- diff --git a/meta/recipes-devtools/pkgconf/pkgconf_1.9.3.bb b/meta/recipes-devtools/pkgconf/pkgconf_1.9.4.bb similarity index 96% rename from meta/recipes-devtools/pkgconf/pkgconf_1.9.3.bb rename to meta/recipes-devtools/pkgconf/pkgconf_1.9.4.bb index 453da89c3db..ab0f371093f 100644 --- a/meta/recipes-devtools/pkgconf/pkgconf_1.9.3.bb +++ b/meta/recipes-devtools/pkgconf/pkgconf_1.9.4.bb @@ -20,7 +20,7 @@ SRC_URI = "\ file://pkg-config-native.in \ file://pkg-config-esdk.in \ " -SRC_URI[sha256sum] = "5fb355b487d54fb6d341e4f18d4e2f7e813a6622cf03a9e87affa6a40565699d" +SRC_URI[sha256sum] = "daccf1bbe5a30d149b556c7d2ffffeafd76d7b514e249271abdd501533c1d8ae" inherit autotools