James Le Cuirot
James Le Cuirot
## Description The miniupnpc API has changed slightly. This allows both older and newer versions. The additional arguments are for returning data that Sunshine doesn't need to care about, so...
The `xmlsec1-config` script does not help when cross-compiling. pkg-config is subsequently used for a version detection anyway. In that version detection, the `$PKG_CONFIG` variable should be respected.
# Move and rename package repos to repos/{gentoo-subset,flatcar-overlay} Catalyst 4 has totally changed the way repositories are handled. It only works when the name of the directory containing the repository...
Storing configuration outside a standard user configuration directory is bad practise and very unhelpful for distributions wanting to package this software. This respects the old configuation location for compatibility. `XDG_CONFIG_HOME`...
systemd v256 started loading libgcrypt with dlopen, so the systemd module started installing it unconditionally. However, the only part of systemd that uses it without explicitly linking it is the...
Hi Zac or anyone else who has a clue how the depgraph works. :grin: This is the result of several days of mostly staring and occasionally typing during our recent...
Dracut needs ldd to identify which libraries it needs to pull into the initrd. The regular ldd does not work across architectures though, so it suggests using [this gist](https://gist.github.com/jerome-pouiller/c403786c1394f53f44a3b61214489e6f), which...
Predictable temporary filenames are a security risk. See the [OWASP guidance](https://owasp.org/www-community/vulnerabilities/Insecure_Temporary_File). I would suggest using Python's `TemporaryDirectory` by default instead. Users who need to persist the cache can do so...
I have done the equivalent of running the test on my local Gentoo system to verify that the lack of `USE=fido2` was the problem. Fixes #1347
# Description Firstly, I had to drop some unused GCC IA32/X64 flag variables. These haven't been used since before 2d07607d8b1a0710ba7379f8ee6c11dae1, when UNIXGCC support was dropped. The recent change in 14cb48b0a053b44c5a6bcc89cbbbf86ac78c7820...