forked from pool/pkgconf
Accepting request 903265 from home:gmbr3:Active
- 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. OBS-URL: https://build.opensuse.org/request/show/903265 OBS-URL: https://build.opensuse.org/package/show/devel:tools/pkgconf?expand=0&rev=24
This commit is contained in:
parent
bba8c2ee2c
commit
59f6a1e739
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b846aea51cf696c3392a0ae58bef93e2e72f8e7073ca6ad1ed8b01c85871f9c0
|
||||
size 293148
|
3
pkgconf-1.7.4.tar.xz
Normal file
3
pkgconf-1.7.4.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d73f32c248a4591139a6b17777c80d4deab6b414ec2b3d21d0a24be348c476ab
|
||||
size 293888
|
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 30 15:33:37 UTC 2021 - Callum Farmer <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 7 16:19:46 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
@ -45,7 +45,7 @@
|
||||
%global devname lib%{name}-devel
|
||||
|
||||
Name: pkgconf
|
||||
Version: 1.7.3
|
||||
Version: 1.7.4
|
||||
Release: 0
|
||||
Summary: Package compiler and linker metadata toolkit
|
||||
License: ISC
|
||||
|
Loading…
Reference in New Issue
Block a user