Gleb Popov
Gleb Popov
The `pkg update` code path calls `pkg_emit_sandbox_get_string(pkg_repo_meta_extract_signature_pubkey, ...)` from the `pkg_repo_archive_extract_archive`. The callback `pkg_repo_meta_extract_signature_pubkey` is never called unless the client code set an event handler for `PKG_EVENT_SANDBOX_GET_STRING`, which would invoke...
A PackageKit backend should support `pk_backend_search_details` operation, which searches packages by some description text. FreeBSD packages have comment (a short description) and pkg-descr (long description). For the `pk_backend_search_details` needs it'd...
I bumped into a following problem: 1. SDDM starts and creates the first Display (vt9 in my case). 2. Greeter runs on this Display. 3. User logs in and the...
Trying to run fuzz tests from the 1.9.0 release tarball: ``` test/fuzz/init-token-label.fuzz32.c:12:10: fatal error: 'wrap_tpm.h' file not found #include "wrap_tpm.h" ^~~~~~~~~~~~ ```
In my program I read the public part of the keypair stored on token, then generate a new keypair and read the public key again. I'm getting the same key...
I'm trying to build this repo on quite exotic setup, however the error I'm getting looks generic. I downloaded https://github.com/dotnet/installer/archive/refs/tags/v6.0.100-rc.1.21458.32.tar.gz from ".NET 6.0 RC 1" section of "Releases" page. When...
**Describe the bug** 1. Install the minimal KDE software required to reproduce the issue: `pkg install plasma5-kde-cli-tools plasma5-plasma-desktop`. 2. Run `kcmshell5 kcm_plasmasearch`. 3. Maximize the window for better reproducibility. 4....
When Poudriere 3.4.1 installs `{BUILD,LIB}_DEPENDS` it passes `USE_PACKAGE_DEPENDS_ONLY=1` to force using packages: ``` =================================================== ===== env: DEVELOPER_MODE=yes USE_PACKAGE_DEPENDS_ONLY=1 USER=root UID=0 GID=0 ``` Turns out this is not the case for...
Some Linux distributions as well as FreeBSD OS install 3rd party software into a prefix that differs from "/usr". This change makes asgen work in such cases.