Skip to content

Commit

Permalink
net-mgmt/nagios-plugins: Fix check_smtp certificate
Browse files Browse the repository at this point in the history
nagios-plugins/nagios-plugins#649

PR:		263192
Approved by:	maintainer timeout
MFH:		2022Q3
  • Loading branch information
alan-hicks authored and dbaio committed Aug 19, 2022
1 parent c80160c commit ced29da
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions net-mgmt/nagios-plugins/Makefile
@@ -1,5 +1,6 @@
PORTNAME= nagios-plugins
DISTVERSION= 2.4.0
PORTREVISION= 1
PORTEPOCH= 1
CATEGORIES= net-mgmt
MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}/releases/download/release-${DISTVERSION}/ \
Expand Down
10 changes: 10 additions & 0 deletions net-mgmt/nagios-plugins/files/patch-plugins_check__smtp.c
@@ -0,0 +1,10 @@
--- 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;

0 comments on commit ced29da

Please sign in to comment.