git: 2fc14a6402c7 - 2022Q3 - net-mgmt/nagios-plugins: Fix check_smtp certificate
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 19 Aug 2022 01:32:12 UTC
The branch 2022Q3 has been updated by dbaio:
URL: https://cgit.FreeBSD.org/ports/commit/?id=2fc14a6402c749fad57f81003e3c02781ec3bcbc
commit 2fc14a6402c749fad57f81003e3c02781ec3bcbc
Author: Alan Hicks <ahicks@p-o.co.uk>
AuthorDate: 2022-08-19 01:20:57 +0000
Commit: Danilo G. Baio <dbaio@FreeBSD.org>
CommitDate: 2022-08-19 01:31:12 +0000
net-mgmt/nagios-plugins: Fix check_smtp certificate
https://github.com/nagios-plugins/nagios-plugins/pull/649
PR: 263192
Approved by: maintainer timeout
MFH: 2022Q3
(cherry picked from commit ced29daafbf87319adab2ebc14e46543399558ea)
---
net-mgmt/nagios-plugins/Makefile | 1 +
net-mgmt/nagios-plugins/files/patch-plugins_check__smtp.c | 10 ++++++++++
2 files changed, 11 insertions(+)
diff --git a/net-mgmt/nagios-plugins/Makefile b/net-mgmt/nagios-plugins/Makefile
index 7d3ceeceda70..d02bd217954e 100644
--- a/net-mgmt/nagios-plugins/Makefile
+++ b/net-mgmt/nagios-plugins/Makefile
@@ -2,6 +2,7 @@
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}/ \
diff --git a/net-mgmt/nagios-plugins/files/patch-plugins_check__smtp.c b/net-mgmt/nagios-plugins/files/patch-plugins_check__smtp.c
new file mode 100644
index 000000000000..975d8d450958
--- /dev/null
+++ b/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;