From 77593a480c45e46db8e3fe754dcc1bc74a947eb9 Mon Sep 17 00:00:00 2001 From: JimboJoe Date: Fri, 21 Feb 2020 20:43:49 +0100 Subject: [PATCH] Upgrade to upstream version 1.20.0 --- README.md | 2 +- conf/app.src | 4 ++-- manifest.json | 2 +- scripts/_common.sh | 4 +++- 4 files changed, 7 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 6c27a9b..4649805 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ _netdata is **fast** and **efficient**, designed to permanently run on all syste (**physical** & **virtual** servers, **containers**, **IoT** devices), without disrupting their core function._ -**Shipped version:** 1.19.0 +**Shipped version:** 1.20.0 **Customization brought by the package:** diff --git a/conf/app.src b/conf/app.src index ec820d3..9afd7b0 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,3 +1,3 @@ -SOURCE_URL=https://github.com/netdata/netdata/releases/download/v1.19.0/netdata-v1.19.0.tar.gz -SOURCE_SUM=36c46bd95c0d8138e2f1a886c9b9fb6a9fd22fbf9d3097420c10b868ed23e355 +SOURCE_URL=https://github.com/netdata/netdata/releases/download/v1.20.0/netdata-v1.20.0.tar.gz +SOURCE_SUM=dc51869e3e541ca569e75d601133a413a8e56ce2b606dbfe84b35b1d7806216e SOURCE_FORMAT=tar.gz diff --git a/manifest.json b/manifest.json index 3dc76a3..ffaedc3 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "real-time performance and health monitoring", "fr": "Monitoring serveur en temps reel" }, - "version": "1.19.0~ynh1", + "version": "1.20.0~ynh1", "url": "http://my-netdata.io/", "license": "GPL-3.0", "maintainer": { diff --git a/scripts/_common.sh b/scripts/_common.sh index 24a7f77..e4bb685 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -3,7 +3,7 @@ # Common variables # -pkg_dependencies="zlib1g-dev uuid-dev libmnl-dev gcc make git autoconf autoconf-archive autogen automake pkg-config curl jq nodejs python-mysqldb libipmimonitoring-dev acl python-psycopg2 python-pymongo" +pkg_dependencies="zlib1g-dev uuid-dev libmnl-dev gcc make git autoconf autoconf-archive autogen automake pkg-config curl jq nodejs python-mysqldb libipmimonitoring-dev acl python-psycopg2 python-pymongo libuv1-dev" # Configure NetData configure_netdata() { @@ -66,6 +66,7 @@ ${domain_label}_log: EOF done fi + chgrp netdata $web_log_file } # If PostgreSQL is installed, add a PostgreSQL entry using instance password @@ -85,6 +86,7 @@ yunohost: port : 5432 EOF fi + chgrp netdata $postgres_file } # ============= FUTURE YUNOHOST HELPER =============