diff options
Diffstat (limited to 'net-mgmt/nagios4/files')
-rw-r--r-- | net-mgmt/nagios4/files/patch-configure.in | 6 | ||||
-rw-r--r-- | net-mgmt/nagios4/files/patch-html__main.php | 10 |
2 files changed, 8 insertions, 8 deletions
diff --git a/net-mgmt/nagios4/files/patch-configure.in b/net-mgmt/nagios4/files/patch-configure.in index 45f92381133f..e5c68e6705bf 100644 --- a/net-mgmt/nagios4/files/patch-configure.in +++ b/net-mgmt/nagios4/files/patch-configure.in @@ -1,5 +1,5 @@ ---- ./configure.in.orig 2014-03-14 18:24:57.000000000 +0100 -+++ ./configure.in 2014-03-15 20:44:57.000000000 +0100 +--- ./configure.in.orig 2014-04-11 20:37:42.000000000 +0200 ++++ ./configure.in 2014-04-15 15:19:42.000000000 +0200 @@ -6,7 +6,6 @@ AC_INIT(base/nagios.c) @@ -7,7 +7,7 @@ -AC_PREFIX_DEFAULT(/usr/local/nagios) PKG_NAME=nagios - PKG_VERSION="4.0.4" + PKG_VERSION="4.0.5" @@ -134,14 +133,14 @@ AC_SUBST(nagios_grp) AC_DEFINE_UNQUOTED(DEFAULT_NAGIOS_USER,"$nagios_user",[user name to run nagios]) diff --git a/net-mgmt/nagios4/files/patch-html__main.php b/net-mgmt/nagios4/files/patch-html__main.php index 54e043e18cdd..847dd893a1e8 100644 --- a/net-mgmt/nagios4/files/patch-html__main.php +++ b/net-mgmt/nagios4/files/patch-html__main.php @@ -1,10 +1,10 @@ ---- ./html/main.php.orig 2014-03-14 18:24:57.000000000 +0100 -+++ ./html/main.php 2014-03-15 20:45:27.000000000 +0100 +--- ./html/main.php.orig 2014-04-11 20:37:42.000000000 +0200 ++++ ./html/main.php 2014-04-15 15:20:13.000000000 +0200 @@ -40,38 +40,10 @@ <div class="product">Nagios<sup><span style="font-size: small;">®</span></sup> Core<sup><span style="font-size: small;">™</span></sup></div> - <div class="version">Version 4.0.4</div> - <div class="releasedate">March 14, 2014</div> --<div class="checkforupdates"><a href="http://www.nagios.org/checkforupdates/?version=4.0.4&product=nagioscore" target="_blank">Check for updates</a></div> + <div class="version">Version 4.0.5</div> + <div class="releasedate">April 11, 2014</div> +-<div class="checkforupdates"><a href="http://www.nagios.org/checkforupdates/?version=4.0.5&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> |