Skip to content

Commit

Permalink
py-Glances: update to 3.4.0.3.
Browse files Browse the repository at this point in the history
===============
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
  • Loading branch information
0-wiz-0 committed May 21, 2023
1 parent e7d7bfd commit 863638b
Show file tree
Hide file tree
Showing 5 changed files with 31 additions and 14 deletions.
4 changes: 2 additions & 2 deletions sysutils/py-Glances/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.22 2023/02/04 16:21:58 fox Exp $
# $NetBSD: Makefile,v 1.23 2023/05/21 17:41:04 wiz Exp $

DISTNAME= Glances-3.3.1.1
DISTNAME= Glances-3.4.0.3
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= sysutils python
MASTER_SITES= ${MASTER_SITE_PYPI:=G/Glances/}
Expand Down
23 changes: 19 additions & 4 deletions sysutils/py-Glances/PLIST
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.10 2022/08/08 09:28:06 fox Exp $
@comment $NetBSD: PLIST,v 1.11 2023/05/21 17:41:04 wiz Exp $
bin/glances-${PYVERSSUFFIX}
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
Expand Down Expand Up @@ -96,6 +96,9 @@ ${PYSITELIB}/glances/exports/glances_json.pyo
${PYSITELIB}/glances/exports/glances_kafka.py
${PYSITELIB}/glances/exports/glances_kafka.pyc
${PYSITELIB}/glances/exports/glances_kafka.pyo
${PYSITELIB}/glances/exports/glances_mongodb.py
${PYSITELIB}/glances/exports/glances_mongodb.pyc
${PYSITELIB}/glances/exports/glances_mongodb.pyo
${PYSITELIB}/glances/exports/glances_mqtt.py
${PYSITELIB}/glances/exports/glances_mqtt.pyc
${PYSITELIB}/glances/exports/glances_mqtt.pyo
Expand Down Expand Up @@ -186,6 +189,18 @@ ${PYSITELIB}/glances/password_list.pyo
${PYSITELIB}/glances/plugins/__init__.py
${PYSITELIB}/glances/plugins/__init__.pyc
${PYSITELIB}/glances/plugins/__init__.pyo
${PYSITELIB}/glances/plugins/containers/__init__.py
${PYSITELIB}/glances/plugins/containers/__init__.pyc
${PYSITELIB}/glances/plugins/containers/__init__.pyo
${PYSITELIB}/glances/plugins/containers/glances_docker.py
${PYSITELIB}/glances/plugins/containers/glances_docker.pyc
${PYSITELIB}/glances/plugins/containers/glances_docker.pyo
${PYSITELIB}/glances/plugins/containers/glances_podman.py
${PYSITELIB}/glances/plugins/containers/glances_podman.pyc
${PYSITELIB}/glances/plugins/containers/glances_podman.pyo
${PYSITELIB}/glances/plugins/containers/stats_streamer.py
${PYSITELIB}/glances/plugins/containers/stats_streamer.pyc
${PYSITELIB}/glances/plugins/containers/stats_streamer.pyo
${PYSITELIB}/glances/plugins/glances_alert.py
${PYSITELIB}/glances/plugins/glances_alert.pyc
${PYSITELIB}/glances/plugins/glances_alert.pyo
Expand All @@ -198,6 +213,9 @@ ${PYSITELIB}/glances/plugins/glances_cloud.pyo
${PYSITELIB}/glances/plugins/glances_connections.py
${PYSITELIB}/glances/plugins/glances_connections.pyc
${PYSITELIB}/glances/plugins/glances_connections.pyo
${PYSITELIB}/glances/plugins/glances_containers.py
${PYSITELIB}/glances/plugins/glances_containers.pyc
${PYSITELIB}/glances/plugins/glances_containers.pyo
${PYSITELIB}/glances/plugins/glances_core.py
${PYSITELIB}/glances/plugins/glances_core.pyc
${PYSITELIB}/glances/plugins/glances_core.pyo
Expand All @@ -207,9 +225,6 @@ ${PYSITELIB}/glances/plugins/glances_cpu.pyo
${PYSITELIB}/glances/plugins/glances_diskio.py
${PYSITELIB}/glances/plugins/glances_diskio.pyc
${PYSITELIB}/glances/plugins/glances_diskio.pyo
${PYSITELIB}/glances/plugins/glances_docker.py
${PYSITELIB}/glances/plugins/glances_docker.pyc
${PYSITELIB}/glances/plugins/glances_docker.pyo
${PYSITELIB}/glances/plugins/glances_folders.py
${PYSITELIB}/glances/plugins/glances_folders.pyc
${PYSITELIB}/glances/plugins/glances_folders.pyo
Expand Down
12 changes: 6 additions & 6 deletions sysutils/py-Glances/distinfo
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
$NetBSD: distinfo,v 1.21 2023/02/04 16:21:58 fox Exp $
$NetBSD: distinfo,v 1.22 2023/05/21 17:41:04 wiz Exp $

BLAKE2s (Glances-3.3.1.1.tar.gz) = d5d1d368195c1a2fb92f2df1ee36ef480948d6b141c6acd1a067e26569bcfb2a
SHA512 (Glances-3.3.1.1.tar.gz) = 18906cff8a6f2316a561bccea5af4df5ed68461ba7897a80a6016b49ee4a440b9bbf633abbafbcf764c4acc015f763cc05ff032c310cbe6730d21fb2024a256d
Size (Glances-3.3.1.1.tar.gz) = 6164349 bytes
SHA1 (patch-glances_plugins_glances__cpu.py) = c23747ee86e3a7d93e2f8072226b089b5cb3376a
SHA1 (patch-glances_plugins_glances__quicklook.py) = 20478f6097f84a2bcf0688703b5946c76b161779
BLAKE2s (Glances-3.4.0.3.tar.gz) = baf3e16125a60614584b93820e44c589b2204bf8bc9e9f363a55282e98214419
SHA512 (Glances-3.4.0.3.tar.gz) = 15686cc9f4e8be23a5ecf6c563204cf36026338aff36e0d8137e5ae65f504aa695c5e62e4c7087edcc23c32c35be5d266cc6ee91832b9249b1e972a20173c337
Size (Glances-3.4.0.3.tar.gz) = 6441360 bytes
SHA1 (patch-glances_plugins_glances__cpu.py) = 1bac5f8496a37197e83bbe27fdd13f9be26bd4e1
SHA1 (patch-glances_plugins_glances__quicklook.py) = caf9768b683e551c4217e5d1657a9e7466fb2e5e
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
$NetBSD: patch-glances_plugins_glances__cpu.py,v 1.3 2022/11/12 06:19:26 fox Exp $
$NetBSD: patch-glances_plugins_glances__cpu.py,v 1.4 2023/05/21 17:41:05 wiz Exp $

Disable system call counts in BSD.

--- glances/plugins/glances_cpu.py.orig 2022-11-03 14:30:13.000000000 +0000
+++ glances/plugins/glances_cpu.py
@@ -12,7 +12,7 @@
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
$NetBSD: patch-glances_plugins_glances__quicklook.py,v 1.3 2022/08/08 09:28:06 fox Exp $
$NetBSD: patch-glances_plugins_glances__quicklook.py,v 1.4 2023/05/21 17:41:05 wiz Exp $

It seems cpu_hz_current and cpu_hz is not available in NetBSD, so add additional
check to see if the key exists.

--- glances/plugins/glances_quicklook.py.orig 2022-07-28 16:12:29.000000000 +0000
+++ glances/plugins/glances_quicklook.py
@@ -64,10 +64,12 @@ class Plugin(GlancesPlugin):
Expand Down

0 comments on commit 863638b

Please sign in to comment.