2018-08-21 14:33:10 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Aug 21 12:27:05 UTC 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.
|
|
|
|
|
2018-06-20 12:56:17 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Jun 20 10:51:58 UTC 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
|
|
|
|
|
2018-05-20 14:35:58 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sun May 20 12:34:57 UTC 2018 - Neal Gompa <ngompa13@gmail.com>
|
|
|
|
|
|
|
|
- Add BR pkgconfig to generate pkgconfig() deps
|
|
|
|
|
2018-05-20 09:24:31 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sun May 20 01:32:46 UTC 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 15:56:36 UTC 2018 - Neal Gompa <ngompa13@gmail.com>
|
|
|
|
|
|
|
|
- Initial packaging based on Fedora and Mageia packaging
|