git: bc34075b2cd5 - main - net-mgmt/nagios4: Update to 4.5.1
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 16 Mar 2024 10:00:09 UTC
The branch main has been updated by joneum: URL: https://cgit.FreeBSD.org/ports/commit/?id=bc34075b2cd568f11286775e4da889e625d4b4b2 commit bc34075b2cd568f11286775e4da889e625d4b4b2 Author: Jochen Neumeister <joneum@FreeBSD.org> AuthorDate: 2024-03-16 09:58:54 +0000 Commit: Jochen Neumeister <joneum@FreeBSD.org> CommitDate: 2024-03-16 09:58:54 +0000 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 --- net-mgmt/nagios4/Makefile | 2 +- net-mgmt/nagios4/distinfo | 6 +++--- net-mgmt/nagios4/files/patch-html_main.php | 19 ++++++++++++------- 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;">®</span></sup> Core<sup><span style="font-size: small;">™</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;">®</span></sup> Core<sup><span style="font-size: small;">™</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; ?>&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>