kc3-lang/pkgconf/libpkgconf

Branch :


Log

Author Commit Date CI Message
15650665 2025-10-22 13:38:31 libpkgconf: ensure source-tag is freed when package is freed
a04e2695 2025-09-05 12:28:56 libpkgconf: Add Source-tag Add Source-tag for determining where to find correct source code for the package. Source tag should be URI.
499083eb 2025-08-13 22:20:11 build: fix -Werror=unused-variable Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
de3ffe21 2025-07-30 12:06:29 libpkgconf: downgrade to readlink(3) if readlinkat(3) is unavailable Signed-off-by: Ariadne Conill <ariadne@ariadne.space> Fixes: https://github.com/pkgconf/pkgconf/issues/420
aa6b5c4c 2025-06-24 16:31:21 libpkgconf: dependency: make sure buf_sz is at least 1 byte
4fc570f9 2025-06-24 15:49:00 pkgconf 2.5.1.
46059c36 2025-06-24 15:29:56 libpkgconf: dependency: skip parsing of empty strings Closes: https://github.com/pkgconf/pkgconf/issues/413 Closes: https://github.com/pkgconf/pkgconf/issues/414 Co-authored-by: Jonas Kvinge <jonas@jkvinge.net>
c52f7785 2025-06-24 08:00:42 pkgconf_trace: fix error return handling In both cases the return value was incremented before checking for the error case.
204ad5e4 2025-06-18 21:56:01 pkgconf 2.5.0. Signed-off-by: Ariadne Conill <ariadne@ariadne.space>
a0fc46a8 2025-06-18 14:51:31 libpkgconf: clean up PRINTFLIKE and DEPRECATED macros On MingW, the wrong format string checker would be used. So prefer gnu_printf where it is known to be available. Signed-off-by: Ariadne Conill <ariadne@ariadne.space>