Skip to content

Commit 863638b

Browse files
committed
py-Glances: update to 3.4.0.3.
=============== Version 3.4.0.3 =============== Bugs corrected: * Add glances binary to '/usr/local/bin' + Update ENV PATH to include '/venv/bin' in Dockerfiles #2419 * No more threshold display in the WebUI cpu/mem and memswap plugins #2420 =============== Version 3.4.0.2 =============== Bugs corrected: * Cannot start Glances 3.4.0.1 on Windows 10: SIGHUP not defined #2408 * Influxdb2 export not working #2407 =============== Version 3.4.0.1 =============== Bug corrected: * 3.4.0 crash on startupwith minimal deps #2401 =============== Version 3.4.0 =============== Enhancements: * Enhance process "extended stats" display (in Curses interface) #2225 _You can now *pin* a specific process to the top of the process list_ * Improve Glances start time by disabling Docker and Podman version getter - Related to #1985 * 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 Bug corrected: * Correct issue (error message) concerning the Cloud plugin - Related to #2392 * 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 * All times displayed in UTC - Container not using TZ/localtime (Docker) #2278 * It is not possible to return API data for a particular mount point (FS plugin) #1162 Documentation and CI: * chg: Dockerfile - structured & cleaner build process #2386 * Ubuntu is back as additional Docker images. Alpine stays the default one. Related to #2185 * Improve Makefile amd docker-compose to support Podman and GPU * Workaround to pin urlib3<2.0 - Related to #2392 * Error while generating the documentation (ModuleNotFoundError: No module named 'glances') #2391 * Update Flamegraph (memory profiling) * Improve template for issue report and feature request * Parameters in the VIRT column #2343 * Graph generation documentation is not clear #2336 * docs: Docker - include tag details * Add global architecture diagram (Excalidraw) * Links to documents in sample glances.conf are not valid. #2271 * Add semgrep support * Smartmontools missing from full docker image #2262 * Improve documentation regarding regexp in configuration file * Improve documentation about the [ip] plugin #2251 Cyber security update: * All libs have been updated to the latest version Full roadmap here: https://github.com/nicolargo/glances/milestone/62?closed=1
1 parent e7d7bfd commit 863638b

5 files changed

Lines changed: 31 additions & 14 deletions

File tree

sysutils/py-Glances/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# $NetBSD: Makefile,v 1.22 2023/02/04 16:21:58 fox Exp $
1+
# $NetBSD: Makefile,v 1.23 2023/05/21 17:41:04 wiz Exp $
22

3-
DISTNAME= Glances-3.3.1.1
3+
DISTNAME= Glances-3.4.0.3
44
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
55
CATEGORIES= sysutils python
66
MASTER_SITES= ${MASTER_SITE_PYPI:=G/Glances/}

sysutils/py-Glances/PLIST

Lines changed: 19 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@comment $NetBSD: PLIST,v 1.10 2022/08/08 09:28:06 fox Exp $
1+
@comment $NetBSD: PLIST,v 1.11 2023/05/21 17:41:04 wiz Exp $
22
bin/glances-${PYVERSSUFFIX}
33
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
44
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
@@ -96,6 +96,9 @@ ${PYSITELIB}/glances/exports/glances_json.pyo
9696
${PYSITELIB}/glances/exports/glances_kafka.py
9797
${PYSITELIB}/glances/exports/glances_kafka.pyc
9898
${PYSITELIB}/glances/exports/glances_kafka.pyo
99+
${PYSITELIB}/glances/exports/glances_mongodb.py
100+
${PYSITELIB}/glances/exports/glances_mongodb.pyc
101+
${PYSITELIB}/glances/exports/glances_mongodb.pyo
99102
${PYSITELIB}/glances/exports/glances_mqtt.py
100103
${PYSITELIB}/glances/exports/glances_mqtt.pyc
101104
${PYSITELIB}/glances/exports/glances_mqtt.pyo
@@ -186,6 +189,18 @@ ${PYSITELIB}/glances/password_list.pyo
186189
${PYSITELIB}/glances/plugins/__init__.py
187190
${PYSITELIB}/glances/plugins/__init__.pyc
188191
${PYSITELIB}/glances/plugins/__init__.pyo
192+
${PYSITELIB}/glances/plugins/containers/__init__.py
193+
${PYSITELIB}/glances/plugins/containers/__init__.pyc
194+
${PYSITELIB}/glances/plugins/containers/__init__.pyo
195+
${PYSITELIB}/glances/plugins/containers/glances_docker.py
196+
${PYSITELIB}/glances/plugins/containers/glances_docker.pyc
197+
${PYSITELIB}/glances/plugins/containers/glances_docker.pyo
198+
${PYSITELIB}/glances/plugins/containers/glances_podman.py
199+
${PYSITELIB}/glances/plugins/containers/glances_podman.pyc
200+
${PYSITELIB}/glances/plugins/containers/glances_podman.pyo
201+
${PYSITELIB}/glances/plugins/containers/stats_streamer.py
202+
${PYSITELIB}/glances/plugins/containers/stats_streamer.pyc
203+
${PYSITELIB}/glances/plugins/containers/stats_streamer.pyo
189204
${PYSITELIB}/glances/plugins/glances_alert.py
190205
${PYSITELIB}/glances/plugins/glances_alert.pyc
191206
${PYSITELIB}/glances/plugins/glances_alert.pyo
@@ -198,6 +213,9 @@ ${PYSITELIB}/glances/plugins/glances_cloud.pyo
198213
${PYSITELIB}/glances/plugins/glances_connections.py
199214
${PYSITELIB}/glances/plugins/glances_connections.pyc
200215
${PYSITELIB}/glances/plugins/glances_connections.pyo
216+
${PYSITELIB}/glances/plugins/glances_containers.py
217+
${PYSITELIB}/glances/plugins/glances_containers.pyc
218+
${PYSITELIB}/glances/plugins/glances_containers.pyo
201219
${PYSITELIB}/glances/plugins/glances_core.py
202220
${PYSITELIB}/glances/plugins/glances_core.pyc
203221
${PYSITELIB}/glances/plugins/glances_core.pyo
@@ -207,9 +225,6 @@ ${PYSITELIB}/glances/plugins/glances_cpu.pyo
207225
${PYSITELIB}/glances/plugins/glances_diskio.py
208226
${PYSITELIB}/glances/plugins/glances_diskio.pyc
209227
${PYSITELIB}/glances/plugins/glances_diskio.pyo
210-
${PYSITELIB}/glances/plugins/glances_docker.py
211-
${PYSITELIB}/glances/plugins/glances_docker.pyc
212-
${PYSITELIB}/glances/plugins/glances_docker.pyo
213228
${PYSITELIB}/glances/plugins/glances_folders.py
214229
${PYSITELIB}/glances/plugins/glances_folders.pyc
215230
${PYSITELIB}/glances/plugins/glances_folders.pyo

sysutils/py-Glances/distinfo

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
$NetBSD: distinfo,v 1.21 2023/02/04 16:21:58 fox Exp $
1+
$NetBSD: distinfo,v 1.22 2023/05/21 17:41:04 wiz Exp $
22

3-
BLAKE2s (Glances-3.3.1.1.tar.gz) = d5d1d368195c1a2fb92f2df1ee36ef480948d6b141c6acd1a067e26569bcfb2a
4-
SHA512 (Glances-3.3.1.1.tar.gz) = 18906cff8a6f2316a561bccea5af4df5ed68461ba7897a80a6016b49ee4a440b9bbf633abbafbcf764c4acc015f763cc05ff032c310cbe6730d21fb2024a256d
5-
Size (Glances-3.3.1.1.tar.gz) = 6164349 bytes
6-
SHA1 (patch-glances_plugins_glances__cpu.py) = c23747ee86e3a7d93e2f8072226b089b5cb3376a
7-
SHA1 (patch-glances_plugins_glances__quicklook.py) = 20478f6097f84a2bcf0688703b5946c76b161779
3+
BLAKE2s (Glances-3.4.0.3.tar.gz) = baf3e16125a60614584b93820e44c589b2204bf8bc9e9f363a55282e98214419
4+
SHA512 (Glances-3.4.0.3.tar.gz) = 15686cc9f4e8be23a5ecf6c563204cf36026338aff36e0d8137e5ae65f504aa695c5e62e4c7087edcc23c32c35be5d266cc6ee91832b9249b1e972a20173c337
5+
Size (Glances-3.4.0.3.tar.gz) = 6441360 bytes
6+
SHA1 (patch-glances_plugins_glances__cpu.py) = 1bac5f8496a37197e83bbe27fdd13f9be26bd4e1
7+
SHA1 (patch-glances_plugins_glances__quicklook.py) = caf9768b683e551c4217e5d1657a9e7466fb2e5e

sysutils/py-Glances/patches/patch-glances_plugins_glances__cpu.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
$NetBSD: patch-glances_plugins_glances__cpu.py,v 1.3 2022/11/12 06:19:26 fox Exp $
1+
$NetBSD: patch-glances_plugins_glances__cpu.py,v 1.4 2023/05/21 17:41:05 wiz Exp $
22

33
Disable system call counts in BSD.
4+
45
--- glances/plugins/glances_cpu.py.orig 2022-11-03 14:30:13.000000000 +0000
56
+++ glances/plugins/glances_cpu.py
67
@@ -12,7 +12,7 @@

sysutils/py-Glances/patches/patch-glances_plugins_glances__quicklook.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1-
$NetBSD: patch-glances_plugins_glances__quicklook.py,v 1.3 2022/08/08 09:28:06 fox Exp $
1+
$NetBSD: patch-glances_plugins_glances__quicklook.py,v 1.4 2023/05/21 17:41:05 wiz Exp $
22

33
It seems cpu_hz_current and cpu_hz is not available in NetBSD, so add additional
44
check to see if the key exists.
5+
56
--- glances/plugins/glances_quicklook.py.orig 2022-07-28 16:12:29.000000000 +0000
67
+++ glances/plugins/glances_quicklook.py
78
@@ -64,10 +64,12 @@ class Plugin(GlancesPlugin):

0 commit comments

Comments
 (0)