From 7a21c687507056370e9213a387ac15f6c0a38b2e Mon Sep 17 00:00:00 2001 From: Kurt Jaeger Date: Tue, 31 Jan 2023 17:37:41 +0000 Subject: [PATCH] net-mgmt/nagios-plugins: Update to 2.4.3 - fix check_icmp bug from PR#264342 ChangeLog: https://github.com/nagios-plugins/nagios-plugins/blob/master/NEWS PR: 264342, 269230 --- net-mgmt/nagios-plugins/Makefile | 3 +-- net-mgmt/nagios-plugins/distinfo | 6 +++--- .../nagios-plugins/files/patch-plugins_check__smtp.c | 10 ---------- 3 files changed, 4 insertions(+), 15 deletions(-) delete mode 100644 net-mgmt/nagios-plugins/files/patch-plugins_check__smtp.c diff --git a/net-mgmt/nagios-plugins/Makefile b/net-mgmt/nagios-plugins/Makefile index 1726ea0cbe17e..fdd702287696f 100644 --- a/net-mgmt/nagios-plugins/Makefile +++ b/net-mgmt/nagios-plugins/Makefile @@ -1,6 +1,5 @@ PORTNAME= nagios-plugins -DISTVERSION= 2.4.0 -PORTREVISION= 1 +DISTVERSION= 2.4.3 PORTEPOCH= 1 CATEGORIES= net-mgmt MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}/releases/download/release-${DISTVERSION}/ \ diff --git a/net-mgmt/nagios-plugins/distinfo b/net-mgmt/nagios-plugins/distinfo index 483506fcb6801..7eaa5a8286b9d 100644 --- a/net-mgmt/nagios-plugins/distinfo +++ b/net-mgmt/nagios-plugins/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1649057142 -SHA256 (nagios-plugins-2.4.0.tar.gz) = fb8a5a633295d437464f4e23bc7b7d8d9412cf5c8debe8d70e5c030c6d6ba406 -SIZE (nagios-plugins-2.4.0.tar.gz) = 2738643 +TIMESTAMP = 1675014879 +SHA256 (nagios-plugins-2.4.3.tar.gz) = cb210e6ea037181b15ad85e17b98f70415be7334d0607aef712fb7d1a1c62aaf +SIZE (nagios-plugins-2.4.3.tar.gz) = 2781759 diff --git a/net-mgmt/nagios-plugins/files/patch-plugins_check__smtp.c b/net-mgmt/nagios-plugins/files/patch-plugins_check__smtp.c deleted file mode 100644 index 975d8d450958c..0000000000000 --- a/net-mgmt/nagios-plugins/files/patch-plugins_check__smtp.c +++ /dev/null @@ -1,10 +0,0 @@ ---- plugins/check_smtp.c.orig 2021-10-29 19:30:39 UTC -+++ plugins/check_smtp.c -@@ -648,6 +648,7 @@ process_arguments (int argc, char **argv) - #else - usage (_("SSL support not available - install OpenSSL and recompile")); - #endif -+ break; - case 's': - /* ssl */ - use_ssl = TRUE;