Feed aggregator
09/18 Damn Small 2024-rc7
[$] Kernel developers at Cauldron
LLVM 19.1.0 released
Version 19.1.0 of the LLVM compiler suite has been released:
This is the first release in the LLVM 19.x series and represents 6 months of work the LLVM community. During this period 1502 unique authors contributed 18925 commits (3605729 lines added and 1665792 lines removed) to LLVM.As usual, there is a long list of changes; see the release notes for LLVM, Libc++, lld, Clang, and Extra Clang Tools for changes to each.
Security updates for Wednesday
next-20240918: linux-next
6 Best Open-Source IAM Tools in 2024
Explore the top open-source IAM (Identity and Access Management) tools, their features, and how they can enhance your organization’s security and access control.
The post 6 Best Open-Source IAM Tools in 2024 appeared first on Linux Today.
Navidrome 0.53 Rolls Out With Enhanced UI
Navidrome 0.53, a self-hosted music server and streamer, brings a new Nuclear theme, language additions, playlist auto-import toggle, and more.
The post Navidrome 0.53 Rolls Out With Enhanced UI appeared first on Linux Today.
KDE Frameworks 6.6.0 Is Out, Here’s What’s New
KDE Frameworks 6.6.0 released! Enhancements across 72 Qt addon libraries, including Breeze Icons, KIO, and Kirigami updates.
The post KDE Frameworks 6.6.0 Is Out, Here’s What’s New appeared first on Linux Today.
OpenSearch Project Joins the Linux Foundation
OpenSearch, a powerful search and analytics engine developed by AWS, has joined with the Linux Foundation to ensure its continued growth and innovation.
The post OpenSearch Project Joins the Linux Foundation appeared first on Linux Today.
[$] A discussion of Rust safety documentation
Kangrejos 2024 started off with a talk from Benno Lossin about his recent work to establish a standard for safety documentation in Rust kernel code. Lossin began his talk by giving a brief review of what safety documentation is, and why it's needed, before moving on to the current status of his work. Safety documentation is easier to read and write when there's a shared vocabulary for discussing common requirements; Lossin wants to establish that shared vocabulary for Rust code in the Linux kernel.
Linus Torvalds Muses About Maintainer Gray Hairs and the Next ‘King of Linux’
Live from Vienna, it’s the Linus Torvalds and Dirk Hohndel show! This time, they’re talking RTLinux, Rust, maintainer burnout, and succession planning.
The post Linus Torvalds Muses About Maintainer Gray Hairs and the Next ‘King of Linux’ appeared first on Linux Today.
[$] Vanilla OS 2: an immutable distribution to run all software
Vanilla OS, an immutable desktop Linux distribution designed for developers and advanced users, has recently published its 2.0 "Orchid" release. Previously based on Ubuntu, Vanilla OS has now shifted to Debian unstable ("sid"). The release has made it easier to install software from other distributions' package repositories, and it is now theoretically possible to install and run Android applications as well.
GNU Linux-Libre 6.11 Kernel Released for Software Freedom Lovers
The GNU Linux-libre project announced the release and general availability of the GNU Linux-libre 6.11 kernel for those who seek 100% freedom for their GNU/Linux computers.
The post GNU Linux-Libre 6.11 Kernel Released for Software Freedom Lovers appeared first on Linux Today.
Just Released Nextcloud Hub 9 Focuses on Decentralization and Automating AI
Here’s a look at the new features and expanded capabilities in Nextcloud Hub 9, which was released on Saturday.
The post Just Released Nextcloud Hub 9 Focuses on Decentralization and Automating AI appeared first on Linux Today.
PhotoPrism’s September Update Improves HEIC File Support
PhotoPrism’s Sept updates include improved iOS compatibility, enhanced UX, and new translations. Full library rescan recommended.
The post PhotoPrism’s September Update Improves HEIC File Support appeared first on Linux Today.
GNOME Asia Summit 2024 Will be Held in Bengaluru, India
The GNOME Asia Summit 2024 will take place from December 6 to 8 in Bengaluru, India, at Red Hat India Pvt. Ltd. The call for abstracts is now open.
The post GNOME Asia Summit 2024 Will be Held in Bengaluru, India appeared first on Linux Today.
09/17 Fedora 41-beta
09/13 FreeBSD 13.4
Fedora Linux 41 Enters Public Beta Testing With Linux Kernel 6.11 and GNOME 47
Powered by the latest and greatest Linux 6.11 kernel series, the Fedora Linux 41 beta is here to showcase the soon-to-be-released GNOME 47 desktop environment on the flagship Fedora Workstation edition, which is now Wayland-only and once again supports installing the NVIDIA drivers with Secure Boot enabled, as well as the upcoming KDE Plasma 6.2 desktop environment on the Fedora KDE Spin.
The post Fedora Linux 41 Enters Public Beta Testing With Linux Kernel 6.11 and GNOME 47 appeared first on Linux Today.
Security proof for Linux's random number generator
Four researchers have published a formal proof that Linux's new deterministic random bit generator (DRBG) is secure in a particular sense — specifically, that the number of queries that would need to be made to it to uncover its internal state depends on the quality of the entropy it can collect from different sources. As long as it can gather enough entropy, it produces secure random numbers.
Since the significant structural changes in Linux 4 and Linux 5.17, there has been no research on the provable security of Linux-DRBG. For the first time (to the best of our knowledge), we formally model the Linux-DRBG in Linux 6.4.8 and prove its security in the seedless robustness modelThanks to Jason Donenfeld for bringing the paper to our attention.