kc3-lang/pkgconf/cli

Branch :


Log

Author Commit Date CI Message
6b682318 2025-10-22 13:55:07 bomtool: add PackageDownloadLocation for packages with source tags
e21de9c6 2025-09-05 12:31:10 cli: Add Source-tag to cli Add Source tag printing to cli.
2c9a0d2d 2025-10-12 13:08:50 cli: unveil only after building the client dir list This fixes an issue where pkgconf can't access directories in the PKG_CONFIG_PATH environment variable.
706b3cbd 2025-10-12 00:29:38 cli: ignore unveil ENOENT errors on defaults path
e6e94583 2025-08-18 10:27:21 cli: use append for PKG_CONFIG_LOG This was an oversight when originally implementing PKG_CONFIG_LOG functionality. In original pkg-config, it is opened as an append log. Fixes: 8ccc108 ("main: add a stub for PKG_CONFIG_LOG (ref #88)") Signed-off-by: Ariadne Conill <ariadne@ariadne.space>
f748308b 2025-06-04 11:29:11 cli: add support for PKG_CONFIG_PRELOADED_FILES This allows for preloading external files outside PKG_CONFIG_PATH, which will be prioritized over the files located inside PKG_CONFIG_PATH. For example: ~/pkgconf $ PKG_CONFIG_PRELOADED_FILES=tests/lib1/foo.pc ./pkgconf --list-all foo foo - A testing pkg-config file Fixes: https://github.com/pkgconf/pkgconf/issues/391
a2f0af2f 2025-05-17 23:52:34 cli: squash unused variable warning in cli-specific unveil_handler Signed-off-by: Ariadne Conill <ariadne@ariadne.space>
5a188784 2025-05-17 23:49:54 libpkgconf: add support for late-breaking unveil(2) notifications Signed-off-by: Ariadne Conill <ariadne@ariadne.space>
5d363cc7 2025-05-17 23:33:48 cli: add cli-side unveil(2) support Signed-off-by: Ariadne Conill <ariadne@ariadne.space>
7502a55d 2025-05-08 13:45:33 libpkgconf: bsdstubs: align pledge and unveil stubs with openbsd-portable Signed-off-by: Ariadne Conill <ariadne@ariadne.space>