Outils pour utilisateurs

Outils du site


issue221:actus

Ceci est une ancienne révision du document !


Table des matières

1

The Linux kernel turns 34: 25/08/2025 On August 25, 1991, after five months of development, 21-year-old student Linus Torvalds announced on the comp.os.minix newsgroup that he had created a working prototype of the new Linux operating system, marking the completion of the bash 1.08 and gcc 1.40 ports. The first public release of the Linux kernel was presented on September 17. Kernel 0.0.1 was 62 KB in compressed form and contained approximately 10,000 lines of source code. The modern Linux kernel contains approximately 41 million lines of code. Linus originally intended to call the kernel Freax, a combination of the words “free”, “freak” and X (Unix). But the kernel was given the name “Linux” by Ari Lemmke, who, at Linus's request, placed the kernel on the university's FTP server , naming the directory with the archive not “freax”, as Torvalds had requested, but “linux”. It is noteworthy that the enterprising businessman William Della Croce managed to register the Linux trademark and wanted to collect royalties over time, but later changed his mind and transferred all rights to the trademark to Linus. The official mascot of the Linux kernel, the penguin Tux, was chosen as a result of a competition held in 1996. The name Tux stands for Torvalds UniX. http://www.cs.cmu.edu/~awb/linux.history.html

Le noyau Linux fête ses 34 ans 25/08/2025

Le 25 août 1991, après cinq mois de développement, Linus Torvalds, un étudiant de 21 ans, annonçait sur le groupe de discussion comp.os.minix avoir créé un prototype fonctionnel du nouveau système d’exploitation Linux, marquant ainsi l’achèvement des portages bash 1.08 et gcc 1.40. La première version publique du noyau Linux fut présentée le 17 septembre. Le noyau 0.0.1 pesait 62 Ko sous forme compressée et contenait environ 10 000 lignes de code source. Le noyau Linux moderne contient environ 41 millions de lignes de code.

Linus avait initialement prévu d’appeler le noyau Freax, une combinaison des mots « free », « freak » et X (Unix). Mais le noyau fut baptisé « Linux » par Ari Lemmke, qui, à la demande de Linus, le plaça sur le serveur FTP de l'université, nommant le répertoire contenant l'archive non pas « freax », comme l'avait demandé Torvalds, mais « linux ». Il est intéressant de noter que l'entrepreneur William Della Croce parvint à déposer la marque Linux et souhaitait percevoir des redevances au fil du temps, mais changea d'avis et transféra tous les droits de la marque à Linus. La mascotte officielle du noyau Linux, le pingouin Tux, fut choisie à l'issue d'un concours organisé en 1996. Le nom Tux signifie Torvalds UniX.

http://www.cs.cmu.edu/~awb/linux.history.html

Ubuntu uses sudo-rs by default: 26/08/2025 In the daily experimental Ubuntu builds that reflect the development of the fall release of Ubuntu 25.10, the sudo-rs project, written in Rust, is used instead of the sudo utility by default. The decision to use sudo-rs in Ubuntu was made in May, but until recently it was unclear whether the developers would have time to implement the necessary missing features in sudo-rs before Ubuntu 25.10 entered the freeze stage. To ship sudo-rs in Ubuntu 25.10, the following requirements were met: the ability to work on systems with older versions of the Linux kernel (<5.9), support for the NOEXEC protection mechanism and AppArmor profiles, fixing stability issues, reviewing the package and adding it to the main repository. Delivering utilities written in Rust will reduce the risk of errors when working with memory, such as accessing a memory area after it has been freed and going beyond the buffer boundaries. If no unforeseen problems arise, Rust utilities will be used by default in the Ubuntu 26.04 LTS branch. https://discourse.ubuntu.com/t/sudo-rs-is-now-default-for-questing-quokka/66912

Ubuntu utilise sudo-rs par défaut 26/08/2025

Dans les builds expérimentaux quotidiens d'Ubuntu qui reflètent le développement de la version d'automne d'Ubuntu 25.10, le projet sudo-rs, écrit en Rust, est utilisé par défaut à la place de l'utilitaire sudo. La décision d'utiliser sudo-rs dans Ubuntu a été prise en mai, mais jusqu'à récemment, il était difficile de savoir si les développeurs auraient le temps d'implémenter les fonctionnalités manquantes dans sudo-rs avant le gel d'Ubuntu 25.10.

Pour intégrer sudo-rs dans Ubuntu 25.10, les exigences suivantes ont été remplies : compatibilité avec les systèmes dotés d'anciennes versions du noyau Linux (< 5.9), prise en charge du mécanisme de protection NOEXEC et des profils AppArmor, correction des problèmes de stabilité, révision du paquet et ajout au dépôt principal. L'utilisation d'utilitaires écrits en Rust réduira le risque d'erreurs lors de l'utilisation de la mémoire, comme l'accès à une zone mémoire après sa libération et le dépassement des limites du tampon. Sauf problème imprévu, les utilitaires en Rust seront utilisés par défaut dans la branche Ubuntu 26.04 LTS.

https://discourse.ubuntu.com/t/sudo-rs-is-now-default-for-questing-quokka/66497

d52fr : modifier l'URL dans la zone sensible

QEMU 10.1.0: 27/08/2025 The release of QEMU 10.1.0 is out. As an emulator, QEMU allows you to run a program compiled for one hardware platform on a system with a completely different architecture, for example, to run an ARM application on an x86-compatible PC. In virtualization mode in QEMU, the performance of code execution in an isolated environment is close to the actual hardware system due to direct execution of instructions on the CPU and the use of the Xen hypervisor or the KVM module in Linux, or the NVMM module in NetBSD. The project was originally created by Fabrice Bellard to enable x86-based Linux binaries to run on non-x86 architectures. Over the years, full emulation support has been added for 14 hardware architectures, with over 400 emulated hardware devices. More than 2,700 changes from 226 developers were made in preparation for version 11.0. https://lists.nongnu.org/archive/html/qemu-devel/2025-08/msg03762.html

QEMU 10.1.0 27/08/2025

La version 10.1.0 de QEMU est disponible. En tant qu'émulateur, QEMU permet d'exécuter un programme compilé pour une plateforme matérielle sur un système doté d'une architecture totalement différente, par exemple une application ARM sur un PC compatible x86. En mode virtualisation, QEMU offre des performances d'exécution de code proches de celles du système réel grâce à l'exécution directe des instructions sur le processeur et à l'utilisation de l'hyperviseur Xen, du module KVM sous Linux ou du module NVMM sous NetBSD.

Le projet a été initialement créé par Fabrice Bellard pour permettre l'exécution de binaires Linux x86 sur des architectures non-x86. Au fil des ans, la prise en charge complète de l'émulation a été ajoutée pour 14 architectures matérielles, avec plus de 400 périphériques émulés. Plus de 2 700 modifications, réalisées par 226 développeurs, ont été apportées à la version 11.0.

https://lists.nongnu.org/archive/html/qemu-devel/2025-08/msg03762.html

2

Cozystack 0.35: 27/08/2025 The release of the free PaaS platform Cozystack 0.35, built on Kubernetes, is now available. The project aims to provide a ready-made platform for hosting providers and a framework for building private and public clouds. The platform is installed directly on servers and covers all aspects of preparing the infrastructure for providing managed services. Cozystack allows you to launch and provide Kubernetes clusters, databases, and virtual machines. The platform code is available on GitHub and is distributed under the Apache-2.0 license. The platform includes a free implementation of the network infrastructure (fabric) based on Kube-OVN, and uses Cilium for the service network and MetalLB to announce services to the outside. The storage is implemented on LINSTOR, which suggests using ZFS as a base layer for storage and DRBD for replication. There is a pre-configured monitoring stack based on VictoriaMetrics and Grafana. To launch virtual machines, KubeVirt technology is used , which allows you to launch classic virtual machines directly in Kubernetes containers and already has all the necessary integrations with the Cluster API to launch managed Kubernetes clusters inside a “hardware” Kubernetes cluster. https://github.com/cozystack/cozystack/releases/tag/v0.35.0

Cozystack 0.35 27/08/2025

La plateforme PaaS gratuite Cozystack 0.35, basée sur Kubernetes, est désormais disponible. Le projet vise à fournir une plateforme clé en main aux hébergeurs et un framework pour la création de clouds privés et publics. La plateforme s'installe directement sur les serveurs et couvre tous les aspects de la préparation de l'infrastructure pour la fourniture de services gérés. Cozystack permet de lancer et de fournir des clusters, des bases de données et des machines virtuelles Kubernetes. Le code de la plateforme est disponible sur GitHub et distribué sous licence Apache 2.0.

La plateforme inclut une implémentation libre de l'infrastructure réseau (fabric) basée sur Kube-OVN et utilise Cilium pour le réseau de services et MetalLB pour l'annonce des services vers l'extérieur. Le stockage est implémenté sur LINSTOR, ce qui suggère l'utilisation de ZFS comme couche de base pour le stockage et de DRBD pour la réplication. Une pile de surveillance préconfigurée basée sur VictoriaMetrics et Grafana est également disponible. Pour lancer des machines virtuelles, la technologie KubeVirt est utilisée. Elle permet de lancer des machines virtuelles classiques directement dans des conteneurs Kubernetes et intègre déjà toutes les intégrations nécessaires avec l'API Cluster pour lancer des clusters Kubernetes gérés au sein d'un cluster Kubernetes matériel.

https://github.com/cozystack/cozystack/releases/tag/v0.35.0

RPM 6.0 beta 2: 28/08/2025 Red Hat has published the second beta release of the RPM 6.0 package manager, which will be used in the fall release of the Fedora Linux 43 distribution. The project is used in such distributions as RHEL, Fedora, SUSE, openSUSE, OpenMandriva, Mageia, PCLinuxOS and more. RPM code is distributed under the GPLv2 and LGPLv2 licenses. RPM version 5 is skipped to avoid overlaps with the RPM5 project, which is not related to Red Hat's RPM and was developed by independent developers. https://lists.rpm.org/pipermail/rpm-announce/2025-August/000120.html

RPM 6.0 bêta 2 28/08/2025

Red Hat a publié la deuxième version bêta du gestionnaire de paquets RPM 6.0, qui sera utilisé dans la version d'automne de la distribution Fedora Linux 43. Le projet est utilisé dans des distributions telles que RHEL, Fedora, SUSE, openSUSE, OpenMandriva, Mageia, PCLinuxOS, etc. Le code RPM est distribué sous les licences GPLv2 et LGPLv2. La version 5 de RPM est ignorée afin d'éviter tout chevauchement avec le projet RPM5, qui n'est pas lié à Red Hat RPM et a été développé par des développeurs indépendants.

https://lists.rpm.org/pipermail/rpm-announce/2025-August/000120.html

Agama 17: 28/08/2025 The openSUSE project developers have introduced the Agama 17 installer, which is being developed to replace the classic SUSE and openSUSE installation interface, and is notable for separating the user interface from the internal YaST components. The code of the installer components is distributed under the GPLv2 license and is written in Ruby, Rust, and JavaScript/TypeScript. To test the new installer, live builds have been created for the x86_64, ppc64le, s390x, and ARM64 architectures. The builds include the beta version of openSUSE Leap 16, continuously updated builds of openSUSE Tumbleweed and openSUSE Slowroll, as well as the container-based MicroOS edition and openSUSE Leap Micro 6.2. The installer will be shipped with openSUSE Leap 16 and SUSE Linux Enterprise Server 16 (in beta testing). https://agama-project.github.io/blog/2025/08/27/agama-17

Agama 17 28/08/2025

Les développeurs du projet openSUSE ont présenté l'installeur Agama 17, développé pour remplacer l'interface d'installation classique de SUSE et openSUSE. Il se distingue par la séparation de l'interface utilisateur et des composants YaST internes. Le code des composants de l'installeur est distribué sous licence GPLv2 et est écrit en Ruby, Rust et JavaScript/TypeScript.

Pour tester le nouvel installeur, des versions Live ont été créées pour les architectures x86_64, ppc64le, s390x et ARM64. Ces versions incluent la version bêta d'openSUSE Leap 16, les versions constamment mises à jour d'openSUSE Tumbleweed et d'openSUSE Slowroll, ainsi que l'édition MicroOS basée sur des conteneurs et openSUSE Leap Micro 6.2. L'installeur sera fourni avec openSUSE Leap 16 et SUSE Linux Enterprise Server 16 (en version bêta).

https://agama-project.github.io/blog/2025/08/27/agama-17

3

MODICIA 6.12.41: 29/08/2025 The release of the MODICIA 6.12.41 distribution has been published. It is based on Debian and offers a selection of applications for musicians, designers and video creators. The user environment is built using the Cinnamon desktop environment. The project maintains an application catalog containing about 1000 packages. The size of the live iso image, is 4.7 GB (x86_64). The distribution has been developing since 1998 and is notable for its default high-performance CPU mode (Turbo Boost) and the delivery of a kernel variant that works in real time. Wine is used to run multimedia programs compiled for Windows. Zram (RAM disk with compression) is used to compress data stored in RAM, and the kernel parameter vm.swappiness is reduced from 60 to 10 to reduce the activity of the swap partition. https://sourceforge.net/p/modicia-o-s/news/general/thread/625f1f4975/

MODICIA 6.12.41 29/08/2025

La distribution MODICIA 6.12.41 est disponible. Basée sur Debian, elle propose une sélection d'applications pour les musiciens, les designers et les vidéastes. L'environnement utilisateur est basé sur l'environnement de bureau Cinnamon. Le projet gère un catalogue d'applications contenant environ 1 000 paquets. La taille de l'image ISO Live est de 4,7 Go (x86_64).

Développée depuis 1998, cette distribution se distingue par son mode processeur hautes performances par défaut (Turbo Boost) et la livraison d'une variante de noyau fonctionnant en temps réel. Wine permet d'exécuter des programmes multimédias compilés pour Windows. Zram (disque RAM compressé) permet de compresser les données stockées en RAM, et le paramètre du noyau vm.swappiness est réduit de 60 à 10 afin de limiter l'activité de la partition swap.

https://sourceforge.net/p/modicia-o-s/news/general/thread/625f1f4975/

FreedomBox: 29/08/2025 New FreedomBox Trixie builds have been published, translated to the Debian 13 base. The project is developing a system for easy deployment of personal servers that protect users' personal data and allow you to quickly launch typical services on your equipment that can be used for personal use. All the code developed by the project are available through the Debian repositories. The installation image is generated for the x86_64 architecture (the formation of i386 builds has been discontinued). If desired, you can create your own image using the special Freedom-Maker installer and the freedombox-setup configurator . FreedomBox was founded by Eben Moglen, a Columbia University law professor who provides legal support for the Free Software Foundation. The project was created to provide a means to create low-cost, low-power personal servers that users can use to store their personal data and securely communicate without relying on external centralized services. https://discuss.freedombox.org/t/debian-13-trixie-disk-images-now-available/3871

FreedomBox 29/08/2025

De nouvelles versions de FreedomBox Trixie ont été publiées, traduites vers la base Debian 13. Le projet développe un système facilitant le déploiement de serveurs personnels. Ces serveurs protègent les données personnelles des utilisateurs et permettent de lancer rapidement des services courants sur votre équipement, utilisables à des fins personnelles. L'ensemble du code développé par le projet est disponible via les dépôts Debian. L'image d'installation est générée pour l'architecture x86_64 (la création de versions i386 a été abandonnée). Vous pouvez, si vous le souhaitez, créer votre propre image à l'aide de l'installeur Freedom-Maker et du configurateur freedombox-setup.

FreedomBox a été fondé par Eben Moglen, professeur de droit à l'Université Columbia et accompagnateur juridique de la Free Software Foundation. Le projet a été créé pour créer des serveurs personnels économiques et peu gourmands en énergie, permettant aux utilisateurs de stocker leurs données personnelles et de communiquer en toute sécurité sans recourir à des services centralisés externes.

https://discuss.freedombox.org/t/debian-13-trixie-disk-images-now-available/3871

GTK 4.20: 29/08/2025 After six months of development, the multi-platform GUI toolkit GTK 4.20 has been released. GTK 4 is being developed as part of a development process that tries to provide application developers with a stable and supported API for several years that they can use without the fear of having to rework their applications every six months due to API changes in the next GTK branch. https://gitlab.gnome.org/GNOME/gtk/-/tags/4.20.0

GTK 4.20 29/08/2025

Après six mois de développement, la boîte à outils d'interface graphique utilisateur (GUI) multiplateforme GTK 4.20 est disponible. GTK 4 s'inscrit dans un processus de développement visant à fournir aux développeurs d'applications une API stable et supportée pendant plusieurs années, leur permettant d'utiliser leurs applications sans craindre de devoir les retravailler tous les six mois en raison des modifications d'API de la prochaine branche GTK.

https://gitlab.gnome.org/GNOME/gtk/-/tags/4.20.0

4

SpamAssassin 4.0.2: 30/08/2025 After a year and a half of development, the release of the SpamAssassin 4.0.2 spam filtering platform has been published.Blocking in SpamAssassin: first, the message is checked using various methods, such as contextual analysis, DNSBL black and white lists, trained Bayesian classifiers, signatures of known spam, sender authentication by SPF and DKIM. As a result of the checks, a weighting coefficient is accumulated, which must not exceed a certain threshold, otherwise the message is blocked or marked as spam. The package can be used on both client and server systems. Automatic filter rule update tools are supported. SpamAssassin code is written in Perl and is distributed under the Apache 2.0 license. https://lists.apache.org/thread/vdmwnh6f05fnj9ddz93t70f9gy00ys0b

SpamAssassin 4.0.2 30/08/2025

Après un an et demi de développement, la plateforme de filtrage du spam SpamAssassin 4.0.2 est disponible. Blocage dans SpamAssassin : le message est d’abord vérifié à l’aide de diverses méthodes, telles que l’analyse contextuelle, les listes noires et blanches DNSBL, les classificateurs bayésiens entraînés, les signatures de spams connus, l’authentification de l’expéditeur par SPF et DKIM. Ces vérifications génèrent un coefficient de pondération qui ne doit pas dépasser un certain seuil, sous peine de blocage ou de marquage du message comme spam. Le paquet est utilisable sur les systèmes client et serveur. Les outils de mise à jour automatique des règles de filtrage sont pris en charge. Le code de SpamAssassin est écrit en Perl et distribué sous licence Apache 2.0.

https://lists.apache.org/thread/vdmwnh6f05fnj9ddz93t70f9gy00ys0b

GNOME Foundation CEO Steps Down: 30/08/2025 Steven Deobald has announced that he is stepping down as executive director of the GNOME Foundation, which oversees the development of the GNOME desktop environment. Steven took over four months ago, and at a recent board meeting, it was decided that he was not fit for the role despite accomplishments such as creating a new donation platform, working on the guidelines, and building partnerships with related projects such as postmarketOS. https://blogs.gnome.org/steven/2025/08/29/so-short-and-thanks-for-all-the-flinch/

Démission du PDG de la Fondation GNOME 30/08/2025

Steven Deobald a annoncé sa démission de son poste de directeur exécutif de la Fondation GNOME, qui supervise le développement de l'environnement de bureau GNOME. Steven a pris ses fonctions il y a quatre mois et, lors d'une récente réunion du conseil d'administration, il a été décidé qu'il n'était pas apte à occuper ce poste malgré des réalisations telles que la création d'une nouvelle plateforme de dons, l'élaboration des directives et la création de partenariats avec des projets connexes tels que postmarketOS.

https://blogs.gnome.org/steven/2025/08/29/so-short-and-thanks-for-all-the-flinch/

IceWM 3.9.0: 31/08/2025 The lightweight window manager IceWM 3.9.0 is now available. IceWM provides full control via keyboard shortcuts, the ability to use virtual desktops, taskbars and application menus, and tabs can be used to group windows. The window manager is configured via a fairly simple configuration file and themes can be used. Combining windows in the form of tabs is also supported. Built-in applets for monitoring CPU, memory, and network traffic are available. Several third-party GUIs for customization, desktop implementations, and menu editors are being developed separately. The code is written in C++ and is distributed under the GPLv2 license. The new version adds support for cursor themes. As an alternative to XPM cursors, support for cursor image files in the Xcursor format has been added. For themes that do not define a cursor image, the cursor from the Xcursor system theme is used. To load cursor images, gdk-pixbuf functions are used without using the libXpm library. The libXcursor library has been added to the dependencies. The dependency on libXpm has been removed. The “-covered” option has been added to the icesh utility to filter out windows covered by other windows. https://github.com/ice-wm/icewm/releases/tag/3.9.0

IceWM 3.9.0 31/08/2025

Le gestionnaire de fenêtres léger IceWM 3.9.0 est désormais disponible. Il offre un contrôle total via des raccourcis clavier, la possibilité d'utiliser des bureaux virtuels, des barres des tâches et des menus d'application, ainsi que la possibilité de regrouper les fenêtres à l'aide d'onglets. Le gestionnaire de fenêtres se configure via un fichier de configuration simple et permet l'utilisation de thèmes. La combinaison de fenêtres sous forme d'onglets est également prise en charge. Des applets intégrés pour la surveillance du processeur, de la mémoire et du trafic réseau sont disponibles. Plusieurs interfaces graphiques tierces pour la personnalisation, les implémentations de bureau et les éditeurs de menus sont en cours de développement séparément. Le code est écrit en C++ et distribué sous licence GPLv2.

La nouvelle version prend désormais en charge les thèmes de curseur. En alternative aux curseurs XPM, la prise en charge des fichiers image de curseur au format Xcursor a été ajoutée. Pour les thèmes qui ne définissent pas d'image de curseur, le curseur du thème système Xcursor est utilisé. Pour charger les images de curseur, les fonctions gdk-pixbuf sont utilisées sans la bibliothèque libXpm. La bibliothèque libXcursor a été ajoutée aux dépendances. La dépendance à libXpm a été supprimée. L'option « -covered » a été ajoutée à l'utilitaire icesh pour filtrer les fenêtres masquées par d'autres fenêtres.

https://github.com/ice-wm/icewm/releases/tag/3.9.0

5

Linux From Scratch 12.4 && Beyond Linux From Scratch 12.4: 02/09/2025 New releases of the Linux From Scratch 12.4 (LFS) and Beyond Linux From Scratch 12.4 (BLFS) guides, as well as LFS and BLFS editions with the systemd system manager, are available. Linux From Scratch provides instructions for building a basic Linux system from scratch, using only the source code for the necessary software. Beyond Linux From Scratch supplements the LFS instructions with information on building and configuring about 1,000 software packages, covering a variety of applications, from DBMSs and server systems to graphical shells and media players. Linux From Scratch 12.4 updates 49 packages, including Linux kernel 6.16.1, Systemd 257.8, Binutils 2.45, gcc 15.2, glibc 2.42, Bash 5.3, Coreutils 9.7, Meson 1.8.3, OpenSSL 3.5.2, Perl 5.42.0, Python 3.13.7, Vim 9.1.1629. Bugs in boot scripts have been fixed, and explanatory materials throughout the book have been edited. Beyond Linux From Scratch 12.4 features over 1,300 updates, including KDE Plasma 6.4.4, KDE Gears 25.08, GNOME 48, Xfce 4.20.2, LXQt 2.2.1, IceWM 3.8.2, LibreOffice 25.8.1, FFmpeg 7.1.1, Inkscape 1.4.2, Thunderbird 140.2, Firefox 140.2.0, SeaMonkey 2.53.21, GIMP 3.0.4, Mesa 25.1.8, GTK 4.18.6, MariaDB 11.8.3, PostgreSQL 17.6, SQLite 3.50.4, Postfix 3.10.4, Exim 4.98.2, BIND 9.20.12, Apache httpd 2.4.65. Added new packages: roman-numerals-py, Clone::PP and fast_float. Removed packages libgdata, uhttpmock and AbiWord. https://lists.linuxfromscratch.org/sympa/arc/lfs-announce/2025-09/msg00000.html

Linux From Scratch 12.4 et Beyond Linux From Scratch 12.4 02/09/2025

Les nouvelles versions 12.4 des guides Linux From Scratch (LFS) et Beyond Linux From Scratch (BLFS), ainsi que les éditions LFS et BLFS avec le gestionnaire système systemd, sont disponibles. Linux From Scratch fournit des instructions pour construire un système Linux de base à partir de zéro, en utilisant uniquement le code source des logiciels nécessaires. Beyond Linux From Scratch complète les instructions LFS avec des informations sur la construction et la configuration d'environ 1 000 logiciels, couvrant une variété d'applications, des SGBD et systèmes serveurs aux interfaces graphiques et lecteurs multimédias.

Linux From Scratch 12.4 met à jour 49 paquets, dont le noyau Linux 6.16.1, Systemd 257.8, Binutils 2.45, gcc 15.2, glibc 2.42, Bash 5.3, Coreutils 9.7, Meson 1.8.3, OpenSSL 3.5.2, Perl 5.42.0, Python 3.13.7 et Vim 9.1.1629. Des bugs dans les scripts de démarrage ont été corrigés et les explications du livre ont été modifiées.

Beyond Linux From Scratch 12.4 comprend plus de 1 300 mises à jour, dont KDE Plasma 6.4.4, KDE Gears 25.08, GNOME 48, Xfce 4.20.2, LXQt 2.2.1, IceWM 3.8.2, LibreOffice 25.8.1, FFmpeg 7.1.1, Inkscape 1.4.2, Thunderbird 140.2, Firefox 140.2.0, SeaMonkey 2.53.21, GIMP 3.0.4, Mesa 25.1.8, GTK 4.18.6, MariaDB 11.8.3, PostgreSQL 17.6, SQLite 3.50.4, Postfix 3.10.4, Exim 4.98.2, BIND 9.20.12, Apache httpd 2.4.65. Nouveaux paquets ajoutés : roman-numerals-py, Clone::PP et fast_float. Paquets supprimés : libgdata, uhttpmock et AbiWord.

https://lists.linuxfromscratch.org/sympa/arc/lfs-announce/2025-09/msg00000.html

Apache Cloudberry 2.0.0: 02/09/2025 Apache Cloudberry 2.0.0 is the latest release of the distributed DBMS, continuing the development of the open source Greenplum DBMS codebase, which was closed sourced by Broadcom after its acquisition of VMware. Apache Cloudberry 2.0.0 marks the first release of the project after the code was transferred to the Apache community. The project is currently in the Apache Incubator and will be promoted to a primary Apache project once the infrastructure and maintainers are ready. Cloudberry DBMS is a distributed edition of the open PostgreSQL DBMS optimized for executing analytical queries over large data arrays (Data Warehouse). Massively parallel processing (MPP) architecture is used for parallel data processing, ensuring storage scalability up to petabyte sizes by dividing data into segments and using a cluster of servers for their storage and processing. https://cloudberry.apache.org/blog/announce-apache-cloudberry-2.0.0

Apache Cloudberry 2.0.0 02/09/2025

Apache Cloudberry 2.0.0 est la dernière version du SGBD distribué, poursuivant le développement du code source Open Source Greenplum, dont Broadcom a fermé le code source après son acquisition de VMware. Apache Cloudberry 2.0.0 marque la première version du projet après le transfert du code à la communauté Apache. Le projet est actuellement dans l'incubateur Apache et sera promu au rang de projet Apache principal une fois l'infrastructure et les mainteneurs prêts.

Le SGBD Cloudberry est une édition distribuée du SGBD PostgreSQL Open Source, optimisée pour l'exécution de requêtes analytiques sur de grands ensembles de données (Data Warehouse). L'architecture de traitement massivement parallèle (MPP) est utilisée pour le traitement parallèle des données, garantissant une évolutivité du stockage jusqu'à des pétaoctets grâce à la segmentation des données et à l'utilisation d'un cluster de serveurs pour leur stockage et leur traitement.

https://cloudberry.apache.org/blog/announce-apache-cloudberry-2.0.0

Release of miracle-wm 0.7: 04/09/2025 Matthew Kosarek, a developer from Canonical, has released the miracle-wm 0.7 compositing manager, which uses the Wayland protocol and Mir compositing manager building components. Miracle-wm supports tiling window layout, similar to the i3 and Sway projects. Waybar can be used as a panel. The project code is written in C++ and is distributed under the GPLv3 license. Ready-made builds are available in Snap format, as well as deb packages for Ubuntu. The goal of miracle-wm is to create a composite server that uses tiled window management, but is more functional and stylish than products like Swayfx. At the same time, the project allows you to use classic techniques for working with floating windows, such as placing individual windows on top of a tiled grid or pinning windows to a specific place on the desktop. Virtual desktops are supported with the ability to set a default window mode for each desktop (tiled layout or floating windows). It is expected that miracle-wm will be useful for users who prefer a tiled layout, but want visual effects and a more vivid graphical design with smooth transitions and colors. The configuration is defined in YAML format. To install miracle-wm, you can use the command “sudo snap install miracle-wm –classic”. https://github.com/miracle-wm-org/miracle-wm/releases/tag/v0.7.0

Sortie de miracle-wm 0.7 04/09/2025

Matthew Kosarek, développeur chez Canonical, a publié le gestionnaire de composition miracle-wm 0.7, qui utilise le protocole Wayland et les composants de construction du gestionnaire de composition Mir. Miracle-wm prend en charge la disposition des fenêtres en mosaïque, similaire aux projets i3 et Sway. Waybar peut être utilisé comme panneau. Le code du projet est écrit en C++ et distribué sous licence GPLv3. Des versions prêtes à l'emploi sont disponibles au format Snap, ainsi que des paquets deb pour Ubuntu.

L'objectif de miracle-wm est de créer un serveur composite utilisant la gestion des fenêtres en mosaïque, mais plus fonctionnel et élégant que des produits comme Swayfx. De plus, le projet permet d'utiliser des techniques classiques pour travailler avec des fenêtres flottantes, comme le placement de fenêtres individuelles sur une grille en mosaïque ou l'épinglage de fenêtres à un emplacement précis du bureau. Les bureaux virtuels sont pris en charge et permettent de définir un mode de fenêtre par défaut pour chaque bureau (disposition en mosaïque ou fenêtres flottantes).

miracle-wm devrait être utile aux utilisateurs qui préfèrent une disposition en mosaïque, mais recherchent des effets visuels et une interface graphique plus dynamique avec des transitions et des couleurs fluides. La configuration est définie au format YAML. Pour installer miracle-wm, utilisez la commande « sudo snap install miracle-wm –classic ».

https://github.com/miracle-wm-org/miracle-wm/releases/tag/v0.7.0

6

GDM brings back X11 support by default ahead of GNOME 49: 04/09/2025 GNOME 49 RC has been released, the final testing release before the scheduled September 17 release. The published testing release is notable for reverting an earlier change that disabled the default compilation of X11 support components in the GNOME Display Manager (GDM). The original intent of GNOME 49 was to disable X11 support in GDM by default, but leave the ability to run X11-based desktop environments and retain X11-related code to optionally bring back X11 support in distributions. The reason for bringing back X11 support in GDM is the difficulty of separating the ability to run modern X11 sessions in GDM from the use of X11 in GDM itself, such as support for XDMCP, legacy x11 sessions, and non-user x11 sessions. https://discourse.gnome.org/t/gnome-49-rc-released/31234

GDM rétablit la prise en charge de X11 par défaut avant GNOME 49 04/09/2025

GNOME 49 RC est sorti. Il s'agit de la dernière version de test avant la sortie prévue le 17 septembre. Cette version de test annule une modification antérieure qui désactivait la compilation par défaut des composants de prise en charge de X11 dans GNOME Display Manager (GDM - gestionnaire d'affichage GNOME).

L'objectif initial de GNOME 49 était de désactiver la prise en charge de X11 dans GDM par défaut, tout en conservant la possibilité d'exécuter des environnements de bureau basés sur X11 et en conservant le code associé à X11 pour éventuellement rétablir la prise en charge de X11 dans les distributions. Le rétablissement de la prise en charge de X11 dans GDM s'explique par la difficulté de séparer l'exécution de sessions X11 modernes dans GDM de l'utilisation de X11 dans GDM lui-même, comme la prise en charge de XDMCP, des sessions X11 héritées et des sessions X11 non utilisateur.

https://discourse.gnome.org/t/gnome-49-rc-released/31234

openSUSE Leap and openSUSE Leap Micro support period extended to 2 years: 04/09/2025 The developers of the openSUSE distribution have announced an extension to the update period for new releases of the openSUSE Leap and openSUSE Leap Micro distributions to two years. The new support period will be applied starting with the openSUSE Leap 16 branch, which is scheduled for October 1, 2025. Intermediate releases in the openSUSE Leap 16 branch, supported in parallel with the commercial distribution SUSE Linux Enterprise 16, will be generated until the fall of 2031 - the final release will be openSUSE Leap 16.6, updates will be released until the fall of 2033. As before, new releases of the distribution will be published once a year. Since 2009, openSUSE has had a support period of one and a half years - a year until the next release + six months for upgrading to a new version. Since the development of the first release of the new openSUSE Leap 16 branch took longer than usual, an exception was made for the openSUSE Leap 15.6 release, formed in June last year and its support period was extended by an additional 4 months (the total period for publishing updates will be 1 year and 10 months). Starting with openSUSE 16, release support will be carried out during two full cycles of preparing new releases. For those who find two years of support insufficient, a toolkit is provided for migrating installations to SUSE Linux Enterprise and SUSE Linux Enterprise Micro distributions. https://news.opensuse.org/2025/09/03/leap-16-doubles-support/

Extension de la période de support d'openSUSE Leap et d'openSUSE Leap Micro à deux ans 04/09/2025

Les développeurs de la distribution openSUSE ont annoncé une extension de la période de mise à jour des nouvelles versions des distributions openSUSE Leap et openSUSE Leap Micro à deux ans. Cette nouvelle période de support sera appliquée à compter de la branche openSUSE Leap 16, prévue pour le 1er octobre 2025. Les versions intermédiaires de la branche openSUSE Leap 16, prises en charge parallèlement à la distribution commerciale SUSE Linux Enterprise 16, seront générées jusqu'à l'automne 2031. La version finale sera openSUSE Leap 16.6, et les mises à jour seront publiées jusqu'à l'automne 2033. Comme auparavant, les nouvelles versions de la distribution seront publiées une fois par an.

Depuis 2009, openSUSE bénéficie d'une période de support d'un an et demi : un an jusqu'à la prochaine version + six mois pour la mise à niveau vers une nouvelle version. Le développement de la première version de la nouvelle branche openSUSE Leap 16 ayant pris plus de temps que d'habitude, une exception a été faite pour la version openSUSE Leap 15.6, lancée en juin dernier, dont la période de support a été prolongée de quatre mois supplémentaires (la période totale de publication des mises à jour sera d'un an et dix mois). À compter d'openSUSE 16, le support sera assuré pendant deux cycles complets de préparation des nouvelles versions. Pour ceux qui estiment que deux ans de support ne suffisent pas, une boîte à outils est fournie pour la migration des installations vers les distributions SUSE Linux Enterprise et SUSE Linux Enterprise Micro.

https://news.opensuse.org/2025/09/03/leap-16-doubles-support/

Release of Linux Mint 22.2: 04/09/2025 The release of Linux Mint 22.2 is out, continuing the development of the branch on the Ubuntu 24.04 LTS package base. The distribution is fully compatible with Ubuntu, but differs significantly in its approach to the user interface and the selection of applications used by default. The Linux Mint developers provide a desktop environment that corresponds to the classic layouts of the desktop, which is more familiar to users who do not accept the new ways of building the GNOME 3 interface. DVD builds based on MATE (3 GB), Cinnamon (3 GB) and Xfce (3 GB) are available for download. The Linux Mint 22 branch is classified as a long-term support (LTS) release, updates for which will be generated until 2029. https://blog.linuxmint.com/?p%3D4881

Sortie de Linux Mint 22.2 04/09/2025

La version 22.2 de Linux Mint est disponible, poursuivant le développement de la branche sur la base du paquet Ubuntu 24.04 LTS. Entièrement compatible avec Ubuntu, cette distribution diffère sensiblement par son interface utilisateur et la sélection des applications utilisées par défaut. Les développeurs de Linux Mint proposent un environnement de bureau respectant les configurations classiques, plus familier aux utilisateurs qui n'acceptent pas les nouvelles méthodes de développement de l'interface GNOME 3. Des versions DVD basées sur MATE (3 Go), Cinnamon (3 Go) et Xfce (3 Go) sont disponibles en téléchargement. La branche Linux Mint 22 est classée comme une version à support à long terme (LTS), dont les mises à jour seront générées jusqu'en 2029.

https://blog.linuxmint.com/?p=4881

d52fr : modifier l'URL dans la zone sensible

7

Microsoft Opens BASIC Interpreter Code for M6502 CPU's: 04/09/2025 Microsoft has announced the release of the source code for the BASIC interpreter for the MOS Technology 6502 eight-bit microprocessors developed in 1975. The version of BASIC that was released was installed in 8KB of ROM and supported the Apple II, Commodore PET, Ohio Scientific, MOS KIM-1c, and PDP-10 simulator. The code is 6,955 lines of assembly language and is licensed under the MIT license. The last change was made on July 28, 1978. The 6502 BASIC code may be of interest to retro computer enthusiasts using emulators and FPGA-based implementations. https://opensource.microsoft.com/blog/2025/09/03/microsoft-open-source-historic-6502-basic/

Microsoft publie le code source de l'interpréteur BASIC pour les processeurs M6502 04/09/2025

Microsoft a annoncé la publication du code source de l'interpréteur BASIC pour les microprocesseurs 8 bits MOS Technology 6502 développés en 1975. La version BASIC publiée était installée sur 8 Ko de ROM et prenait en charge les simulateurs Apple II, Commodore PET, Ohio Scientific, MOS KIM-1c et PDP-10. Le code, composé de 6 955 lignes en langage assembleur, est sous licence MIT. La dernière modification a été effectuée le 28 juillet 1978.

Le code BASIC du 6502 pourrait intéresser les passionnés d'informatique rétro utilisant des émulateurs et des implémentations basées sur FPGA.

https://opensource.microsoft.com/blog/2025/09/03/microsoft-open-source-historic-6502-basic/

LKRG 1.0.0 Released: 05/09/2025 The Openwall project has published the LKRG 1.0.0 kernel module (Linux Kernel Runtime Guard), designed to check the integrity of kernel structures and identify attempts to exploit kernel vulnerabilities. Assigning the version number 1.0.0 marked the project reaching a mature state. The project code is distributed under the GPLv2 license. The module is suitable for both protection against attacks that manipulate known vulnerabilities in the Linux kernel and for countering exploits that use yet unknown vulnerabilities, if they do not use special measures to bypass LKRG. The protection is based on identifying unauthorized changes to the running kernel (integrity check) and tracking changes in user process permissions (determining the use of exploits). The integrity check is performed based on comparison of hashes calculated for the most important memory areas and kernel data structures, such as IDT (Interrupt Descriptor Table), MSR, system call tables, all procedures and functions, interrupt handlers, lists of loaded modules, contents of the “.text” section of modules and process attributes. It supports x86-64, AArch64 (ARM64), ARM32, and x86 architectures. LKRG 1.0.0 has been tested with kernels from various distributions, ranging from RHEL/CentOS 7 kernel 3.10 to 6.17-rc4 from the Fedora 44 release repository. Packages are available for Arch, Gentoo, Guix, NixOS, Rocky, Whonix, Yocto and OpenBMC. Packages built for Rocky Linux can be used in RHEL 8/9 and derivatives such as AlmaLinux 8/9, and Whonix packages in Debian and Ubuntu. https://www.openwall.com/lists/announce/2025/09/02/1

Sortie de LKRG 1.0.0 05/09/2025

Le projet Openwall a publié le module noyau LKRG 1.0.0 (Linux Kernel Runtime Guard), conçu pour vérifier l'intégrité des structures du noyau et identifier les tentatives d'exploitation de ses vulnérabilités. L'attribution du numéro de version 1.0.0 marque l'arrivée du projet à maturité. Le code du projet est distribué sous licence GPLv2.

Ce module permet de se protéger contre les attaques exploitant des vulnérabilités connues du noyau Linux et de contrer les exploits sur des vulnérabilités encore inconnues, à condition de ne pas recourir à des mesures spéciales pour contourner LKRG. Cette protection repose sur l'identification des modifications non autorisées du noyau en cours d'exécution (vérification de l'intégrité) et le suivi des modifications des autorisations des processus utilisateur (détermination de l'utilisation d'exploits).

Le contrôle d'intégrité est effectué en comparant les hachages calculés pour les zones mémoire les plus importantes et les structures de données du noyau, telles que l'IDT (table des descripteurs d'interruptions), le MSR, les tables d'appels système, toutes les procédures et fonctions, les gestionnaires d'interruptions, les listes de modules chargés, le contenu de la section « .text » des modules et les attributs de processus.

Il prend en charge les architectures x86-64, AArch64 (ARM64), ARM32 et x86. LKRG 1.0.0 a été testé avec des noyaux de différentes distributions, allant du noyau RHEL/CentOS 7 3.10 au noyau 6.17-rc4 du dépôt Fedora 44. Des paquets sont disponibles pour Arch, Gentoo, Guix, NixOS, Rocky, Whonix, Yocto et OpenBMC. Les paquets créés pour Rocky Linux sont utilisables dans RHEL 8/9 et ses dérivés tels qu'AlmaLinux 8/9, ainsi que les paquets Whonix dans Debian et Ubuntu.

https://www.openwall.com/lists/announce/2025/09/02/1

GIMP 3.1.4: 05/09/2025 The GIMP 3.1.4 graphics editor is now available, which is the second release in the experimental 3.1 branch, which forms the functionality of the future stable GIMP 3.2 branch. The GIMP 3.2 branch develops support for link layers (Link layer) and vector layers (Vector layer), as well as features related to support for the CMYK color model and color management. Ready-made builds are published for Linux (AppImage and Flatpak for x86 and ARM64 architectures), macOS and Windows. https://www.gimp.org/news/2025/09/01/gimp-3-1-4-released/

GIMP 3.1.4 05/09/2025

L'éditeur graphique GIMP 3.1.4 est désormais disponible. Il s'agit de la deuxième version de la branche expérimentale 3.1, qui constitue les fonctionnalités de la future branche stable de GIMP 3.2. Cette branche prend en charge les calques de liens (Couche de liens) et les calques vectoriels (Couche vectorielle), ainsi que des fonctionnalités liées à la prise en charge du modèle colorimétrique CMJN et à la gestion des couleurs. Des versions prêtes à l'emploi sont disponibles pour Linux (AppImage et Flatpak pour les architectures x86 et ARM64), macOS et Windows.

https://www.gimp.org/news/2025/09/01/gimp-3-1-4-released/

8

New versions of Debian 13.1 and 12.12: 06/09/2025 The first corrective update of Debian 13 has been generated, which includes package updates released in the month since the release of the new branch, and fixes bugs in the installer. The release includes 72 updates with fixes for stability issues and 16 updates with fixes for vulnerabilities. Changes include: update to the latest stable versions of certain packages, like, dpdk, galera, git, glib, gnome-online-accounts, gnome-shell, gssdp, libadwaita-1, librepo, mariadb, mozjs128, network-manager-openvpn, pcre2, postfix, postgresql, ptyxis, qemu, samba, systemd. The package manager guix, which remained unsupported and contains security issues, was removed from the distribution. At the same time, a new release of the previous stable branch Debian 12.12 is available, which includes 135 updates with fixes for stability issues and 83 updates with fixes for vulnerabilities. The following packages have been updated to the latest stable versions: apache2, clamav, dpdk, galera, libsoup3, llvm-toolchain, mariadb, openssl, postgresql, rar, rustc-web, systemd, usb.ids, wireless-regdb. Here too, the guix package has been removed. https://www.debian.org/News/2025/20250906

Nouvelles 13.1 et 12.12 versions de Debian 06/09/2025

La première mise à jour corrective de Debian 13 a été générée. Elle inclut les mises à jour de paquets publiées au cours du mois suivant la sortie de la nouvelle branche et corrige des bogues dans l'installeur. Cette version inclut 72 mises à jour corrigeant des problèmes de stabilité et 16 mises à jour corrigeant des vulnérabilités.

Les modifications incluent : la mise à jour vers les dernières versions stables de certains paquets, tels que dpdk, galera, git, glib, gnome-online-accounts, gnome-shell, gssdp, libadwaita-1, librepo, mariadb, mozjs128, network-manager-openvpn, pcre2, postfix, postgresql, ptyxis, qemu, samba et systemd. Le gestionnaire de paquets guix, qui n'était pas pris en charge et présentait des problèmes de sécurité, a été supprimé de la distribution.

Parallèlement, une nouvelle version de la branche stable précédente, Debian 12.12, est disponible. Elle inclut 135 mises à jour corrigeant des problèmes de stabilité et 83 mises à jour corrigeant des vulnérabilités. Les paquets suivants ont été mis à jour vers les dernières versions stables : apache2, clamav, dpdk, galera, libsoup3, llvm-toolchain, mariadb, openssl, postgresql, rar, rustc-web, systemd, usb.ids, wireless-regdb. Le paquet guix a également été supprimé.

https://www.debian.org/News/2025/20250906

The first alpha release of the KDE Linux distribution: 06/09/2025 The KDE project has released the first alpha release of its own KDE Linux distribution, which is positioned as a reference implementation of a Linux distribution for the KDE desktop and applications, optimally combined with KDE technologies and developed directly by KDE developers. System images (5 GB) are available for installation to create bootable USB drives that work in Live mode. The distribution is based on Arch Linux, but is designed as an indivisible image that does not use division into separate packages, is mounted in read-only mode and is updated atomically. The components, in addition to the basic system environment, are built from source code using kde-builder or supplied as Flatpak packages. The distribution supports repeatable builds, allowing anyone to verify the distribution build process. All user (/home) and changeable system data are stored in encrypted partitions. The bootloader is systemd-boot, which supports booting only in EFI mode. The limitations of the alpha version include support for UEFI-based systems only, no ability to boot in UEFI Secure Boot mode, no ability to load new kernel modules during operation, an unfinished interface for updating the system and applications in Flatpak format, no support for old NVIDIA GPUs (only GPUs based on the Turing microarchitecture (GTX 16xx) and newer are supported, since licensing restrictions do not allow proprietary modules with support for old GPUs to be included in the image). Only a Wayland-based graphics session is available. https://discuss.kde.org/t/kde-linux-alpha-has-been-released/39476

Première version alpha de la distribution KDE Linux 06/09/2025

Le projet KDE a publié la première version alpha de sa propre distribution KDE Linux. Cette distribution se positionne comme une implémentation de référence pour le bureau et les applications KDE, parfaitement intégrée aux technologies KDE et développée directement par ses développeurs. Des images système (5 Go) sont disponibles pour l'installation afin de créer des clés USB bootables fonctionnant en mode Live.

La distribution est basée sur Arch Linux, mais est conçue comme une image indivisible, sans division en paquets distincts, montée en lecture seule et avec mise à jour atomique. Les composants, outre l'environnement système de base, sont compilés à partir du code source via kde-builder ou fournis sous forme de paquets Flatpak. La distribution prend en charge les compilations répétables, permettant à chacun de vérifier le processus de compilation. Toutes les données utilisateur (/home) et les données système modifiables sont stockées dans des partitions chiffrées. Le chargeur de démarrage, systemd-boot, ne prend en charge le démarrage qu'en mode EFI.

Les limitations de la version alpha incluent la prise en charge des systèmes UEFI uniquement, l'impossibilité de démarrer en mode UEFI Secure Boot, l'impossibilité de charger de nouveaux modules du noyau en cours d'exécution, une interface inachevée pour la mise à jour du système et des applications au format Flatpak, et l'absence de prise en charge des anciens GPU NVIDIA (seuls les GPU basés sur la microarchitecture Turing (GTX 16xx) et les versions ultérieures sont pris en charge, car les restrictions de licence ne permettent pas l'inclusion de modules propriétaires prenant en charge les anciens GPU dans l'image). Seule une session graphique basée sur Wayland est disponible.

https://discuss.kde.org/t/kde-linux-alpha-has-been-released/39476

Release of uutils 0.2.0: 07/09/2025 The release of the uutils coreutils 0.2.0 (Rust Coreutils) project has been published. It develops an analogue of the GNU Coreutils package written in the Rust language. coreutils includes more than a hundred utilities, including sort, cat, chmod, chown, chroot, cp, date, dd, echo, hostname, id, ln and ls. The goal of the project is to create a cross-platform alternative implementation of Coreutils, among others, capable of running on Windows, Redox and Fuchsia platforms. Rust Coreutils is used in the AerynOS (Serpent OS) and Apertis distributions , and will be enabled by default in the fall release of Ubuntu 25.10. Unlike GNU Coreutils, the Rust implementation is distributed under a permissive MIT license, instead of the copyleft GPL license. In addition, the same team of developers is developing Rust-written analogs of the util-linux , diffutils , findutils and procps utility sets , as well as the sed and login programs . https://github.com/uutils/coreutils/releases/tag/0.2.0

Uutils 0.2.0 publié 07/09/2025

La version 0.2.0 du projet uutils coreutils (Coreutils en Rust) a été publiée. Ce projet développe un analogue du paquet GNU Coreutils écrit en langage Rust. coreutils inclut plus d'une centaine d'utilitaires, dont sort, cat, chmod, chown, chroot, cp, date, dd, echo, hostname, id, ln et ls. L'objectif du projet est de créer une implémentation alternative multiplateforme de Coreutils, compatible avec Windows, Redox et Fuchsia.

Rust Coreutils est utilisé dans les distributions AerynOS (Serpent OS) et Apertis, et sera activé par défaut dans la version d'automne d'Ubuntu 25.10. Contrairement à GNU Coreutils, l'implémentation Rust est distribuée sous une licence MIT permissive, au lieu de la licence copyleft GPL. De plus, la même équipe de développeurs développe des versions en Rust des ensembles d'utilitaires util-linux, diffutils, findutils et procps, ainsi que des programmes sed et login.

https://github.com/uutils/coreutils/releases/tag/0.2.0

9

Release of Armbian 25.8 && DietPi 9.16: 07/09/2025 Armbian 25.8 has been released, providing a compact system environment for single-board computers with ARM, RISC-V and x86 processors, supporting various models of Raspberry Pi, Odroid, Orange Pi, Banana Pi, Helios64, pine64, Nanopi and Cubieboard based on Allwinner, Amlogic, Actionsemi, Freescale / NXP, Marvell Armada, Rockchip, Radxa and Samsung Exynos processors. The project supports more than 30 variants of Linux kernel builds for different ARM and ARM64 platforms. A SDK is provided to simplify the creation of your own system images, packages and distribution editions. When logging in via SSH, an option is provided to use two-factor authentication. The package includes a box64 emulator, which allows you to run programs compiled for processors based on the x86 architecture. Ready-made packages are offered for running user environments based on KDE, GNOME, Budgie, Cinnamon, i3wm, Mate, Xfce and Xmonad. Additionally, DietPi 9.16, a distribution for single-board PCs based on ARM and RISC-V architectures, such as Raspberry Pi, Orange Pi, NanoPi, BananaPi, BeagleBone Black, Rock64, Rock Pi, Quartz64, Pine64, Asus Tinker, Odroid and VisionFive 2 is also out. The distribution is built on Debian and is available in builds for more than 50 boards. DietPi can also be used to create compact environments for virtual machines and regular PCs based on the x86_64 architecture. Builds for the boards are small in size (on average 130 MB) compared to Raspberry Pi OS and Armbian. The tools for building and maintaining the distribution are distributed under the GPLv2 license. The project is optimized for minimal resource consumption and develops several of its own utilities: an interface for installing DietPi-Software applications, a configurator DietPi-Config, a backup system DietPi-Backup, a mechanism for maintaining temporary logs DietPi-Ramlog (rsyslog is also supported), an interface for setting process execution priorities DietPi-Services and a system for delivering updates DietPi-Update. The utilities provide a console user interface with menus and dialogs based on whiptail. A fully automated installation mode is supported, allowing installation on boards without user intervention. https://blog.armbian.com/v25-8-1-is-here/

Sortie d'Armbian 25.8 et DietPi 9.16 07/09/2025

Armbian 25.8 est disponible. Il offre un environnement système compact pour ordinateurs monocartes équipés de processeurs ARM, RISC-V et x86. Il prend en charge différents modèles de Raspberry Pi, Odroid, Orange Pi, Banana Pi, Helios64, pine64, Nanopi et Cubieboard basés sur les processeurs Allwinner, Amlogic, Actionsemi, Freescale/NXP, Marvell Armada, Rockchip, Radxa et Samsung Exynos.

Le projet prend en charge plus de 30 variantes de noyaux Linux pour différentes plateformes ARM et ARM64. Un SDK est fourni pour simplifier la création de vos propres images système, paquets et éditions de distribution. Lors de la connexion via SSH, une option permet d'utiliser l'authentification à deux facteurs. Le paquet inclut un émulateur Box64 permettant d'exécuter des programmes compilés pour les processeurs basés sur l'architecture x86. Des paquets prêts à l'emploi sont proposés pour l'exécution d'environnements utilisateur basés sur KDE, GNOME, Budgie, Cinnamon, i3wm, Mate, Xfce et Xmonad.

De plus, DietPi 9.16, une distribution pour PC monocartes basés sur les architectures ARM et RISC-V, tels que Raspberry Pi, Orange Pi, NanoPi, BananaPi, BeagleBone Black, Rock64, Rock Pi, Quartz64, Pine64, Asus Tinker, Odroid et VisionFive 2, est également disponible. Basée sur Debian, cette distribution est disponible en versions pour plus de 50 cartes mères. DietPi permet également de créer des environnements compacts pour machines virtuelles et PC classiques basés sur l'architecture x86_64. Les versions pour ces cartes mères sont compactes (en moyenne 130 Mo) par rapport à Raspberry Pi OS et Armbian. Les outils de développement et de maintenance de la distribution sont distribués sous licence GPLv2.

Le projet est optimisé pour une consommation minimale de ressources et développe plusieurs utilitaires : une interface d'installation des applications DietPi-Software, un configurateur DietPi-Config, un système de sauvegarde DietPi-Backup, un mécanisme de gestion des journaux temporaires DietPi-Ramlog (rsyslog est également pris en charge), une interface de définition des priorités d'exécution des processus DietPi-Services et un système de mise à jour DietPi-Update. Ces utilitaires offrent une interface utilisateur en console avec des menus et des boîtes de dialogue basés sur Whiptail. Un mode d'installation entièrement automatisé est pris en charge, permettant l'installation sur les cartes mères sans intervention de l'utilisateur.

https://blog.armbian.com/v25-8-1-is-here/

Budgie Desktop Environment 10.9.3: 07/09/2025 More than a year after the last update, the Budgie 10.9.3 desktop environment has been released. The user environment consists of separately delivered components with the Budgie Desktop desktop implementation, the Budgie Desktop View icon set, the Budgie Control Center system configuration interface (a fork of GNOME Control Center), and the Budgie Screensaver screensaver (a fork of gnome-screensaver). The project code is distributed under the GPLv2 license. The developers intended to form a major release of Budgie 10.10 in the first quarter of 2025. In this release, it was planned to completely abandon support for X11 and leave only the ability to work in environments based on the Wayland protocol. However, this branch is still not ready for release, one of the criteria for which was mentioned as achieving parity in the functionality of applets with the old environment based on X11. After the release of Budgie 10.10, the 10.x series will be transferred to maintenance mode, and all resources will be directed to the development of the Budgie 11 branch, notable for separating desktop functionality from the layer providing visualization and output of information. The Budgie 10.9.3 update is notable for its synchronization with the changes in the upcoming GNOME 49 release, scheduled for September 17. To manage settings, Budgie uses the gnome-settings-daemon component , which was changed in GNOME 49, breaking backward compatibility. The code for managing the screen backlight was transferred from the Power plugin to GNOME Shell, and the code for supporting multimedia keys for changing brightness was transferred from the MediaKeys plugin. Also, the plugin for Wacom graphic tablets was removed from gnome-settings-daemon, the functionality of which is now integrated into the Mutter composite manager. To ensure operation after the functionality cut, the Budgie developers created a fork of gnome-settings-daemon, aimed at preserving the old state of the MediaKeys , Power and Wacom components . With the exception of these components, which are supplied as separate plugins (bsd-media-keys, bsd-power and bsd-wacom), and the return of desktop files for their autorun, the rest of the gnome-settings-daemon code is fully synchronized with the GNOME code base. Changes in Budgie itself include adaptation to the new API of the libxfce4windowing library, changes in the processing of the “overlay-key” key (by default “Super”) in the Mutter composite manager and the removal of compact classes in Vala 0.56.18. https://github.com/BuddiesOfBudgie/budgie-desktop/releases/tag/v10.9.3

Environnement de bureau Budgie 10.9.3 07/09/2025

Plus d'un an après la dernière mise à jour, l'environnement de bureau Budgie 10.9.3 est disponible. Cet environnement utilisateur se compose de composants livrés séparément : l'implémentation du bureau Budgie, le jeu d'icônes Budgie Desktop View, l'interface de configuration système Budgie Control Center (un fork du Centre de contrôle GNOME) et l'économiseur d'écran Budgie Screensaver (un fork de gnome-screensaver). Le code du projet est distribué sous licence GPLv2.

Les développeurs prévoyaient une version majeure, Budgie 10.10, au premier trimestre 2025. Cette version prévoyait d'abandonner complètement la prise en charge de X11 et de ne conserver que la possibilité de travailler dans des environnements basés sur le protocole Wayland. Cependant, cette branche n'est pas encore prête à être publiée, l'un des critères mentionnés étant l'égalité des fonctionnalités des applets avec l'ancien environnement basé sur X11. Après la sortie de Budgie 10.10, la série 10.x passera en mode maintenance et toutes les ressources seront consacrées au développement de la branche Budgie 11, notamment pour la séparation des fonctionnalités bureautiques de la couche de visualisation et de sortie d'informations.

La mise à jour Budgie 10.9.3 se distingue par sa synchronisation avec les modifications de la prochaine version de GNOME 49, prévue pour le 17 septembre. Pour gérer les paramètres, Budgie utilise le composant gnome-settings-daemon, modifié dans GNOME 49, ce qui a rompu la rétrocompatibilité. Le code de gestion du rétroéclairage de l'écran a été transféré du plugin Power vers GNOME Shell, et le code de prise en charge des touches multimédias pour le réglage de la luminosité a été transféré du plugin MediaKeys. De plus, le plugin pour tablettes graphiques Wacom a été supprimé de gnome-settings-daemon, dont les fonctionnalités sont désormais intégrées au gestionnaire composite Mutter.

Pour garantir le bon fonctionnement après la suppression de fonctionnalités, les développeurs de Budgie ont créé un dérivé de gnome-settings-daemon afin de préserver l'ancien état des composants MediaKeys, Power et Wacom. À l'exception de ces composants, fournis sous forme de plugins distincts (bsd-media-keys, bsd-power et bsd-wacom), et du retour des fichiers du bureau pour leur exécution automatique, le reste du code de gnome-settings-daemon est entièrement synchronisé avec le code de base de GNOME. Les modifications apportées à Budgie incluent l'adaptation à la nouvelle API de la bibliothèque libxfce4windowing, des modifications du traitement de la touche « overlay-key » (par défaut « Super ») dans le gestionnaire composite Mutter et la suppression des classes compactes dans Vala 0.56.18.

https://github.com/BuddiesOfBudgie/budgie-desktop/releases/tag/v10.9.3

FreeType font engine 2.14: 07/09/2025 FreeType 2 is a software font engine that is designed to be small, efficient, highly customizable and portable while capable of producing high-quality output (glyph images) of most vector and bitmap font formats. Note that FreeType 2 is a font service and doesn't provide APIs to perform higher-level features, like text layout or graphics processing (e.g., colored text rendering, 'hollowing', etc.). However, it greatly simplifies these tasks by providing a simple, easy to use, and uniform interface to access the content of font files. FreeType 2 is released under two open-source licenses: our own BSD-like FreeType License and the GPL. It can thus be used by any kind of projects, be they proprietary or not. https://www.mail-archive.com/freetype-announce@nongnu.org/msg00141.html

Moteur de polices FreeType 2.14 07/09/2025

FreeType 2 est un moteur de polices logiciel compact, performant, hautement personnalisable et portable, capable de produire des images de haute qualité (glyphes) pour la plupart des formats de polices vectorielles et bitmap.

Notez que FreeType 2 est un service de polices et ne fournit pas d'API pour exécuter des fonctionnalités de haut niveau, comme la mise en page de texte ou le traitement graphique (par exemple, le rendu de texte coloré, le « hollowing », etc.). Cependant, il simplifie grandement ces tâches grâce à une interface simple, conviviale et uniforme pour accéder au contenu des fichiers de polices.

FreeType 2 est publié sous deux licences Open Source : notre propre licence FreeType de type BSD et la GPL. Il peut donc être utilisé par tout type de projet, qu'il soit propriétaire ou non.

https://www.mail-archive.com/freetype-announce@nongnu.org/msg00141.html

10

Alpha Testing Of FreeBSD 15: 08/09/2025 The first alpha release of FreeBSD 15.0 has been prepared. Installation builds are available for amd64, powerpc64le, aarch64 and riscv64 architecture. The release is scheduled for December 2. Upgrading to the 15.0-ALPHA1 branch from past versions with the help of the freesd-update utility has not yet been implemented. Starting with the FreeBSD 15 branch, the support period of major branches after the first release (15.0) is reduced from 5 to 4 years, and new major branches will be formed every two years. Intermediate versions (15.1, 15.2, 15.3) will be developed as part of a fixed development cycle involving the publication of new versions in one branch approximately every 6 months and not once a year as it was until now. In the official announcement of the alpha version of FreeBSD 15 there is a reference to the release notes with an incorrect list of changes. This refers to changes in the 14x branch relative to the release of 14.0, i.e. old data transferred from previously published notes to release 14.1, 14.2 and 14.3. https://lists.freebsd.org/archives/freebsd-stable/2025-September/003112.html

Test alpha de FreeBSD 15 08/09/2025

La première version alpha de FreeBSD 15.0 est prête. Des versions d'installation sont disponibles pour les architectures amd64, powerpc64le, aarch64 et riscv64. La sortie est prévue pour le 2 décembre. La mise à niveau vers la branche 15.0-ALPHA1 à partir des versions précédentes, via l'utilitaire freesd-update, n'est pas encore implémentée.

À partir de la branche FreeBSD 15, la période de support des branches majeures après la première version (15.0) est réduite de 5 à 4 ans, et de nouvelles branches majeures seront créées tous les deux ans. Les versions intermédiaires (15.1, 15.2, 15.3) seront développées selon un cycle de développement fixe impliquant la publication de nouvelles versions dans une branche environ tous les 6 mois, et non plus une fois par an comme c'était le cas jusqu'à présent.

L'annonce officielle de la version alpha de FreeBSD 15 fait référence aux notes de publication avec une liste de modifications incorrecte. Il s'agit des modifications de la branche 14x par rapport à la version 14.0, c'est-à-dire d'anciennes données transférées des notes précédemment publiées vers les versions 14.1, 14.2 et 14.3.

https://lists.freebsd.org/archives/freebsd-stable/2025-September/003112.html

Release of SysVinit 3.15: 08/09/2025 The release of the classic initialization system SysVinit 3.15, which was widely used in Linux distributions in times before systemd and upstart is available. It now continues to be used in distributions like Devouan, Slackware, Debian GNU/Hurd and antiX. The code is written in C and is distributed under the GPLv2 license. The new version of SysVinit only changes the man-page, as far as we can see, “Patched manual page for runlevel command. This cleans up formatting and whitespace.” In addition, the project has moved from GitHub to CodeCodeBerg hosting. https://codeberg.org/thejessesmith/sysvinit/

Sortie de SysVinit 3.15 08/09/2025

Sortie du système d'initialisation classique SysVinit 3.15, largement utilisé dans les distributions Linux avant la sortie de systemd et upstart. Il est toujours utilisé dans des distributions comme Devuan, Slackware, Debian GNU/Hurd et antiX. Le code est écrit en C et distribué sous licence GPLv2.

La nouvelle version de SysVinit ne modifie que la page de manuel : « Page de manuel corrigée pour la commande de niveau d'exécution. Ceci nettoie le formatage et les espaces.» De plus, l'hébergement du projet a migré de GitHub vers CodeCodeBerg.

https://codeberg.org/thejessesmith/sysvinit/

Release of I2P 2.10.0 and i2pd 2.58: 08/09/2025 The release of the anonymous network I2P 2.10.0 and C++ client i2pd 2.58.0 is out. I2P is a multi-layered anonymous distributed network running on top of the ordinary Internet, actively using end-to-end encryption, guaranteeing anonymity and isolation. The network is built in P2P mode and is formed due to resources (bandwidth) provided by network users, which allows you to do without the use of centrally managed servers (communications within the network are based on the use of encrypted unidirectional tunnels between the participant and peers). In the I2P network, you can anonymously create web sites and blogs, send instant messages and emails, share files and create P2P networks. I2P clients are used to build and use anonymous networks for client-server and P2P, I2P. The basic I2P client is written in Java and can work on a wide range of platforms such as Windows, Linux, macOS, Solaris, etc. I2pd is an independent implementation of the I2P client in C++ and is distributed under a modified BSD license. https://geti2p.net/en/blog/post/2025/09/08/2.10.0_release

Sortie d'I2P 2.10.0 et d'i2pd 2.58 08/09/2025

Le réseau anonyme I2P 2.10.0 et le client C++ i2pd 2.58.0 sont disponibles. I2P est un réseau distribué anonyme multicouche fonctionnant sur l'Internet classique et utilisant activement le chiffrement de bout en bout, garantissant anonymat et isolation. Ce réseau est construit en mode P2P et fonctionne grâce aux ressources (bande passante) fournies par les utilisateurs, ce qui permet de se passer de serveurs centralisés (les communications au sein du réseau reposent sur l'utilisation de tunnels unidirectionnels chiffrés entre le participant et ses pairs).

Le réseau I2P permet de créer anonymement des sites Web et des blogs, d'envoyer des messages instantanés et des e-mails, de partager des fichiers et de créer des réseaux P2P. Les clients I2P permettent de créer et d'utiliser des réseaux anonymes pour les connexions client-serveur et P2P. Le client I2P de base est écrit en Java et fonctionne sur une large gamme de plateformes telles que Windows, Linux, macOS, Solaris, etc. I2pd est une implémentation indépendante du client I2P en C++ et est distribué sous une licence BSD modifiée.

https://geti2p.net/en/blog/post/2025/09/08/2.10.0_release

11

AlmaLinux, defaults to enable the CRB repository: 09/09/2025 The developers of AlmaLinux announced the decision to have the CRB (CRBCodeReady Builder) repository turned on by default via an update in AlmaLinux OS 10.0 on 2025-09-09, while AlmaLinux OS Kitten 10 has had it enabled by default since the update on 2025-08-27 (almalinux-kitten-repos-10.0-9.el10.0.1). For those who do not want to include CRB, you can use the command “dnf config-manager –disable crb”. The CRB repository provides a selection of packages that by default is not offered in Red Hat Enterprise Linux, such as developer applications, additional libraries and strapping, as well as packages with debugging data, documentation, header files, static and code examples (packages “-devel”, “example”, “-doc” and “-static”). Among other things, the CRB has libraries used as dependencies in repository packages EPEL (Extra Packages for Enterprise Linux) Since the CRB was not enabled by default, installation of some packages from EPEL went down the dependency hell path that Red Hat is known for. https://almalinux.org/blog/2025-09-08-enabling-crb-by-default-for-almalinux10/

AlmaLinux : activation par défaut du dépôt CRB 09/09/2025

Les développeurs d’AlmaLinux ont annoncé l’activation par défaut du dépôt CRB (CRBCodeReady Builder) via une mise à jour d’AlmaLinux OS 10.0 du 09/09/2025. AlmaLinux OS Kitten 10 l’a activé par défaut depuis la mise à jour du 27/08/2025 (almalinux-kitten-repos-10.0-9.el10.0.1). Si vous ne souhaitez pas activer CRB, vous pouvez utiliser la commande « dnf config-manager –disable crb ».

Le dépôt CRB propose une sélection de paquets non proposés par défaut dans Red Hat Enterprise Linux, tels que des applications de développement, des bibliothèques supplémentaires et des liens, ainsi que des paquets contenant des données de débogage, de la documentation, des fichiers d'en-tête, des exemples statiques et de code (paquets « -devel », « example », « -doc » et « -static »). Le dépôt CRB inclut notamment des bibliothèques utilisées comme dépendances dans les paquets EPEL (Extra Packages for Enterprise Linux).

Comme le dépôt CRB n'était pas activé par défaut, l'installation de certains paquets depuis EPEL suivait le chemin diabolique des dépendances, pour lequel Red Hat est bien connu.

https://almalinux.org/blog/2025-09-08-enabling-crb-by-default-for-almalinux10/

Red Hat transfer to IBM: 09/09/2025 Red Hat’s back office from general and administrative departments, such as lawyers, HR, financiers and accountants, will be transferred to IBM in 2026. The migration will affect ordinary employees and technicians who provide support for them, but the management of the transferred teams will remain with Red Hat. Red Hat will also have engineers and employees responsible for the production of products, sales and marketing, from a new group, Strategy & Operations. Currently, about 19 thousand employees are employed in Red Hat and it is not yet clear how many of them will be retrenched in the processes carried out at IBM to consolidate the functions of the back office and the abolition of duplicate positions. In January, IBM forecasts annual savings of $ 3.5 billion, partly due to job cuts. Until now, Red Hat has functioned as a separate and independent division after the acquisition by IBM in 2019. https://www.theregister.com/2025/09/08/red_hatters_to_be_big/

Transfert de Red Hat à IBM 09/09/2025

Le back-office de Red Hat, composé de services généraux et administratifs, tels que les services juridiques, RH, financiers et comptables, sera transféré à IBM en 2026. Cette migration concernera les employés et les techniciens qui les soutiennent, mais la gestion des équipes transférées restera assurée par Red Hat. Red Hat intégrera également des ingénieurs et des employés responsables de la production, des ventes et du marketing, issus d'un nouveau groupe, Stratégie et Opérations.

Red Hat emploie actuellement environ 19 000 personnes, et le nombre de licenciements prévus par IBM pour consolider les fonctions du back-office et supprimer les postes redondants reste indéterminé. En janvier, IBM prévoyait des économies annuelles de 3,5 milliards de dollars, en partie grâce à des suppressions d'emplois. Jusqu'à présent, Red Hat fonctionnait comme une division distincte et indépendante depuis son acquisition par IBM en 2019.

https://www.theregister.com/2025/09/08/red_hatters_to_be_big/

Warzone 2100 4.6.0: 09/09/2025 The developers published the release of the real time strategy game Warzone 2100 4.6.0. The game was originally developed by Pumpkin Studios and released into the market in 1999. In 2004, the source code was opened under the GPLv2 license and the development of the game was continued by the community. Both a single player game against bots and multiplayer network games are supported. Packages are prepared for Ubuntu, Windows and macOS. https://wz2100.net/news/version-4-6-0/

Warzone 2100 4.6.0 09/09/2025

Les développeurs ont publié la version 4.6.0 du jeu de stratégie en temps réel Warzone 2100. Initialement développé par Pumpkin Studios, le jeu a été lancé sur le marché en 1999. En 2004, le code source a été publié sous licence GPLv2 et le développement du jeu a été poursuivi par la communauté. Le jeu prend en charge les modes solo contre des bots et multijoueur en réseau. Des paquets sont prêts pour Ubuntu, Windows et macOS.

https://wz2100.net/news/version-4-6-0/

12

PeerTube 7.3: 09/09/2025 PeerTube 7.3, designed to create independent decentralized video hosting and video broadcasting systems, alternative to services such as YouTube, Dailymotion and Vimeo, is out. The content distribution network created with PeerTube is based on linking visitors’ browsers and the use of P2P communications. The project code is distributed under the AGPLv3 license. PeerTube allows you to run your own server to distribute videos and connect it to the general federated network. Visitors help in the delivery of content and have the ability to subscribe to channels and receive notifications about new videos, no matter which server they use. The Federated network of PeerTube is formed as a community of interconnected small video hosting servers, each of which has its own administrator and adopted its own rules. https://joinpeertube.org/news/release-7.3

PeerTube 7.3 09/09/2025

PeerTube 7.3, conçu pour créer des systèmes d'hébergement et de diffusion vidéo indépendants et décentralisés, une alternative aux services tels que YouTube, Dailymotion et Vimeo, est disponible. Le réseau de distribution de contenu créé avec PeerTube repose sur la connexion des navigateurs des visiteurs et l'utilisation de communications P2P. Le code du projet est distribué sous licence AGPLv3.

PeerTube vous permet d'exploiter votre propre serveur pour distribuer des vidéos et de le connecter au réseau fédéré général. Les visiteurs participent à la diffusion du contenu et peuvent s'abonner à des chaînes et recevoir des notifications de nouvelles vidéos, quel que soit le serveur utilisé. Le réseau fédéré de PeerTube est une communauté de petits serveurs d'hébergement vidéo interconnectés, chacun disposant de son propre administrateur et de ses propres règles.

https://joinpeertube.org/news/release-7.3

Term.Everything: 10/09/2025 The first beta release of the Term.Everything utility has been published, which allows you to display any graphics applications inside the window with the terminal emulator. Among other things, the program allows you to run graphical applications in the terminal when accessing a remote system via SSH. The project code is distributed under the AGPL 3.0 license, written in the Typescript language and is executed using the Bun platform. Ready-made builds are available in AppImage format. Term.Everything uss the Wayland protocol, which directs the output not on the screen, but into the terminal window. The ANSI library is used to convert images to the appropriate Unicode symbols with ANSI sequences that simulate graphics in the terminal, via the chafa library. Keypresses and mouse movements events in the terminal are broadcast into the Wayland input events. On terminals that support the extension for output of raster graphics, like kitty, Ghostty, Konsole, wezterm and iTerm2, one can get really good display to the point where even playing DOOM is possible. https://github.com/mmulet/term.everything/releases/tag/0.5.0

Term.Everything  10/09/2025

La première version bêta de l'utilitaire Term.Everything a été publiée. Elle permet d'afficher n'importe quelle application graphique dans la fenêtre de l'émulateur de terminal. Le programme permet notamment d'exécuter des applications graphiques dans le terminal lors de l'accès à un système distant via SSH. Le code du projet est distribué sous licence AGPL 3.0, écrit en langage TypeScript et exécuté via la plateforme Bun. Des builds prêts à l'emploi sont disponibles au format AppImage.

Term.Everything utilise le protocole Wayland, qui dirige le résultat non pas vers l'écran, mais vers la fenêtre du terminal. La bibliothèque ANSI est utilisée pour convertir les images en symboles Unicode appropriés avec des séquences ANSI simulant les graphiques dans le terminal, via la bibliothèque chafa. Les actions sur les touches et les mouvements de la souris dans le terminal sont transmises aux événements d'entrée Wayland.

Sur les terminaux prenant en charge l'extension de sortie d'images matricielles, comme Kitty, Ghostty, Konsole, Wezterm et iTerm2, on obtient un affichage de très bonne qualité, au point de pouvoir même jouer à DOOM.

https://github.com/mmulet/term.everything/releases/tag/0.5.0

Clear NDR 1.0: 10/09/2025 Stamus Networks has published a specialized distribution Clear NDR 1.0, (Previously the distro was named SELKS) designed to deploy detection and prevention systems for detecting and preventing network incursions, as well as organizing the response to identified threats and monitoring the security of the network. Users are given a ready-made solution to manage network security, which can be used immediately after downloading. The distribution supports Live mode and can launch in virtualization or container environments. The project is distributed under the GPLv3 license. The size of the boot image is 3.9 GB. The distribution is built on Debian and uses an open Suricata attack detection system. The data coming from different sources is stored in the OpenSearch store. To track the current state and identified incidents, a web interface is used, implemented on top of Kibana. The distro also includes the Arkime network packet capture, storage and indexing system, an interface for estimating EveBox events and Fluentd data collector. https://www.stamus-networks.com/stamus-networks-announces-production-ready-clear-ndr-community-1.0

Clear NDR 1.0 10/09/2025

Stamus Networks a publié une distribution spécialisée, Clear NDR 1.0 (anciennement SELKS), conçue pour déployer des systèmes de détection et de prévention des intrusions réseau, ainsi que pour organiser la réponse aux menaces identifiées et surveiller la sécurité du réseau. Les utilisateurs disposent d'une solution clé en main pour gérer la sécurité réseau, utilisable immédiatement après le téléchargement. La distribution prend en charge le mode Live et peut être lancée dans des environnements de virtualisation ou de conteneurs. Le projet est distribué sous licence GPLv3. La taille de l'image de démarrage est de 3,9 Go.

La distribution est basée sur Debian et utilise un système ouvert de détection des attaques Suricata. Les données provenant de différentes sources sont stockées dans le magasin OpenSearch. Pour suivre l'état actuel et les incidents identifiés, une interface Web, implémentée sur Kibana, est utilisée. La distribution inclut également le système de capture, de stockage et d'indexation des paquets réseau Arkime, une interface d'estimation des événements EveBox et un collecteur de données Fluentd.

https://www.stamus-networks.com/stamus-networks-announces-production-ready-clear-ndr-community-1.0

13

Dracut in Ubuntu 25.10: 10/09/2025 With the release of Ubuntu 25.10, which is scheduled for October 9, use of the Dracut toolkit by default instead of the initramfs-tools package, (the development of which in recent years has paused and limited to support work) is planned. Since the development of the 25.10 release from mid-August is at the freezing stage, which does not allow the addition of new functionality, to switch to the Dracut, the team responsible for the that release, is given an exception. Currently, the intraramfs-tools package has already been replaced by dracut in meta-packages. The transition to Dracut will solve problems such as: use systemd in intrid, the lack of support for NVMe over Fabric (NVM-oF), the abundance of code on shell intrid, the complexity of the tracking due to separate work with initrd and the root FS. https://bugs.launchpad.net/ubuntu/+source/dracut/+bug/2121920#yui_3_10_3_1_1757530364083_145

OpenFix from Selectel: 11/09/2025 Selectel, which develops the Linux distribution Selectel OS, based on Debian, presented their OpenFix initiative, in which it will begin to pay enthusiasts monetary rewards for participating in the tasks related to the development and correction of errors in open software. The code of completed projects will be published under a permissive license (MIT, Apache or BSD) with the preservation of the authors of the participants. The remuneration is not only for Debian, but Ubuntu as well: “Participants at their discretion, can choose problems confirmed in error tracking systems Debian and Ubuntu (Launchpad), then agree on the possibility of receiving a reward for correcting them with Selectel.” https://promo.selectel.ru/openfix

Apache gets a new logo: 11/09/2025 The non-profit organization, the Apache Software Foundation, which provides a neutral and independent platform for the development of about 400 open products, introduced a new logo, changed the design of the apache.org website and announced the transition to the use of the ASF brand instead of the full name “Apache Software Foundation”. On the new logo instead of the pen, used as a symbol of Apache projects since 1997, depicts an oak leaf. The name of the legal entity Apache Software Foundation has not changed and is still used where it is required by law, for example, in official documents, in the foot of the site and at the mention of copyright. In other cases, including documentation and references, AxF’s acronym will now be used for visual identity. The fund’s projects that have the word Apache in their names (e.g. Apache HTTP Server) will continue to use existing names. https://news.apache.org/foundation/entry/introducing-the-asfs-new-logo

14

Samba 4.23.0: 12/09/2025 After 6 months of development, the release of Samba 4.23.0 is presented, which continued the development of the Samba 4 branch with the full implementation of the domain controller and Active Directory service, compatible with the implementation of Windows 2008 and is able to serve all supported versions of Windows Clients, including Windows 11. Samba 4 is a multifunctional server product, which also provides the implementation of the file server, the print service and the identification server (winbind). https://lists.samba.org/archive/samba-announce/2025/000702.html

Q4OS 6.1: 13/09/2025 The release of the Q4OS 6.1 distribution, based on the Debian batch database and supplied with desktops KDE Plasma and Trinity (continues the development of the KDE 3.5.x codebase). Both user environments can coexist in the same system at the same time, and the user can switch between them. The distribution is positioned as undemanding to hardware resources and offering classic design of the desktop. The size of the loading image with KDE Plasma - 2 GB, with Trinity - 1.7 GB (x86_64). Plans to build for the ARM64 architecture. The disro includes several own development applications, including 'Desktop Profiler' for quick installation of themes and save profiles with desktop status sections, 'Setup utility' to install third-party applications, 'Software center' for the installation of additional programs, 'Welcome Screen' to simplify the initial configuration, Lookswitcher to quickly switch the look, scripts for installing alternative environments LXQt, Xf An application is provided to install the distribution in a separate Windows directory, which allows you to use the distribution in parallel with Windows without highlighting a separate disk partition for it. https://q4os.org/blog.html#news250912

Libadwaita 1.8: 13/09/2025 The GNOME project published the release of the Libadwaita 1.8 library, including a set of components for the style design of the user interface corresponding to the recommendations of GNOME HIG (Human Interface Guidelines). The library includes ready-made widgets and objects for building applications that match the overall GNOME style, the interface can adapt to the screens of any size. The library code is written in C and is distributed under the LGPL 2.1+ license. The library includes typical widgets covering various interface elements such as lists, panels, editing blocks, buttons, tabs, search forms, dialog boxes, etc. The proposed widgets allow you to create universal interfaces that operate organically both on major PC and laptop screens and on small smartphone touch screens. The application interface changes dynamically depending on the screen size and the input devices available. The library also includes a set of Adwaita styles that align the appearance with the GNOME recommendations, without the need for manual adaptation. https://nyaa.place/blog/libadwaita-1-8/

15

Want to get into FOSS, now's your chance! 15/09/2025 Nick Wellnhofer has announced his resignation as the libxml2 maintainer. Nick had been involved with libxml2 since 2016, was added to the maintainer's list in 2022, and since then has remained virtually the only active developer. Following Nick's departure, the project has been left without a maintainer. The libxml2 library is used in operating systems and products from Apple, Google, and Microsoft. Open source packages that include libxml2 as a dependency include GNOME, Xfce, Mate, Cinnamon, Budgie, LibreOffice, Epiphany, libvirt, BIND, VirtualBox, lldb, Flatpak, Evolution, clang-tools, xsltproc, PostgreSQL, Apache httpd, Zypper and Scribus. Before announcing his departure, Nick published libxml2 2.15.0 and promised to fix regressions by the end of the year. The new version disables Python and Schematron bindings by default. Reading compressed data in the parser is now only possible with the XML_PARSE_UNZIP option. The HTML serialization and character encoding handling code has been brought closer to the HTML5 specification. API documentation generation has been transitioned to Doxygen. https://translate.google.com/website?sl=auto&tl=en&hl=en-US&client=webapp&u=https://discourse.gnome.org/t/stepping-down-as-libxml2-maintainer/31398

Jonathan Riddell leaves KDE: 15/09/2025 Jonathan Riddell announced his resignation from the KDE development team. Jonathan has been involved with KDE since 2000. He is also known as the creator of the KDE Neon distribution and the former leader of the Kubuntu project. The decision was made due to disagreements over profit sharing, employee rights, and management structure at Tech Paladin, a company founded by former Blue Systems employees after that company's closure. Jonathan wrote that he had lost friends, colleagues, his job, his career, and his family while trying to do something good for the community, and would now try his hand at being a digital nomad. https://translate.google.com/website?sl=auto&tl=en&hl=en-US&client=webapp&u=https://jriddell.org/2025/09/14/adios-chicos-25-years-of-kde/

AMD has discontinued AMDVLK: 16/09/2025 Engineers at AMD have announced the end of development of the AMDVLK project, which developed an open-source driver for the Vulkan graphics API built on top of the AMD Platform Abstraction Library. AMDVLK was originally created by AMD for its proprietary AMDGPU-PRO driver suite, but was later converted to an open-source project. In parallel, the community has been developing the initially open-source RADV driver since 2016, which is part of the core Mesa distribution. The discontinuation of AMDVLK is due to AMD's new Vulkan driver unification strategy, under which AMD will focus on developing a single, high-performance codebase and provide full official support for the RADV driver. David Airlie, maintainer of the Direct Rendering Manager (DRM) subsystem in the Linux kernel and co-founder of the RADV driver, welcomed AMD's decision and expressed hope that the company will provide additional engineering resources for the RADV project and share information on technical details. https://translate.google.com/website?sl=auto&tl=en&hl=en-US&client=webapp&u=https://airlied.blogspot.com/2025/09/radv-takes-over-from-amdvlk.html

16

Release of fheroes2 1.1.11: 16/09/2025 The fheroes2 project, which sees very active development has another new version out. It recreates the Heroes of Might and Magic II game engine from scratch. The project code is written in C++ and is licensed under the GPLv2. To run the game, you need game resource files, which can be obtained from the original Heroes of Might and Magic II. The project includes a script for automatically downloading and extracting resources from the demo version of the game, which are sufficient for full functionality. They have a whole list of new features at the link below. https://translate.google.com/website?sl=auto&tl=en&hl=en-US&client=webapp&u=https://github.com/ihhub/fheroes2/releases/tag/1.1.11

Java SE 25 LTS and OpenJDK 25: 17/09/2025 After six months of development, Oracle has released Java SE 25 (Java Platform, Standard Edition 25), which uses the open-source OpenJDK project as its reference implementation. With the exception of the removal of some deprecated features, Java SE 25 maintains backward compatibility with previous releases of the Java platform—most previously written Java projects will run unchanged under the new version. Ready-to-install builds of Java SE 25 (JDK, JRE, and Server JRE) are available for Linux (x86_64, AArch64), Windows (x86_64), and macOS (x86_64, AArch64). Java SE 25 is an extended support release, with updates continuing until 2033 (generally available until September 2030). Java SE 17 and 21 will also continue to be supported as long-term support (LTS) branches, with updates continuing until 2029 and 2031, respectively (generally available until 2026 and 2028). Extended support for Java SE 8 and 11 LTS branches will continue until 2030 and 2032. https://translate.google.com/website?sl=auto&tl=en&hl=en-US&client=webapp&u=https://mail.openjdk.org/pipermail/jdk-dev/2025-September/010483.html

GNOME 49, “Brescia”: 17/09/2025 The GNOME project is delighted to unveil GNOME 49, a milestone that reflects six months of collective effort from our vibrant community. A heartfelt thank you goes to everyone who helped shape this release. We code named the release “Brescia”, after a beautiful Italian city that hosted this year’s GUADEC. Let’s explore what’s new and improved in this edition. Showtime becomes Video Player In GNOME 49, Showtime replaces the long-standing Totem as the default GNOME video player app, bringing a sleek, modern experience built on GTK 4 and Libadwaita instead of Totem’s aging GTK 3 base. Showtime The new Video Player prioritizes a distraction-free viewing experience: its chromeless window hides controls during playback and fades them back in only when needed. It supports essential features like adjustable playback speed, multiple audio and subtitle tracks, rotating video, and screenshot capture — all the core functionality users expect. New Document Viewer Papers replaces the long-serving Evince as the default Document Viewer. Originally based on Evince code, Papers delivers a modernized design built with GTK 4 and Libadwaita, instead of Evince’s older GTK 3 foundation. Papers screenshot Papers brings improved performance and a refreshed user interface, with a streamlined PDF annotation feature being one particular highlight. It supports viewing, searching, annotating, and organizing formats like PDF, DjVu, TIFF, and comic-book archives (CBR, CBZ, CBT, CB7), with added features such as digital signature integration. Calendar Calendar’s interface has undergone significant accessibility enhancements for people with disabilities. These improvements have reached a level that allows us to confidently announce that Calendar is now accessible to individuals who rely exclusively on keyboard navigation, as well as to those who use assistive technologies. Calendar sees a number of improvements in GNOME 49. The most visible change is the reorganized interface, which is now more flexible, and allows the window to adapt to different window sizes. It also makes it possible to manually hide the sidebar, which is ideal for smaller screens or tiled windows. https://release.gnome.org/49/

17

StartWine-Launcher: 17/09/2025 StartWine-Launcher, release 411, an application designed to run Windows-based programs and games on Linux systems, has been published. The primary goal of StartWine-Launcher's development was to simplify the process of creating Wine prefixes—sets of Windows libraries and dependencies required for Windows applications to run on Linux—for beginners. StartWine-Launcher is written in Python and licensed under the GPLv3 license. The interface is based on the GTK library. https://github.com/RusNor/StartWine-Launcher

Systemd 258: 17/09/2025 After nine months of development, the system manager, systemd 258 has been released. Key changes include the removal of support for cgroups v1 and System V-style system management components, new utilities systemd-factory-reset and systemd-pty-forward, the concept of home areas, and support for booting into a disk image obtained via HTTP. https://translate.google.com/website?sl=auto&tl=en&hl=en-US&client=webapp&u=https://lists.freedesktop.org/archives/systemd-devel/2025-September/051670.html

The creator Blender steps down as head of the Blender Foundation: 18/09/2025 Ton Roosendaal, creator of the 3D modeling system Blender, announced at the Blender Conference that he is stepping down as the head of the Blender Foundation, a position he held for the past thirty(!) years. Following his departure, Roosendaal will take a seat on the newly formed Blender Foundation Supervisory Board. The stated reason for his departure is a desire to hand over leadership to a talented young team who can develop the project into the next decade (Ton turned 65 this year). Effective January 1, 2026, the responsibilities of Chairman of the Board of Directors and CEO will be transferred to current Chief Operating Officer Francesco Siddi, who has been involved with the Blender Foundation since 2012 and has held numerous roles, including animator, web developer, pipeline developer, producer, manager, head of Blender Studio, and COO. Additionally, the appointment of Sergey Sharybin as Head of Development, Dalai Felinto as Director of Product Development, and Fiona Cohen as COO has been announced. https://translate.google.com/website?sl=auto&tl=en&hl=en-US&client=webapp&u=https://www.blender.org/press/blender-foundation-announces-new-board-and-executive-director/

18

GNUnet 0.25: 18/09/2025 GNUnet 0.25, a framework for building secure, decentralized P2P networks, has been released. Networks built with GNUnet have no single point of failure and can guarantee users privacy, including preventing potential abuse by administrators with access to network nodes. GNUnet supports P2P networks over TCP, UDP, HTTP/HTTPS, Bluetooth, and WLAN, and can operate in F2F (Friend-to-Friend) mode. NAT traversal is supported, including using UPnP and ICMP. A distributed hash table (DHT) can be used for addressing data locations. Tools for deploying mesh networks are provided. ReclaimID , a decentralized service for exchanging identification attributes using GNS (GNU Name System) and Attribute-Based Encryption , is used for selectively granting and revoking access rights. The system is characterized by low resource consumption and uses a multiprocess architecture to ensure isolation between components. Logging and statistics collection tools are provided. For end-user application development, GNUnet provides a basic C API and bindings for other programming languages. https://translate.google.com/website?sl=auto&tl=en&hl=en-US&client=webapp&u=https://www.gnunet.org/en/news/2025-09-0.25.0.html

Vivaldi 7.6: 18/09/2025 Vivaldi 7.6, a proprietary browser developed using the Chromium engine by former Opera Presto developers, has been released. The project distributes changes to the Chromium codebase under an open source license. The browser interface is written in JavaScript using the React library, Node.js, Browserify, and various ready-made NPM modules. The interface implementation is available in source code, but under a proprietary license. The project aims to create a customizable and functional browser that preserves user privacy. Key features include a tracking and ad blocker, note, history, and bookmark managers, a private browsing mode, end-to-end encrypted sync, tab grouping, a sidebar, a highly customizable configurator, a horizontal tab display mode, and, in test mode, a built-in email client, RSS reader and calendar. https://translate.google.com/website?sl=auto&tl=en&hl=en-US&client=webapp&u=https://vivaldi.com/ru/blog/desktop/desktop-releases/vivaldi-on-desktop-7-6/

Ubuntu 25.10 Beta Release: 19/09/2025 The Ubuntu Release team is pleased to announce the Beta release of the Ubuntu 25.10 Desktop, Server, WSL, and Cloud products. Ubuntu 25.10, codenamed Questing Quokka, continues Ubuntu's proud tradition of integrating the latest and greatest open source technologies into a high-quality, easy-to-use Linux distribution. The team has been hard at work through this cycle, introducing new features and fixing bugs. This Beta release includes images from not only the Ubuntu Desktop, Server, WSL, and Cloud products, but also the Edubuntu, Kubuntu, Lubuntu, Ubuntu Budgie, Ubuntu Cinnamon, Ubuntu Kylin, Ubuntu Studio, Ubuntu Unity, and Xubuntu flavours. The Beta images are known to be reasonably free of showstopper image build or installer bugs, while representing a very recent snapshot of 25.10 that should be representative of the features intended to ship with the final release expected on October 09, 2025. https://translate.google.com/website?sl=auto&tl=en&hl=en-US&client=webapp&u=https://lists.ubuntu.com/archives/ubuntu-announce/2025-September/000316.html

19

KDE Plasma 6.5 Beta Release: 20/09/2025 KDE Plasma 6.5 is to enter beta testing, with the codebase frozen from making any functional changes (only patches are accepted). KDE Plasma 6.5 is scheduled for release on October 21st. https://translate.google.com/website?sl=auto&tl=en&hl=en-US&client=webapp&u=https://kde.org/announcements/plasma/6/6.4.90/

Multikernel project: 20/09/2025 A series of patches developed by the Multikernel project, (which was recently moved to open source and will now be developed jointly with the community), have been submitted for discussion by Linux kernel developers. Multikernel allows multiple independent instances of the Linux kernel to run on a single physical computer. These instances have direct access to hardware resources and can be used to run multiple isolated system environments. The project was created by Multikernel Technologies, a company founded and led by Cong Wang, the maintainer of the Traffic Control subsystem in the Linux kernel. Multikernel is being promoted as a new isolation architecture, filling a gap between hypervisor-based virtualization and shared-kernel container isolation. Unlike virtualization, Multikernel does not require a hypervisor, simplifies the creation of isolated environments for running individual applications, and enables high performance without the overhead of virtualization. Unlike containers, Multikernel provides a high level of isolation and allows each isolated environment to use a separate kernel. Performance using Multikernel is estimated to be close to that of execution on dedicated hardware. This was achieved by eliminating the overhead inherent to virtualization, such as VM exit handlers, IOMMU translation, and hypervisor intervention in privileged operations. Dynamic resource allocation to running environments is supported, ensuring predictable performance. https://translate.google.com/website?sl=auto&tl=en&hl=en-US&client=webapp&u=https://news.ycombinator.com/item?id%3D45302721

FLX1s smartphone: 21/09/2025 The Furi Labs project announced the start of production of the FLX1s smartphone, supplied with the FuriOS distribution. The distribution is built on Debian 13 and is equipped with a Phosh user shell. The device is available for pre-order for $550. To ensure privacy, the device is equipped with three switches that allow you to disable the camera, microphone, GPS and Baseband module at the circuit level. The firmware does not send telemetry or access to external servers - all data remains on the user's device and is not synchronized with the cloud. To make calls, an oFono2MM stack and the GNOME Calls application are used. The main system has a Linux kernel, made by Mediatek for the Android platform, as well as drivers for Android. The Linux-environment is organized using system components from the Halium project and the libhybris layer, which allows you to use Android drivers working in the user's space. To install applications, the GNOME Software application and its own OpenStore catalog are used, which presents a selection of Linux programs, as well as applications for Android and Ubuntu. The device supports the multi-boot and the ability to simultaneously perform multiple operating systems using KVM hypervisor-based virtualization. As an example of the alternative systems supported for installation, Ubuntu Touch is mentioned. The project is available on GitHub under free licenses. https://news.ycombinator.com/item?id=45312326

issue221/actus.1759305022.txt.gz · Dernière modification : 2025/10/01 09:50 de d52fr