Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 31 Jan 2008 00:00:49 +1030 (CST)
From:      Jarrod Sayers <jarrod@netleader.com.au>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/120151: [maintainer-update] net-mgmt/nagios-devel: Update to 3.0.r2
Message-ID:  <200801301330.m0UDUntI052978@wallace.netleader.com.au>
Resent-Message-ID: <200801301340.m0UDe0P8064355@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         120151
>Category:       ports
>Synopsis:       [maintainer-update] net-mgmt/nagios-devel: Update to 3.0.r2
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jan 30 13:40:00 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Jarrod Sayers
>Release:        FreeBSD 6.3-RELEASE i386
>Organization:
>Environment:
System: FreeBSD wallace.netleader.com.au 6.3-RELEASE FreeBSD 6.3-RELEASE #108: Sun Jan 20 11:31:48 CST 2008 root@wallace.netleader.com.au:/usr/obj/usr/src/sys/WALLACE i386
>Description:
Update to 3.0.r2.

- Changed embedded audio MIME types in CGIs to "application/wav"
- Fixed bug in sample helloworld NEB module
- Modified p1.pl to allow for multiline-line output of Perl plugins under
  embedded Perl interpreter (epn)
- Fix for incorrect environment variables names for custom host and contact
  macros
- Fix for external command file thread polling code
- Fix for cfg_dir directive not working on Solaris
- Fixed segfault in extinfo CGI when passed an invalid service description/name
- Fixed bug in summary CGI with reports on specific hosts
- Fix for writing check result files under Cygwin
- Fix for not building sample helloworld.o event broker module if event broker
  is disabled by configure script
- Fix to sample event handler scripts
- Fix for handling plugin output with escaped newlines and backslashes
- Fix for bug in service and host event scheduling logic
- Fix for reversed object sort order when using fast startup options
- Fix for bug with notification commands not being run if notifications were not
  logged
>How-To-Repeat:
>Fix:
Downloadable diff from:
http://www.netleader.com.au/~jarrod/FreeBSD/net-mgmt-nagios-devel-3.0.r2.diff

--- net-mgmt-nagios-devel-3.0.r2.diff begins here ---
diff -ruN ports/net-mgmt/nagios-devel.orig/Makefile ports/net-mgmt/nagios-devel/Makefile
--- ports/net-mgmt/nagios-devel.orig/Makefile	2008-01-21 03:43:34.000000000 +1030
+++ ports/net-mgmt/nagios-devel/Makefile	2008-01-30 22:53:31.000000000 +1030
@@ -6,8 +6,7 @@
 #
 
 PORTNAME=	nagios
-DISTVERSION=	3.0rc1
-PORTREVISION=	1
+DISTVERSION=	3.0rc2
 CATEGORIES=	net-mgmt
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	nagios
diff -ruN ports/net-mgmt/nagios-devel.orig/distinfo ports/net-mgmt/nagios-devel/distinfo
--- ports/net-mgmt/nagios-devel.orig/distinfo	2007-12-20 03:45:33.000000000 +1030
+++ ports/net-mgmt/nagios-devel/distinfo	2008-01-30 22:56:52.000000000 +1030
@@ -1,3 +1,3 @@
-MD5 (nagios-3.0rc1.tar.gz) = d8b4fbf1c2527ddcc18a39372a41dba3
-SHA256 (nagios-3.0rc1.tar.gz) = 5635aaa1f45ff0c1f658ced605934618824b7928fdbc17f622bb7540810fdd43
-SIZE (nagios-3.0rc1.tar.gz) = 2736728
+MD5 (nagios-3.0rc2.tar.gz) = 96f4b16f8714eb29ca380405cb334c4b
+SHA256 (nagios-3.0rc2.tar.gz) = e608f7ec73e4d86a644bbb39283e90e56210784bbf2833cc571ded105a65a082
+SIZE (nagios-3.0rc2.tar.gz) = 2747084
diff -ruN ports/net-mgmt/nagios-devel.orig/files/patch-html__Makefile.in ports/net-mgmt/nagios-devel/files/patch-html__Makefile.in
--- ports/net-mgmt/nagios-devel.orig/files/patch-html__Makefile.in	2007-08-31 00:24:59.000000000 +0930
+++ ports/net-mgmt/nagios-devel/files/patch-html__Makefile.in	2008-01-30 23:03:29.000000000 +1030
@@ -1,6 +1,6 @@
---- html/Makefile.in.orig	Thu Jun  1 05:56:42 2006
-+++ html/Makefile.in	Fri Jul 20 13:36:35 2007
-@@ -33,37 +33,37 @@
+--- html/Makefile.in.orig	2008-01-10 04:21:25.000000000 +1030
++++ html/Makefile.in	2008-01-30 23:02:38.000000000 +1030
+@@ -33,39 +33,39 @@
  devclean: distclean
  
  install:
@@ -53,6 +53,9 @@
  	for file in images/*.png; \
 -	do $(INSTALL) -m 664 $(INSTALL_OPTS) $$file $(DESTDIR)$(HTMLDIR)/images; done
 +	do $(INSTALL) -m 644 $(INSTALL_OPTS) $$file $(DESTDIR)$(HTMLDIR)/images; done
+ 	for file in images/*.ico; \
+-	do $(INSTALL) -m 664 $(INSTALL_OPTS) $$file $(DESTDIR)$(HTMLDIR)/images; done
++	do $(INSTALL) -m 644 $(INSTALL_OPTS) $$file $(DESTDIR)$(HTMLDIR)/images; done
  	for file in images/logos/*.*; \
 -	do $(INSTALL) -m 664 $(INSTALL_OPTS) $$file $(DESTDIR)$(HTMLDIR)/images/logos; done
 +	do $(INSTALL) -m 644 $(INSTALL_OPTS) $$file $(DESTDIR)$(HTMLDIR)/images/logos; done
diff -ruN ports/net-mgmt/nagios-devel.orig/pkg-plist ports/net-mgmt/nagios-devel/pkg-plist
--- ports/net-mgmt/nagios-devel.orig/pkg-plist	2007-08-31 00:24:59.000000000 +0930
+++ ports/net-mgmt/nagios-devel/pkg-plist	2008-01-30 23:08:13.000000000 +1030
@@ -274,6 +274,7 @@
 %%NAGIOSWWWDIR%%/docs/verifyconfig.html
 %%NAGIOSWWWDIR%%/docs/volatileservices.html
 %%NAGIOSWWWDIR%%/docs/whatsnew.html
+%%NAGIOSWWWDIR%%/images/NagiosEnterprises-whitebg-112x46.png
 %%NAGIOSWWWDIR%%/images/ack.gif
 %%NAGIOSWWWDIR%%/images/action.gif
 %%NAGIOSWWWDIR%%/images/command.png
@@ -290,7 +291,9 @@
 %%NAGIOSWWWDIR%%/images/empty.gif
 %%NAGIOSWWWDIR%%/images/enabled.gif
 %%NAGIOSWWWDIR%%/images/extinfo.gif
+%%NAGIOSWWWDIR%%/images/favicon.ico
 %%NAGIOSWWWDIR%%/images/flapping.gif
+%%NAGIOSWWWDIR%%/images/globe-support-150x150.png
 %%NAGIOSWWWDIR%%/images/greendot.gif
 %%NAGIOSWWWDIR%%/images/histogram.png
 %%NAGIOSWWWDIR%%/images/history.gif
@@ -377,7 +380,7 @@
 @dirrm %%NAGIOSWWWDIR%%/ssi
 @dirrm %%NAGIOSWWWDIR%%/stylesheets
 @dirrmtry %%NAGIOSWWWDIR%%
-@dirrmtry %%NAGIOSDIR%%/archives
-@dirrmtry %%NAGIOSDIR%%/checkresults
-@dirrmtry %%NAGIOSDIR%%/rw
-@dirrmtry %%NAGIOSDIR%%
+@unexec rmdir %%NAGIOSDIR%%/archives 2>/dev/null || true
+@unexec rmdir %%NAGIOSDIR%%/checkresults 2>/dev/null || true
+@unexec rmdir %%NAGIOSDIR%%/rw 2>/dev/null || true
+@unexec rmdir %%NAGIOSDIR%% 2>/dev/null || true
--- net-mgmt-nagios-devel-3.0.r2.diff ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200801301330.m0UDUntI052978>