Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 23 Mar 2013 19:15:13 +1030 (CST)
From:      Jarrod Sayers <jarrod@downtools.com.au>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/177304: [maintainer-update] net-mgmt/nagios: Update to Nagios 3.5.0
Message-ID:  <201303230845.r2N8jDUT013812@dispatch.local>
Resent-Message-ID: <201303230900.r2N901iv000495@freefall.freebsd.org>

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

>Number:         177304
>Category:       ports
>Synopsis:       [maintainer-update] net-mgmt/nagios: Update to Nagios 3.5.0
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Mar 23 09:00:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Jarrod Sayers
>Release:        FreeBSD 9.1-RELEASE-p1 amd64
>Organization:
>Environment:
System: FreeBSD dispatch.local 9.1-RELEASE-p1 FreeBSD 9.1-RELEASE-p1 #0: Mon Mar 4 21:07:13 CST 2013 root@bender.local:/usr/obj/usr/src/sys/GENERIC amd64
>Description:
Update to Nagios 3.5.0.

* Fixed bug #403: The "configuration" page of the webui doesn't use entity
  encoding when displaying the "command expansion" item
* Fixed bug #424: Nagios Core 3.4.4 seg fault (core dump) on restart after
  removing config for running service
* Updated CGI utility functions to support UTF-8 characters
* Fixed bug where selecting Command Expansion from Configuration CGI page
  would display commands instead
* Fixed bug #369: status.cgi crashes with segfault when there are German
  ulauts in the hostname or the servicename
* Fixed bug #418: Scheduled downtime notifications resent on restart/reload
>How-To-Repeat:
>Fix:
See attached patch.

--- net-mgmt-nagios-3.5.0.diff begins here ---
diff -ruN ports/net-mgmt/nagios.orig/Makefile ports/net-mgmt/nagios/Makefile
--- ports/net-mgmt/nagios.orig/Makefile	2013-02-17 08:34:33.000000000 +1030
+++ ports/net-mgmt/nagios/Makefile	2013-03-23 16:28:59.000000000 +1030
@@ -2,7 +2,7 @@
 # $FreeBSD: head/net-mgmt/nagios/Makefile 312368 2013-02-16 15:50:01Z rm $
 
 PORTNAME=	nagios
-PORTVERSION=	3.4.4
+PORTVERSION=	3.5.0
 CATEGORIES=	net-mgmt
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}-3.x/${PORTNAME}-${PORTVERSION}
 
diff -ruN ports/net-mgmt/nagios.orig/distinfo ports/net-mgmt/nagios/distinfo
--- ports/net-mgmt/nagios.orig/distinfo	2013-02-17 08:34:33.000000000 +1030
+++ ports/net-mgmt/nagios/distinfo	2013-03-23 16:30:25.000000000 +1030
@@ -1,2 +1,2 @@
-SHA256 (nagios-3.4.4.tar.gz) = cf6c4c82c4d8dd42e5daae92c20682574f001f03d062600327372c8274fc338e
-SIZE (nagios-3.4.4.tar.gz) = 1786507
+SHA256 (nagios-3.5.0.tar.gz) = 469381b2954392689c85d3db733e8da4bd43b806b3d661d1a7fbd52dacc084db
+SIZE (nagios-3.5.0.tar.gz) = 1789376
diff -ruN ports/net-mgmt/nagios.orig/files/patch-html-main.php ports/net-mgmt/nagios/files/patch-html-main.php
--- ports/net-mgmt/nagios.orig/files/patch-html-main.php	2013-02-17 08:34:33.000000000 +1030
+++ ports/net-mgmt/nagios/files/patch-html-main.php	2013-03-23 17:40:50.000000000 +1030
@@ -1,10 +1,10 @@
---- html/main.php.orig	2013-01-12 23:51:46.000000000 +1030
-+++ html/main.php	2013-02-16 18:15:16.000000000 +1030
+--- html/main.php.orig	2013-03-15 21:44:02.000000000 +1030
++++ html/main.php	2013-03-23 17:40:32.000000000 +1030
 @@ -40,35 +40,10 @@
  <div class="product">Nagios<sup><span style="font-size: small;">&reg;</span></sup> Core<sup><span style="font-size: small;">&trade;</span></sup></div>
- <div class="version">Version 3.4.4</div>
- <div class="releasedate">January 12, 2013</div>
--<div class="checkforupdates"><a href="http://www.nagios.org/checkforupdates/?version=3.4.4&product=nagioscore" target="_blank">Check for updates</a></div>
+ <div class="version">Version 3.5.0</div>
+ <div class="releasedate">March 15, 2013</div>
+-<div class="checkforupdates"><a href="http://www.nagios.org/checkforupdates/?version=3.5.0&product=nagioscore" target="_blank">Check for updates</a></div>
  <!--<div class="whatsnew"><a href="http://go.nagios.com/nagioscore/whatsnew">Read what's new in Nagios Core 3</a></div>-->
  </div>
  
--- net-mgmt-nagios-3.5.0.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?201303230845.r2N8jDUT013812>