From 7a21c687507056370e9213a387ac15f6c0a38b2e Mon Sep 17 00:00:00 2001 From: Kurt Jaeger Date: Tue, 31 Jan 2023 17:37:41 +0000 Subject: 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/files/patch-plugins_check__smtp.c | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 net-mgmt/nagios-plugins/files/patch-plugins_check__smtp.c (limited to 'net-mgmt/nagios-plugins/files/patch-plugins_check__smtp.c') 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 975d8d450958..000000000000 --- 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; -- cgit v1.2.3