Rudi Heitbaum
Rudi Heitbaum
Intel packages: - gmmlib: update to 22.3.18 - libva: update to 2.21.0 - libva-utils: update to 2.21.0 - intel-ucode: update to 20240312 Minor updates: - expat: update to 2.6.2 -...
- bemenu: update to 0.6.21 - pipewire: update to 1.0.4
Hello everyone, The bugfix release 24.0.3 is now available. If you find any issues, please report them here: https://gitlab.freedesktop.org/mesa/mesa/-/issues/new The next bugfix release is due in two weeks, on March...
# Details of the nss-systemd service - https://www.freedesktop.org/software/systemd/man/latest/nss-systemd.html# # Background Updated addon component `nqptp` which previously dropped root privileges has been changed to use CAP_NET_BIND_SERVICE functionality in systemd. Instead of...
ref: - https://lore.kernel.org/lkml/[email protected]/ - https://github.com/torvalds/linux/commit/105ff5339f498af74e60d7662c8f1c4d21f1342d The new MFD_NOEXEC_SEAL and MFD_EXEC flags allows application to set executable bit at creation time (memfd_create). When MFD_NOEXEC_SEAL is set, memfd is created without executable...
remove unknown options from build. - fixes build warning: - `configure: WARNING: unrecognized options: --disable-static, --enable-shared`
Initial release of podman ``` nuc12:~ # CONTAINERS_REGISTRIES_CONF=/storage/.kodi/userdata/addon_data/service.system.podman/podman/etc/containers/registries.conf podman run --rm ubuntu Resolving "ubuntu" using unqualified-search registries (/storage/.kodi/userdata/addon_data/service.system.podman/podman/etc/containers/registries.conf) Trying to pull docker.io/library/ubuntu:latest... Getting image source signatures Copying blob 677076032cca done...
Use RPATH to target local lib.private shared libraries. This keeps the shared libraries from polluting the LD_LIBRARY_PATH. Add the following RPATH to the binaries '$ORIGIN/../lib.private' tested using patchelf ``` $...
### Describe the bug Build of qemu is failing due to need to pip and vent for python - Ref #5538 need a better solution than “downloading” during build. need...
### Describe the bug Commit https://github.com/LibreELEC/LibreELEC.tv/commit/61ddb717d0c23f2f9f2e7b1f452e3ef6545d6c05 introduced a bug when coming out of screen save. nightly-20231203-0ee24f5 works nightly-20231206-2b7c647 nightly-20231208-5b2d3ec works nightly-20231210-e521363 broken nightly-20231211-5b9bf39 broken nightly-20231217-1833aee broken https://github.com/LibreELEC/LibreELEC.tv/compare/5b2d3ec...e521363 ### How to...