summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Dahl <post@lespocky.de>2016-05-26 10:57:38 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2016-05-26 12:02:49 +0200
commit434722d90b20555c487d927f0b0cf48997c9995d (patch)
tree0b90e3245cad4eb809e1f9e6c6c702c430079f0d
parentd9c89a6a14f1cbc68a186274ab4d6baf8099d37c (diff)
downloadptxdist-434722d90b20555c487d927f0b0cf48997c9995d.tar.gz
ptxdist-434722d90b20555c487d927f0b0cf48997c9995d.tar.xz
monit: update from 5.6 to 5.17.1
Upstream had lots of bugfixes (including CVE-2014-3566) and some new features, see https://mmonit.com/monit/changes/ for a complete list. Also minor whitespace fixes. Signed-off-by: Alexander Dahl <post@lespocky.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
-rw-r--r--rules/monit.make13
1 files changed, 7 insertions, 6 deletions
diff --git a/rules/monit.make b/rules/monit.make
index 1675198a4..3d7f880d9 100644
--- a/rules/monit.make
+++ b/rules/monit.make
@@ -1,6 +1,6 @@
# -*-makefile-*-
#
-# Copyright (C) 2014 by Alexander Dahl <post@lespocky.de>
+# Copyright (C) 2014,2016 by Alexander Dahl <post@lespocky.de>
#
# See CREDITS for details about who has contributed to this project.
#
@@ -16,13 +16,13 @@ PACKAGES-$(PTXCONF_MONIT) += monit
#
# Paths and names
#
-MONIT_VERSION := 5.6
-MONIT_MD5 := 19dfc1ce8512e832134d06eedd96ba50
-MONIT := monit-$(MONIT_VERSION)
+MONIT_VERSION := 5.17.1
+MONIT_MD5 := 6918ed7411a244c9e158f5e54c86be78
+MONIT := monit-$(MONIT_VERSION)
MONIT_SUFFIX := tar.gz
-MONIT_URL := http://mmonit.com/monit/dist/$(MONIT).$(MONIT_SUFFIX)
+MONIT_URL := http://mmonit.com/monit/dist/$(MONIT).$(MONIT_SUFFIX)
MONIT_SOURCE := $(SRCDIR)/$(MONIT).$(MONIT_SUFFIX)
-MONIT_DIR := $(BUILDDIR)/$(MONIT)
+MONIT_DIR := $(BUILDDIR)/$(MONIT)
MONIT_LICENSE := AGPL-3.0
# ----------------------------------------------------------------------------
@@ -36,6 +36,7 @@ MONIT_CONF_ENV := $(CROSS_ENV) \
MONIT_CONF_TOOL := autoconf
MONIT_CONF_OPT := $(CROSS_AUTOCONF_USR) \
--enable-optimized \
+ --disable-profiling \
$(GLOBAL_LARGE_FILE_OPTION) \
--without-pam \
--$(call ptx/wwo, PTXCONF_MONIT_SSL)-ssl \