FreeBSD Bugzilla – Attachment 217180 Details for
Bug 248634
net-mgmt/netdata: Update to 1.24.0
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch for netdata
netdata-1240.patch (text/plain), 4.28 KB, created by
Daniel Engberg
on 2020-08-12 20:52:40 UTC
(
hide
)
Description:
Patch for netdata
Filename:
MIME Type:
Creator:
Daniel Engberg
Created:
2020-08-12 20:52:40 UTC
Size:
4.28 KB
patch
obsolete
>diff --git a/net-mgmt/netdata/Makefile b/net-mgmt/netdata/Makefile >index 41a4a600974e..bd92c64d81f1 100644 >--- a/net-mgmt/netdata/Makefile >+++ b/net-mgmt/netdata/Makefile >@@ -2,9 +2,10 @@ > # $FreeBSD$ > > PORTNAME= netdata >-PORTVERSION= 1.23.1 >+PORTVERSION= 1.24.0 > DISTVERSIONPREFIX= v > CATEGORIES= net-mgmt >+MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}/releases/download/v${PORTVERSION}/ > > MAINTAINER= ports@FreeBSD.org > COMMENT= Scalable distributed realtime performance and health monitoring >@@ -23,8 +24,6 @@ RUN_DEPENDS= bash:shells/bash \ > USES= autoreconf cpe gmake pathfix pkgconfig:both python shebangfix \ > ssl > >-USE_GITHUB= yes >- > SHEBANG_GLOB= * > > NETDATA_CACHE= /var/cache/${PORTNAME} >@@ -106,6 +105,7 @@ post-patch: > post-install: > ${MKDIR} ${STAGEDIR}${ETCDIR} > ${INSTALL_DATA} ${WRKDIR}/netdata.conf.sample ${STAGEDIR}${ETCDIR}/netdata.conf.sample >+ ${TOUCH} ${STAGEDIR}${ETCDIR}/.opt-out-from-anonymous-statistics > ${MKDIR} ${STAGEDIR}${NETDATA_CACHE} > ${MKDIR} ${STAGEDIR}${NETDATA_LOG} > ${MKDIR} ${STAGEDIR}${NETDATA_PERST} >diff --git a/net-mgmt/netdata/distinfo b/net-mgmt/netdata/distinfo >index 73526060b50c..ff853ba2e107 100644 >--- a/net-mgmt/netdata/distinfo >+++ b/net-mgmt/netdata/distinfo >@@ -1,3 +1,3 @@ >-TIMESTAMP = 1593675079 >-SHA256 (netdata-netdata-v1.23.1_GH0.tar.gz) = 25b63417ca4332a14360baa7f6ab5d0264edf7460b913d392f5982dc4ae535f1 >-SIZE (netdata-netdata-v1.23.1_GH0.tar.gz) = 3819097 >+TIMESTAMP = 1597262264 >+SHA256 (netdata-v1.24.0.tar.gz) = e7d6691fdce893b5a341fc2ee11b3b4f951e7b426031fae4178e669066c264c0 >+SIZE (netdata-v1.24.0.tar.gz) = 4390275 >diff --git a/net-mgmt/netdata/files/patch-collectors_python.d.plugin_Makefile.am b/net-mgmt/netdata/files/patch-collectors_python.d.plugin_Makefile.am >index 753c346096cd..bcbad22dc49f 100644 >--- a/net-mgmt/netdata/files/patch-collectors_python.d.plugin_Makefile.am >+++ b/net-mgmt/netdata/files/patch-collectors_python.d.plugin_Makefile.am >@@ -1,10 +1,9 @@ >---- collectors/python.d.plugin/Makefile.am.orig 2020-02-21 01:50:30 UTC >+--- collectors/python.d.plugin/Makefile.am.orig 2020-08-12 20:04:44 UTC > +++ collectors/python.d.plugin/Makefile.am >-@@ -142,109 +142,3 @@ dist_third_party_DATA = \ >- python_modules/third_party/boinc_client.py \ >- python_modules/third_party/monotonic.py \ >+@@ -144,108 +144,3 @@ dist_third_party_DATA = \ >+ python_modules/third_party/filelock.py \ > $(NULL) >-- >+ > -pythonyaml2dir=$(pythonmodulesdir)/pyyaml2 > -dist_pythonyaml2_DATA = \ > - python_modules/pyyaml2/__init__.py \ >diff --git a/net-mgmt/netdata/pkg-plist b/net-mgmt/netdata/pkg-plist >index 7ad5a55d24fd..6c3d34bfee76 100644 >--- a/net-mgmt/netdata/pkg-plist >+++ b/net-mgmt/netdata/pkg-plist >@@ -1,3 +1,4 @@ >+%%ETCDIR%%/.opt-out-from-anonymous-statistics > %%ETCDIR%%/edit-config > @sample(netdata,netdata,0640) lib/netdata/conf.d/apps_groups.conf.sample > @sample(netdata,netdata,0640) lib/netdata/conf.d/aws_kinesis.conf.sample >@@ -10,6 +11,7 @@ > @sample(netdata,netdata,0640) lib/netdata/conf.d/charts.d/opensips.conf.sample > @sample(netdata,netdata,0640) lib/netdata/conf.d/charts.d/sensors.conf.sample > @sample(netdata,netdata,0640) lib/netdata/conf.d/ebpf.conf.sample >+@sample(netdata,netdata,0640) lib/netdata/conf.d/ebpf_kernel_reject_list.txt > @sample(netdata,netdata,0640) lib/netdata/conf.d/exporting.conf.sample > @sample(netdata,netdata,0640) lib/netdata/conf.d/fping.conf.sample > @sample(netdata,netdata,0640) lib/netdata/conf.d/health.d/adaptec_raid.conf.sample >@@ -212,6 +214,7 @@ libexec/netdata/plugins.d/loopsleepms.sh.inc > libexec/netdata/plugins.d/node.d.plugin > libexec/netdata/plugins.d/python.d.plugin > libexec/netdata/plugins.d/request.sh >+libexec/netdata/plugins.d/reset_netdata_trace.sh > libexec/netdata/plugins.d/system-info.sh > libexec/netdata/plugins.d/tc-qos-helper.sh > libexec/netdata/plugins.d/template_dim.sh >@@ -280,6 +283,7 @@ libexec/netdata/python.d/python_modules/bases/loaders.py > libexec/netdata/python.d/python_modules/bases/loggers.py > libexec/netdata/python.d/python_modules/third_party/__init__.py > libexec/netdata/python.d/python_modules/third_party/boinc_client.py >+libexec/netdata/python.d/python_modules/third_party/filelock.py > libexec/netdata/python.d/python_modules/third_party/lm_sensors.py > libexec/netdata/python.d/python_modules/third_party/mcrcon.py > libexec/netdata/python.d/python_modules/third_party/monotonic.py
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 248634
: 217180