pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/sysutils/py-Glances
Module Name: pkgsrc
Committed By: fox
Date: Sun Mar 8 11:22:25 UTC 2026
Modified Files:
pkgsrc/sysutils/py-Glances: Makefile PLIST distinfo
Log Message:
sysutils/py-Glances: Update to 4.5.1
Changes since 4.4.1:
=============
Version 4.5.1
=============
Bug corrected:
* DiskIO plugin crashes Glances on OpenBSD (regression from 4.5.0.5) #3452
* DiskIO plugin does not handle empty args in msg_curse() #3429
* Filesystem plugin KeyError on /etc/hostname in get_view() #3470
* Sensors show/hide by alias name not working #3439
* SMART plugin non-uniform key types cause TypeError with InfluxDB2 export
#3449
* WebUI displays incorrect temperature values in Fahrenheit mode #3450
* AMD GPU plugin PermissionError on /usr/share/libdrm/amdgpu.ids crashes
Glances at startup (Snap) #3456
* NVIDIA GPU not detected under Snap strict confinement #3292
* MCP server rejects external host connections due to DNS rebinding
protection #3467
* --enable-history flag silently ignored #3416
Enhancements:
* Intel GPU monitoring support added to GPU plugin #994
* Docker container health status and alerts #3402
* Add libvirt client to Docker image for VM monitoring #3436
* Add DeviceName key to SMART plugin device stats #3457
* All plugins now expose min/max/mean statistics since startup #3462
* Improved CPU plugin display on macOS (graceful handling of unavailable
fields) #3464
Security patches:
* Unauthenticated Configuration Secrets Exposure
* SQL Injection via Process Names in TimescaleDB Export
Code quality:
* JSON serializer hardened with comprehensive type normalization #3454
* Reduce cyclomatic complexity of split_esc() in globals #3461
* Add plugin tests to Makefile #3446
* Fix code block formatting in documentation #3447
Thanks to all the contributors for this version: @YamiYukiSenpai, @amzon-ex,
@axodentally, @fpusan, @janusn, @kleinmatic, @lcheylus, @lubomir-moric,
@mikemhenry, @Ambika-Patidar, @AbdelhamidKhald, @Julietmgbole,
@mark-rahal, @sdoshi2061, @cjlindem, @theamanrawat
===============
Version 4.5.0.5
===============
Bugs corrected:
* Regression in the process selection with Glances 4.5.0 #3444
* [Docker image] Basic Auth no longer works in browser after adding Bearer token support #3434
* Error fetching ip with urlopen_auth() - extra function argument #3438
===============
Version 4.5.0.4
===============
Continious integration:
* Remove cassandra-driver dependency because it breaks build on Docker
Alpine image
===============
Version 4.5.0.2
===============
Bugs corrected:
* NPU plugin makes Glances 4.5.0.1 crashing on start #3425
* Glances 4.5.0.1 not reporting docker container details #3426
===============
Version 4.5.0.1
===============
Bugs corrected:
* Docker image for Glances release 4.5.0 failed to start if no [outputs]
section in the glances.conf file #3424
=============
Version 4.5.0
=============
Enhancements:
* NPU Monitoring #2694
* Implement API Token for the ResfulAPI server #1995
* ZFS Monitoring #873
* NVME support #3355
* Add export to DuckDB database #3205
* Add CPU core number field to processlist #3411
* Add support for escape ':' in alias name #3345
Bugs corrected:
* CPU Speed / Max Speed wrong in WebUI #3134
* TIME+ in Web UI Shows Incorrect Large Values #3401
* ERROR: Exception in ASGI application KeyErro used #3409
* InfluxDB Exports for AMPs can mismatch types for result field #3419
* Fix quicklook in case psutil.cpu_freq().max=0.0 #3379
* Get amdgpu name from amdgpu.id #3376
* Fetch option is not compliant with client/server mode #3352
* Glances won't start when using snmp discovery with parameter -c #3354
* Avoid empty space when Quicklook plugin is displayed #3413
Continious integration and documentation:
* Reduce code complexity #2801
* Docker GPU not showing up #3393
* Potential fix for code scanning alert no. 47: Clear-text logging of
sensitive information #3418
* Test: Add comprehensive unit tests for core plugins #3422
* README: Syntax fix (missing space) #3420
* fix(security): resolve B701 (Jinja2) and B113 (timeout) vulnerabilities
#3383
* Update license specification to SPDX format #3381
* Make a simple Jupyter notebook for the Glances API #3350
* Improve Docker build pipeline #3336
Thanks to all contributors and bug reporters !
Special thanks to:
- ffleischer
- drake7707
- Ambika-Patidar
To generate a diff of this commit:
cvs rdiff -u -r1.44 -r1.45 pkgsrc/sysutils/py-Glances/Makefile
cvs rdiff -u -r1.18 -r1.19 pkgsrc/sysutils/py-Glances/PLIST
cvs rdiff -u -r1.37 -r1.38 pkgsrc/sysutils/py-Glances/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/sysutils/py-Glances/Makefile
diff -u pkgsrc/sysutils/py-Glances/Makefile:1.44 pkgsrc/sysutils/py-Glances/Makefile:1.45
--- pkgsrc/sysutils/py-Glances/Makefile:1.44 Sun Nov 30 15:02:29 2025
+++ pkgsrc/sysutils/py-Glances/Makefile Sun Mar 8 11:22:25 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.44 2025/11/30 15:02:29 fox Exp $
+# $NetBSD: Makefile,v 1.45 2026/03/08 11:22:25 fox Exp $
-DISTNAME= glances-4.4.1
+DISTNAME= glances-4.5.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/g/G/}
CATEGORIES= sysutils python
MASTER_SITES= ${MASTER_SITE_PYPI:=g/glances/}
Index: pkgsrc/sysutils/py-Glances/PLIST
diff -u pkgsrc/sysutils/py-Glances/PLIST:1.18 pkgsrc/sysutils/py-Glances/PLIST:1.19
--- pkgsrc/sysutils/py-Glances/PLIST:1.18 Sun Nov 30 15:02:29 2025
+++ pkgsrc/sysutils/py-Glances/PLIST Sun Mar 8 11:22:25 2026
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.18 2025/11/30 15:02:29 fox Exp $
+@comment $NetBSD: PLIST,v 1.19 2026/03/08 11:22:25 fox Exp $
bin/glances-${PYVERSSUFFIX}
${PYSITELIB}/${WHEEL_INFODIR}/METADATA
${PYSITELIB}/${WHEEL_INFODIR}/RECORD
@@ -67,6 +67,9 @@ ${PYSITELIB}/glances/exports/__init__.py
${PYSITELIB}/glances/exports/export.py
${PYSITELIB}/glances/exports/export.pyc
${PYSITELIB}/glances/exports/export.pyo
+${PYSITELIB}/glances/exports/export_asyncio.py
+${PYSITELIB}/glances/exports/export_asyncio.pyc
+${PYSITELIB}/glances/exports/export_asyncio.pyo
${PYSITELIB}/glances/exports/glances_cassandra/__init__.py
${PYSITELIB}/glances/exports/glances_cassandra/__init__.pyc
${PYSITELIB}/glances/exports/glances_cassandra/__init__.pyo
@@ -109,6 +112,9 @@ ${PYSITELIB}/glances/exports/glances_mon
${PYSITELIB}/glances/exports/glances_mqtt/__init__.py
${PYSITELIB}/glances/exports/glances_mqtt/__init__.pyc
${PYSITELIB}/glances/exports/glances_mqtt/__init__.pyo
+${PYSITELIB}/glances/exports/glances_nats/__init__.py
+${PYSITELIB}/glances/exports/glances_nats/__init__.pyc
+${PYSITELIB}/glances/exports/glances_nats/__init__.pyo
${PYSITELIB}/glances/exports/glances_opentsdb/__init__.py
${PYSITELIB}/glances/exports/glances_opentsdb/__init__.pyc
${PYSITELIB}/glances/exports/glances_opentsdb/__init__.pyo
@@ -145,6 +151,9 @@ ${PYSITELIB}/glances/globals.pyo
${PYSITELIB}/glances/history.py
${PYSITELIB}/glances/history.pyc
${PYSITELIB}/glances/history.pyo
+${PYSITELIB}/glances/jwt_utils.py
+${PYSITELIB}/glances/jwt_utils.pyc
+${PYSITELIB}/glances/jwt_utils.pyo
${PYSITELIB}/glances/logger.py
${PYSITELIB}/glances/logger.pyc
${PYSITELIB}/glances/logger.pyo
@@ -169,6 +178,12 @@ ${PYSITELIB}/glances/outputs/glances_cur
${PYSITELIB}/glances/outputs/glances_curses_browser.py
${PYSITELIB}/glances/outputs/glances_curses_browser.pyc
${PYSITELIB}/glances/outputs/glances_curses_browser.pyo
+${PYSITELIB}/glances/outputs/glances_json_serializer.py
+${PYSITELIB}/glances/outputs/glances_json_serializer.pyc
+${PYSITELIB}/glances/outputs/glances_json_serializer.pyo
+${PYSITELIB}/glances/outputs/glances_mcp.py
+${PYSITELIB}/glances/outputs/glances_mcp.pyc
+${PYSITELIB}/glances/outputs/glances_mcp.pyo
${PYSITELIB}/glances/outputs/glances_restful_api.py
${PYSITELIB}/glances/outputs/glances_restful_api.pyc
${PYSITELIB}/glances/outputs/glances_restful_api.pyo
@@ -260,6 +275,9 @@ ${PYSITELIB}/glances/plugins/gpu/cards/_
${PYSITELIB}/glances/plugins/gpu/cards/amd.py
${PYSITELIB}/glances/plugins/gpu/cards/amd.pyc
${PYSITELIB}/glances/plugins/gpu/cards/amd.pyo
+${PYSITELIB}/glances/plugins/gpu/cards/intel.py
+${PYSITELIB}/glances/plugins/gpu/cards/intel.pyc
+${PYSITELIB}/glances/plugins/gpu/cards/intel.pyo
${PYSITELIB}/glances/plugins/gpu/cards/nvidia.py
${PYSITELIB}/glances/plugins/gpu/cards/nvidia.pyc
${PYSITELIB}/glances/plugins/gpu/cards/nvidia.pyo
@@ -287,6 +305,24 @@ ${PYSITELIB}/glances/plugins/network/__i
${PYSITELIB}/glances/plugins/now/__init__.py
${PYSITELIB}/glances/plugins/now/__init__.pyc
${PYSITELIB}/glances/plugins/now/__init__.pyo
+${PYSITELIB}/glances/plugins/npu/__init__.py
+${PYSITELIB}/glances/plugins/npu/__init__.pyc
+${PYSITELIB}/glances/plugins/npu/__init__.pyo
+${PYSITELIB}/glances/plugins/npu/cards/__init__.py
+${PYSITELIB}/glances/plugins/npu/cards/__init__.pyc
+${PYSITELIB}/glances/plugins/npu/cards/__init__.pyo
+${PYSITELIB}/glances/plugins/npu/cards/amd.py
+${PYSITELIB}/glances/plugins/npu/cards/amd.pyc
+${PYSITELIB}/glances/plugins/npu/cards/amd.pyo
+${PYSITELIB}/glances/plugins/npu/cards/intel.py
+${PYSITELIB}/glances/plugins/npu/cards/intel.pyc
+${PYSITELIB}/glances/plugins/npu/cards/intel.pyo
+${PYSITELIB}/glances/plugins/npu/cards/npu.py
+${PYSITELIB}/glances/plugins/npu/cards/npu.pyc
+${PYSITELIB}/glances/plugins/npu/cards/npu.pyo
+${PYSITELIB}/glances/plugins/npu/cards/rockchip.py
+${PYSITELIB}/glances/plugins/npu/cards/rockchip.pyc
+${PYSITELIB}/glances/plugins/npu/cards/rockchip.pyo
${PYSITELIB}/glances/plugins/percpu/__init__.py
${PYSITELIB}/glances/plugins/percpu/__init__.pyc
${PYSITELIB}/glances/plugins/percpu/__init__.pyo
@@ -421,6 +457,9 @@ share/doc/glances-${PYVERSSUFFIX}/AUTHOR
share/doc/glances-${PYVERSSUFFIX}/CONTRIBUTING.md
share/doc/glances-${PYVERSSUFFIX}/COPYING
share/doc/glances-${PYVERSSUFFIX}/NEWS.rst
+share/doc/glances-${PYVERSSUFFIX}/README-pypi.rst
share/doc/glances-${PYVERSSUFFIX}/README.rst
share/doc/glances-${PYVERSSUFFIX}/SECURITY.md
share/doc/glances-${PYVERSSUFFIX}/glances.conf
+share/doc/glances-${PYVERSSUFFIX}/short.jinja
+share/doc/glances-${PYVERSSUFFIX}/with-logo.jinja
Index: pkgsrc/sysutils/py-Glances/distinfo
diff -u pkgsrc/sysutils/py-Glances/distinfo:1.37 pkgsrc/sysutils/py-Glances/distinfo:1.38
--- pkgsrc/sysutils/py-Glances/distinfo:1.37 Sun Nov 30 15:02:29 2025
+++ pkgsrc/sysutils/py-Glances/distinfo Sun Mar 8 11:22:25 2026
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.37 2025/11/30 15:02:29 fox Exp $
+$NetBSD: distinfo,v 1.38 2026/03/08 11:22:25 fox Exp $
-BLAKE2s (glances-4.4.1.tar.gz) = b88e39c8d86a0380a38324cc6bff25f0f9c730b9610b9917f05cc212f5b636a4
-SHA512 (glances-4.4.1.tar.gz) = 057fe7ae935a4836333af231d5752bb1f09deb7cd2d08496e0a7f4ab900d975c8311eaf36d1af96af5c475e1201f2fdaf8aded01af9f91bf00b3d11f8724ff74
-Size (glances-4.4.1.tar.gz) = 7059387 bytes
+BLAKE2s (glances-4.5.1.tar.gz) = 5ed4af41781995027dfc5d967743e6b97929af7ef0b5f29e742943d5d7b0dd43
+SHA512 (glances-4.5.1.tar.gz) = 1000196f8b59f14f4f7d9cf33f2d53e804b7f2d05203efa2570a1ecf184e001230bdeeab74ced71ace666ebf5f7faa7fe3ea83a701640ba9f4c61b1cfc45d007
+Size (glances-4.5.1.tar.gz) = 7399451 bytes
SHA1 (patch-glances_plugins_diskio_____init____.py) = 1656f96b41b9fce10a3f0dca9d39012f0b51200c
Home |
Main Index |
Thread Index |
Old Index