mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] monit: update from 5.6 to 5.17.1
@ 2016-05-26  8:57 Alexander Dahl
  2016-05-26 10:54 ` Michael Olbrich
  0 siblings, 1 reply; 2+ messages in thread
From: Alexander Dahl @ 2016-05-26  8:57 UTC (permalink / raw)
  To: ptxdist

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>
---
 rules/monit.make | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

diff --git a/rules/monit.make b/rules/monit.make
index 1675198..3d7f880 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 \
-- 
2.1.4


_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [ptxdist] [PATCH] monit: update from 5.6 to 5.17.1
  2016-05-26  8:57 [ptxdist] [PATCH] monit: update from 5.6 to 5.17.1 Alexander Dahl
@ 2016-05-26 10:54 ` Michael Olbrich
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Olbrich @ 2016-05-26 10:54 UTC (permalink / raw)
  To: ptxdist

On Thu, May 26, 2016 at 10:57:38AM +0200, Alexander Dahl wrote:
> 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>

Thanks, applied.

Michael

> ---
>  rules/monit.make | 13 +++++++------
>  1 file changed, 7 insertions(+), 6 deletions(-)
> 
> diff --git a/rules/monit.make b/rules/monit.make
> index 1675198..3d7f880 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 \
> -- 
> 2.1.4
> 
> 
> _______________________________________________
> ptxdist mailing list
> ptxdist@pengutronix.de

-- 
Pengutronix e.K.                           |                             |
Industrial Linux Solutions                 | http://www.pengutronix.de/  |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |

_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-05-26 10:54 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-05-26  8:57 [ptxdist] [PATCH] monit: update from 5.6 to 5.17.1 Alexander Dahl
2016-05-26 10:54 ` Michael Olbrich

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox