Hi ports@,
I've updated cnagios to the latest release. Quite some segfaults have
been fixed since 0.30.
Tested on amd64.
-Tim
ps. I'm still looking for an easy way to use it with icinga. Maybe a
cnagios package on it's own instead of being a subpackage of nagios
would be better. I'm not sure..
Index: Makefile
===================================================================
RCS file: /cvs/ports/net/nagios/cnagios/Makefile,v
retrieving revision 1.22
diff -u -p -r1.22 Makefile
--- Makefile 8 Jul 2016 16:48:21 -0000 1.22
+++ Makefile 27 Nov 2016 21:29:45 -0000
@@ -2,9 +2,15 @@
COMMENT = console interface for nagios
-DISTNAME = cnagios-0.30
-REVISION = 1
+V = 0.33
+DISTNAME = cnagios-$V
+DISTFILES = ${DISTNAME}{$V}.tar.gz
+
CATEGORIES = net
+
+HOMEPAGE= https://github.com/dannywarren/cnagios
+
+MASTER_SITES= https://github.com/dannywarren/cnagios/archive/
WANTLIB = c perl pthread curses m
Index: distinfo
===================================================================
RCS file: /cvs/ports/net/nagios/cnagios/distinfo,v
retrieving revision 1.7
diff -u -p -r1.7 distinfo
--- distinfo 1 Apr 2013 18:26:00 -0000 1.7
+++ distinfo 27 Nov 2016 21:29:45 -0000
@@ -1,2 +1,2 @@
-SHA256 (cnagios-0.30.tar.gz) = oHd0oOs7RZGSplgQICTYdNH/dvnx9/6PIG7LADb/FDg=
-SIZE (cnagios-0.30.tar.gz) = 81813
+SHA256 (cnagios-0.33.tar.gz) = YLM89YK1cAWCAG3gVXDFsy4k2qnwQjXmG+TNSZ/CVhE=
+SIZE (cnagios-0.33.tar.gz) = 82080
$OpenBSD$
--- version.h.orig Mon Nov 28 00:28:07 2016
+++ version.h Mon Nov 28 00:28:17 2016
@@ -1 +1 @@
-#define VERSION "0.32"
+#define VERSION "0.33"