From 59f6a1e73906b5f6375c58c7d0f8acc82adbb4ce8e96680c09065debcb37863c Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Tue, 13 Jul 2021 06:34:33 +0000 Subject: [PATCH] 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 --- pkgconf-1.7.3.tar.xz | 3 --- pkgconf-1.7.4.tar.xz | 3 +++ pkgconf.changes | 10 ++++++++++ pkgconf.spec | 2 +- 4 files changed, 14 insertions(+), 4 deletions(-) delete mode 100644 pkgconf-1.7.3.tar.xz create mode 100644 pkgconf-1.7.4.tar.xz diff --git a/pkgconf-1.7.3.tar.xz b/pkgconf-1.7.3.tar.xz deleted file mode 100644 index 3851b1c..0000000 --- a/pkgconf-1.7.3.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b846aea51cf696c3392a0ae58bef93e2e72f8e7073ca6ad1ed8b01c85871f9c0 -size 293148 diff --git a/pkgconf-1.7.4.tar.xz b/pkgconf-1.7.4.tar.xz new file mode 100644 index 0000000..d71de8d --- /dev/null +++ b/pkgconf-1.7.4.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d73f32c248a4591139a6b17777c80d4deab6b414ec2b3d21d0a24be348c476ab +size 293888 diff --git a/pkgconf.changes b/pkgconf.changes index 1bde55a..fad86d3 100644 --- a/pkgconf.changes +++ b/pkgconf.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Wed Jun 30 15:33:37 UTC 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 7 16:19:46 UTC 2021 - Dirk Müller diff --git a/pkgconf.spec b/pkgconf.spec index 725ae2f..c6089ec 100644 --- a/pkgconf.spec +++ b/pkgconf.spec @@ -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