this post was submitted on 06 Mar 2025
64 points (93.2% liked)

Linux

51233 readers
775 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
 

Ubuntu's current LTS version (24.04) contains ffmpeg version 7:6.1.1-3ubuntu5 which has this buffer overflow vulnerability:

https://trac.ffmpeg.org/ticket/10952

https://ubuntu.com/security/CVE-2024-32230

On my only Ubuntu computer, my update widget says that I need to upgrade to ffmpeg version 7:6.1.1-3ubuntu5+esm2 but can only only do so with Ubuntu Pro. I'm not eligible for Ubuntu Pro.

Ubuntu claims that 24.04 is currently fully supported, and should have complete security updates. However, they seem to have paywalled this security update.

What should I do?

you are viewing a single comment's thread
view the rest of the comments
[–] commander@lemmings.world 0 points 3 days ago (3 children)

However, Ubuntu started a service called Ubuntu Pro / ESM that provides updates for packages in universe.

Since it's all free software, what gives Ubuntu the privilege to restrict these updates behind paywalls and signups?

Pro is also free for personal use on up to 5 machines, so there’s no reason not to enable it.

Fuck that bullshit. We shouldn't be encouraging or enabling this behavior at all.

[–] noahimesaka1873@lemmy.funami.tech 18 points 3 days ago* (last edited 3 days ago) (1 children)

GPL does not restrict you from selling the software, though you can't stop getting distributed by someone who bought it. Even RMS himself sold Emacs back in the day.

EDIT: I'm not saying it's justified in moral sense, I think it sucks ass. But it's not against the license.

[–] commander@lemmings.world -2 points 3 days ago (1 children)

GPL does not restrict you from selling the software

Oh god, we know.

Practically speaking though, if anyone can redistribute it for free then it's available for free.

[–] stevedice@sh.itjust.works 2 points 1 day ago

You don't seem to understand the difference between free as in freedom and free as in beer that is literally the cornerstone of the free software community.

[–] Abnorc@lemm.ee 2 points 2 days ago

Those who are against it probably would just move away from Ubuntu. For those who aren't, I don't see why they shouldn't register for Ubuntu Pro. It's not in the spirit of the free software ecosystem, but not everyone needs to have the same level of commitment to free software.

IMO, hearing about Ubuntu Pro reinforces my decision to stick to Ubuntu derivatives like Mint, and it's making me consider trying options like LMDE or straight up Debian.

[–] that_leaflet@lemmy.world 9 points 3 days ago

Canonical is making the security patches.

Also, you don’t have to release your source code changes to the public. You only have to release your changes to those who have access to the product.

That being said, Canonical probably does release the source code changes for their security fixes, I just don’t know where.