Changelog for
pkgconf-m4-2.2.0-1.1.noarch.rpm :
* Sat May 25 2024 Andreas Stieger
- update to 2.2.0:
* Significant solver rework to flatten both requires and requires.private dependencies in a single pass. Improves performance slightly and ensures proper dependency order.
* Improve --digraph output to reflect more of the solver\'s state in the rendered dependency graph.
* Do not reference the graph root by name when presenting error messages about directly requested dependency nodes.
* Mon Feb 12 2024 Andreas Stieger - update to 2.1.1:
* Fix --modversion with constraints
* Reintroduce an optimization to the dependency graph walker which avoids revisiting already visited nodes
* Add a regression test to check that the dependency flattener is working as expected
* Mon Dec 18 2023 Andreas Stieger - update to 2.1.0:
* new solver for higher performance with complicated graphs
* Add --license selector to the pkgconf CLI
* Add flag --verbose and --solution to CLI
* Changes and fixes to --modversion
* bug fixes and developer visible changes- drop pkgconf-CVE-2023-24056.patch, now included
* Sun Jan 29 2023 Cliff Zhao - Add pkgconf-CVE-2023-24056.patch: Backport commit 628b2b2baf from upstream, test for, and stop string processing, on truncation (bsc#1207394 CVE-2023-24056).
* Mon Aug 23 2021 Callum Farmer - Update to version 1.8.0: + Fix a minor memory leak relating to cross-personalities + Fix some edge cases with --redefine-prefix + Do not prepend sysroot_dir if the .pc file does not exist in the sysroot + Do not perform path filtering on default system include and library path lists.
* Wed Jun 30 2021 Callum Farmer - Update to 1.7.4 + Add PKG_CONFIG_DONT_DEFINE_PREFIX environment variable + Handle platforms where realpath(3) requires a pre-allocated buffer + Fix null-dereference crash when pulling a malformed \'uninstalled\' .pc file into a dependency tree.
* Wed Apr 07 2021 Dirk Müller - do not own directories provided by filesystem- small cleanups inspired by spec-cleaner
* Mon Aug 10 2020 Neal Gompa - Add /usr/local paths to pkg-config(1) search path for non RPM builds (boo#1175039)
* Mon Jun 15 2020 Callum Farmer - Update to 1.7.3 - Bug fixes: + Fix a possible out of boundary write when evaluating dependencies. Patch by Tobias Stöckmann. + Fix escaping logic on Windows. Patch by Vincent Torri. + Fix out of boundary reads and writes with a malformed fragment. Patches by Tobias Stöckmann. + Fix a possible out of boundary write when evaluating tuples. Patch by Tobias Stöckmann. + Fix a windows-specific crash relating to path fixups. + Fix a possible out of boundary access in the parser for the cross-compile database. Patch by Tobias Stöckmann. + Missing files for building with Meson are now included in the tarball. Patch by Neal Gompa. + Fix calculation of package atoms on Windows with paths that use both directory separator characters. + Fix a possible buffer overflow involving newline escaping. Patch by Tobias Stöckmann. + Fix an out of boundary access in the parser. Patch by Tobias Stöckmann. + Fix leakage of strcmp() result value in pkgconf_compare_version() responses. + Return the default personality if loading a cross-compile personality file failed. + Do not complain about newlines when validating package versions. + Properly detect strndup() on Windows when building with Meson. - Enhancements: + A new --shared option and WantDefaultStatic cross-compile configuration option have been added. This allows for toolchains to specify that static linking should be used by default. + Support for the PKG_CONFIG_MSVC_SYNTAX environment variable has been added. Patch by Dan Kegel. + Support for the PKGCONF_PKG_PKGF_DONT_MERGE_SPECIAL_FRAGMENTS client flag which disables emulation of freedesktop.org pkg-config fragment merging semantics has been added. Patch by Karen Arutyunov.
* Mon Aug 12 2019 Neal Gompa - Update to 1.6.3 + Fixed a memory leak when deduplicating paths. + Fixed strndup-related build regression on Windows. + Added --modversion description to pkgconf(1) man page. + Properly tokenize versions. Versions cannot logically contain whitespace, as dependency-lists would not properly tokenize if they could. A diagnostic is generated for malformed version strings containing whitespace when --validate is used.