From: <abe...@us...> - 2017-04-21 20:49:50
|
Revision: 8268 http://sourceforge.net/p/astlinux/code/8268 Author: abelbeck Date: 2017-04-21 20:49:47 +0000 (Fri, 21 Apr 2017) Log Message: ----------- monit, version bump to 5.22.0 Modified Paths: -------------- branches/1.0/package/monit/monit-0001-no-force-static.patch branches/1.0/package/monit/monit-0110-http-base-url.patch branches/1.0/package/monit/monit-0120-style-sheet.patch branches/1.0/package/monit/monit.mk Modified: branches/1.0/package/monit/monit-0001-no-force-static.patch =================================================================== --- branches/1.0/package/monit/monit-0001-no-force-static.patch 2017-04-21 19:52:26 UTC (rev 8267) +++ branches/1.0/package/monit/monit-0001-no-force-static.patch 2017-04-21 20:49:47 UTC (rev 8268) @@ -11,7 +11,7 @@ +++ monit-5.7/Makefile.am 2014-09-05 12:49:43.711104001 +0200 @@ -91,7 +91,7 @@ src/terminal/Color.c - + monit_LDADD = libmonit/libmonit.la -monit_LDFLAGS = -static $(EXTLDFLAGS) +monit_LDFLAGS = $(EXTLDFLAGS) Modified: branches/1.0/package/monit/monit-0110-http-base-url.patch =================================================================== --- branches/1.0/package/monit/monit-0110-http-base-url.patch 2017-04-21 19:52:26 UTC (rev 8267) +++ branches/1.0/package/monit/monit-0110-http-base-url.patch 2017-04-21 20:49:47 UTC (rev 8268) @@ -9,7 +9,7 @@ #ifdef HAVE_STDIO_H #include <stdio.h> #endif -@@ -548,6 +550,11 @@ +@@ -549,6 +551,11 @@ internal_error(S, SC_BAD_REQUEST, "[error] URL too long"); return NULL; } Modified: branches/1.0/package/monit/monit-0120-style-sheet.patch =================================================================== --- branches/1.0/package/monit/monit-0120-style-sheet.patch 2017-04-21 19:52:26 UTC (rev 8267) +++ branches/1.0/package/monit/monit-0120-style-sheet.patch 2017-04-21 20:49:47 UTC (rev 8268) @@ -1,6 +1,6 @@ --- monit-5.10/src/http/cervlet.c.orig 2014-12-18 15:56:05.000000000 -0600 +++ monit-5.10/src/http/cervlet.c 2014-12-18 15:57:08.000000000 -0600 -@@ -519,10 +519,10 @@ +@@ -571,10 +571,10 @@ " a:hover {text-decoration: none;} "\ " a {text-decoration: underline;color:#222} "\ " table {border-collapse:collapse; border:0;} "\ @@ -15,8 +15,8 @@ " .gray-text {color:#999999;} "\ " .blue-text {color:#0000ff;} "\ " .yellow-text {color:#ffff00;} "\ -@@ -533,16 +533,16 @@ - " /*Opera Fix*/body:before {content:\"\";height:100%%;float:left;width:0;margin-top:-32767px;/} "\ +@@ -589,16 +589,16 @@ + " /*Opera Fix*/body:before {content:\"\";height:100%%;float:left;width:0;margin-top:-32767px;} "\ " #footer {position: relative;margin-top: -50px; height: 50px; clear:both; font-size:11px;color:#777;text-align:center;} "\ " #footer a {color:#333;} #footer a:hover {text-decoration: none;} "\ - " #nav {background:#ddd;font:normal normal normal 14px/0px 'HelveticaNeue', Helvetica;} "\ Modified: branches/1.0/package/monit/monit.mk =================================================================== --- branches/1.0/package/monit/monit.mk 2017-04-21 19:52:26 UTC (rev 8267) +++ branches/1.0/package/monit/monit.mk 2017-04-21 20:49:47 UTC (rev 8268) @@ -4,7 +4,7 @@ # ################################################################################ -MONIT_VERSION = 5.20.0 +MONIT_VERSION = 5.22.0 MONIT_SITE = https://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. |