Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

glances-common-4.5.3-1.1 RPM for noarch

From OpenSuSE Tumbleweed for noarch

Name: glances-common Distribution: openSUSE Tumbleweed
Version: 4.5.3 Vendor: openSUSE
Release: 1.1 Build date: Thu Apr 9 10:53:03 2026
Group: Unspecified Build host: reproducible
Size: 732 Source RPM: python-Glances-4.5.3-1.1.src.rpm
Packager: https://bugs.opensuse.org
Url: https://github.com/nicolargo/glances
Summary: Service and firewalld files for glances
Glances is a cross-platform monitoring tool which presents a
large amount of monitoring information through a curses or Web
based interface. The information dynamically adapts depending on the
size of the user interface.

This packages contains the service file to start a glances server
from systemd and a firewalld file to open the default port.

Provides

Requires

License

LGPL-3.0-only

Changelog

* Thu Apr 09 2026 Daniel Garcia <daniel.garcia@suse.com>
  - Update to 4.5.3 (CVE-2026-33533, bsc#1261379):
    [#]# Bug corrected:
    * Internal Server Error (Web Server Mode) #3502
    * Container plugin crashes with docker.errors.NullResource on Podman
      pod infra containers #3498
    * [ALERTS] Sometime the top process list is not the good one #3481
    [#]# Enhancements:
    * Support for LXC/LXD containers #3480
    * Add export to ClickHouse #3320
    [#]# Security patches:
    * Command Injection via Dynamic Configuration Values - Mitigate
      CVE-2026-33641
    * Cross-Origin System Information Disclosure via XML-RPC Server CORS
      Wildcard - Mitigate CVE-2026-33533
    [#]# Continious integration and documentation:
    * Use sys.executable in the testsuite #3497
    * Add unit tests for LXD container engine #3487
    * Replace Py-Spy per Memray for FlameGraph generation
    * Make the WebUI build before the packages and Docker images build
    * Harden GitHub Actions workflows: minimal permissions, SHA pins, timeouts
  - Drop upstreamed patch use-sys-executable.patch
* Tue Mar 24 2026 Steve Kowalik <steven.kowalik@suse.com>
  - Update to 4.5.2:
    [#]# Security:
    * Default CORS Configuration Allows Cross-Origin Credential Theft
      (CVE-2026-32610, bsc#1259841)
    * Incomplete Secrets Redaction: /api/v4/args Endpoint Leaks Password Hash
      and SNMP Credentials (CVE-2026-32609, bsc#1259832)
    * REST/WebUI Lacks Host Validation and Remains Exposed to DNS Rebinding
      (CVE-2026-32632, bsc#1259839)
    * Unauthenticated API Exposure / Add warning message on startup
      (CVE-2026-32596, bsc#1260321)
    * SQL Injection in DuckDB Export via Unparameterized DDL Statements
      (CVE-2026-32611, bsc#1259840)
    * Command Injection via Process Names in Action Command Templates
      (CVE-2026-32608, bsc#1260320)
    * Central Browser Autodiscovery Leaks Reusable Credentials to
      Zeroconf-Spoofed Servers (CVE-2026-32634, bsc#1259837)
    * Browser API Exposes Reusable Downstream Credentials
      (CVE-2026-32633, bsc#1259838)
    [#]# Enhancements:
    * NPU Monitoring
    * NVMe Support
    * DuckDB Export
    * CPU Core Assignment
    * API Token Authentication
    * Make a Glances API in order to use Glances as a Python lib
    * Add a new --fetch (neofetch like) option to display a snapshot of the
      current system status
    * Show long command line with arrow key
    * Do not call update if a call is done to a specific plugin through the API
    * Make --stdout (csv and json) compliant with client/server mode
    * API history endpoints shows times without timezone
    * FR: Sort Sensors my name in proper number order
    * Top processes extended stats and processes filter in Web server mode
    * Entry point in the API to get extended process stats
    [#]# Bug fixes:
    * DiskIO — empty args not handled in msg_curse()
    * Filesystem — KeyError: '/etc/hostname' on get_view
    * Glances hang when killing process with muliple CTRL-C
    * Ignore unsupported line endings in password fil
    * Fix matching problem when fs config has "show" value
    * globals: Fix a race condition in namedtuple_to_dict
    * glances: removal of iterators helpers in processes.py and
      stats_client_snmp.py
    * glances: amps: Removal of iterator helpers, refactor
    * Change "Pinned thread" to "Pinned task" and "Upin" to "Unpin"
    * default_config_dir: Fix config path to include glances/ directory
    * Cannot set warning/critical temperature for a specific sensor needs test
    * Try to reduce latency between stat's update and view
    * Error on Cloud plugin initialisation make TUI crash
  - Drop patches:
    * adjust-data-files.patch
    * fix-tests.patch
    * skip-online-tests.patch
    * unitest-wait-for-server.patch
  - Add patch use-sys-executable.patch:
    * Use sys.executable everywhere in the testsuite.
* Mon Apr 14 2025 Steve Kowalik <steven.kowalik@suse.com>
  - Support both lowercased and unnormalized metadata directory names.
* Tue Mar 25 2025 Steve Kowalik <steven.kowalik@suse.com>
  - Lowercase metadata directory name.
* Sun Mar 24 2024 Dirk Müller <dmueller@suse.com>
  - update to 3.4.0.5:
    * Correct issur with GPU plugin in Docker images #2705
    * Cyber security patch (update some deps in the WebUI and
      Docker image)
* Mon Sep 04 2023 Steve Kowalik <steven.kowalik@suse.com>
  - Update to 3.4.0.3:
    * Influxdb2 export not working #2407
    * 3.4.0 crash on startupwith minimal deps #2401
    * Enhance process "extended stats" display (in Curses interface) #2225
    * Improve Glances start time by disabling Docker and Podman version getter
    * Customizable InfluxDB2 export interval #2348
    * Improve kill signal management #2194
    * Display a critical error message if Glances is ran with both webserver
      and rpcserver mode
    * Refactor the Cloud plugin, disable it by default in the default
      configuration file - Related to #2279
    * Correct clear-text logging of sensitive information (security alert #29)
    * Use of a broken or weak cryptographic hashing algorithm (SHA256) on
      password storage #2175
    * Correct issue (error message) concerning the Cloud plugin
    * InfluxDB2 export doesn't process folders correctly - missing key #2327
    * Index error when displaying programs on MacOS #2360
    * Dissociate 2 sensors with exactly the same names #2280
    * It is not possible to return API data for a particular mount
      point (FS plugin) #1162
  - Drop patch remove-shebang.patch, no longer required.
  - Switch to pyproject and autosetup macros.
* Thu Jul 06 2023 ecsos <ecsos@openssuse.org>
  - Add %{?sle15_python_module_pythons}
* Tue Apr 25 2023 Andrea Manzini <andrea.manzini@suse.com>
  - Update to 3.3.1
    * Minor change on the help screen
    * Refactor some loop in the processes function
    * Replace json by ujson #2201
    * Improvements on documentation, unit test and CI
    * bump dependencies and web lib to address security
* Mon Nov 07 2022 Yogalakshmi Arunachalam <yarunachalam@suse.com>
  - Update to 3.3.0.4
    * Correct an issue on alpine.Dockerfile
    * Revert a miss
* Thu Nov 03 2022 Michael Ströder <michael@stroeder.com>
  - update to 3.3.0.3
    * Refactor the Docker images factory

Files

/usr/lib/firewalld
/usr/lib/firewalld/services
/usr/lib/firewalld/services/glances.xml
/usr/lib/systemd/system/glances.service
/usr/sbin/rcglances


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Apr 21 22:23:10 2026