From 6b32a1f884c52d6c5bd68009dd4af276b48bd286 Mon Sep 17 00:00:00 2001 From: AlmaLinux RelEng Bot Date: Thu, 28 May 2026 08:54:52 -0400 Subject: [PATCH] import UBI cockpit-310.8-1.el8_10 --- .cockpit.metadata | 2 +- .gitignore | 2 +- SPECS/cockpit.spec | 10 +++++++++- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/.cockpit.metadata b/.cockpit.metadata index 3f69041..ddc8afc 100644 --- a/.cockpit.metadata +++ b/.cockpit.metadata @@ -1,2 +1,2 @@ -cad2cda14b33ff60d1a2821612255b439daad08a SOURCES/cockpit-310.6.tar.xz +dcb96ff201682bdab0136d5d674c051a217c5949 SOURCES/cockpit-310.8.tar.xz a37e1d6ad4b1b25729682c54ab7e4dcdcfd894a7 SOURCES/cockpit.css.gz diff --git a/.gitignore b/.gitignore index 0ce4c57..494e43d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,2 @@ -SOURCES/cockpit-310.6.tar.xz +SOURCES/cockpit-310.8.tar.xz SOURCES/cockpit.css.gz diff --git a/SPECS/cockpit.spec b/SPECS/cockpit.spec index 82271c5..8fc65e7 100644 --- a/SPECS/cockpit.spec +++ b/SPECS/cockpit.spec @@ -49,7 +49,7 @@ Summary: Web Console for Linux servers License: LGPL-2.1-or-later URL: https://cockpit-project.org/ -Version: 310.6 +Version: 310.8 Release: 1%{?dist} Source0: https://github.com/cockpit-project/cockpit/releases/download/%{version}/cockpit-%{version}.tar.xz Source1: cockpit.css.gz @@ -786,6 +786,14 @@ via PackageKit. # The changelog is automatically generated and merged %changelog +* Wed May 20 2026 Tomas Matus - 310.8-1 +- ws: fix uninitialized read in tls-sniffing code +- ws: tighten up branding path construction +- pkg/systemd: robustify argument quoting [CVE-2026-4802] (RHEL-161386) + +* Mon Apr 27 2026 Tomas Matus - 310.7-1 +- shell: Determine session idle time and countdown from clock time (RHEL-171011) + * Mon Dec 01 2025 Tomas Matus - 310.6-1 - networking: Fix renaming of bridges and other groups (RHEL-131249) - networkmanager: use connection.type as a fallback (RHEL-131244)