From: <abe...@us...> - 2015-05-05 23:48:33
|
Revision: 7062 http://sourceforge.net/p/astlinux/code/7062 Author: abelbeck Date: 2015-05-05 23:48:31 +0000 (Tue, 05 May 2015) Log Message: ----------- monit, version bump to 5.13 Modified Paths: -------------- branches/1.0/package/monit/monit-0110-http-base-url.patch branches/1.0/package/monit/monit.mk Modified: branches/1.0/package/monit/monit-0110-http-base-url.patch =================================================================== --- branches/1.0/package/monit/monit-0110-http-base-url.patch 2015-04-30 21:32:26 UTC (rev 7061) +++ branches/1.0/package/monit/monit-0110-http-base-url.patch 2015-05-05 23:48:31 UTC (rev 7062) @@ -9,7 +9,7 @@ #ifdef HAVE_STDIO_H #include <stdio.h> #endif -@@ -506,6 +508,11 @@ +@@ -518,6 +520,11 @@ internal_error(S, SC_BAD_REQUEST, "[error] URL too long"); return NULL; } Modified: branches/1.0/package/monit/monit.mk =================================================================== --- branches/1.0/package/monit/monit.mk 2015-04-30 21:32:26 UTC (rev 7061) +++ branches/1.0/package/monit/monit.mk 2015-05-05 23:48:31 UTC (rev 7062) @@ -4,7 +4,7 @@ # ################################################################################ -MONIT_VERSION = 5.12.2 +MONIT_VERSION = 5.13 MONIT_SITE = http://mmonit.com/monit/dist MONIT_DEPENDENCIES = host-bison host-flex # This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |