Package Release Info

pkgconf-1.8.0-150400.3.3.1

Update Info: Base Release
Available in Package Hub : 15 SP5 Subpackages

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

libpkgconf-devel
libpkgconf3
pkgconf

Change Logs

* Sun Jan 29 2023 qzhao@suse.com
- Add pkgconf-CVE-2023-24056.patch: Backport commit 628b2b2baf from
  upstream, test for, and stop string processing, on truncation
  (bsc#1207394 CVE-2023-24056).
Version: 1.8.0-150400.1.5
* Mon Aug 23 2021 gmbr3@opensuse.org
- 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 gmbr3@opensuse.org
- 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 dmueller@suse.com
- do not own directories provided by filesystem
- small cleanups inspired by spec-cleaner
* Mon Aug 10 2020 ngompa13@gmail.com
- Add /usr/local paths to pkg-config(1) search path for non RPM builds (boo#1175039)
* Mon Jun 15 2020 callumjfarmer13@gmail.com
- 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 ngompa13@gmail.com
- 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.
* Fri Aug 09 2019 ngompa13@gmail.com
- Co-own aclocal directory to avoid requiring autoconf-archive
* Mon Aug 05 2019 ngompa13@gmail.com
- Add missing -gnu ABI suffix to platform names in pkgconf-pkg-config (boo#1144318)
* Mon Jul 15 2019 ngompa13@gmail.com
- Fix license tag for pkgconf-m4
* Mon Jul 15 2019 ngompa13@gmail.com
- Fix license tag for pkgconf-m4
Version: 1.5.3-bp153.2.3.1
* Sun Jan 29 2023 Cliff Zhao <qzhao@suse.com>
- Add pkgconf-CVE-2023-24056.patch: Backport commit 628b2b2baf from
  upstream, test for, and stop string processing, on truncation
  (bsc#1207394 CVE-2023-24056).
Version: 1.5.3-bp151.1.1
* Tue Aug 21 2018 Neal Gompa <ngompa13@gmail.com>
- Update to 1.5.3
  + Fix edge cases involving dequoting zero-length tuples that can lead to a
    buffer overflow under the right circumstances.  Thanks to A. Wilcox for
    reporting and supplying a patch. (boo#1105438 - CVE-2018-1000221)
  + Ensure environment variables override values learned from personality files
    or built-in defaults.
  + Add pkgconf-personality(5) manpage documenting the personality file format.
- Drop BR pkgconfig and manually specified pkgconfig() Provides for
  devel subpackage to avoid dependency loops.
* Wed Jun 20 2018 Karol Babioch <kbabioch@suse.com>
- Update to version 1.5.1
  - fixed a crash with some invalid multi-line .pc files
- Update to version 1.5.0
  - pkgconf now supports the proposed Requires.internal pkg-config extension,
    by merging it with the Requires.private list (there is no functional difference
    between the two in our resolver implementation)
  - Support for cross-compilation personalities have been added.  To make use of this
    functionality, create a file in the new personality.d directory that sits inside
    the pkgconfig directory.  The personality file format is described in
    pc-personality(5).
  - Support for Haiku has been added, including interpretation of BELIBRARIES and
    other toolchain specifics.
  - tuples are now appropriately dequoted when added by the parser
- Applied spec-cleaner
* Sun May 20 2018 Neal Gompa <ngompa13@gmail.com>
- Add BR pkgconfig to generate pkgconfig() deps
* Sun May 20 2018 Neal Gompa <ngompa13@gmail.com>
- Update to 1.4.2
  + Bug fixes
  - ensure pkgconf_dependency_t nodes have a solution marked
    when satisfied by an indirect provider (gh#pkgconf/pkgconf#172)
  - revert some quoting changes because they don't work well
    with certain GCC edge cases (gh#pkgconf/pkgconf#168)
* Mon Feb 19 2018 Neal Gompa <ngompa13@gmail.com>
- Initial packaging based on Fedora and Mageia packaging