Commit Graph

10 Commits

Author SHA256 Message Date
ace3eb9b7c - Co-own aclocal directory to avoid requiring autoconf-archive
OBS-URL: https://build.opensuse.org/package/show/devel:tools/pkgconf?expand=0&rev=15
2019-08-09 00:20:10 +00:00
b2779cce2c - Add missing -gnu ABI suffix to platform names in pkgconf-pkg-config (boo#1144318)
OBS-URL: https://build.opensuse.org/package/show/devel:tools/pkgconf?expand=0&rev=13
2019-08-05 12:52:20 +00:00
43e844c2e1 - Fix license tag for pkgconf-m4
OBS-URL: https://build.opensuse.org/package/show/devel:tools/pkgconf?expand=0&rev=11
2019-07-15 00:29:04 +00:00
9b3385c1e8 - Set pkgconf to provide pkgconfig on Tumbleweed (post SUSE Linux 15)
OBS-URL: https://build.opensuse.org/package/show/devel:tools/pkgconf?expand=0&rev=10
2019-07-15 00:07:11 +00:00
febf7cca50 - Update to 1.6.1
+ Fixed an issue where a personality may not be properly selected
    due to argv[0] containing a full path.
  + Fixed a regression where having an empty PKG_CONFIG_LIBDIR
    environment variable would not eliminate the default search
    paths.
  + Use POSIX realpath(3) instead of readlink() for deduplicating the
    search path.  Use _fullpath() on Windows for the same purpose.
  + The dequoting logic for tuples has been improved to ensure that
    quotes *inside* a value remain quoted when necessary.
  + Fixed issue where packages which referenced missing packages in
    Requires.private may have crashed due to memory corruption issues
    in some circumstances.
  + Fixed warnings reported by GCC 8 diagnostics.
  + Add LIBPKGCONF_VERSION and LIBPKGCONF_VERSION_STR macros for
    determining libpkgconf version.
  + Add pkgconf_fragment_copy_list() to copy a fragment list to
    another fragment list.
  + Fix edge cases for path canonicalization (especially on Windows)
- Add personality.d directories for cross-targets
- Add pkgconf rpm macros for pkgconf directories
- Simplify platform-pkg-config wrapper to work with POSIX sh

OBS-URL: https://build.opensuse.org/package/show/devel:tools/pkgconf?expand=0&rev=8
2019-05-01 12:42:47 +00:00
14a1eb13e7 - 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.

OBS-URL: https://build.opensuse.org/package/show/devel:tools/pkgconf?expand=0&rev=6
2018-08-21 12:33:10 +00:00
271cb8906e Accepting request 618012 from home:kbabioch:branches:devel:tools
- 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

OBS-URL: https://build.opensuse.org/request/show/618012
OBS-URL: https://build.opensuse.org/package/show/devel:tools/pkgconf?expand=0&rev=4
2018-06-20 10:56:17 +00:00
Dominique Leuenberger
7a9f03ba91 Accepting request 610755 from devel:tools
- Initial submission of pkgconf to Factory

OBS-URL: https://build.opensuse.org/request/show/610755
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pkgconf?expand=0&rev=1
2018-05-29 08:34:19 +00:00
ef43101371 - Add BR pkgconfig to generate pkgconfig() deps
OBS-URL: https://build.opensuse.org/package/show/devel:tools/pkgconf?expand=0&rev=2
2018-05-20 12:35:58 +00:00
Martin Pluskal
43202e047f Accepting request 610670 from home:Pharaoh_Atem:pkgconf_SUSE
- 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)
- Initial packaging based on Fedora and Mageia packaging

OBS-URL: https://build.opensuse.org/request/show/610670
OBS-URL: https://build.opensuse.org/package/show/devel:tools/pkgconf?expand=0&rev=1
2018-05-20 07:24:31 +00:00