]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commit
pkgconf: upgrade 1.9.3 -> 1.9.4
authorAlexander Kanavin <alex.kanavin@gmail.com>
Wed, 8 Feb 2023 07:21:23 +0000 (08:21 +0100)
committerSteve Sakoman <steve@sakoman.com>
Sat, 18 Feb 2023 16:41:49 +0000 (06:41 -1000)
commit7b7cdf017d10c1c387f5ae4a35c763b437ef2673
tree2a1e3c029bc5f7bb87ebb022049fa7199f7b57f4
parentce9a7ce6edc0477aab7716df183232d8057758fa
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 <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>
meta/recipes-devtools/pkgconf/pkgconf_1.9.4.bb [moved from meta/recipes-devtools/pkgconf/pkgconf_1.9.3.bb with 96% similarity]