update to monit-5.8

This commit is contained in:
jasper 2014-05-06 09:20:56 +00:00
parent e8ade12bcf
commit 0161c64595
4 changed files with 12 additions and 13 deletions

View File

@ -1,9 +1,8 @@
# $OpenBSD: Makefile,v 1.30 2014/05/06 08:36:25 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.31 2014/05/06 09:20:56 jasper Exp $
COMMENT= monitoring and managing daemons utility
DISTNAME= monit-5.6
REVISION= 0
DISTNAME= monit-5.8
CATEGORIES= sysutils

View File

@ -1,2 +1,2 @@
SHA256 (monit-5.6.tar.gz) = OOCb2LOavFnmuam7enj36sKwKpL03h86bcJOhN/trg0=
SIZE (monit-5.6.tar.gz) = 1263370
SHA256 (monit-5.8.tar.gz) = DABXPrwBVsU0pZUvOSwqe+3eGU+CYcBUlzIgVZOIR/U=
SIZE (monit-5.8.tar.gz) = 1237958

View File

@ -1,7 +1,7 @@
$OpenBSD: patch-monitrc,v 1.1 2012/05/29 15:45:56 jasper Exp $
--- monitrc.orig Fri May 25 10:44:37 2012
+++ monitrc Fri May 25 10:44:58 2012
@@ -117,8 +117,9 @@ set httpd port 2812 and
$OpenBSD: patch-monitrc,v 1.2 2014/05/06 09:20:56 jasper Exp $
--- monitrc.orig Thu Mar 27 13:27:21 2014
+++ monitrc Tue May 6 13:03:54 2014
@@ -123,8 +123,9 @@ set httpd port 2812 and
use address localhost # only accept connection from localhost
allow localhost # allow localhost to connect to the server and
allow admin:monit # require user 'admin' with password 'monit'

View File

@ -1,9 +1,9 @@
$OpenBSD: patch-src_xml_c,v 1.1 2014/05/06 08:36:25 ajacoutot Exp $
$OpenBSD: patch-src_xml_c,v 1.2 2014/05/06 09:20:56 jasper Exp $
Fix for 64bit time_t.
--- src/xml.c.orig Tue May 6 10:22:45 2014
+++ src/xml.c Tue May 6 10:26:58 2014
--- src/xml.c.orig Thu Mar 27 13:27:21 2014
+++ src/xml.c Tue May 6 13:03:54 2014
@@ -142,7 +142,7 @@ static void status_service(Service_T S, StringBuffer_T
else
StringBuffer_append(B, "<service type=\"%d\"><name>%s</name>", S->type, S->name ? S->name : "");
@ -13,7 +13,7 @@ Fix for 64bit time_t.
"<collected_usec>%ld</collected_usec>"
"<status>%d</status>"
"<status_hint>%d</status_hint>"
@@ -347,7 +347,7 @@ static void status_event(Event_T E, StringBuffer_T B)
@@ -353,7 +353,7 @@ static void status_event(Event_T E, StringBuffer_T B)
struct timeval *tv = Event_get_collected(E);
StringBuffer_append(B,
"<event>"