svn commit: r465834 - in head/net-mgmt: . check_ssl_cert
Christoph Moench-Tegeder
cmt at FreeBSD.org
Wed Mar 28 18:35:45 UTC 2018
Author: cmt
Date: Wed Mar 28 18:35:43 2018
New Revision: 465834
URL: https://svnweb.freebsd.org/changeset/ports/465834
Log:
new port: check_ssl_cert
nagios/icinga check for testing ssl certificates and ssl servers
Added:
head/net-mgmt/check_ssl_cert/
head/net-mgmt/check_ssl_cert/Makefile (contents, props changed)
head/net-mgmt/check_ssl_cert/distinfo (contents, props changed)
head/net-mgmt/check_ssl_cert/pkg-descr (contents, props changed)
Modified:
head/net-mgmt/Makefile
Modified: head/net-mgmt/Makefile
==============================================================================
--- head/net-mgmt/Makefile Wed Mar 28 18:08:53 2018 (r465833)
+++ head/net-mgmt/Makefile Wed Mar 28 18:35:43 2018 (r465834)
@@ -43,6 +43,7 @@
SUBDIR += check_logfiles
SUBDIR += check_multi
SUBDIR += check_mysql_health
+ SUBDIR += check_ssl_cert
SUBDIR += chillispot
SUBDIR += choparp
SUBDIR += cidr
Added: head/net-mgmt/check_ssl_cert/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/net-mgmt/check_ssl_cert/Makefile Wed Mar 28 18:35:43 2018 (r465834)
@@ -0,0 +1,30 @@
+# $FreeBSD$
+
+PORTNAME= check_ssl_cert
+PORTVERSION= 1.63.0
+DISTVERSIONPREFIX= v
+CATEGORIES= net-mgmt
+
+MAINTAINER= cmt at FreeBSD.org
+COMMENT= Nagios/Icinga plugin for checking SSL/TLS certificates
+
+LICENSE= GPLv3
+
+RUN_DEPENDS= expect:lang/expect \
+ p5-TimeDate>=0:devel/p5-TimeDate
+
+NO_ARCH= yes
+NO_BUILD= yes
+
+USE_GITHUB= yes
+GH_ACCOUNT= matteocorti
+GV_PROJECT= check_ssl_cert
+PLIST_FILES= libexec/nagios/check_ssl_cert \
+ ${MANPREFIX}/man/man1/check_ssl_cert.1.gz
+
+do-install:
+ ${MKDIR} ${STAGEDIR}${PREFIX}/libexec/nagios
+ ${INSTALL_SCRIPT} ${WRKSRC}/check_ssl_cert ${STAGEDIR}${PREFIX}/libexec/nagios/
+ ${INSTALL_MAN} ${WRKSRC}/check_ssl_cert.1 ${STAGEDIR}${MANPREFIX}/man/man1
+
+.include <bsd.port.mk>
Added: head/net-mgmt/check_ssl_cert/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/net-mgmt/check_ssl_cert/distinfo Wed Mar 28 18:35:43 2018 (r465834)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1522260616
+SHA256 (matteocorti-check_ssl_cert-v1.63.0_GH0.tar.gz) = 681d83d8dc9f482871f25bdaf711cfff37c5a5cdf156b361b1647be0e3a1fbf5
+SIZE (matteocorti-check_ssl_cert-v1.63.0_GH0.tar.gz) = 188126
Added: head/net-mgmt/check_ssl_cert/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/net-mgmt/check_ssl_cert/pkg-descr Wed Mar 28 18:35:43 2018 (r465834)
@@ -0,0 +1,6 @@
+A Nagios/Icinga plugin for checking X.509 certificates.
+Functionality includes checks for certificate validity, issuing
+Certificate Authority, certificate attributes, state of TLS servers
+and checks agains SSL Labs' assesment service.
+
+WWW: https://matteocorti.github.io/check_ssl_cert/
More information about the svn-ports-all
mailing list