mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
net-mgmt/netdata: Update to 1.38.1 and fix apps.plugin
Add setuid bit to apps.plugin to fix execution Changelog: https://github.com/netdata/netdata/releases/tag/1.38.1 PR: 269629 Differential Revision: https://reviews.freebsd.org/D38659
This commit is contained in:
parent
ec252b5f5e
commit
b7a254191b
3 changed files with 5 additions and 19 deletions
|
@ -1,15 +1,9 @@
|
|||
PORTNAME= netdata
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 1.38.0
|
||||
DISTVERSION= 1.38.1
|
||||
CATEGORIES= net-mgmt
|
||||
MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}/releases/download/v${DISTVERSION}/
|
||||
|
||||
PATCH_SITES= https://github.com/${PORTNAME}/${PORTNAME}/commit/
|
||||
PATCHFILES= 7409cedde393a7b1d059615b1bca3fe871a1bc93.patch:-p1 \
|
||||
18383397aa937b21d9a35e79ad0cdc7727a66b61.patch:-p1 \
|
||||
47038b85a01cfe23162f07314a82f4e26d8432f0.patch:-p1 \
|
||||
357ed779a3cd4b9834808d82acc1e4d9c06f0d64.patch:-p1
|
||||
|
||||
MAINTAINER= me@forkbomb9.ch
|
||||
COMMENT= Scalable distributed realtime performance and health monitoring
|
||||
WWW= https://github.com/netdata/netdata
|
||||
|
|
|
@ -1,11 +1,3 @@
|
|||
TIMESTAMP = 1676287907
|
||||
SHA256 (netdata-v1.38.0.tar.gz) = 1463bb2bc9025a24eba937af86c4ec990582647f97a3ea47c53914c9e7cc8085
|
||||
SIZE (netdata-v1.38.0.tar.gz) = 25433888
|
||||
SHA256 (7409cedde393a7b1d059615b1bca3fe871a1bc93.patch) = adfe8af2e1faf0bb6de7d7fff249891b94169970682b480e91c415cfe107fc07
|
||||
SIZE (7409cedde393a7b1d059615b1bca3fe871a1bc93.patch) = 2315
|
||||
SHA256 (18383397aa937b21d9a35e79ad0cdc7727a66b61.patch) = df2be8865b02206db1c5ddc4e7fe30d6db3b02db683188ba29bcb77c05331146
|
||||
SIZE (18383397aa937b21d9a35e79ad0cdc7727a66b61.patch) = 1552
|
||||
SHA256 (47038b85a01cfe23162f07314a82f4e26d8432f0.patch) = 02a422b15712367bedb8a268700b68f0dd685a01a985c7ad5b2ef0f834e07fa1
|
||||
SIZE (47038b85a01cfe23162f07314a82f4e26d8432f0.patch) = 14307
|
||||
SHA256 (357ed779a3cd4b9834808d82acc1e4d9c06f0d64.patch) = e113770a09f1ef50901ce078a212a930ff5b9df3b4572f6647f46eb37da5e51c
|
||||
SIZE (357ed779a3cd4b9834808d82acc1e4d9c06f0d64.patch) = 5692
|
||||
TIMESTAMP = 1676669761
|
||||
SHA256 (netdata-v1.38.1.tar.gz) = e32a5427f0c00550210dbbf0046c2621313955256edf836db686e2bc270b8d10
|
||||
SIZE (netdata-v1.38.1.tar.gz) = 25434866
|
||||
|
|
|
@ -189,7 +189,7 @@ libexec/netdata/plugins.d/alarm-notify.sh
|
|||
libexec/netdata/plugins.d/alarm-test.sh
|
||||
libexec/netdata/plugins.d/alarm.sh
|
||||
libexec/netdata/plugins.d/anonymous-statistics.sh
|
||||
libexec/netdata/plugins.d/apps.plugin
|
||||
@(,netdata,4750) libexec/netdata/plugins.d/apps.plugin
|
||||
libexec/netdata/plugins.d/cgroup-name.sh
|
||||
libexec/netdata/plugins.d/cgroup-network-helper.sh
|
||||
libexec/netdata/plugins.d/charts.d.dryrun-helper.sh
|
||||
|
|
Loading…
Add table
Reference in a new issue