134
submitted 5 months ago* (last edited 5 months ago) by GravelPieceOfSword@lemmy.ca to c/linux@lemmy.ml

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's thread
view the rest of the comments
[-] bizdelnick@lemmy.ml 7 points 5 months ago
% libtree /usr/bin/zstd
/usr/bin/zstd 
├── libz.so.1 [ld.so.conf]
├── liblz4.so.1 [ld.so.conf]
└── liblzma.so.5 [ld.so.conf]
% lsb_release -a
No LSB modules are available.
Distributor ID: Debian
Description:    Debian GNU/Linux 12 (bookworm)
Release:        12
Codename:       bookworm
%
[-] Laser@feddit.de 11 points 5 months ago

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. ;)

[-] bizdelnick@lemmy.ml 1 points 5 months ago

What's your distro and how did you check needed libraries? I guess that liblzma.so can be needed by libzstd.so in your system.

[-] Laser@feddit.de 5 points 5 months ago* (last edited 5 months ago)

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.

[-] tastysnacks@programming.dev 2 points 5 months ago

Bookworm was unaffected by this though, right?

[-] caseyweederman@lemmy.ca 3 points 5 months ago

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.

[-] bizdelnick@lemmy.ml 2 points 5 months ago
% xz --version 
xz (XZ Utils) 5.4.1
liblzma 5.4.1
%

I hope so.

this post was submitted on 03 Apr 2024
134 points (95.9% liked)

Linux

47355 readers
1047 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS