<feed xmlns='http://www.w3.org/2005/Atom'>
<title>packages/admin/netdata, branch master</title>
<subtitle>Mirror of packages feed</subtitle>
<id>https://git.openwrt.org/feed/packages/atom?h=master</id>
<link rel='self' href='https://git.openwrt.org/feed/packages/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/'/>
<updated>2026-03-18T08:06:47Z</updated>
<entry>
<title>admin/netdata: fix PKG_CPE_ID</title>
<updated>2026-03-18T08:06:47Z</updated>
<author>
<name>Fabrice Fontaine</name>
</author>
<published>2026-03-13T23:10:00Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=f388b1120464fe5ce064d4ce39aa3ab1a3d1cc2e'/>
<id>urn:sha1:f388b1120464fe5ce064d4ce39aa3ab1a3d1cc2e</id>
<content type='text'>
cpe:/a:netdata:netdata is the correct CPE ID for netdata:
https://nvd.nist.gov/products/cpe/search/results?keyword=cpe:2.3:a:netdata:netdata

Fixes: cbfc396ca6ab24d7607741fd63e27bd705ca1ede (netdata: update to version 1.14.0)

Signed-off-by: Fabrice Fontaine &lt;fontaine.fabrice@gmail.com&gt;
</content>
</entry>
<entry>
<title>treewide: remove AUTORELEASE</title>
<updated>2023-04-21T20:46:58Z</updated>
<author>
<name>Paul Fertser</name>
</author>
<published>2023-04-21T16:32:27Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=0c10c224be81f9221dabfab449855ab6718d2a0c'/>
<id>urn:sha1:0c10c224be81f9221dabfab449855ab6718d2a0c</id>
<content type='text'>
Automatically compute and substitute current values for all
$(AUTORELEASE) instances as this feature is deprecated and shouldn't be
used.

The following temporary change was made to the core:

diff --git a/rules.mk b/rules.mk
index 57d7995d4fa8..f16367de87a8 100644
--- a/rules.mk
+++ b/rules.mk
@@ -429,7 +429,7 @@ endef
 abi_version_str = $(subst -,,$(subst _,,$(subst .,,$(1))))

 COMMITCOUNT = $(if $(DUMP),0,$(call commitcount))
-AUTORELEASE = $(if $(DUMP),0,$(call commitcount,1))
+AUTORELEASE = $(if $(DUMP),0,$(shell sed -i "s/\$$(AUTORELEASE)/$(call commitcount,1)/" $(CURDIR)/Makefile))

 all:
 FORCE: ;

And this command used to fix affected packages:

for i in $(cd feeds/packages; git grep -l PKG_RELEASE:=.*AUTORELEASE | \
                              sed 's^.*/\([^/]*\)/Makefile^\1^';);
do
  make package/$i/download
done

Signed-off-by: Paul Fertser &lt;fercerpav@gmail.com&gt;
</content>
</entry>
<entry>
<title>treewide: refactor to use PKG_BUILD_FLAGS:=gc-sections</title>
<updated>2023-04-08T06:38:54Z</updated>
<author>
<name>Andre Heider</name>
</author>
<published>2023-03-23T08:09:13Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=35f4ef76e0c88b690ec55f26aed072c4c5989eff'/>
<id>urn:sha1:35f4ef76e0c88b690ec55f26aed072c4c5989eff</id>
<content type='text'>
See commit da370098 "treewide: add support for "gc-sections" in
PKG_BUILD_FLAGS" on the main repository.

Note: This only touches packages which use all three parts
(-ffunction-sections, -fdata-sections and -Wl,--gc-sections) enabled by
this build flag. Some packages only use a subset, and these are left
unchanged for now.

Signed-off-by: Andre Heider &lt;a.heider@gmail.com&gt;
</content>
</entry>
<entry>
<title>treewide: refactor to use PKG_BUILD_FLAGS:=no-mips16</title>
<updated>2023-04-08T06:38:54Z</updated>
<author>
<name>Andre Heider</name>
</author>
<published>2023-03-23T07:39:01Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=565866a47210c9711c29173052063779b6d3bcfc'/>
<id>urn:sha1:565866a47210c9711c29173052063779b6d3bcfc</id>
<content type='text'>
See commit 5c545bdb "treewide: replace PKG_USE_MIPS16:=0 with
PKG_BUILD_FLAGS:=no-mips16" on the main repository.

Signed-off-by: Andre Heider &lt;a.heider@gmail.com&gt;
</content>
</entry>
<entry>
<title>netdata: disable LZ4 compression support</title>
<updated>2022-03-15T09:52:56Z</updated>
<author>
<name>Josef Schlehofer</name>
</author>
<published>2022-03-15T09:51:42Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=ceca87b25bf743c215a6ebbdfeb6d38e53e25c02'/>
<id>urn:sha1:ceca87b25bf743c215a6ebbdfeb6d38e53e25c02</id>
<content type='text'>
To avoid unnecessary dependency, let's disable it for now.
LZ4 can be also used for DB engine and HTTPS

Fixes:
Package netdata is missing dependencies for the following libraries:
liblz4.so.1

Signed-off-by: Josef Schlehofer &lt;pepe.schlehofer@gmail.com&gt;
</content>
</entry>
<entry>
<title>netdata: update to version 1.33.1</title>
<updated>2022-03-09T23:13:02Z</updated>
<author>
<name>Michal Vasilek</name>
</author>
<published>2022-03-03T15:30:16Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=1278eec776e86659b3e812148796a53d0f865edc'/>
<id>urn:sha1:1278eec776e86659b3e812148796a53d0f865edc</id>
<content type='text'>
- Switch to upstream's release tarball
  Requires to add PKG_BUILD_DIR since netdata is extracted to the folder
  netdata-v1.33.1 instead of the previous solution where there was
missing v

- Disable anomaly detection by default
This avoids adding a new dependencies to netdata

Fixes:
Package netdata is missing dependencies for the following libraries:
libatomic.so.1
libstdc++.so.6

- Add FreeBSD patch to have smaller package and to avoid clutter in
  WebUI

Signed-off-by: Michal Vasilek &lt;michal.vasilek@nic.cz&gt;
[add commit message, add FreeBSD patch]
Signed-off-by: Josef Schlehofer &lt;pepe.schlehofer@gmail.com&gt;
</content>
</entry>
<entry>
<title>netdata: Update init script to use -D rather than -nd</title>
<updated>2022-01-13T09:39:08Z</updated>
<author>
<name>James White</name>
</author>
<published>2021-12-31T16:45:25Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=cf9d5a887031f245fbae6f8bcd3366078996f123'/>
<id>urn:sha1:cf9d5a887031f245fbae6f8bcd3366078996f123</id>
<content type='text'>
The current init script is using the deprecated -nd flag. This updates netdata to be started with -D.

Signed-off-by: James White &lt;james@jmwhite.co.uk&gt;
</content>
</entry>
<entry>
<title>netdata: update to version 1.30.1</title>
<updated>2021-04-14T22:39:13Z</updated>
<author>
<name>Josef Schlehofer</name>
</author>
<published>2021-04-14T22:39:03Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=1d532fa545eef1ebd3ebef6ab41dfd709ad991e1'/>
<id>urn:sha1:1d532fa545eef1ebd3ebef6ab41dfd709ad991e1</id>
<content type='text'>
Signed-off-by: Josef Schlehofer &lt;pepe.schlehofer@gmail.com&gt;
</content>
</entry>
<entry>
<title>netdata: disable shared memory totals by default</title>
<updated>2021-04-11T07:57:51Z</updated>
<author>
<name>Tiago Gaspar</name>
</author>
<published>2021-04-10T23:21:58Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=5f65d87bb7727be85e7d3e02045302d6eb76ff7e'/>
<id>urn:sha1:5f65d87bb7727be85e7d3e02045302d6eb76ff7e</id>
<content type='text'>
Fix log spam:
daemon.err netdata[2090]: PROCFILE: Cannot open file '/proc/sysvipc/shm'
This is caused by a non existant /proc/sysvipc/shm because of the
CONFIG_PROC_STRIPPED option that is enabled by default in the kernel
generic target config

Signed-off-by: Tiago Gaspar &lt;tiagogaspar8@gmail.com&gt;
</content>
</entry>
<entry>
<title>netdata: update to version 1.29.3</title>
<updated>2021-03-22T00:02:46Z</updated>
<author>
<name>Josef Schlehofer</name>
</author>
<published>2021-03-21T23:56:07Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=5074fbbfdc8536daf1d979f7ead32cebb1ec2acb'/>
<id>urn:sha1:5074fbbfdc8536daf1d979f7ead32cebb1ec2acb</id>
<content type='text'>
Signed-off-by: Josef Schlehofer &lt;pepe.schlehofer@gmail.com&gt;
</content>
</entry>
</feed>
