pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc



Module Name:    pkgsrc
Committed By:   manu
Date:           Wed Jul 19 14:07:03 UTC 2023

Modified Files:
        pkgsrc/doc: CHANGES-2023
        pkgsrc/net: Makefile
Added Files:
        pkgsrc/net/nagios-plugin-apachecerts: DESCR Makefile PLIST distinfo

Log Message:
Added net/nagios-plugin-apachecerts version 0.6

Never miss a ceritificate expiration because you forgot to monitor ir.
This Nagios plugins checks certificate validity for a VirtualHost list
dumped from the local Apache configuration.


To generate a diff of this commit:
cvs rdiff -u -r1.4507 -r1.4508 pkgsrc/doc/CHANGES-2023
cvs rdiff -u -r1.1523 -r1.1524 pkgsrc/net/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/net/nagios-plugin-apachecerts/DESCR \
    pkgsrc/net/nagios-plugin-apachecerts/Makefile \
    pkgsrc/net/nagios-plugin-apachecerts/PLIST \
    pkgsrc/net/nagios-plugin-apachecerts/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/doc/CHANGES-2023
diff -u pkgsrc/doc/CHANGES-2023:1.4507 pkgsrc/doc/CHANGES-2023:1.4508
--- pkgsrc/doc/CHANGES-2023:1.4507      Wed Jul 19 13:53:15 2023
+++ pkgsrc/doc/CHANGES-2023     Wed Jul 19 14:07:03 2023
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-2023,v 1.4507 2023/07/19 13:53:15 manu Exp $
+$NetBSD: CHANGES-2023,v 1.4508 2023/07/19 14:07:03 manu Exp $
 
 Changes to the packages collection and infrastructure in 2023:
 
@@ -6276,3 +6276,4 @@ Changes to the packages collection and i
        Updated security/py-pip-audit to 2.6.0 [wiz 2023-07-19]
        Updated devel/py-tortoisehg to 6.4.5 [wiz 2023-07-19]
        Updated mbone/mdd to 20230428 [manu 2023-07-19]
+       Added net/nagios-plugin-apachecerts version 0.6 [manu 2023-07-19]

Index: pkgsrc/net/Makefile
diff -u pkgsrc/net/Makefile:1.1523 pkgsrc/net/Makefile:1.1524
--- pkgsrc/net/Makefile:1.1523  Mon Jul 10 19:47:02 2023
+++ pkgsrc/net/Makefile Wed Jul 19 14:07:03 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1523 2023/07/10 19:47:02 pin Exp $
+# $NetBSD: Makefile,v 1.1524 2023/07/19 14:07:03 manu Exp $
 #
 
 COMMENT=       Networking tools
@@ -406,6 +406,7 @@ SUBDIR+=    mydns-pgsql
 SUBDIR+=       nagios-base
 SUBDIR+=       nagios-nrpe
 SUBDIR+=       nagios-nsca
+SUBDIR+=       nagios-plugin-apachecerts
 SUBDIR+=       nagios-plugin-dnsmaster
 SUBDIR+=       nagios-plugin-dnsrbl
 SUBDIR+=       nagios-plugin-dotpid

Added files:

Index: pkgsrc/net/nagios-plugin-apachecerts/DESCR
diff -u /dev/null pkgsrc/net/nagios-plugin-apachecerts/DESCR:1.1
--- /dev/null   Wed Jul 19 14:07:03 2023
+++ pkgsrc/net/nagios-plugin-apachecerts/DESCR  Wed Jul 19 14:07:03 2023
@@ -0,0 +1,4 @@
+$NetBSD: DESCR,v 1.1 2023/07/19 14:07:03 manu Exp $
+
+This Nagios plugin checks certificate expiration from Apache
+configuration.
Index: pkgsrc/net/nagios-plugin-apachecerts/Makefile
diff -u /dev/null pkgsrc/net/nagios-plugin-apachecerts/Makefile:1.1
--- /dev/null   Wed Jul 19 14:07:03 2023
+++ pkgsrc/net/nagios-plugin-apachecerts/Makefile       Wed Jul 19 14:07:03 2023
@@ -0,0 +1,31 @@
+# $NetBSD: Makefile,v 1.1 2023/07/19 14:07:03 manu Exp $
+#
+
+DISTNAME=      check_apachecerts-0.6
+PKGNAME=       nagios-plugin-apachecerts-${DISTNAME:C/.*-//}
+CATEGORIES=    net
+MASTER_SITES=  http://ftp.espci.fr/pub/nagios-local/
+EXTRACT_SUFX=  .tgz
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://ftp.espci.fr/pub/nagios-local/
+COMMENT=       Apache certificate expiration monitoring plugin for Nagios
+LICENSE=       modified-bsd
+
+PKG_DESTDIR_SUPPORT=   user-destdir
+
+INSTALLATION_DIRS+=    libexec/nagios
+
+
+BUILD_DEFS+=           NAGIOS_GROUP
+PKG_GROUPS_VARS+=      NAGIOS_GROUP
+PKG_GROUPS=            ${NAGIOS_GROUP}
+
+SPECIAL_PERMS+=        ${PREFIX}/libexec/nagios/check_apachecerts \
+               ${REAL_ROOT_USER} ${NAGIOS_GROUP} 4554
+
+do-install:
+       ${INSTALL_PROGRAM} ${WRKSRC}/check_apachecerts \
+           ${DESTDIR}${PREFIX}/libexec/nagios/
+
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/net/nagios-plugin-apachecerts/PLIST
diff -u /dev/null pkgsrc/net/nagios-plugin-apachecerts/PLIST:1.1
--- /dev/null   Wed Jul 19 14:07:03 2023
+++ pkgsrc/net/nagios-plugin-apachecerts/PLIST  Wed Jul 19 14:07:03 2023
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1 2023/07/19 14:07:03 manu Exp $
+libexec/nagios/check_apachecerts
Index: pkgsrc/net/nagios-plugin-apachecerts/distinfo
diff -u /dev/null pkgsrc/net/nagios-plugin-apachecerts/distinfo:1.1
--- /dev/null   Wed Jul 19 14:07:03 2023
+++ pkgsrc/net/nagios-plugin-apachecerts/distinfo       Wed Jul 19 14:07:03 2023
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2023/07/19 14:07:03 manu Exp $
+
+BLAKE2s (check_apachecerts-0.6.tgz) = 09c110e9b5ac77c545fdbb16f4902f5bbdb86a0acb839b7fc8ccba55a7e6ca40
+SHA512 (check_apachecerts-0.6.tgz) = 1ac40906bd7c729b4cf6dc0b27988fc2e9260f9455f55e11b7d611560d82c1796a9f47c6d4152c2ab30a4255d30460042016585eaed8f2ad590bef27794bdbf9
+Size (check_apachecerts-0.6.tgz) = 5143 bytes



Home | Main Index | Thread Index | Old Index