Bug 287332 - net-mgmt/netdata: update to 2.5.3
Summary: net-mgmt/netdata: update to 2.5.3
Status: In Progress
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Vladimir Druzenko
URL: https://github.com/netdata/netdata/re...
Keywords:
Depends on:
Blocks:
 
Reported: 2025-06-05 21:55 UTC by Jordan Ostreff
Modified: 2025-06-18 02:26 UTC (History)
3 users (show)

See Also:
bugzilla: maintainer-feedback? (nk)


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jordan Ostreff 2025-06-05 21:55:38 UTC
Netdata v2.5.3 is a patch release to address issues discovered since v2.5.2.

This patch release provides the following bug fixes and updates:

Fixed context update handling by adjusting conditions for hub queue management (#20416, @stelfrag)
Added ability to debug individual jobs in go.d.plugin instead of all jobs within a module (#20394, @ilyam8)
Added debug logging for HTTP response validation in go.d.plugin HTTP check collector (#20392, @ilyam8)
Fixed duplicate name handling in go.d.plugin dynamic configuration userconfig action (#20346, @ilyam8)
Fixed Oracle database collector to correctly calculate tablespace usage percentages and prevent negative values (#20373, #20378, @ilyam8)
Fixed database engine performance by optimizing file rotation and indexing operations with better job scheduling and concurrency handling (#20354, @stelfrag)
Comment 1 Daniel Engberg freebsd_committer freebsd_triage 2025-06-06 06:24:23 UTC
There's no need to create "empty" PRs, we have services that'll notify maintainers when new releases are out.
Comment 2 Jordan Ostreff 2025-06-06 07:46:37 UTC
Clear, I’m sorry! This was my only way to follow temporary development, before official port update.
Comment 3 Vladimir Druzenko freebsd_committer freebsd_triage 2025-06-06 17:18:16 UTC
Trivial patch work for me (tested build, not run):
--- net-mgmt/netdata.orig/Makefile
+++ net-mgmt/netdata/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=      netdata
 DISTVERSIONPREFIX=     v
-DISTVERSION=   2.5.3
+DISTVERSION=   2.5.2
 CATEGORIES=    net-mgmt
 MASTER_SITES=  https://github.com/${PORTNAME}/${PORTNAME}/releases/download/v${DISTVERSION}/:netdata \
                https://raw.githubusercontent.com/netdata/netdata/refs/tags/v${DISTVERSION}/src/go/:goplugin \
--- net-mgmt/netdata.orig/distinfo
+++ net-mgmt/netdata/distinfo
@@ -1,6 +1,6 @@
-TIMESTAMP = 1749229242
-SHA256 (netdata/netdata-v2.5.3.tar.gz) = d0d17d5e6c64b520241371bcf60b5859ad482463327fcfbe5a6e0069415c58c6
-SIZE (netdata/netdata-v2.5.3.tar.gz) = 31858932
+TIMESTAMP = 1748399715
+SHA256 (netdata/netdata-v2.5.2.tar.gz) = c4b969ea4fb6bc97828915ffd714a8898475640fe864ef624aae577fc1ae6de1
+SIZE (netdata/netdata-v2.5.2.tar.gz) = 31856534
 SHA256 (netdata/agent_20250527.tar.gz) = dfbd8ea4c2a0cefb363be83b3d5ac0c503ad0d04a3e5ab95084e1a1310010a9a
 SIZE (netdata/agent_20250527.tar.gz) = 8804957
 SHA256 (netdata/go.mod) = f7fcb763f06ac74d297862a7853d88c0f8f3248f30832cb7c28e11ba8dc9dc1b
Comment 4 Namkhai B. 2025-06-06 17:32:08 UTC
Will work on this ASAP.
Comment 5 Jordan Ostreff 2025-06-09 15:51:20 UTC
(In reply to Vladimir Druzenko from comment #3)
Actually I have also make the same to build it. It runs fine, and collects the data from 15 machines to be on one place. I don't know is there any change into web interface.
Comment 6 Vladimir Druzenko freebsd_committer freebsd_triage 2025-06-18 02:26:12 UTC
(In reply to Namkhai B. from comment #4)
Friendly ping. :-)