Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (a4908a49dae6a957458c3d7d7ba4fb2e73f3e145)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (a4908a49dae6a957458c3d7d7ba4fb2e73f3e145)
  • Date: Mon, 18 Sep 2017 14:23:13 +0000

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

net/netdata/DEPENDS | 11 +++++++++++
net/netdata/DETAILS | 7 +++++--
net/netdata/HISTORY | 6 ++++++
net/netdata/netdata.gpg |binary
4 files changed, 22 insertions(+), 2 deletions(-)

New commits:
commit a4908a49dae6a957458c3d7d7ba4fb2e73f3e145
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

netdata: => 1.8.0

diff --git a/net/netdata/DEPENDS b/net/netdata/DEPENDS
index cb08b47..96f3233 100755
--- a/net/netdata/DEPENDS
+++ b/net/netdata/DEPENDS
@@ -5,6 +5,17 @@ optional_depends zlib \
"--without-zlib" \
"for zlib support" &&

+optional_depends libcap \
+ "--with-libcap" \
+ "--without-libcap" \
+ "for capabilities support" &&
+
+# TODO: requires freeipmi spell
+#optional_depends freeipmi \
+# "--enable-plugin-freeipmi" \
+# "--disable-plugin-freeipmi" \
+# "for FreeIPMI plugin" &&
+
optional_depends libnetfilter_acct \
"--enable-plugin-nfacct" \
"--disable-plugin-nfacct" \
diff --git a/net/netdata/DETAILS b/net/netdata/DETAILS
index 8ab02e7..9ede96e 100755
--- a/net/netdata/DETAILS
+++ b/net/netdata/DETAILS
@@ -1,8 +1,11 @@
SPELL=netdata
- VERSION=1.7.0
+ VERSION=1.8.0
SOURCE=${SPELL}-${VERSION}.tar.xz
+ SOURCE2=${SOURCE}.asc

SOURCE_URL[0]=https://github.com/firehol/${SPELL}/releases/download/v${VERSION}/${SOURCE}
-
SOURCE_HASH=sha512:68b2d2f5380120a3babe13be948515387d6fcfb35cdb50d5ae79dff2a09bc7f56623a2c352645b6a0ded585ea6dcc45f4d28a0250de5b9cba9239e6a22558462
+ SOURCE2_URL[0]=${SOURCE_URL}.asc
+ SOURCE_GPG=netdata.gpg:${SOURCE2}:UPSTREAM_KEY
+ SOURCE2_IGNORE=signature
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
WEB_SITE=http://my-netdata.io/
LICENSE[0]=GPL
diff --git a/net/netdata/HISTORY b/net/netdata/HISTORY
index a057ba6..bb138f0 100644
--- a/net/netdata/HISTORY
+++ b/net/netdata/HISTORY
@@ -1,3 +1,9 @@
+2017-09-18 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 1.8.0; switch to upstream PGP check
+ * DEPENDS: added libcap and freeipmi optional dependencies
+ * netdata.gpg: added, 89B9A863 public key (Costa Tsaousis
+ <costa AT tsaousis.gr>)
+
2017-08-15 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 1.7.0

diff --git a/net/netdata/netdata.gpg b/net/netdata/netdata.gpg
new file mode 100644
index 0000000..48f3b50
Binary files /dev/null and b/net/netdata/netdata.gpg differ



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (a4908a49dae6a957458c3d7d7ba4fb2e73f3e145), Vlad Glagolev, 09/18/2017

Archive powered by MHonArc 2.6.24.

Top of Page