salahcoronya

Results 12 issues of salahcoronya

This fixes the attached bug, as well as up[dated the dependencies, as this package will not be compatible with OpenSSL 3.0 (see app-crypt/tpm2-openssl in GURU for the OpenSSL 3.0 provider)...

assigned
self-maintained
bug linked

The line ``` AX_CHECK_LINK_FLAG([[-Wl,--gc-sections]], [strip+="y$strip"]) ``` is wrong. The += should be =. So the subsequent test is never true, and chokes on dash because += is a bashism.

On Gentoo linux, on system where all the packages are compiled with clang, tpm2-abrmd will crash after starting. Here's the stack trace: ``` GNU gdb (Gentoo 14.1 vanilla) 14.1 Copyright...

See https://lwn.net/Articles/874049/

The test/run-with-simulator script calls busctl, which is part of systemd. This causes the script to fail on non systemd systems, like some Gentoo systems. Since its use is only an...

See https://lwn.net/Articles/874049/

tpm2-tss-4.1.0 (and above) do not see to work when compiled with clang, at least for a real TPM. Currently ( see https://bugs.gentoo.org/931885 ) its being seen under Clevis, but I...

bug
backport

There are many changes from 2.9 both by upstream and by me The main change is now sssd runs as the "sssd" user, instead of root. While sssd supported non-root...

new package
assigned
no bug found

Acutally, it shouldn't build at all. The problem here is AX_PTHREAD. It determines if the compile errors out on an unrecognized option, and if it does not, it adds -WError...

assigned
bug linked