Ceci est une ancienne révision du document !
1
OpenAPV 0.2 is available: 21/07/2025 The OpenAPV library has been released, providing a reference implementation of the APV (Advanced Professional Video) video codec, designed for professional video recording and processing without noticeable loss of quality. The library code is written in C and is distributed under the BSD license. The project is being developed by the Academy Software Foundation, established by the Academy of Motion Picture Arts (USA) and the Linux Foundation to promote the use of open source software in the filmmaking process. The new version adds support for APV families, which define typical codec configurations that meet certain size and bitrate requirements. The latest specification improvements have been taken into account. They also dded support for profiles like, 422-12, 444-10, 444-12, 4444-10, 4444-12 and 400-10. Optimizations have been made to reduce encoding and decoding time. Then they implemented protected methods for accessing the bitstream buffer and managing metadata and expanded the API. https://github.com/AcademySoftwareFoundation/openapv/releases/tag/v0.2.0.0
OpenAPV 0.2 est disponible 21/07/2025
La bibliothèque OpenAPV est disponible. Elle fournit une implémentation de référence du codec vidéo APV (Advanced Professional Video), conçue pour l'enregistrement et le traitement vidéo professionnels sans perte notable de qualité. Le code de la bibliothèque est écrit en C et distribué sous licence BSD. Le projet est développé par l'Academy Software Foundation, créée par l'Academy of Motion Picture Arts (États-Unis) et la Linux Foundation afin de promouvoir l'utilisation de logiciels Open Source dans le processus de réalisation cinématographique.
La nouvelle version prend en charge les familles APV, qui définissent des configurations de codecs standard répondant à certaines exigences de taille et de débit. Les dernières améliorations des spécifications ont été prises en compte. La prise en charge des profils tels que 422-12, 444-10, 444-12, 4444-10, 4444-12 et 400-10 a également été ajoutée. Des optimisations ont été apportées pour réduire les temps d'encodage et de décodage. Des méthodes protégées pour accéder au tampon de flux binaire et gérer les métadonnées ont ensuite implémentées, et l'API a été étendu .
https://github.com/AcademySoftwareFoundation/openapv/releases/tag/v0.2.0.0
Google Introduces OSS Rebuild Project: 22/07/2025 Google has introduced the OSS Rebuild project, designed to detect hidden changes in ready-made packages published in repositories. OSS Rebuild is based on the concept of reproducible builds and comes down to checking the compliance of a package placed in the repository with a package obtained via rebuilding from the reference source code corresponding to the declared version of the package. The toolkit code is written in Go and is distributed under the Apache 2.0 license. Currently, OSS Rebuild supports verification of packages from NPM (JavaScript/TypeScript), PyPI (Python), and Crates.io (Rust) repositories. They plan to expanded the number of supported repositories in the future. In practice, the toolkit allows identifying “supply chain” class attacks, where, after the accounts of maintainers are compromised or sabotage is carried out within the project, a malicious update is published in the repository. At the same time, the code in the original repository of the main project remains correct, and malicious changes are made only to the finished packages. After a specific version of a package has been verified, attestation data is generated that can be used by others to evaluate already verified packages. The verification can be done by running a command line utility or by checking a hash stored in a separate cloud storage. The infrastructure for checking packages can be deployed on your own server. You can also use information about the checks performed in Google for several thousand packages. https://security.googleblog.com/2025/07/introducing-oss-rebuild-open-source.html
Google présente le projet OSS Rebuild 22/07/2025
Google a lancé le projet OSS Rebuild, conçu pour détecter les modifications cachées dans les paquets prêts à l'emploi publiés dans les dépôts. OSS Rebuild repose sur le concept de builds reproductibles et consiste à vérifier la conformité d'un paquet placé dans le dépôt avec un paquet obtenu par reconstruction à partir du code source de référence correspondant à la version déclarée du paquet. Le code de la boîte à outils est écrit en Go et distribué sous licence Apache 2.0.
Actuellement, OSS Rebuild prend en charge la vérification des paquets des dépôts NPM (JavaScript/TypeScript), PyPI (Python) et Crates.io (Rust). L'extension du nombre de dépôts pris en charge est prévue à l'avenir. En pratique, la boîte à outils permet d'identifier les attaques de classe de « chaîne d'approvisionnement », où, après la compromission des comptes des mainteneurs ou un sabotage au sein du projet, une mise à jour malveillante est publiée dans le dépôt. Parallèlement, le code du dépôt d'origine du projet principal reste correct et les modifications malveillantes ne sont appliquées qu'aux paquets finalisés.
Après la vérification d'une version spécifique d'un paquet, des données d'attestation sont générées et peuvent être utilisées par d'autres pour évaluer les paquets déjà vérifiés. La vérification peut être effectuée en exécutant un utilitaire en ligne de commande ou en vérifiant un hachage stocké dans un espace de stockage cloud distinct. L'infrastructure de vérification des paquets peut être déployée sur votre propre serveur. Vous pouvez également utiliser les informations relatives aux vérifications effectuées par Google pour plusieurs milliers de paquets.
https://security.googleblog.com/2025/07/introducing-oss-rebuild-open-source.html
MySQL 9.4.0 Release: 23/07/2025 Oracle has formed a new branch of the MySQL 9.4.0 DBMS. MySQL Community Server 9.4.0 builds are available for all major Linux, FreeBSD, macOS, and Windows distributions. In accordance with the release model introduced in 2023, MySQL 9.4 is classified as an “Innovation” branch. Innovation branches are recommended for those who want to get access to new functionality earlier, are published every 3 months, and are supported only until the next major release (for example, after the appearance of branch 9.4, support for branch 9.3 was discontinued). In the northern hemisphere fall, they plan to form an LTS release, 9.5, recommended for implementations that require predictability. Following that LTS branch, a new Innovation branch will be formed - MySQL 10.0. https://dev.mysql.com/downloads/mysql/
Version 9.4.0 de MySQL 23/07/2025
Oracle a créé la nouvelle branche 9.4.0 du SGBD MySQL. Les versions 9.4.0 de MySQL Community Server sont disponibles pour toutes les principales distributions Linux, FreeBSD, macOS et Windows. Conformément au modèle de publication introduit en 2023, MySQL 9.4 est classé comme branche « Innovation ». Les branches « Innovation » sont recommandées pour ceux qui souhaitent accéder plus tôt aux nouvelles fonctionnalités. Elles sont publiées tous les trois mois et ne sont prises en charge que jusqu'à la prochaine version majeure (par exemple, après la sortie de la branche 9.4, la prise en charge de la branche 9.3 a été interrompue). À l'automne, Oracle prévoit de créer une version LTS, la 9.5, recommandée pour les implémentations nécessitant une certaine prévisibilité. Suite à cette branche LTS, une nouvelle branche « Innovation » sera créée : MySQL 10.0.
2
The XLibre project integrates drivers into the mainline X server: 23/07/2025 Enrico Weigelt, the XLibre project lead, has prepared a pull request after discussions with the community to integrate the core X11 drivers into the X server master branch. The stated reasons are the desynchronization of the X server and drivers due to the changing ABI that the drivers interact with, and the desire to provide all the necessary drivers together with the X server without having to manually search for compatible versions. Some of the community criticize this decision, fearing that it will complicate the development of new drivers for XLibre, but Enrico insists on the need for such an approach. The arguments cited include a similar model for developing the Linux kernel, which actually does not have a stable ABI, as well as the “raw” state of the XLibre code base, which is still undergoing a full-scale refactoring. However, in the future, as the project matures, the developers do not rule out stabilizing the ABI. Developing new drivers for X11 outside the XLibre tree is possible, but ABI synchronization remains the baby of the developer. For those who do not want to install all the drivers together with the server, they promise to implement build flags. https://github.com/X11Libre/xserver/pull/449
Le projet XLibre intègre des pilotes au serveur X principal 23/07/2025
Enrico Weigelt, responsable du projet XLibre, a préparé une demande d'intégration, après discussion avec la communauté, afin d'intégrer les pilotes X11 principaux à la branche principale du serveur X. Les raisons invoquées sont la désynchronisation du serveur X et des pilotes due à l'évolution de l'ABI avec laquelle les pilotes interagissent, et la volonté de fournir tous les pilotes nécessaires avec le serveur X sans avoir à rechercher manuellement les versions compatibles.
Certains membres de la communauté critiquent cette décision, craignant qu'elle ne complique le développement de nouveaux pilotes pour XLibre, mais Enrico insiste sur la nécessité d'une telle approche. Parmi les arguments avancés figurent un modèle similaire de développement du noyau Linux, qui ne dispose pas d'ABI stable, ainsi que l'état « brut » du code source de XLibre, qui est encore en cours de refactorisation complète. Cependant, à mesure que le projet mûrira, les développeurs n'excluent pas de stabiliser l'ABI. Développer de nouveaux pilotes pour X11 en dehors de l'arborescence XLibre est possible, mais la synchronisation de l'ABI reste la priorité du développeur. Pour ceux qui ne souhaitent pas installer tous les pilotes en même temps que le serveur, des options de build sont proposées.
https://github.com/X11Libre/xserver/pull/449
Release of OPNsense 25.7: 24/07/2025 The release of the distribution for creating firewalls OPNsense 25.7 has been published. In 2015, it separated from the pfSense project with the goal of developing a completely open distribution that could have the functionality at the level of commercial solutions for deploying firewalls and network gateways. The source code of the distribution components, as well as the tools used for assembly, are distributed under the BSD license. The builds are prepared in the form of a LiveCD and a system image for recording on Flash drives (490 MB). The distribution can be used to create fault-tolerant configurations based on the CARP protocol and allowing a backup node to be launched in addition to the main firewall, which will be automatically synchronized at the configuration level and will take over the load in the event of a failure of the primary node. (failover) The administrator is given a web interface for configuring the firewall, built using the Bootstrap web framework and Phalcon MVC. https://forum.opnsense.org/index.php?topic%3D48072.0
Sortie d'OPNsense 25.7 24/07/2025
La distribution OPNsense 25.7, destinée à la création de pare-feu, a été publiée. En 2015, elle s'est séparée du projet pfSense afin de développer une distribution entièrement ouverte, capable de proposer des fonctionnalités comparables à celles des solutions commerciales de déploiement de pare-feu et de passerelles réseau. Le code source des composants de la distribution, ainsi que les outils d'assemblage, sont distribués sous licence BSD. Les builds sont disponibles sous la forme d'un LiveCD et d'une image système enregistrable sur clé USB (490 Mo).
La distribution permet de créer des configurations tolérantes aux pannes basées sur le protocole CARP et permet de lancer un nœud de secours en complément du pare-feu principal. Ce nœud sera automatiquement synchronisé au niveau de la configuration et prendra le relais en cas de défaillance du nœud principal. (Basculement) L'administrateur dispose d'une interface Web pour configurer le pare-feu, développée à l'aide du framework Web Bootstrap et de Phalcon MVC.
https://forum.opnsense.org/index.php?topic%3D48072.0
First release of Wayback: 24/07/2025 The first experimental release of the Wayback 0.1 project is presented. It allows you to run desktop environments tied to the X11 protocol using Wayland-based components. Wayback is a stripped-down Wayland composite server that supports only the capabilities necessary to run a full-screen X11 session using Xwayland (a DDX (Device-Dependent X) component for organizing the execution of X11 applications in Wayland-based environments). The project code is written in C and is distributed under the MIT license. The Wayback code is based on tinywl, the reference composite server from the developers of the wlroots library, with its functionality stripped down to the bare minimum needed to run Xwayland standalone. It is intended that in the future, Wayback will be able to be used as a complete replacement for the Xorg executable (/usr/bin/X). The first release of Wayback is presented as an alpha version, allowing to get acquainted with the concept implemented by the project. At this stage, there is no support for such features as multi-monitor configurations, screen blanking via DPMS, mouse pointer capture (prohibiting movement beyond a certain area on the screen), many Xorg options. Packages for testing Wayback are compiled for Alpine Linux, NixOS, Arch Linux and Fedora. https://wayback.freedesktop.org/news/2025/07/23/wayback-0.1-released/
Première version de Wayback 24/07/2025
La première version expérimentale 0.1 du projet Wayback est présentée. Elle permet d'exécuter des environnements de bureau liés au protocole X11 à l'aide de composants Wayland. Wayback est un serveur composite Wayland simplifié qui ne prend en charge que les fonctionnalités nécessaires à l'exécution d'une session X11 plein écran avec Xwayland (un composant DDX (Device-Dependent X) permettant d'organiser l'exécution des applications X11 dans les environnements Wayland). Le code du projet est écrit en C et distribué sous licence MIT.
Le code Wayback est basé sur tinywl, le serveur composite de référence développé par les développeurs de la bibliothèque wlroots, dont les fonctionnalités sont réduites au strict minimum nécessaire à l'exécution autonome de Xwayland. Wayback devrait à l'avenir remplacer complètement l'exécutable Xorg (/usr/bin/X).
La première version de Wayback est présentée en version alpha, permettant de se familiariser avec le concept mis en œuvre par le projet. À ce stade, des fonctionnalités telles que la configuration multi-écrans, la suppression de l'écran via DPMS, la capture du pointeur de la souris (empêchant les déplacements au-delà d'une certaine zone de l'écran) et de nombreuses options Xorg ne sont pas prises en charge. Des paquets de test de Wayback sont compilés pour Alpine Linux, NixOS, Arch Linux et Fedora.
https://wayback.freedesktop.org/news/2025/07/23/wayback-0.1-released/
3
CudaText Update 1.226.0: 25/07/2025 The release of the cross-platform free code editor CudaText 1.226.0, written using Free Pascal and Lazarus, has been published. The editor supports Python extensions and has a number of advantages over Sublime Text. It includes some features of an integrated development environment, implemented as plugins. More than 300 syntax lexers have been prepared for programmers. The code is distributed under the MPL 2.0 license. Builds are available for Linux, Windows, macOS, FreeBSD, OpenBSD, NetBSD, DragonflyBSD, Solaris and Haiku platforms. One of the main additions has been that they added an AI Local plugin to Plugins Manager, which uses Ollama to use large language models locally. https://cudatext.github.io/download.html
Mise à jour CudaText 1.226.0 25/07/2025
La version 1.226.0 de l'éditeur de code multiplateforme et gratuit, développé avec Free Pascal et Lazarus, est disponible. Cet éditeur prend en charge les extensions Python et présente de nombreux avantages par rapport à Sublime Text. Il intègre certaines fonctionnalités d'un environnement de développement intégré, implémentées sous forme de plugins. Plus de 300 lexiques syntaxiques ont été préparés pour les programmeurs. Le code est distribué sous licence MPL 2.0. Des versions sont disponibles pour Linux, Windows, macOS, FreeBSD, OpenBSD, NetBSD, DragonflyBSD, Solaris et Haiku. L'un des principaux ajouts est l'ajout d'un plugin AI Local au Gestionnaire de plugins, qui utilise Ollama pour exploiter localement de grands modèles de langage.
https://cudatext.github.io/download.html
The Maintenance Fee initiative: 25/07/2025 The author of WiX, an open source toolkit for creating Windows installation packages, is developing the Maintenance Fee initiative to solve the problem of funding open source projects. The Maintenance Fee initiative allows for a small monthly fee (an option is $10) to ensure the financial sustainability of projects without limiting their openness or resorting to funding models like Open Core, which imply the delivery of an extended paid version. The essence of Maintenance Fee is to conduct a monthly payment for users and companies that receive commercial benefits and directly or indirectly earn money from using an open source project. Payment is stimulated by adding a user agreement (EULA) to maintainers, regulating access to the infrastructure, binary assemblies and ready-made packages. They proposed to use the GitHub sponsorship system to transfer the fee. According to the EULA, only paid subscribers and users who do not profit from the project can download binary release builds, participate in discussions, and submit issue requests. Access to the source code remains unchanged and is provided in accordance with the open licenses used by the projects. If a company that profits from the project does not want to pay a monthly fee, it can use the code from the repository and independently create builds for itself, but does not have the right to use ready-made release builds provided by the main project (it is prohibited to use official package builds among dependencies connected through package managers such as NPM and NuGet). https://news.ycombinator.com/item?id%3D44669858
Initiative Frais de Maintenance 25/07/2025
L'auteur de WiX, une boîte à outils Open Source pour la création de paquets d'installation Windows, développe l'initiative Frais de Maintenance afin de résoudre le problème du financement des projets Open Source. Cette initiative prévoit une faible cotisation mensuelle (10 $ en option) afin d'assurer la viabilité financière des projets sans limiter leur ouverture ni recourir à des modèles de financement comme Open Core, qui impliquent la fourniture d'une version payante étendue.
L'objectif de l'initiative Frais de Maintenance est de verser une cotisation mensuelle aux utilisateurs et aux entreprises qui bénéficient d'avantages commerciaux et tirent des revenus directs ou indirects de l'utilisation d'un projet Open Source. Ce paiement est facilité par l'ajout d'un contrat d'utilisation (CLUF) aux mainteneurs, régissant l'accès à l'infrastructure, aux assemblages binaires et aux paquets prêts à l'emploi. L'initiative propose d'utiliser le système de parrainage GitHub pour transférer la cotisation.
Selon le CLUF, seuls les abonnés payants et les utilisateurs qui ne tirent aucun profit du projet peuvent télécharger les versions binaires, participer aux discussions et soumettre des demandes d'incident. L'accès au code source reste inchangé et est assuré conformément aux licences ouvertes utilisées par les projets. Si une entreprise bénéficiaire du projet ne souhaite pas payer de frais mensuels, elle peut utiliser le code du dépôt et créer ses propres builds, mais n'a pas le droit d'utiliser les builds prêts à l'emploi fournis par le projet principal (il est interdit d'utiliser les builds de paquets officiels entre les dépendances connectées via des gestionnaires de paquets tels que NPM et NuGet).
https://news.ycombinator.com/item?id%3D44669858
Tails 6.18 release: 25/07/2025 The release of the specialized distribution Tails 6.18 (The Amnesic Incognito Live System), developed as part of the Tor project, is presented. The distribution is based on Debian 12, comes with the GNOME 43 desktop and is designed for anonymous network access using Tor. All connections, except for traffic through the Tor network, are blocked by default by the packet filter. When saving user data between launches, encryption is used. An iso image capable of working in Live mode, 1 GB in size, has been prepared for download. The new version implements the ability to use network bridges based on WebTunnel transport to connect to the Tor network. WebTunnel simulates typical web traffic and can be used where obfs4 transport does not work. Tor Browser 14.5.5 and Thunderbird 128.12.0 have been updated. https://tails.net/news/version_6.18/
Sortie de Tails 6.18 25/07/2025
Présentation de la distribution spécialisée Tails 6.18 (The Amnesic Incognito Live System), développée dans le cadre du projet Tor. Basée sur Debian 12. Elle intègre le bureau GNOME 43 et est conçue pour l'accès réseau anonyme via Tor. Toutes les connexions, à l'exception du trafic via le réseau Tor, sont bloquées par défaut par le filtre de paquets. Le chiffrement est utilisé lors de la sauvegarde des données utilisateur entre les lancements. Une image ISO de 1 Go, compatible avec le mode Live, est disponible en téléchargement.
La nouvelle version implémente la possibilité d'utiliser des ponts réseau basés sur le transport WebTunnel pour se connecter au réseau Tor. WebTunnel simule le trafic Web classique et peut être utilisé lorsque le transport obfs4 ne fonctionne pas. Le navigateur Tor 14.5.5 et Thunderbird 128.12.0 ont été mis à jour.
4
Rules for AI assistants used in the Linux kernel: 26/07/2025 NVIDIA's Sasha Levin, who maintains the LTS branches of the Linux kernel and is on the Linux Foundation's advisory board, has put forward a set of rules and documentation for developers to consider when generating changes to the Linux kernel. Links to the instructions are provided in configuration files prepared for the Claude, GitHub Copilot, Cursor, Codeium, Continue, Windsurf, and Aider AI platforms. To highlight changes prepared using AI, the commit is required to be tagged “Co-developed-by: $AI_NAME $AI_MODEL $AI_VERSION”. For example: “Co-developed-by: Claude claude-3-opus-20240229”, “Co-developed-by: GitHub-Copilot GPT-4 v1.0.0” and “Co-developed-by: Cursor gpt-4-turbo-2024-04-09”. At the same time, the AI assistant should not add itself to the “Signed-off-by” tag. This tag should only be added by a human to provide legally significant confirmation of the right to transfer code under an open license. https://linux.slashdot.org/story/25/07/25/1950226/linux-kernel-could-soon-expose-every-line-ai-helps-write
Règles relatives aux assistants IA utilisés dans le noyau Linux 26/07/2025
Sasha Levin, de NVIDIA, responsable de la maintenance des branches LTS du noyau Linux et membre du conseil consultatif de la Fondation Linux, a proposé un ensemble de règles et de documentation à l'attention des développeurs lors de la génération de modifications du noyau Linux. Des liens vers ces instructions sont fournis dans les fichiers de configuration préparés pour les plateformes d'IA Claude, GitHub Copilot, Cursor, Codeium, Continue, Windsurf et Aider.
Pour mettre en évidence les modifications préparées à l'aide de l'IA, le commit doit être étiqueté « Co-développé par : $AI_NAME $AI_MODEL $AI_VERSION ». Par exemple : « Co-développé par : Claude claude-3-opus-20240229 », « Co-développé par : GitHub-Copilot GPT-4 v1.0.0 » et « Co-développé par : Cursor gpt-4-turbo-2024-04-09 ». Parallèlement, l'assistant IA ne doit pas s'ajouter à la balise « Signé par ». Cette balise ne doit être ajoutée que par un humain pour fournir une confirmation juridiquement valable du droit de transférer du code sous licence ouverte.
sudo 1.9.17p2 update: 27/07/2025 A new release of the sudo utility 1.9.17p2 is available. It is used for the execution of commands on behalf of other users. The new release fixes an issue that, under certain circumstances, would cause the SIGHUP signal (terminal connection lost) to be sent not to the running process, but to all processes in the system. The problem is present since sudo 1.9.16 and is caused by the use of killpg() instead of kill() in some cases to terminate a child process. Unlike kill(), killpg() sends a signal to a process group, but as a group it can handle values greater than or equal to 0. When a negative group value is passed, the behavior is undefined and on some systems may result in the signal being sent to process number 1 (init) and all processes on the system being terminated. Additionally, sudo has fixed an issue that could cause a failure when intercepting and verifying commands being run in configurations that used the “intercept and intercept_verify” options in the sudoers file. On Linux systems that support the ptrace_readv_string() function, processes that had command line arguments or environment variables larger than the memory page size (usually 4096 bytes) would crash. https://github.com/sudo-project/sudo/releases/tag/v1.9.17p2
Mise à jour sudo 1.9.17p2 27/07/2025
Une nouvelle version de l'utilitaire sudo 1.9.17p2 est disponible. Elle permet l'exécution de commandes pour le compte d'autres utilisateurs. Cette nouvelle version corrige un problème qui, dans certaines circonstances, pouvait entraîner l'envoi du signal SIGHUP (perte de connexion au terminal) non pas au processus en cours d'exécution, mais à tous les processus du système.
Ce problème, présent depuis sudo 1.9.16, est dû à l'utilisation de killpg() au lieu de kill() dans certains cas pour terminer un processus enfant. Contrairement à kill(), killpg() envoie un signal à un groupe de processus, mais en tant que groupe, il peut gérer des valeurs supérieures ou égales à 0. Lorsqu'une valeur de groupe négative est transmise, le comportement est indéfini et, sur certains systèmes, le signal peut être envoyé au processus numéro 1 (init) et tous les processus du système peuvent être terminés.
De plus, sudo a corrigé un problème pouvant entraîner un échec lors de l'interception et de la vérification des commandes exécutées dans des configurations utilisant les options « intercept et intercept_verify » du fichier sudoers. Sur les systèmes Linux prenant en charge la fonction ptrace_readv_string(), les processus dont les arguments de ligne de commande ou les variables d'environnement étaient supérieurs à la taille de la page mémoire (généralement 4 096 octets) plantaient.
https://github.com/sudo-project/sudo/releases/tag/v1.9.17p2
Slackel 8.0 Release 27/07/2025 Slackel 8.0 has been released. It is based on Slackware and Salix and is fully compatible with the repositories offered in them. The key difference of Slackel is the use of a constantly updated Slackware-Current branch. The graphical environment is based on the Openbox window manager. The size of the boot image, capable of working in Live mode, is 3.6 GB (i386 and x86_64). The new release is synchronized with the Slackware Current branch and ships with Linux kernel 6.12.39. Updated programs include firefox 140.0.4, thunderbird 140.0.1esr, libreoffice 25.2.1, GIMP 3.0.4, smplayer 25.6.0, mpv 0.40.0, MPlayer 20250330, exaile 4.1.3, brasero 3.12.3, isomaster 1.3.17, pidgin 2.14.142, and transmission 2.94. https://slackel.sourceforge.io/forum/viewtopic.php?t%3D815
Sortie de Slackel 8.0 27/07/2025
Slackel 8.0 est disponible. Basé sur Slackware et Salix, il est entièrement compatible avec les dépôts proposés. La principale différence de Slackel réside dans l'utilisation d'une branche Slackware-Current constamment mise à jour. L'environnement graphique repose sur le gestionnaire de fenêtres Openbox. L'image de démarrage, compatible avec le mode Live, fait 3,6 Go (i386 et x86_64).
La nouvelle version est synchronisée avec la branche Slackware Current et est livrée avec le noyau Linux 6.12.39. Les programmes mis à jour incluent Firefox 140.0.4, Thunderbird 140.0.1esr, LibreOffice 25.2.1, GIMP 3.0.4, SMplayer 25.6.0, MPV 0.40.0, MPlayer 20250330, Exaile 4.1.3, Brasero 3.12.3, Isomaster 1.3.17, Pidgin 2.14.142 et Transmission 2.94.
5
Linux kernel 6.16: 28/07/2025 After two months of development, Linus Torvalds presented the Linux kernel 6.16. Changes include: a driver for accelerating OpenVPN, a kernel extension handOver mechanism, enabling five-level memory page tables for x86 by default, removing the DCCP protocol, a zloop block driver, the ability to send core dumps via a UNIX socket, support for atomic writing to XFS, offload sound processing for USB devices, optimizations in Ext4, a virtual TPM (Trusted Platform Module) driver, a full implementation of Device Memory TCP, support for unnamed pipes in io_uring, preparation for the integration of the Asahi DRM driver, a “usermode queue” mechanism in the AMDGPU driver, support for Intel TDE (Trusted Domain Extensions) and Intel APE (Advanced Performance Extensions). The new version accepted 15924 fixes from 2145 developers, the patch size is 50Mb (the changes affected 13793 files, 655451 lines of code were added, 316441 lines were deleted). The previous release had 15945 fixes from 2154 developers, the patch size was 59 MB. About 45% of all changes presented in 6.16 are related to device drivers, about 16% of changes are related to updating code specific to hardware architectures, 13% are related to the network stack, 4% - to file systems and 3% to internal kernel subsystems. https://lkml.org/lkml/2025/7/27/337
Noyau Linux 6.16 28/07/2025
Après deux mois de développement, Linus Torvalds a présenté le noyau Linux 6.16. Parmi les nouveautés : un pilote pour accélérer OpenVPN, un mécanisme de transfert d'extensions noyau, l'activation par défaut des tables de pages mémoire à cinq niveaux pour x86, la suppression du protocole DCCP, un pilote de bloc zloop, la possibilité d'envoyer des vidages mémoire via un socket UNIX, la prise en charge de l'écriture atomique dans XFS, le déchargement du traitement du son pour les périphériques USB, des optimisations dans Ext4, un pilote TPM (Trusted Platform Module) virtuel, une implémentation complète de Device Memory TCP, la prise en charge des canaux anonymes dans io_uring, la préparation de l'intégration du pilote Asahi DRM, un mécanisme de « file d'attente en mode utilisateur » dans le pilote AMDGPU, la prise en charge des extensions Intel TDE (Trusted Domain Extensions) et Intel APE (Advanced Performance Extensions).
La nouvelle version a accepté 15 924 correctifs apportés par 2 145 développeurs, et la taille du correctif est de 50 Mo (les modifications ont affecté 13 793 fichiers, 655 451 lignes de code ont été ajoutées et 316 441 lignes ont été supprimées). La version précédente comptait 15 945 correctifs apportés par 2 154 développeurs, et la taille du correctif était de 59 Mo. Environ 45 % des modifications présentées dans la version 6.16 concernent les pilotes de périphériques, environ 16 % la mise à jour du code spécifique aux architectures matérielles, 13 % la pile réseau, 4 % les systèmes de fichiers et 3 % les sous-systèmes internes du noyau.
https://lkml.org/lkml/2025/7/27/337
OpenPrinting Project Leader laid off: 29/07/2025 Canonical has let Till Kamppeter go, the leader of the OpenPrinting project, which develops components for providing printing on Linux (among other things, since 2021 the development of the CUPS print server has been transferred to the OpenPrinting project after Apple lost interest in developing the project for platforms other than macOS). Till is a co-founder of OpenPrinting and has been maintaining the project since its inception in 2001. Since 2006, Till has been employed by Canonical, where he was engaged in the development of a printing system for Linux. Canonical has not commented on the layoffs, but it is believed that they are related to a reduction in staff working remotely or on an external project. https://ubuntu.social/@till/114932498368800052
Licenciement du chef du projet OpenPrinting 29/07/2025
Canonical a licencié Till Kamppeter, responsable du projet OpenPrinting, qui développe des composants pour l'impression sous Linux (entre autres, depuis 2021, le développement du serveur d'impression CUPS a été transféré au projet OpenPrinting, Apple ayant perdu tout intérêt pour le développement du projet sur d'autres plateformes que macOS). Till est cofondateur d'OpenPrinting et assure la maintenance du projet depuis sa création en 2001. Depuis 2006, Till travaille chez Canonical, où il participe au développement d'un système d'impression pour Linux.
Canonical n'a pas commenté ces licenciements, mais il semble qu'ils soient liés à une réduction du personnel travaillant à distance ou sur un projet externe.
https://ubuntu.social/@till/114932498368800052
Vulkan 1.4 support added to PanVK driver: 30/07/2025 Collabora announced that the PanVK Vulkan driver has been updated to support the Vulkan 1.4 graphics API for devices with V10-based ARM GPUs, such as the Mali-G610 and Mali-G310. The changes have been merged into the Mesa codebase and will be available to users in the Mesa 25.2 release candidate. The current stable release of Mesa 25.1 in PanVK only supports Vulkan 1.2. Plans for further development of the PanVK driver include certification of Vulkan 1.4 support in the Khronos consortium, optimization of DDK performance when performing typical tasks, improved compatibility with existing applications, and implementation of support for additional Vulkan extensions. Separately, the intention to improve performance for older generations of Mali GPUs, such as Bifrost (V6 and V7), and to provide Vulkan support for the first generations of Valhall family GPUs (V9) is noted. https://www.collabora.com/news-and-blog/news-and-events/panvk-now-supports-vulkan-1.4.html
Prise en charge de Vulkan 1.4 ajoutée au pilote PanVK 30/07/2025
Collabora a annoncé la mise à jour du pilote PanVK Vulkan pour prendre en charge l'API graphique Vulkan 1.4 pour les appareils équipés de GPU ARM basés sur la version 10, tels que les Mali-G610 et Mali-G310. Ces modifications ont été intégrées au code source de Mesa et seront disponibles pour les utilisateurs dans la version candidate Mesa 25.2. La version stable actuelle de Mesa 25.1 dans PanVK ne prend en charge que Vulkan 1.2.
Les développements futurs du pilote PanVK incluent la certification de la prise en charge de Vulkan 1.4 au sein du consortium Khronos, l'optimisation des performances du DDK lors de l'exécution de tâches courantes, une meilleure compatibilité avec les applications existantes et la prise en charge d'extensions Vulkan supplémentaires. Par ailleurs, l'intention d'améliorer les performances des anciennes générations de GPU Mali, comme Bifrost (V6 et V7), et de fournir la prise en charge de Vulkan pour les premières générations de GPU de la famille Valhall (V9) est mentionnée.
https://www.collabora.com/news-and-blog/news-and-events/panvk-now-supports-vulkan-1.4.html
6
CDE desktop environment on OpenBSD: 30/07/2025 The OpenBSD ports collection now includes the classic CDE (Common Desktop Environment), developed in the early nineties by Sun Microsystems, HP, IBM, DEC, SCO, Fujitsu, and Hitachi, and supplied for many years as the standard graphical environment for Solaris, HP-UX, IBM AIX, Digital UNIX, and UnixWare. In 2012, the CDE 2.1 code was opened by “The Open Group” under the LGPL license. It includes an XDMCP-compatible login manager, user session manager, window manager, CDE FrontPanel, desktop manager, interprocess communication bus, desktop toolkit, shell and C application development tools, and third-party application integration components. The Motif library is used for the interface. https://undeadly.org/cgi?action%3Darticle;sid%3D20250730080301
Environnement de bureau CDE sur OpenBSD 30/07/2025
La collection de portages d'OpenBSD inclut désormais le CDE (Common Desktop Environment) classique, développé au début des années 90 par Sun Microsystems, HP, IBM, DEC, SCO, Fujitsu et Hitachi, et fourni pendant de nombreuses années comme environnement graphique standard pour Solaris, HP-UX, IBM AIX, Digital UNIX et UnixWare. En 2012, le code de CDE 2.1 a été ouvert par « The Open Group » sous licence LGPL.
Il comprend un gestionnaire de connexions compatible XDMCP, un gestionnaire de sessions utilisateur, un gestionnaire de fenêtres, un panneau de configuration CDE, un gestionnaire de bureau, un bus de communication interprocessus, une boîte à outils bureautique, des outils de développement d'applications shell et C, ainsi que des composants d'intégration d'applications tierces. La bibliothèque Motif est utilisée pour l'interface.
https://undeadly.org/cgi?action%3Darticle;sid%3D20250730080301
Vivo Open Sources BlueOS Kernel Written in Rust: 31/07/2025 Vivo, which occupies about 10% of the global smartphone market (5th place among smartphone manufacturers), presented the first official open release of the BlueOS operating system kernel (Blue River OS). The BlueOS operating system has been in development since 2018 and is already used in the Vivo Watch series smartwatches. Vivo is also working on using BlueOS in smart glasses, robots, smart terminals, and consumer AI devices. The kernel code is written in Rust and is open under the Apache 2.0 license. BlueOS system frameworks are also written in Rust. The BlueOS kernel (Blue River Kernel) is optimized for minimal resource consumption and can be used on embedded platforms, mobile devices, and Internet of Things systems. In the minimum configuration, the kernel requires only 13 KB of RAM for its operation. At the same time, the kernel supports modern processor architectures, including ARM and RISC-V. On top of the kernel, there is a standard C library that supports the software interfaces defined in the POSIX standard, as well as the rust-std library. https://translate.google.com/website?sl=auto&tl=en&hl=en-US&client=webapp&u=https://blueos.vivo.com/activity/details?id%3D94%26data%3DblueRiver
Le noyau Open Source BlueOS de Vivo écrit en Rust 31/07/2025
Vivo, qui représente environ 10 % du marché mondial des smartphones (5e place parmi les fabricants de smartphones), a présenté la première version officielle et ouverte du noyau de son système d'exploitation BlueOS (Blue River OS). Ce système d'exploitation est en développement depuis 2018 et est déjà utilisé dans les montres connectées de la série Vivo Watch. Vivo travaille également à l'utilisation de BlueOS dans des lunettes connectées, des robots, des terminaux intelligents et des appareils d'IA grand public. Le code du noyau est écrit en Rust et est ouvert sous licence Apache 2.0. Les frameworks du système BlueOS sont également écrits en Rust.
Le noyau BlueOS (Blue River Kernel) est optimisé pour une consommation minimale de ressources et peut être utilisé sur les plateformes embarquées, les appareils mobiles et les systèmes IoT. Dans sa configuration minimale, le noyau ne nécessite que 13 Ko de RAM pour fonctionner. Il prend également en charge les architectures de processeur modernes, notamment ARM et RISC-V. Au-dessus du noyau se trouve une bibliothèque C standard prenant en charge les interfaces logicielles définies dans la norme POSIX, ainsi que la bibliothèque rust-std.
Mozilla China Stops Providing Firefox Services in China: 31/07/2025 Mozilla China has announced that it is shutting down its services for Firefox users in China. Starting July 27, registration for the Chinese versions of Firefox Accounts (accounts.firefox.com.cn) and Firefox Community services has been suspended, and the ability to post messages and comments in the forum has been blocked. Starting September 29, the firefox.com.cn website, forum (mozilla.com.cn), home page (home.firefoxchina.cn), resources for downloading and updating the version of Firefox for China, as well as services for maintaining accounts and synchronizing settings (Firefox Sync) will cease to operate. https://translate.google.com/website?sl=auto&tl=en&hl=en-US&client=webapp&u=http://www.firefox.com.cn/farewell/
Mozilla Chine cesse de fournir les services de Firefox en Chine 31/07/2025
Mozilla Chine a annoncé la fermeture de ses services pour les utilisateurs de Firefox en Chine. À compter du 27 juillet, l'inscription aux comptes Firefox (accounts.firefox.com.cn) et aux services communautaires Firefox sera suspendue, et la publication de messages et de commentaires sur le forum sera bloquée. À compter du 29 septembre, le site Web firefox.com.cn, le forum (mozilla.com.cn), la page d'accueil (home.firefoxchina.cn), les ressources de téléchargement et de mise à jour de la version chinoise de Firefox, ainsi que les services de gestion des comptes et de synchronisation des paramètres (Firefox Sync) cesseront de fonctionner.
7
4MLinux 49.0 distribution release 01.08.2025 07:39 4MLinux 49.0 is now available, a minimalist user distribution that is not a fork of other projects and uses a graphical environment based on the JWM window manager. 4MLinux can be used both as a Live environment for playing multimedia files and solving user tasks, and as a system for recovery from failures and a platform for running mini-servers. A live image (x86_64, 1.7 GB) with a graphical environment and a stripped-down console build (x86_64, 16.2 MB) are available for download. https://4mlinux-releases.blogspot.com/2025/07/4mlinux-490-stable-released.html
Sortie de la distribution 4MLinux 49.0 01.08.2025 07:39
4MLinux 49.0 est désormais disponible. Il s'agit d'une distribution utilisateur minimaliste, indépendante d'autres projets, qui utilise un environnement graphique basé sur le gestionnaire de fenêtres JWM. 4MLinux peut être utilisé à la fois comme environnement Live pour la lecture de fichiers multimédia et la résolution de tâches utilisateur, et comme système de récupération après panne et plateforme d'exécution de mini-serveurs. Une image Live (x86_64, 1,7 Go) avec un environnement graphique et une version console simplifiée (x86_64, 16,2 Mo) sont disponibles en téléchargement.
https://4mlinux-releases.blogspot.com/2025/07/4mlinux-490-stable-released.html
KDE Linux Testing Edition: 01/08/2025 The KDE project has begun publishing test builds of its own KDE Linux distribution -the KDE Linux Testing Edition, and has also posted a page on the main kde.org website dedicated to the distribution. System images (5.2 GB) are available for installation to create bootable USB drives that work in Live mode. KDE Linux is positioned as a reference implementation of the Linux distribution for the KDE desktop and applications, optimally combined with KDE technologies and developed without intermediaries by KDE developers. KDE Linux Testing Edition is based on the master branch in Git and is designed for testing, quality control, and development tracking. Builds will be updated daily and reflect the current state of development of the project components. The primary target audience for KDE Linux Testing Edition is KDE developers and users who want to participate in quality control, feature testing, and bug reporting. The system is separated from applications - additional applications can be installed to the home directory in AppImage, Snap or Flatpak formats. In addition, the Distrobox and Toolbox tools are included, allowing you to create containers in the home directory for installing arbitrary packages from other distributions. The user can also use the systemd-sysext utility to install System Extension images, the contents of which are superimposed on the /usr/ hierarchy using OverlayFS. https://translate.google.com/website?sl=auto&tl=en&hl=en-US&client=webapp&u=https://kde.org/linux/
KDE Linux Testing Edition 01/08/2025
Le projet KDE a commencé à publier des versions de test de sa propre distribution KDE Linux, KDE Linux Testing Edition, et a également créé une page dédiée à cette distribution sur le site Web principal kde.org. Des images système (5,2 Go) sont disponibles pour l'installation afin de créer des clés USB bootables fonctionnant en mode Live. KDE Linux se positionne comme une implémentation de référence de la distribution Linux pour le bureau et les applications KDE, parfaitement intégrée aux technologies KDE et développée sans intermédiaire par les développeurs KDE.
KDE Linux Testing Edition est basée sur la branche master de Git et est conçue pour les tests, le contrôle qualité et le suivi du développement. Les versions seront mises à jour quotidiennement et refléteront l'état actuel de développement des composants du projet. KDE Linux Testing Edition s'adresse principalement aux développeurs et utilisateurs KDE souhaitant participer au contrôle qualité, aux tests de fonctionnalités et au signalement de bugs.
Le système est séparé des applications : des applications supplémentaires peuvent être installées dans le répertoire personnel aux formats AppImage, Snap ou Flatpak. De plus, les outils Distrobox et Toolbox sont inclus, permettant de créer des conteneurs dans le répertoire personnel pour installer des paquets divers d'autres distributions. L'utilisateur peut également utiliser l'utilitaire systemd-sysext pour installer des images d'extensions système, dont le contenu est superposé à la hiérarchie /usr/ grâce à OverlayFS.
https://translate.google.com/website?sl=auto&tl=en&hl=en-US&client=webapp&u=https://kde.org/linux/
Release of the embedded DBMS libmdbx 0.13.7: 01/08/2025 The release of the libmdbx 0.13.7 (MDBX) library has been published, implementing a high-performance compact embedded key-value database. The libmdbx code is distributed under the Apache 2.0 license. All current operating systems and architectures are supported. libmdbx offers an advanced API for C++ , as well as enthusiast-supported bindings to Rust, Haskell, Python, NodeJS, Ruby, Go, Nim, Deno and Scala. Historically, libmdbx is a deep reworking of the LMDB DBMS and surpasses its ancestor in reliability, feature set and performance. Compared to LMDB, libmdbx pays much more attention to code quality, stable API operation, testing and automatic checks. A utility for checking the integrity of the database structure with some recovery capabilities is also supplied. Technologically, libmdbx offers ACID, strict serialization of changes and non-blocking reading with linear scaling across CPU cores. Auto-compaction, automatic database size management, range query estimation are supported. https://translate.google.com/website?sl=auto&tl=en&hl=en-US&client=webapp&u=https://gitflic.ru/project/erthink/libmdbx/release/4465d9ff-62a2-4104-ad9b-c0224ea60e48
Sortie du SGBD embarqué libmdbx 0.13.7 01/08/2025
La version 0.13.7 de la bibliothèque libmdbx (MDBX) a été publiée. Elle implémente une base de données clé-valeur compacte et embarquée à hautes performances. Le code de libmdbx est distribué sous licence Apache 2.0. Tous les systèmes d'exploitation et architectures actuels sont pris en charge. libmdbx offre une API avancée pour C++, ainsi que des liaisons pour Rust, Haskell, Python, NodeJS, Ruby, Go, Nim, Deno et Scala, supportées par les utilisateurs.
Historiquement, libmdbx est une refonte en profondeur du SGBD LMDB et surpasse son ancêtre en termes de fiabilité, de fonctionnalités et de performances. Comparée à LMDB, libmdbx accorde une attention accrue à la qualité du code, à la stabilité du fonctionnement de l'API, aux tests et aux vérifications automatiques. Un utilitaire de vérification de l'intégrité de la structure de la base de données, avec des fonctionnalités de récupération, est également fourni. Technologiquement, libmdbx offre ACID, une sérialisation stricte des modifications et une lecture non bloquante avec une mise à l'échelle linéaire sur les cœurs de processeur. Le compactage automatique, la gestion automatique de la taille des bases de données et l'estimation des plages de requêtes sont également pris en charge.
8
Release of FEX 2508 emulator: 02/08/2025 The FEX 2508 project release has been published. It develops an emulator for running games and applications compiled for x86 and x86-64 architectures in a Linux environment on systems with ARM64 (AArch64) processors. The FEX emulator is used by the Asahi project to run games from the Steam catalog compiled for the x86_64 architecture on systems with ARM chips. The project code is written in C++ with assembler inserts and is distributed under the MIT license. To access host environment capabilities, such as audio and 3D graphics tools, thunk libraries are placed in the rootfs, which translate calls to libraries and code on the host system side (for example, calls to OpenGL and Vulkan can be redirected). These libraries can also be used on the host side to call code in the guest environment. Libraries available for forwarding are: libEGL, libGL, libSDL2, libX11, libVDSO, libasound, libdrm, libfex_malloc, libvulkan, libwayland-client and libxshmfence. What's new: Significant optimization of the JIT compiler was performed, which allowed FPS increase in the game Cyberpunk 2077 by 38.9%, Doom 2016 - by 30.9%, Stray - by 25.2%, Grim Fandango Remastered - by 24.7%, Teardown - 12.6%, God of War 2018 - by 4.6%. The greatest impact was made by optimizations of the call stack and returns (call-return), as well as the use of the TSO (Total Store Ordering) memory model in the wow64/arm64ec libraries, supported in Apple Silicon CPUs. https://fex-emu.com/FEX-2508/
Publication de l'émulateur FEX 2508 02/08/2025
La version 2508 du projet FEX a été publiée. Ce projet développe un émulateur permettant d'exécuter des jeux et applications compilés pour les architectures x86 et x86-64 dans un environnement Linux sur des systèmes équipés de processeurs ARM64 (AArch64). L'émulateur FEX est utilisé par le projet Asahi pour exécuter des jeux du catalogue Steam compilés pour l'architecture x86-64 sur des systèmes équipés de puces ARM. Le code du projet est écrit en C++ avec des insertions en assembleur et est distribué sous licence du MIT.
Pour accéder aux fonctionnalités de l'environnement hôte, telles que les outils audio et graphiques 3D, des bibliothèques de thunks sont placées dans le système de fichiers racine, qui traduisent les appels aux bibliothèques et au code côté système hôte (par exemple, les appels à OpenGL et Vulkan peuvent être redirigés). Ces bibliothèques peuvent également être utilisées côté hôte pour appeler du code dans l'environnement invité. Les bibliothèques disponibles pour le transfert sont : libEGL, libGL, libSDL2, libX11, libVDSO, libasound, libdrm, libfex_malloc, libvulkan, libwayland-client et libxshmfence.
Nouveautés :
Une optimisation significative du compilateur JIT a été réalisée, ce qui a permis d'augmenter la fréquence d'images par seconde (FPS) dans les jeux Cyberpunk 2077 de 38,9 %, Doom 2016 de 30,9 %, Stray de 25,2 %, Grim Fandango Remastered de 24,7 %, Teardown de 12,6 % et God of War 2018 de 4,6 %. L'impact le plus important a été obtenu grâce aux optimisations de la pile d'appels et des retours (call-return), ainsi qu'à l'utilisation du modèle de mémoire TSO (Total Store Ordering) dans les bibliothèques wow64/arm64ec, prises en charge par les processeurs Apple Silicon.
The fourth experimental release of Orbitiny: 04/08/2025 The fourth release of the Orbitiny Desktop environment (DE), written from scratch using the Qt framework, has been published. The project tries to combine some innovative ideas that have not been seen in user environments before with traditional elements such as the panel, menus, and desktop icon placement. The code is written in C++ and is distributed under the GPL license. In the new version, most of the changes are related to the expansion of the functionality of the Qutiny file manager and tools for working with files on the desktop. The device name has been added to the notes for mount points (E.g: If /dev/sdc1 is mounted on “/mnt/my_mount_point” and you navigate to /mnt, Qutiny file manager will append “(/dev/sdc1)” to the mounted directory's icon caption.), separate icons for mount points have been implemented, a list of mounted external media has been added to the sidebar, and a button for showing mount points has been added to the toolbar. The deletion confirmation dialog now shows the full path to the file being deleted. A tab with hashes and a field with data on the file owner have been added to the file properties dialog. The design of the file renaming dialog has been redesigned. https://www.reddit.com/r/linux/comments/1mfos7t/orbitiny_desktop_10_pilot_4_released/
Quatrième version expérimentale d'Orbitiny 04/08/2025
La quatrième version de l'environnement de bureau Orbitiny (DE), entièrement développé avec le framework Qt, a été publiée. Le projet s'efforce de combiner des idées innovantes, jusqu'alors inédites dans les environnements utilisateur, avec des éléments traditionnels tels que le panneau, les menus et le placement des icônes sur le bureau. Le code est écrit en C++ et distribué sous licence GPL.
Dans cette nouvelle version, la plupart des modifications concernent l'extension des fonctionnalités du gestionnaire de fichiers Qutiny et des outils de gestion des fichiers sur le bureau. Le nom du périphérique a été ajouté aux notes des points de montage (par exemple : si /dev/sdc1 est monté sur « /mnt/mon_point_de_montage » et que vous accédez à /mnt, le gestionnaire de fichiers Qutiny ajoutera « (/dev/sdc1) » à la légende de l'icône du répertoire monté). Des icônes distinctes pour les points de montage ont été implémentées, une liste des supports externes montés a été ajoutée à la barre latérale et un bouton permettant d'afficher les points de montage a été ajouté à la barre d'outils. La boîte de dialogue de confirmation de suppression affiche désormais le chemin d'accès complet au fichier supprimé. Un onglet avec des hachages et un champ contenant des informations sur le propriétaire du fichier ont été ajoutés à la boîte de dialogue des propriétés du fichier. La boîte de dialogue de renommage des fichiers a été repensée.
https://www.reddit.com/r/linux/comments/1mfos7t/orbitiny_desktop_10_pilot_4_released/
Squid 7 stable release: 04/08/2025 The stable release of Squid 7.1 proxy server is now available for production use (7.0.x releases were beta versions). Once the 7.x branch is stable, it will only be used to fix vulnerabilities and stability issues, and minor optimizations may be made. New features will be developed in the new experimental 8.0 branch. Users of the previous stable 6.x branch are advised to plan their migration to the 7.x branch. https://www.mail-archive.com/squid-announce@lists.squid-cache.org/msg00131.html
Version stable de Squid 7 04/08/2025
La version stable du serveur proxy Squid 7.1 est désormais disponible en production (les versions 7.0.x étaient des versions bêta). Une fois la branche 7.x stable, elle servira uniquement à corriger les vulnérabilités et les problèmes de stabilité, et des optimisations mineures pourront être apportées. De nouvelles fonctionnalités seront développées dans la nouvelle branche expérimentale 8.0. Il est conseillé aux utilisateurs de la précédente branche stable 6.x de planifier leur migration vers la branche 7.x.
https://www.mail-archive.com/squid-announce@lists.squid-cache.org/msg00131.html
9
openSUSE Leap 16 Release Candidate: 05/08/2025 The release candidate of the openSUSE Leap 16 is presented. It is built on the technologies of the next major branch of the commercial SLES 16 distribution, which is moving to the new SLFO (SUSE Linux Framework One) platform, previously known as ALP (Adaptable Linux Platform). openSUSE Leap 16 will retain the features of the classic distribution using traditional packages and for those who need an atomically updated system with basic filing in read-only mode, the openSUSE Leap Micro edition should be used. Builds for x86_64, ARM64, s390x and PowerPC architectures are available for testing. The release is scheduled for 1 October 2025. https://news.opensuse.org/2025/08/04/leap-16-rc/
Pré-version de OpenSUSE Leap 16 05/08/2025
La pré-version d'openSUSE Leap 16 est présentée. Elle s'appuie sur les technologies de la prochaine branche majeure de la distribution commerciale SLES 16, qui migre vers la nouvelle plateforme SLFO (SUSE Linux Framework One), anciennement ALP (Adaptable Linux Platform). OpenSUSE Leap 16 conservera les fonctionnalités de la distribution classique avec les paquets traditionnels. Pour ceux qui ont besoin d'un système mis à jour de manière atomique avec un archivage de base en lecture seule, l'édition Micro d'openSUSE Leap est recommandée. Des builds pour les architectures x86_64, ARM64, s390x et PowerPC sont disponibles en test. La sortie est prévue pour le 1er octobre 2025.
https://news.opensuse.org/2025/08/04/leap-16-rc/
Release of syncspirit 0.4.1: 05/08/2025 The release of syncspirit 0.4.1 is available. It allows you to organize automatic continuous synchronization of user files on several devices. The project solves problems similar to the proprietary Resilio Sync system (former BitTorrent Sync). Syncspirit is written in C++ and is distributed under the GPLv3 license. The graphical interface is built using the FLTK library; the domestic embedded DBMS libmdbx is used to store the database and the rotor actor framework is used to handle events. Ready-made builds are available for Linux (x86_64, AppImage), Windows (Windows XP is supported) and macOS . Unlike the Syncthing project, which is written in Go and uses a client-server architecture and REST-API (with a web browser acting as a client), syncspirit provides both an implementation in the form of a background process syncspirit-daemon and a separate application with a graphical interface, allowing for more economical use of RAM. https://github.com/basiliscos/syncspirit
Publication de syncspirit 0.4.1 05/08/2025
La version 0.4.1 de syncspirit est disponible. Elle permet d'organiser la synchronisation automatique et continue des fichiers utilisateur sur plusieurs appareils. Ce projet résout des problèmes similaires à ceux du système propriétaire Resilio Sync (anciennement BitTorrent Sync). Syncspirit est écrit en C++ et distribué sous licence GPLv3. L'interface graphique est développée à l'aide de la bibliothèque FLTK ; le SGBD embarqué libmdbx est utilisé pour stocker la base de données et le framework d'acteurs Rotor pour gérer les événements. Des versions prêtes à l'emploi sont disponibles pour Linux (x86_64, AppImage), Windows (Windows XP est pris en charge) et macOS.
Contrairement au projet Syncthing, écrit en Go et utilisant une architecture client-serveur et une API REST (avec un navigateur Web faisant office de client), syncspirit fournit à la fois une implémentation sous la forme d'un processus d'arrière-plan syncspirit-daemon et une application distincte avec une interface graphique, permettant une utilisation plus économique de la RAM.
https://github.com/basiliscos/syncspirit
AlmaLinux Starts Providing NVIDIA Driver Packages: 06/08/2025 The developers of the AlmaLinux distribution announced packages with NVIDIA drivers for the AlmaLinux 9 and 10 branches. Packages with the driver and CUDA stack are also offered for installation. The drivers can be used in configurations with UEFI Secure Boot. Kernel modules from the official set of proprietary drivers from NVIDIA cannot be loaded in UEFI Secure Boot mode, since they are not digitally signed by the distribution. This limitation was circumvented by using kernel modules open by NVIDIA, which are already used by default in the set of NVIDIA drivers for GPUs, starting with the Turing microarchitecture (GeForce GTX 1600 and RTX 2000). Based on components open by NVIDIA, a proprietary nvidia-open-kmod package has been created with modules certified by the AlmaLinux digital signature. A separate almalinux-release-nvidia-driver package has been created with the configuration of an external repository supported by NVIDIA, from which CUDA drivers and proprietary NVIDIA driver components operating in user space are loaded (according to the terms of the license agreement, repackaging proprietary NVIDIA components is not allowed). https://almalinux.org/blog/2025-08-06-announcing-native-nvidia-suport/
AlmaLinux commence à fournir des paquets de pilotes NVIDIA 06/08/2025
Les développeurs de la distribution AlmaLinux ont annoncé la disponibilité de paquets de pilotes NVIDIA pour les versions AlmaLinux 9 et 10. Ces paquets, incluant le pilote et la pile CUDA, sont également disponibles à l'installation. Ces pilotes sont compatibles avec les configurations avec démarrage sécurisé UEFI.
Les modules noyau des pilotes propriétaires officiels de NVIDIA ne peuvent pas être chargés en mode démarrage sécurisé UEFI, car ils ne sont pas signés numériquement par la distribution. Cette limitation a été contournée grâce à l'utilisation de modules noyau ouverts par NVIDIA, déjà utilisés par défaut dans les pilotes NVIDIA pour les GPU, à commencer par la microarchitecture Turing (GeForce GTX 1600 et RTX 2000).
Basé sur des composants ouverts de NVIDIA, un paquet propriétaire nvidia-open-kmod a été créé, avec des modules certifiés par la signature numérique d'AlmaLinux. Un paquet distinct, almalinux-release-nvidia-driver, a été créé avec la configuration d'un référentiel externe pris en charge par NVIDIA, à partir duquel sont chargés les pilotes CUDA et les composants de pilotes propriétaires NVIDIA fonctionnant dans l'espace utilisateur (conformément aux termes du contrat de licence, le reconditionnement des composants propriétaires NVIDIA n'est pas autorisé).
https://almalinux.org/blog/2025-08-06-announcing-native-nvidia-suport/
10
Proxmox Backup Server 4.0 available: 06/08/2025 Proxmox, known for developing Proxmox Virtual Environment and Proxmox Mail Gateway products, has released the Proxmox Backup Server 4.0 distribution, which is presented as a ready-made solution for backing up and restoring virtual environments, containers, and server stuffing. The installation ISO image is freely available for download. Distribution-specific components are open under the AGPLv3 license. Both the paid Enterprise repository and two free repositories are available for installing updates, which differ in the level of update stabilization. Proxmox Backup Server supports integration with the Proxmox VE platform for backing up virtual machines and containers. Backup management and data recovery are performed via a web interface. You can restrict user access to their data. All traffic transmitted from clients to the server is encrypted using AES-256 in GCM mode and the backups themselves are transmitted already encrypted using asymmetric encryption using public keys (encryption is performed on the client side, and compromising the server with backups will not lead to data leakage). The integrity of backups is controlled using SHA-256 hashes. https://www.proxmox.com/en/about/company-details/press-releases/proxmox-backup-server-4-0
Proxmox Backup Server 4.0 disponible 06/08/2025
Proxmox, connu pour le développement des produits Proxmox Virtual Environment et Proxmox Mail Gateway, a publié la distribution Proxmox Backup Server 4.0, une solution clé en main pour la sauvegarde et la restauration d'environnements virtuels, de conteneurs et de serveurs. L'image ISO d'installation est disponible gratuitement en téléchargement. Les composants spécifiques à la distribution sont ouverts sous licence AGPLv3. Le dépôt Enterprise payant et deux dépôts gratuits sont disponibles pour l'installation des mises à jour, chacun avec un niveau de stabilisation différent.
Proxmox Backup Server prend en charge l'intégration avec la plateforme Proxmox VE pour la sauvegarde des machines virtuelles et des conteneurs. La gestion des sauvegardes et la récupération des données s'effectuent via une interface Web. Vous pouvez restreindre l'accès des utilisateurs à leurs données. Tout le trafic transmis des clients vers le serveur est chiffré en mode GCM en utilisant AES-256, et les sauvegardes sont transmises déjà chiffrées par chiffrement asymétrique à clés publiques (le chiffrement est effectué côté client, et la compromission du serveur par des sauvegardes n'entraînera pas de fuite de données). L'intégrité des sauvegardes est contrôlée par des hachages SHA-256.
https://www.proxmox.com/en/about/company-details/press-releases/proxmox-backup-server-4-0
Mesa 25.2 released: 07/08/2025 After three months of development, the release of the free implementation of the OpenGL and Vulkan APIs - Mesa 25.2.0 - is out. The first release of the Mesa 25.2.0 branch has an experimental status - after the final stabilization of the code, version 25.2.1 will be released. Mesa 25.2 adds support for the Vulkan 1.4 graphics API in the ANV drivers for Intel GPUs, RADV drivers for AMD GPUs, NVK drivers for NVIDIA GPUs, Asahi drivers for Apple GPUs, Turnip drivers for Qualcomm GPUs, PanVK drivers for ARM Mali GPUs, the lavapipe software rasterizer (lvp), and emulator mode (vn). Vulkan 1.0 is supported in the v3dv drivers (Broadcom VideoCore GPUs for Raspberry Pi 4+) and dzn drivers (a Vulkan implementation on top of Direct3D 12). Mesa also provides full OpenGL 4.6 support for the iris (Intel Gen 8+ GPUs), radeonsi (AMD), Crocus (older Intel Gen4-Gen7 GPUs), AMD (r600), zink, llvmpipe, virgl ( virgil3D virtual GPU for QEMU/KVM), freedreno (Qualcomm Adreno), d3d12 (OpenGL layer on top of DirectX 12), and asahi (AGX GPU used in Apple M1 and M2 chips). OpenGL 4.5 support is available for NVIDIA (nvc0) GPUs. OpenGL 3.3 support is available in the softpipe (software rasterizer) and nv50 (NVIDIA NV50) drivers. OpenGL 3.1 is supported in the panfrost (ARM Mali GPU) and v3d (Broadcom VideoCore GPU) drivers. https://lists.freedesktop.org/archives/mesa-announce/2025-August/000815.html
Sortie de Mesa 25.2 07/08/2025
Après trois mois de développement, Mesa 25.2.0, l'implémentation libre des API OpenGL et Vulkan, est disponible. La première version de la branche Mesa 25.2.0 est expérimentale ; après la stabilisation finale du code, la version 25.2.1 sera publiée.
Mesa 25.2 ajoute la prise en charge de l'API graphique Vulkan 1.4 dans les pilotes ANV pour GPU Intel, RADV pour GPU AMD, NVK pour GPU NVIDIA, Asahi pour GPU Apple, Turnip pour GPU Qualcomm, PanVK pour GPU ARM Mali, le rastériseur logiciel lavapipe (lvp) et le mode émulateur (vn). Vulkan 1.0 est pris en charge par les pilotes v3dv (GPU Broadcom VideoCore pour Raspberry Pi 4+) et dzn (une implémentation de Vulkan sur Direct3D 12).
Mesa offre également une prise en charge complète d'OpenGL 4.6 pour les GPU iris (GPU Intel Gen 8+), radeonsi (AMD), Crocus (anciens GPU Intel Gen4 à Gen7), AMD (r600), zink, llvmpipe, virgl (GPU virtuel virgil3D pour QEMU/KVM), freedreno (Qualcomm Adreno), d3d12 (couche OpenGL sur DirectX 12) et asahi (GPU AGX utilisé dans les puces Apple M1 et M2). La prise en charge d'OpenGL 4.5 est disponible pour les GPU NVIDIA (nvc0). La prise en charge d'OpenGL 3.3 est disponible dans les pilotes softpipe (rastériseur logiciel) et nv50 (NVIDIA NV50). OpenGL 3.1 est pris en charge par les pilotes Panfrost (GPU ARM Mali) et v3d (GPU Broadcom VideoCore).
https://lists.freedesktop.org/archives/mesa-announce/2025-August/000815.html
Ubuntu 24.04.3 LTS Released: 07/08/2025 An update for the Ubuntu 24.04.3 LTS distribution has been released, which includes changes related to improved hardware support, an update to the Linux kernel and graphics stack, and bug fixes in the installer and bootloader. The release also includes current updates for several hundred packages related to fixing vulnerabilities and issues affecting stability. Similar updates for Kubuntu 24.04.3 LTS, Ubuntu Budgie 24.04.3 LTS, Ubuntu MATE 24.04.3 LTS, Lubuntu 24.04.3 LTS, Ubuntu Kylin 24.04.3 LTS, Ubuntu Studio 24.04.3 LTS, Xubuntu 24.04.3 LTS, Edubuntu 24.04.3 LTS, Ubuntu Cinnamon 24.04.3 LTS, and Ubuntu Unity 24.04.3 LTS are also released. https://lists.ubuntu.com/archives/ubuntu-announce/2025-August/000315.html
Sortie d'Ubuntu 24.04.3 LTS 07/08/2025
Une mise à jour de la distribution Ubuntu 24.04.3 LTS a été publiée. Elle inclut des modifications liées à une meilleure prise en charge matérielle, une mise à jour du noyau Linux et de la pile graphique, ainsi que des corrections de bugs dans l'installeur et le chargeur de démarrage. Cette version inclut également des mises à jour pour plusieurs centaines de paquets, corrigeant des vulnérabilités et des problèmes de stabilité. Des mises à jour similaires pour Kubuntu 24.04.3 LTS, Ubuntu Budgie 24.04.3 LTS, Ubuntu MATE 24.04.3 LTS, Lubuntu 24.04.3 LTS, Ubuntu Kylin 24.04.3 LTS, Ubuntu Studio 24.04.3 LTS, Xubuntu 24.04.3 LTS, Edubuntu 24.04.3 LTS, Ubuntu Cinnamon 24.04.3 LTS et Ubuntu Unity 24.04.3 LTS sont également publiés.
https://lists.ubuntu.com/archives/ubuntu-announce/2025-August/000315.html
11
MariaDB 12.0 is available: 08/08/2025 MariaDB 12.0.2 has been released, marking it as the first stable release of the 12.0 branch. The MariaDB 12.0 branch is classified as a rolling release, continuing the gradual development of functionality and replaces the MariaDB 11.8 branch. MariaDB 12.1.1, which has the status of a release candidate, has been published at the same time. The MariaDB 12.0 branch will be supported until the 12.1.2 release is formed. The MariaDB project is a fork of MySQL that maintains backward compatibility and features additional storage engines and advanced features. MariaDB development is overseen by the independent MariaDB Foundation, following an open and transparent development process that is independent of individual vendors. MariaDB is shipped as a replacement for MySQL in many Linux distributions (RHEL, SUSE, Fedora, openSUSE, Slackware, OpenMandriva, ROSA, Arch Linux, Debian) and is used in major projects such as Wikipedia , Google Cloud SQL and Nimbuzz. https://github.com/MariaDB/server/releases/tag/mariadb-12.0.2
MariaDB 12.0 est disponible 08/08/2025
MariaDB 12.0.2 est sortie, première version stable de la branche 12.0. Cette branche est classée comme une version continue, poursuivant le développement progressif des fonctionnalités et remplaçant la branche MariaDB 11.8. MariaDB 12.1.1, qui a le statut de Release Candidate, a été publiée simultanément. La branche MariaDB 12.0 sera prise en charge jusqu'à la publication de la version 12.1.2.
Le projet MariaDB est un fork de MySQL qui assure la rétrocompatibilité et propose des moteurs de stockage supplémentaires ainsi que des fonctionnalités avancées. Le développement de MariaDB est supervisé par la Fondation MariaDB, un organisme indépendant, selon un processus de développement ouvert et transparent, indépendant des fournisseurs. MariaDB est fournie en remplacement de MySQL dans de nombreuses distributions Linux (RHEL, SUSE, Fedora, openSUSE, Slackware, OpenMandriva, ROSA, Arch Linux, Debian) et est utilisée dans des projets majeurs tels que Wikipedia, Google Cloud SQL et Nimbuzz.
https://github.com/MariaDB/server/releases/tag/mariadb-12.0.2
Shotstars 4.7 update: 08/08/2025 The Shotstars 4.7 tool has been updated, tracking the movement, disappearance and appearance of fictitious “stars” in projects on GitHub. GitHub's standard capabilities do not provide users with information on the waning “stars” in a project and only allow information on their addition. The project is written in Python and is distributed under the GPLv3+ license. https://github.com/snooppr/shotstars/releases
Mise à jour de Shotstars 4.7 08/08/2025
L'outil Shotstars 4.7 a été mis à jour. Il suit désormais le mouvement, la disparition et l'apparition d'étoiles fictives dans les projets sur GitHub. Les fonctionnalités standard de GitHub ne fournissent pas d'informations sur la décroissance des étoiles d'un projet, mais uniquement sur leur ajout. Le projet est écrit en Python et distribué sous licence GPLv3+.
https://github.com/snooppr/shotstars/releases
Release of the PocketHandyBox: 09/08/2025 The PocketHandyBox 0007 distribution has been released. It is based on the Debian (and Devuan) package base and is intended for testing and servicing PCs and laptops. The distribution allows you to check the performance of the equipment, load the processor and video card, estimate the temperature, check SMART HDD and NVMe SSD. The distribution includes such applications as CPU-X, GSmartControl, GParted, Partimage, Partclone, TestDisk, ddrescue, WHDD. The user environment is based on Xfce. Versions based on Debian 12 “Bookworm” (Devuan “Daedalus”) and Debian 13 “Trixie” (Devuan “Excalibur”) are available. https://github.com/PocketHandyBox/pocket-handybox
Sortie de PocketHandyBox 09/08/2025
La distribution PocketHandyBox 0007 est sortie. Basée sur la base de paquets Debian (et Devuan), elle est destinée au test et à la maintenance des PC et ordinateurs portables. Elle permet de vérifier les performances du matériel, de charger le processeur et la carte graphique, d'estimer la température et de vérifier les disques durs SMART et les SSD NVMe. Elle inclut des applications telles que CPU-X, GSmartControl, GParted, Partimage, Partclone, TestDisk, ddrescue et WHDD. L'environnement utilisateur est basé sur Xfce. Des versions basées sur Debian 12 « Bookworm » (Devuan « Daedalus ») et Debian 13 « Trixie » (Devuan « Excalibur ») sont disponibles.
12
Debian 13 Release: 09/08/2025 After two years of development, Debian 13 “Trixie” is now available for eight officially supported architectures : Intel IA-32/x86 (i686), AMD64/x86-64, ARM EABI (armel), ARM64, ARMv7 (armhf), RISC-V, PowerPC 64 (ppc64el), and IBM System z (s390x). Debian 13 will continue to receive updates for five years. Installation images are available for download via HTTP, jigdo or BitTorrent. LiveUSBs are available for the amd64 architecture, with GNOME, KDE, LXDE, Xfce, Cinnamon and MATE variants, as well as a multi-arch DVD that combines packages for the amd64 platform with additional packages for the i386 architecture. The repository contains 69830 binary packages, which is 5411 more than were offered in Debian 12. Compared to Debian 12, 14116 new binary packages were added, 8844 (12%) obsolete or abandoned packages were removed, 44326 (63%) packages were updated. The total combined size of the source code offered in the distribution is 1,463,291,186 lines of code. The total size of all packages is 403 GB. For 96.9% of packages, support for reproducible builds are provided, which allows us to confirm that the executable file was built from the declared source code and does not contain any changes, for example, that can be made by attacking the build infrastructure or a backdoor in the compiler. https://www.debian.org/News/2025/20250809
Publication de Debian 13 09/08/2025
Après deux ans de développement, Debian 13 « Trixie » est désormais disponible pour huit architectures officiellement prises en charge : Intel IA-32/x86 (i686), AMD64/x86-64, ARM EABI (armel), ARM64, ARMv7 (armhf), RISC-V, PowerPC 64 (ppc64el) et IBM System z (s390x). Debian 13 continuera à recevoir des mises à jour pendant cinq ans.
Les images d'installation sont disponibles en téléchargement via HTTP, jigdo ou BitTorrent. Des LiveUSB sont disponibles pour l'architecture amd64, avec les variantes GNOME, KDE, LXDE, Xfce, Cinnamon et MATE, ainsi qu'un DVD multi-architecture regroupant des paquets pour la plateforme amd64 et des paquets supplémentaires pour l'architecture i386.
Le dépôt contient 69 830 paquets binaires, soit 5 411 de plus que ceux proposés dans Debian 12. Comparé à Debian 12, 14 116 nouveaux paquets binaires ont été ajoutés, 8 844 (12 %) paquets obsolètes ou abandonnés ont été supprimés et 44 326 (63 %) paquets ont été mis à jour. La taille totale du code source proposé dans la distribution est de 1 463 291 186 lignes de code. La taille totale de tous les paquets est de 403 Go.
Pour 96,9 % des paquets, la prise en charge des compilations reproductibles est assurée, ce qui nous permet de confirmer que le fichier exécutable a été compilé à partir du code source déclaré et qu'il ne contient aucune modification, par exemple, susceptible d'être apportée par une attaque de l'infrastructure de compilation ou une porte dérobée dans le compilateur.
https://www.debian.org/News/2025/20250809
Release Debian GNU/Hurd 2025: 10/08/2025 The Debian GNU/Hurd 2025 distribution, combining Debian’s software environment with GNU/Hurd kernel, is out. The Debian GNU/Hurd repository includes approximately 72% of the packages of the total size of the main Debian archive. Installation builds are available (364MB) for i386 and x86_64 architectures. To get acquainted with the distribution without installation, they have prepared ready-made images for virtual machines. Debian GNU/Hurd remains the only actively developed Debian platform, created based off a kernel other than Linux (previously developed the Debian GNU/KFreeBSD port, but it has long been in an abandoned state). The GNU/Hurd platform is not one of the officially supported Debian architectures, so Debian GNU/Hurd releases are formed separately and have the status of informal release of Debian. The GNU Hurd is a kernel developed as a replacement for the Unix kernel and designed as a set of servers running over the GNU Mach microkernel and implementing various system services such as file systems, network stack, file access control system. The GNU Mach microkernel provides an IPC mechanism used to organize the interaction of the components of GNU Hurd and the construction of a distributed multi-server architecture. https://lists.gnu.org/archive/html/bug-hurd/2025-08/msg00008.html
Sortie de Debian GNU/Hurd 2025 10/08/2025
La distribution Debian GNU/Hurd 2025, combinant l'environnement logiciel Debian et le noyau GNU/Hurd, est disponible. Le dépôt Debian GNU/Hurd contient environ 72 % des paquets de l'archive principale Debian. Des versions d'installation (364 Mo) sont disponibles pour les architectures i386 et x86_64. Pour se familiariser avec la distribution sans installation, des images prêtes à l'emploi pour machines virtuelles sont disponibles.
Debian GNU/Hurd reste la seule plateforme Debian activement développée, créée à partir d'un noyau autre que Linux (le portage Debian GNU/KFreeBSD développé antérieurement est depuis longtemps abandonné). La plateforme GNU/Hurd ne fait pas partie des architectures Debian officiellement prises en charge ; les versions Debian GNU/Hurd sont donc constituées séparément et ont le statut de versions informelles de Debian.
Le noyau GNU Hurd est un noyau développé pour remplacer le noyau Unix. Il est conçu comme un ensemble de serveurs fonctionnant sur le micro-noyau GNU Mach et implémentant divers services système tels que les systèmes de fichiers, la pile réseau et le système de contrôle d'accès aux fichiers. Le micro-noyau GNU Mach fournit un mécanisme IPC permettant d'organiser l'interaction des composants de GNU Hurd et la construction d'une architecture multi-serveurs distribuée.
https://lists.gnu.org/archive/html/bug-hurd/2025-08/msg00008.html
Release of HandBrake 1.10.0: 11/08/2025 HandBrake 1.10.0, a tool for multi-threaded transcoding of video files from one format to another, has been released. The program is available both as a command-line version and as a GUI interface. The project code is written in C (uses the GTK4 library on Linux and .NET Desktop Runtime on Windows) and is distributed under the GPL license. Binary builds are prepared for Linux ( Flatpak ), macOS and Windows. The program can transcode video from BluRay/DVD discs, copies of VIDEO_TS directories and any files whose format is supported by the libavformat and libavcodec libraries from FFmpeg. The output files can be output in WebM, MP4 and MKV, the following codecs can be used for video encoding: AV1, H.266, H.265, H.264, MPEG-2, VP8, VP9 and Theora, for audio - AAC, MP3, AC-3, Flac, Vorbis and Opus. Additional functions include: bitrate calculator, preview during encoding, image resizing and scaling, subtitle integrator, a wide range of conversion profiles for specified types of mobile devices. https://handbrake.fr/news.php?article%3D59
Sortie de HandBrake 1.10.0 11/08/2025
HandBrake 1.10.0, un outil de transcodage multithread de fichiers vidéo d'un format à un autre, est disponible. Le programme est disponible en ligne de commande et en interface graphique. Le code du projet est écrit en C (utilisant la bibliothèque GTK4 sous Linux et .NET Desktop Runtime sous Windows) et est distribué sous licence GPL. Des versions binaires sont disponibles pour Linux (Flatpak), macOS et Windows.
Le programme permet de transcoder des vidéos à partir de disques Blu-ray/DVD, de copies des répertoires VIDEO_TS et de tout fichier dont le format est pris en charge par les bibliothèques libavformat et libavcodec de FFmpeg. Les fichiers de sortie sont disponibles aux formats WebM, MP4 et MKV. Les codecs suivants sont compatibles avec l'encodage vidéo : AV1, H.266, H.265, H.264, MPEG-2, VP8, VP9 et Theora, et avec l'audio : AAC, MP3, AC-3, Flac, Vorbis et Opus. Parmi les autres fonctionnalités : calcul du débit binaire, aperçu pendant l'encodage, redimensionnement et mise à l'échelle des images, intégration de sous-titres et large gamme de profils de conversion pour certains types d'appareils mobiles.
13
Redis 8.2 Released: 11/08/2025 The release of Redis 8.2 DBMS, which belongs to the NoSQL class of database systems, has been published. Redis provides functions for storing data in the key/value format, extended by support for structured data formats such as lists, hashes and sets, as well as the ability to execute Lua script handlers on the server side. The project code is written in C and is distributed under the AGPLv3 license. Redis DBMS supports transactions, which allow you to execute a group of commands in one step, guaranteeing consistency and sequence of the execution of a given set of commands, (commands from other requests cannot intervene) and in case of problems, allowing you to roll back changes. All data is fully cached in RAM. Client libraries are available for most popular languages, including Perl, Python, PHP, Java, Ruby, and Tcl. Commands such as increment/decrement, standard operations on lists and sets (union, intersection), key renaming, multiple selections and sorting functions are provided for data management. Two storage modes are supported: periodic data synchronization to disk and maintaining a change log on disk. In the second case, complete safety of all changes is guaranteed. You can organize master-slave data replication to several servers, carried out in a non-blocking mode. The “publish/subscribe” messaging mode is also available, in which a channel is created, messages from which are distributed to clients by subscription. https://redis.io/blog/redis-82-ga/
Redis 8.2 publié 11/08/2025
La version 8.2 du SGBD Redis, appartenant à la classe NoSQL des systèmes de bases de données, est disponible. Redis offre des fonctions de stockage de données au format clé/valeur, étendues par la prise en charge de formats de données structurés tels que les listes, les hachages et les ensembles, ainsi que la possibilité d'exécuter des gestionnaires de scripts Lua côté serveur. Le code du projet est écrit en C et distribué sous licence AGPLv3.
Le SGBD Redis prend en charge les transactions, qui permettent d'exécuter un groupe de commandes en une seule étape, garantissant ainsi la cohérence et la séquence d'exécution d'un ensemble de commandes donné (les commandes d'autres requêtes ne peuvent pas intervenir) et, en cas de problème, d'annuler les modifications. Toutes les données sont entièrement mises en cache en RAM. Des bibliothèques clientes sont disponibles pour la plupart des langages courants, notamment Perl, Python, PHP, Java, Ruby et Tcl.
Des commandes telles que l'incrémentation/décrémentation, les opérations standard sur les listes et les ensembles (union, intersection), le renommage des clés, les sélections multiples et les fonctions de tri sont fournies pour la gestion des données. Deux modes de stockage sont pris en charge : la synchronisation périodique des données sur disque et la tenue d'un journal des modifications sur disque. Dans le second cas, la sécurité totale de toutes les modifications est garantie. Vous pouvez organiser la réplication des données maître-esclave sur plusieurs serveurs, en mode non bloquant. Le mode de messagerie « publier/s'abonner » est également disponible, permettant la création d'un canal dont les messages sont distribués aux clients par abonnement.
https://redis.io/blog/redis-82-ga/
Bcachefs to be removed from Linux kernel: 12/08/2025 The Bcachefs file system will be removed from the main Linux kernel tree. Despite its technical merits and active development, the project's fate has been complicated by a protracted conflict between its author Kent Overstreet and the leading maintainers of the virtual memory (VM) and file systems (FS) subsystems. The conflict between Kent and a number of key maintainers has been going on for several years. According to those involved, it is not so much about technical issues or violations of kernel development procedures, but rather about a loss of trust. A recent dispute over whether the journal_rewind function was a bug fix or new functionality was the last straw, and Linus Torvalds has stated outright that a long-term demonstration of constructive work with other maintainers is needed to restore trust. https://www.phoronix.com/forums/forum/software/general-linux-open-source/1568257-linux-6-17-rc1-released-with-many-new-features-but-no-bcachefs-changes/page6
Suppression de Bcachefs du noyau Linux 12/08/2025
Le système de fichiers Bcachefs sera supprimé de l'arborescence principale du noyau Linux. Malgré ses mérites techniques et son développement actif, le projet a été compliqué par un conflit prolongé entre son auteur, Kent Overstreet, et les principaux mainteneurs des sous-systèmes de mémoire virtuelle (VM) et de systèmes de fichiers (FS).
Le conflit entre Kent Overstreet et plusieurs mainteneurs-clés dure depuis plusieurs années. Selon les personnes impliquées, il ne s'agit pas tant de problèmes techniques ou de violations des procédures de développement du noyau, mais plutôt d'une perte de confiance. Un récent différend sur la question de savoir si la fonction journal_rewind était une correction de bug ou une nouvelle fonctionnalité a fait déborder le vase, et Linus Torvalds a clairement déclaré qu'un travail constructif à long terme avec les autres mainteneurs était nécessaire pour rétablir la confiance.
CrossOver 25.1 Released: 12/08/2025 CodeWeavers has released the Crossover 25.1 package, based on Wine code and designed to run programs and games written for the Windows platform. CodeWeavers is one of the key participants in the Wine project, sponsors its development and returns to the project all the innovations implemented for its commercial products. The source code of the open components of CrossOver 25.1 can be downloaded on this page. In the new version : Issues with Electronic Arts (EA) and Ubisoft launchers have been resolved. Issues with game controllers have been resolved, including improved compatibility with Xbox and 8BitDo Pro controllers. The game compatibility database has been updated to provide the necessary settings. Fixed issues with downloading games from Steam when msync is enabled, as well as issues with connecting to Steam. Fixed issues connecting to an Outlook account in Office 365. Improved stability of MS Office 2016 on Linux. https://www.codeweavers.com/support/forums/announce/?t%3D24;msg%3D334116
CrossOver 25.1 publié 12/08/2025
CodeWeavers a publié le paquet Crossover 25.1, basé sur le code Wine et conçu pour exécuter des programmes et des jeux écrits pour la plateforme Windows. CodeWeavers est l'un des principaux acteurs du projet Wine ; il sponsorise son développement et lui restitue toutes les innovations mises en œuvre pour ses produits commerciaux. Le code source des composants ouverts de CrossOver 25.1 est téléchargeable sur la page ci-dessous.
Dans la nouvelle version :
Les problèmes liés aux lanceurs d'Electronic Arts (EA) et d'Ubisoft ont été résolus. Les problèmes liés aux manettes de jeu ont été résolus, notamment une compatibilité améliorée avec les manettes Xbox et 8BitDo Pro. La base de données de compatibilité des jeux a été mise à jour pour fournir les paramètres nécessaires. Correction des problèmes de téléchargement de jeux depuis Steam lorsque msync est activé, ainsi que des problèmes de connexion à Steam. Correction des problèmes de connexion à un compte Outlook dans Office 365. Amélioration de la stabilité de MS Office 2016 sous Linux.
https://www.codeweavers.com/support/forums/announce/?t%3D24;msg%3D334116
14
Whonix 17.4 is released: 12/08/2025 The Whonix 17.4 distribution is now available. It is aimed at providing guaranteed anonymity, security and protection of private information. The distribution is based on Debian GNU/Linux and uses Tor to ensure anonymity. The project's code is distributed under the GPLv3 license. Virtual machine images in .ova format for VirtualBox (2.3 GB with Xfce and 1.5 GB console) are available for download, which can be converted for use with the KVM hypervisor. Whonix-Workstation comes with the Xfce user environment by default. The package includes programs such as VLC, Tor Browser, Pidgin, etc. The Whonix-Gateway package includes a set of server applications, including Apache httpd, ngnix, and IRC servers that can be used to organize the operation of hidden Tor services. It is possible to forward tunnels over Tor for Freenet, i2p, JonDonym, SSH, and VPN. If desired, the user can use only Whonix-Gateway and connect their regular systems through it, including Windows, which allows for anonymous access for workstations already in use. https://forums.whonix.org/t/whonix-17-4-4-6-point-release/22053
Sortie de Whonix 17.4 12/08/2025
La distribution Whonix 17.4 est désormais disponible. Elle vise à garantir l'anonymat, la sécurité et la protection des données privées. Basée sur Debian GNU/Linux, elle utilise Tor pour garantir l'anonymat. Le code du projet est distribué sous licence GPLv3. Des images de machines virtuelles au format .ova pour VirtualBox (2,3 Go avec Xfce et 1,5 Go pour la console) sont disponibles en téléchargement. Elles peuvent être converties pour une utilisation avec l'hyperviseur KVM.
Whonix-Workstation est fourni avec l'environnement utilisateur Xfce par défaut. Le paquet inclut des programmes tels que VLC, le navigateur Tor, Pidgin, etc. Le paquet Whonix-Gateway inclut un ensemble d'applications serveur, notamment Apache httpd, ngnix et des serveurs IRC, permettant d'organiser le fonctionnement des services Tor cachés. Il est possible de transférer des tunnels via Tor pour Freenet, i2p, JonDonym, SSH et VPN. S'il le souhaite, l'utilisateur peut utiliser uniquement Whonix-Gateway et connecter ses systèmes habituels via celle-ci, y compris Windows, ce qui permet un accès anonyme aux postes de travail déjà utilisés.
https://forums.whonix.org/t/whonix-17-4-4-6-point-release/22053
NVIDIA Proprietary Driver 580.76.05: 13/08/2025 NVIDIA has published the release of the NVIDIA proprietary driver 580.76.05 (the first stable release of the new 580.76 branch). The driver is available for Linux (ARM64, x86_64), FreeBSD (x86_64), and Solaris (x86_64). NVIDIA 580.x became the eleventh stable branch after NVIDIA open-sourced its kernel-level components. The sources for the kernel modules nvidia.ko, nvidia-drm.ko (Direct Rendering Manager), nvidia-modeset.ko, and nvidia-uvm.ko (Unified Video Memory) from the new NVIDIA branch, as well as the common, non-OS-specific components they use, are hosted on GitHub. The firmware and user-space libraries, such as the CUDA, OpenGL, and Vulkan stacks, remain proprietary. https://github.com/NVIDIA/open-gpu-kernel-modules/releases/tag/580.76.05
Pilote propriétaire NVIDIA 580.76.05 13/08/2025
NVIDIA a publié la version 580.76.05 du pilote propriétaire NVIDIA (première version stable de la nouvelle branche 580.76). Ce pilote est disponible pour Linux (ARM64, x86_64), FreeBSD (x86_64) et Solaris (x86_64). NVIDIA 580.x est devenue la onzième branche stable après la publication en Open Source de ses composants du noyau par NVIDIA. Les sources des modules du noyau nvidia.ko, nvidia-drm.ko (Direct Rendering Manager), nvidia-modeset.ko et nvidia-uvm.ko (Unified Video Memory) de la nouvelle branche NVIDIA, ainsi que les composants communs non spécifiques au système d'exploitation qu'ils utilisent, sont hébergés sur GitHub. Le micrologiciel et les bibliothèques utilisateur, telles que les piles CUDA, OpenGL et Vulkan, restent propriétaires.
https://github.com/NVIDIA/open-gpu-kernel-modules/releases/tag/580.76.05
New version of nginx 1.29.1: 14/08/2025: The release of the main branch of nginx 1.29.1 has been published, in which the development of new features continues. In parallel, the stable branch 1.28.x is supported, only changes related to the elimination of serious errors and vulnerabilities are made. In the future, the stable branch 1.30 will be formed based off the main branch 1.29.x. The project code is written in C and is distributed under the BSD license. https://github.com/nginx/nginx/releases/tag/release-1.29.1
Nouvelle version 1.29.1 de nginx 14/08/2025
La version principale 1.29.1 de nginx a été publiée. Le développement de nouvelles fonctionnalités se poursuit. Parallèlement, la branche stable 1.28.x est prise en charge pour les seules modifications liées à la correction d'erreurs et de vulnérabilités graves. À l'avenir, la branche stable 1.30 sera créée à partir de la branche principale 1.29.x. Le code du projet est écrit en C et distribué sous licence BSD.
15
Release of KDE Gear 25.08: 14/08/2025 After four months of development, the August consolidated update of KDE Gear applications 25.08, developed by the KDE project, is presented. The set contains releases of 249 programs, libraries and plugins. Information about the availability of Live builds with new releases of applications can be found on their web page. New versions of individual applications can be downloaded from the Flathub and SnapCraft catalogs. https://kde.org/announcements/gear/25.08.0/
Sortie de KDE Gear 25.08 14/08/2025
Après quatre mois de développement, la mise à jour consolidée d'août des applications KDE Gear 25.08, développées par le projet KDE, est disponible. L'ensemble contient 249 versions de programmes, bibliothèques et plugins. Des informations sur la disponibilité des versions Live des nouvelles versions des applications sont disponibles sur leur page Web. Les nouvelles versions des applications individuelles peuvent être téléchargées depuis les catalogues Flathub et SnapCraft.
https://kde.org/announcements/gear/25.08.0/
EasyOS 7.0 Released: 15/08/2025 Barry Kauler, the founder of the Puppy Linux project, has published the EasyOS 7.0 distribution, which combines Puppy Linux technologies with the use of container isolation to launch system components. The distribution is managed through a set of graphical configurators developed by the project. The boot image size is 1 GB. https://bkhome.org/news/202508/easyos-excalibur-series-version-70-released.html
EasyOS 7.0 publiée 15/08/2025
Barry Kauler, fondateur du projet Puppy Linux, a publié la distribution EasyOS 7.0, qui combine les technologies Puppy Linux avec l'isolation des conteneurs pour lancer les composants système. La distribution est gérée via un ensemble de configurateurs graphiques développés par le projet. La taille de l'image de démarrage est de 1 Go.
https://bkhome.org/news/202508/easyos-excalibur-series-version-70-released.html
Release of LibreELEC 12.2: 16/08/2025 The new release of the LibreELEC 12.2 project is presented. It is a fork of OpenELEC. The user interface is based on the Kodi media center. Images for working from a USB drive or SD card (32- and 64-bit x86, Raspberry Pi 2/3/4/5, various devices on Rockchip, Allwinner and Amlogic chips) are prepared for download. The build size for the x86_64 architecture is 270 MB. With LibreELEC, you can turn any computer into a media center, which is no more difficult to work with than a DVD player or a TV set-top box. The main principle of the distribution is “everything just works” - to get a fully operational environment, simply download LibreELEC to a flash drive. The user does not need to worry about keeping the system up to date - the distribution uses a system of automatic download and installation of updates, activated when connected to the internet. It is possible to expand the functionality of the distribution through a system of add-ons that are installed from a separate repository developed by the project developers. https://libreelec.tv/2025/08/15/libreelec-omega-12-2-0/
Sortie de LibreELEC 12.2 16/08/2025
La nouvelle version du projet LibreELEC 12.2 est présentée. Il s'agit d'un fork d'OpenELEC. L'interface utilisateur est basée sur le centre multimédia Kodi. Des images pour travailler depuis une clé USB ou une carte SD (x86 32 et 64 bits, Raspberry Pi 2/3/4/5, divers appareils équipés de puces Rockchip, Allwinner et Amlogic) sont disponibles au téléchargement. La taille de la version pour l'architecture x86_64 est de 270 Mo.
Avec LibreELEC, vous pouvez transformer n'importe quel ordinateur en centre multimédia, aussi simple à utiliser qu'un lecteur DVD ou un décodeur TV. Le principe de base de la distribution est « tout fonctionne » : pour obtenir un environnement pleinement opérationnel, il suffit de télécharger LibreELEC sur une clé USB. L'utilisateur n'a pas à se soucier de la mise à jour du système : la distribution utilise un système de téléchargement et d'installation automatique des mises à jour, activé dès la connexion à Internet. Il est possible d'étendre les fonctionnalités de la distribution grâce à un système de modules complémentaires installés depuis un référentiel distinct développé par les développeurs du projet.
16
Shotcut Video Editor Release 08/25: 17/08/2025 The release of the Shotcut 25.08 video editor, developed by the author of the MLT project and using this framework for editing video, has been published. Support for video and audio formats is implemented via FFmpeg. You can use plugins with the implementation of video and audio effects compatible with Frei0r and LADSPA. Shotcut features include the ability to multi-track editing with the composition of video from fragments in various source formats, without the need for their preliminary import or recoding. There are built-in tools for creating screencasts, processing images from a web camera and receiving streaming video. The code is written in C++ using the Qt framework and is distributed under the GPLv3 license. Ready-made builds are available as AppImage , flatpak and Snap https://www.shotcut.org/blog/new-release-250816
Zulip 11: 18/08/2025 Zulip 11 is out, a server platform for deploying corporate messengers suitable for communication between employees and development teams. The project was originally developed by Zulip and opened after its acquisition by Dropbox under the Apache 2.0 license. The server code is written in Python using the Django framework. Client software is available for Linux, Windows, macOS, Android and iOS, and a built-in web interface is also provided. The system supports both direct messaging between two people and group discussions. Zulip can be compared to the Slack service and considered as an internal corporate Twitter analogue, used for communication and discussion of work issues in large groups of employees. It provides tools for tracking the status and participating in several discussions simultaneously using a threaded message display model, which is an optimal compromise between binding to rooms in Slack and a single public space of Twitter. Simultaneous threaded display of all discussions allows you to cover all groups in one place, while maintaining logical separation between them. https://blog.zulip.com/2025/08/13/zulip-11-0-released/
Release of Ventoy 1.1.07: 18/08/2025 The release of Ventoy 1.1.07 has been published. It is designed to create bootable USB drives that include several operating systems. The program allows you to boot the OS from unchanged ISO, WIM, IMG, VHD and EFI images, without requiring image unpacking or media reformatting. Simply copy the desired set of ISO images to a USB Flash drive with the Ventoy bootloader, and it will boot the operating systems located inside the images. You can replace or add new ISO images at any time by simply copying new files, which is convenient for testing and preliminary familiarization with various distributions and operating systems. The project code is written in C and is distributed under the GPLv3 license. Ventoy supports booting on systems with BIOS, IA32 UEFI, x86_64 UEFI, ARM64 UEFI, UEFI Secure Boot and MIPS64EL UEFI with MBR or GPT partition tables. It supports booting various versions of Windows, WinPE, Linux, BSD, ChromeOS, as well as images of VMware and Xen virtual machines. The developers have tested 1283 iso images in Ventoy, including various versions of Windows and Windows Server, several hundred Linux distributions, more than a dozen BSD systems (FreeBSD, DragonFly BSD, pfSense, FreeNAS, etc.). https://github.com/ventoy/Ventoy/releases/tag/v1.1.07
17
Git 2.51: 19/08/2025 After two months of development, the distributed source control system, Git 2.51 is released. Git is productive and provides non-linear development tools based on branching and merging of branches. To ensure the integrity of history and resistance to retroactive changes, implicit hashing of the entire previous history in each commit is used, as well as digital signatures of individual tags and commits by developers. The Git code is distributed under the GPLv2+ license. https://lore.kernel.org/lkml/xmqqikikk1hr.fsf@gitster.g/
Luanti 5.13.0: 19/08/2025 After two months of development, Luanti 5.13.0 has been released. It is a free cross-platform sandbox game engine that allows you to create games similar to Roblox, but with voxel mechanics, using various blocks for players to jointly build various structures and buildings. Some games on the engine seek to clone Minecraft. The gameplay provided by the engine depends entirely on a set of mods created in the Lua language. The engine is written in C++ using the IrrlichtMt 3D library (a fork of Irrlicht ). Luanti code is distributed under the LGPL license, and game resources are licensed under the CC BY-SA 3.0 license. Ready-made assemblies are generated for various Linux distributions, Android, FreeBSD, Windows and macOS. https://blog.luanti.org/2025/08/10/5.13.0-released/
Solaris 11.4 SRU84: 20/08/2025 Oracle has released the Solaris 11.4 SRU 84 (Support Repository Update), which offers a series of significant changes and improvements for the Solaris 11.4 branch. To install the fixes offered in the update, simply run the 'pkg update' command. Users can also take advantage of the free Solaris 11.4 CBE (Common Build Environment) edition, which is developed as a rolling release. https://blogs.oracle.com/solaris/post/announcing-oracle-solaris-114-sru84
18
Thunderbird Mail Client 142: 20/08/2025 Thunderbird 142.0, a community-developed email client based on Mozilla technologies, is now available. Thunderbird 142 is built on the Firefox 142 code base and is an intermediate version, with updates released before the next big release. The ESR branches, with long-term support, (with updates released throughout the year), contain releases 128.14.0 and Thunderbird 140.2.0 . https://www.thunderbird.net/en-US/thunderbird/142.0/releasenotes/
LibreOffice 25.8: 20/08/2025 The Document Foundation has published the release of the LibreOffice 25.8 office suite. Ready-made installation packages have been prepared for various Linux distributions. One hundred and sixty developers took part in the release preparation. Note that 40% of the changes were made by 44 employees of the companies supervising the project, such as Collabora and Allotropia, 41% by eight employees of The Document Foundation, and 19% by 108 independent enthusiasts. The release of LibreOffice 25.8 is labeled “Community”, will be supported by enthusiasts and is not aimed at enterprise use. LibreOffice Community is available to everyone without exception, including corporate users, for free without restrictions. https://blog.documentfoundation.org/blog/2025/08/20/libreoffice-25-8/%0D%0A
Zed gets $42 million, also Zedless fork: 21/08/2025 Zed Industries, the company behind the open source code editor, Zed, announced that Sequoia has invested $35 million in the project. Taking into account previous cash injections, the total investment in the development of Zed has exceeded $42 million. The money is allocated to develop a new method of collaborative coding, in which the discussion of the code is tied to the code itself. It is noted that until now the main focus of the project has been on creating a user interface for the code editor. “The investments received will allow us to move on to the next stage and engage in the implementation of a new version control system DeltaDB, which forms a workspace for collaborative work on code.” The new system incrementally tracks the development of the code down to individual editing operations. The Zed project is being developed under the leadership of Nathan Sobo, the author of the Atom editor (the basis of VS Code), with the participation of a team of former developers of the Atom editor, the Electron platform and the Tree-sitter syntax parsing library. The project code is written in Rust. The source code of the server part for multi-user editing is open under the AGPLv3 license, the code of the editor itself is under the GPLv3 license, and the code of the GPUI library for generating the user interface , which uses the GPU for rendering, is under the Apache 2.0 license. Then there's the Zedless project, which develops a fork of the Zed editor, focused on ensuring privacy and isolated local work without access to third-party servers. Among the features of Zedless, the following is mentioned: No tie-in to proprietary cloud services - it is planned to remove all features and components that cannot be supported on your own equipment. Removed code related to sending telemetry and automatically generated crash reports. Shifting the priority in deploying your own infrastructure. All features that use network services are disabled by default and are not tied to external providers. The user is provided with settings to select external services at their discretion. The ability to participate in development without signing a CLA (Contributor License Agreement) and without transferring property rights to the code. https://zed.dev/blog/sequoia-backs-zed
19
Apache NetBeans 27: 22/08/2025 Apache NetBeans 27 is now available, an integrated development environment that provides support for the Java SE, Java EE, PHP, C/C++, JavaScript, Rust, and Groovy programming languages. Ready-to-use builds are available for Linux in snap or flatpak . Changes include: Version control tools now support renaming branches. The code editor now supports directory content comparison, TextMark/Markdown markup support has been improved, and SVG image preview has been added. FlatLaf theme engine has been updated to version 3.6.1. Ensured compatibility with the Gradle 9 build system and added the ability to use Gradle 9 in new projects. Improved support for Maven and Ant build systems. Maven toolkit updated to version 3.9.11. Added Njord add-on. Expanded capabilities related to the use of LSP (Language Server Protocol) servers and the use of a plugin for VSCode. For Java code, the ability to refactor individual Java files that are not part of projects has been implemented. Partial support for importing Java modules has been added. Debugging and stack analysis capabilities have been improved. The built-in NetBeans Java compiler nb-javac (modified javac) has been updated to JDK 25b31. The PHP language environment has improved syntax highlighting and allows the use of custom HTML tags in PHP scripts. Added support for new versions of GlassFish application server - 7.0.24 and 8.0.0-M11. Added new namespaces PrimeFaces and OmniFaces. Improved autocompletion of jsf classes. Implemented HTTP Monitor for javax.servlet and jakarta.servlet. Improved support for JSF tags. For Payara 5.x, support for JDK 21 is included. The environment for web projects now supports CSS media queries that comply with the Media Queries Level 4 specification . A JSON semantics analyzer has been implemented. The capabilities for embedding Vue files (Vue Single-File Component) have been expanded. https://github.com/apache/netbeans/releases/tag/27
G'MIC 3.6: 22/08/2025 One of our favourite frameworks here at FCM, the G'MIC 3.6 framework is out. It provides a universal scripting language for image processing and graphical interfaces for converting, filtering and visualizing graphic content. G'MIC provides more than a thousand ready-made algorithms and functions for image processing, supports multithreading and can use OpenMP to speed up calculations by parallelizing the load on several CPU cores. It supports processing of various types of images, including those with an arbitrary number of color channels, volumetric images and vector 3D objects. The project code is distributed under the free CeCILL license , compatible with the GPL. G'MIC is available as: the gmic command-line tool (in the style of ImageMagic); the libgmic and CImg multithreaded C++ libraries ; the G'MIC-Qt plugins implementing over 600 filters for GIMP, Paint.NET, Photoshop, Affinity Photo, PaintShop Pro, PhotoLine, and XnView; the G'MIC Online web application for manipulating graphics from a web browser; and the ZArt graphical interface for processing video files or video streams from web cameras in real time. G'MIC's capabilities are used in open source projects, such as the EDK video post-processing package, the Flowblade and Kdenlive video editors, the Krita graphics editor, the PhotoFlow photo processing system, and the Veejay video effects overlay system. https://piaille.fr/@gmic/115067813632697767
MiniOS 5: 23/08/2025 MiniOS 5.0.0 is out, based on Debian 13 “Trixie” and running directly from a USB drive. The graphical environment is based on Xfce. The distribution uses a modular architecture that allows you to create specialized configurations to adapt the system to specific tasks. The release is available in three editions: Standard (amd64, 798 MB ) - a compact assembly for everyday tasks. Characterized by high performance and a laconic interface. Includes a web browser, file manager, text editor, archiver, multimedia capabilities and specialized MiniOS utilities for installing the system, setting up, managing modules and working with drives. Toolbox (amd64, 1.2 GB ) is a specialized Linux distribution for servicing, diagnostics, and recovery of computer systems. Contains tools for disk management, network diagnostics, data security, system testing, support for various file systems, and virtualization. Designed for system administrators and technical specialists. Ultra (amd64, 1.7 GB ) - an extended set of software tools designed for both servicing and diagnostics of computer systems, and for solving a wide range of office tasks. Includes all the capabilities of Toolbox plus an office suite, multimedia app23/08/2025lications for working with graphics, audio and video, as well as containerization tools. https://github.com/minios-linux/minios-live/releases/tag/v5.0.0
20
Whomade: 23/08/2025 To detect applications that create files in the user's home directory that consume disk space, a background process called whomade is unveiled, which monitors the appearance of new files using the 'fanotify' mechanism . The project is written in C++ and is distributed under the GPLv3 license. The data is stored in a SQLite3 database, which is periodically cleared of irrelevant information (for example, information about deleted files). To implement the required functionality, whomade currently monitors file access via fanotify with subsequent filtering of unnecessary events, rather than file creation operations directly. Root rights are required to run (required for fanotify). MATE desktop users are provided with an extension for the Caja file manager that displays information about the process that created the selected file. https://github.com/ANGulchenko/whomade
First release of the Nitro init system: 23/08/2025 The first public release of the Nitro project has been published. They develop a minimalistic initialization system with functions for controlling the execution of processes. The project is developed by Leah Neukirchen, one of the package maintainers in the Void Linux distribution. The code is written in C and is distributed under the BSD license . Nitro can be used both as an init process (pid 1) and as an unprivileged process that controls the smooth execution of applications in user space and restarts tasks in case of failures. It supports Linux and FreeBSD, and can be used in environments based on the standard C library Musl. The areas of application mentioned include embedded systems, RAM disk images (initramfs), containers (Docker/Podman/LXC/Kubernetes), as well as workstations and server systems. The nitroctl command line utility is supplied to manage the operation of services and interact with the init process. Instead of composite initialization scripts, Nitro uses a model based on moving each function into a separate script. For each service in the /etc/nitro hierarchy, a subdirectory is created, which can contain the following scripts: setup - contains commands executed before starting the service; run - defines the service startup script; finish - includes commands executed after the service has finished. For logging, a symbolic link named log is used, pointing to another service where the output will be redirected. To disable autostart of a service, simply create a file named “down” in its directory and to ignore the service, add the “@” symbol to the directory name. https://git.vuxu.org/nitro/commit/?id%3D1f301d3f860e56c77ed9e844573d47fa3378ea34
KDE now has a setup wizard: 23/08/2025 Nate Graham, a quality assurance developer for the KDE project, has published another KDE development report. The most notable change is the addition of the KDE Initial System Setup ( KISS ) wizard to the branch that is being used to build the KDE Plasma 6.5 release, which complements the Welcome Center. KISS offers system operations that are performed before the first login after installation, such as creating a new user to use for further work, selecting the language and time zone, setting up the keyboard layout, and configuring network access. https://blogs.kde.org/2025/08/23/this-week-in-plasma-kde-initial-system-setup/
21
PowerDNS 5.0: 23/08/2025 The release of the authoritative DNS server “PowerDNS Authoritative Server 5.0” has been published. In the past, PowerDNS Authoritative Server served up to 30% of the total number of domains in Europe and up to 90% of domains with DNSSEC. The project code is distributed under the GPLv2 license. PowerDNS Authoritative Server provides the ability to store information about domains in various databases, including MySQL, PostgreSQL, SQLite3, LMDB, Oracle, and Microsoft SQL Server, as well as in LDAP and regular text files in BIND format. The response can be additionally filtered (for example, to filter out spam) or redirected to its own handlers in Lua, Java, Perl, Python, Ruby, C and C++. The key innovation in PowerDNS Authoritative Server 5.0 is support for views in the style of the BIND DNS server, which allows different DNS zone contents to be returned depending on the IP address from which the request was received. For example, using views, one version of the DNS zone for the requested domain can be returned to users with internal addresses (intranet), and another to external users. For now, only the LMDB backend can be used to store different DNS zone views. https://blog.powerdns.com/2025/08/22/powerdns-authoritative-server-5.0.0