diff options
| author | Alexander Kanavin <alex.kanavin@gmail.com> | 2023-02-08 08:21:23 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-02-24 16:41:51 +0000 |
| commit | 6cccef54a658be5352b478a9ce21008c541797b9 (patch) | |
| tree | 0f46c10381667e877c048385f25cb8d9bb8e4220 | |
| parent | a682c2f7a3a12b2c8c745e5b2dfcf5dbb0a4936c (diff) | |
| download | poky-6cccef54a658be5352b478a9ce21008c541797b9.tar.gz | |
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.
(From OE-Core rev: 7b7cdf017d10c1c387f5ae4a35c763b437ef2673)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit ea19dd90b367eda92aa01bc5131d126ed6d22280)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -rw-r--r-- | meta/recipes-devtools/pkgconf/pkgconf_1.9.4.bb (renamed from meta/recipes-devtools/pkgconf/pkgconf_1.9.3.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/pkgconf/pkgconf_1.9.3.bb b/meta/recipes-devtools/pkgconf/pkgconf_1.9.4.bb index 453da89c3d..ab0f371093 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 = "\ | |||
| 20 | file://pkg-config-native.in \ | 20 | file://pkg-config-native.in \ |
| 21 | file://pkg-config-esdk.in \ | 21 | file://pkg-config-esdk.in \ |
| 22 | " | 22 | " |
| 23 | SRC_URI[sha256sum] = "5fb355b487d54fb6d341e4f18d4e2f7e813a6622cf03a9e87affa6a40565699d" | 23 | SRC_URI[sha256sum] = "daccf1bbe5a30d149b556c7d2ffffeafd76d7b514e249271abdd501533c1d8ae" |
| 24 | 24 | ||
| 25 | inherit autotools | 25 | inherit autotools |
| 26 | 26 | ||
