Fwupd Will Use Zstd Compression
9to5linux.com
Linux Firmware Update Utility Fwupd Will Use Zstd Compression for Future Releases
The devs are also considering enforcing signed commits in an attempt to prevent supply chain issues like the XZ backdoor.
Edit: note for downvotes: I understand some of you disagree with the need for a switch. However, are you downvoting the news itself (i.e. shooting the messenger?)
You are viewing a single comment
Look at what libs
zstd
is linked to. You'll be surprised.ldd $(which zstd)
liblzma.so.5
... wow
Here, it's libzstd.so, libc and glibc, and libzstd only libc and glibc. What do you mean? At first I thought you were implying an liblzma dependency, but there's no such thing, at least can't see it.
Maybe Debian's goal is to make liblzma a dependency of everything possible? It wasn't a standard dependency of OpenSSH either, but rather something they patched in. ;)
What's your distro and how did you check needed libraries? I guess that
liblzma.so
can be needed bylibzstd.so
in your system.NixOS, did a
ldd (which zstd)
and then ldd on the reported libzstd file.Not using a POSIX shell before people complain about syntax
Edit: if you look at https://github.com/NixOS/nixpkgs/blob/nixos-unstable/pkgs/tools/compression/zstd/default.nix, you'll see that
buildInputs
is not being set, which means it can't link to anything except the standard libraries.Bookworm was unaffected by this though, right?
Canonical is delaying Noble by more than a week so they can rebuild every binary in a clean environment, just in case the build process itself was affected.
I hope so.
Apparently it differs between distributions