diff options
author | Kurt Jaeger <pi@FreeBSD.org> | 2023-01-31 17:37:41 +0000 |
---|---|---|
committer | Nuno Teixeira <eduardo@FreeBSD.org> | 2023-01-31 17:42:17 +0000 |
commit | 7a21c687507056370e9213a387ac15f6c0a38b2e (patch) | |
tree | 79da9410cd68abbf7c410bb2d29379ec97a56e51 /net-mgmt/nagios-plugins/files/patch-plugins_check__smtp.c | |
parent | x11-toolkits/gtkmathview: typo for port name in MOVED (diff) |
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
Diffstat (limited to 'net-mgmt/nagios-plugins/files/patch-plugins_check__smtp.c')
-rw-r--r-- | net-mgmt/nagios-plugins/files/patch-plugins_check__smtp.c | 10 |
1 files changed, 0 insertions, 10 deletions
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; |