aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJochen Neumeister <joneum@FreeBSD.org>2024-03-16 09:58:54 +0000
committerJochen Neumeister <joneum@FreeBSD.org>2024-03-16 09:58:54 +0000
commitbc34075b2cd568f11286775e4da889e625d4b4b2 (patch)
treec19977b6c6a423e6ccb094dae82acc67f2152f97
parent7b420762823e0431cb41112c103c9bcc485ef2ed (diff)
downloadports-bc34075b2cd568f11286775e4da889e625d4b4b2.tar.gz
ports-bc34075b2cd568f11286775e4da889e625d4b4b2.zip
net-mgmt/nagios4: Update to 4.5.1
changes: Fix text rendering in Configuration -> Command Expansion when the command ends in whitespace Sponsored by: Netzkommune GmbH
-rw-r--r--net-mgmt/nagios4/Makefile2
-rw-r--r--net-mgmt/nagios4/distinfo6
-rw-r--r--net-mgmt/nagios4/files/patch-html_main.php19
3 files changed, 16 insertions, 11 deletions
diff --git a/net-mgmt/nagios4/Makefile b/net-mgmt/nagios4/Makefile
index b823f2bd39c0..bc6de95777ff 100644
--- a/net-mgmt/nagios4/Makefile
+++ b/net-mgmt/nagios4/Makefile
@@ -1,5 +1,5 @@
PORTNAME= nagios
-PORTVERSION= 4.5.0
+PORTVERSION= 4.5.1
PORTREVISION= 0
PORTEPOCH= 1
CATEGORIES= net-mgmt
diff --git a/net-mgmt/nagios4/distinfo b/net-mgmt/nagios4/distinfo
index 2e6b571bdb0c..7d6997ce2252 100644
--- a/net-mgmt/nagios4/distinfo
+++ b/net-mgmt/nagios4/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1708115629
-SHA256 (nagios-4.5.0.tar.gz) = 164e05daed1adf72640b323453b6c13f4d13d90e56a95c7cdd8dccf8519e9be0
-SIZE (nagios-4.5.0.tar.gz) = 11540118
+TIMESTAMP = 1710581441
+SHA256 (nagios-4.5.1.tar.gz) = 171fc577e026e32079d17057cd49a9730bb86e44169c4735d9b66fa0b43e045a
+SIZE (nagios-4.5.1.tar.gz) = 11540195
diff --git a/net-mgmt/nagios4/files/patch-html_main.php b/net-mgmt/nagios4/files/patch-html_main.php
index a8228acc1c12..a820104e48fa 100644
--- a/net-mgmt/nagios4/files/patch-html_main.php
+++ b/net-mgmt/nagios4/files/patch-html_main.php
@@ -1,9 +1,13 @@
---- html/main.php.orig 2024-02-17 09:09:32.460023000 +0100
-+++ html/main.php 2024-02-17 09:12:55.192427000 +0100
-@@ -146,33 +146,6 @@ $this_year = '2023';
- <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 <?php echo $this_version; ?></div>
- <div class="releasedate">November 14, 2023</div>
+--- html/main.php.orig 2024-03-16 10:46:27.911029000 +0100
++++ html/main.php 2024-03-16 10:48:12.929841000 +0100
+@@ -142,38 +142,6 @@ $this_year = '2024';
+ </div>
+
+
+-<div id="currentversioninfo">
+- <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 <?php echo $this_version; ?></div>
+- <div class="releasedate">February 28, 2024</div>
- <div class="checkforupdates"><a href="https://www.nagios.org/checkforupdates/?version=<?php echo $this_version; ?>&amp;product=nagioscore" target="_blank">Check for updates</a></div>
-</div>
-
@@ -31,6 +35,7 @@
-?>
-</div>
-
-
+-
<div id='splashrow0'>
<div id="splashbox0" class="splashbox-media"><!-- info banner feed -->
+ <div id="splashbox0-contents"></div>