Port details |
- icingaweb2-module-x509 Automates certificate monitoring with Icinga
- 1.3.1 net-mgmt =3 1.3.1Version of this port present on the latest quarterly branch.
- Maintainer: gettoknowmi@yahoo.com
- Port Added: 2021-07-14 16:42:07
- Last Update: 2024-08-03 18:59:37
- Commit Hash: 6373a1d
- People watching this port, also watch:: samhain-client, jitsi-meet, monit, milter-greylist, perl5.40
- Also Listed In: www
- License: GPLv2
- WWW:
- https://github.com/Icinga/icingaweb2-module-x509
- Description:
- The certificate monitoring module for Icinga keeps track
of certificates as they are deployed in a network environment.
It does this by scanning networks for TLS services
and collects whatever certificates it finds along the way.
The certificates are verified using its own trust store.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- icingaweb2-module-x509${PHP_PKGNAMESUFFIX}>0:net-mgmt/icingaweb2-module-x509
- To install the port:
- cd /usr/ports/net-mgmt/icingaweb2-module-x509/ && make install clean
- To add the package, run one of these commands:
- pkg install net-mgmt/icingaweb2-module-x509
- pkg install icingaweb2-module-x509-php82
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: icingaweb2-module-x509-php82
- Package flavors (<flavor>: <package>)
- php82: icingaweb2-module-x509-php82
- php81: icingaweb2-module-x509-php81
- php83: icingaweb2-module-x509-php83
- php84: icingaweb2-module-x509-php84
- distinfo:
- TIMESTAMP = 1699977243
SHA256 (Icinga-icingaweb2-module-x509-v1.3.1_GH0.tar.gz) = 26e4705ed65be7325b47aad4087a76d0c49f6b0861e085477b05f60fdbb7e686
SIZE (Icinga-icingaweb2-module-x509-v1.3.1_GH0.tar.gz) = 1398215
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Runtime dependencies:
-
- icinga-php-library-php82>0 : net-mgmt/icinga-php-library@php82
- icingaweb2-php82>=2.11.4 : net-mgmt/icingaweb2@php82
- icingaweb2-module-reactbundle-php82>0 : net-mgmt/icingaweb2-module-reactbundle@php82
- mysqld : databases/mysql80-server
- php.h : lang/php82
- gmp.so : math/php82-gmp
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- net-mgmt_icingaweb2-module-x509
- USES:
- mysql:server php:web,flavors ssl
- pkg-message:
- There a few steps that needs to be done when upgrading.
Please follow the instructions here:
https://github.com/Icinga/icingaweb2-module-x509/blob/main/doc/80-Upgrading.md
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.3.1 03 Aug 2024 18:59:37 |
Muhammad Moinur Rahman (bofh) |
*/*: Unbreak with php84
These ports were initially marked to IGNORE with php84 as their runtime
dependencies were BROKEN. As all of the runtime dependencies has been
fixed for ther requirements unmark these ports. Although these ports
build perfectly with php84 but there might still be runtime issues with
these ports with php84. The maintainers are requested to do some runtime
checks for these ports.
Approved by: portmgr (blanket) |
1.3.1 28 Jul 2024 13:15:18 |
Muhammad Moinur Rahman (bofh) |
*/*: Mark IGNORE_WITH_PHP=84
These ports are currently not compatible with php84 and is only a limited
set of ports. There might be more ports which has runtime issues. Please
check if your ports are compatible with php84 and if not pleae mark them
IGNORE_WITH_PHP=84
Approved by: portmgr (blanket) |
1.3.1 14 Nov 2023 16:37:59 |
Dan Langille (dvl) |
net-mgmt/icingaweb2-module-x509: Update to 1.3.1
While here, run portfmt
PR: 275083 |
1.1.2 03 Feb 2023 23:17:19 |
Florian Smeets (flo) |
net-mgmt/icingaweb2-module-x509: Update to 1.1.2
PR: 269037
Approved by: maintainer timeout |
1.0.0.8_4 29 Jan 2023 09:37:40 |
Jochen Neumeister (joneum) |
net-mgmt/icingaweb2: Update to 2.11.4
Changelog:
-Add/Edit dashlet not possible
-Custom library path + custom library, without slash in its name, results in
exception
-Reflected XSS vulnerability in User Backends config page
Sponsored by: Netzkommune GmbH |
1.0.0.8_3 13 Dec 2022 17:28:30 |
Jochen Neumeister (joneum) |
net-mgmt/icingaweb2-module-ipl: MOVED to net-mgmt/icinga-php-library/
The Icinga Project moved this module to icinga-php-library:
https://github.com/Icinga/icingaweb2-module-ipl/blob/master/README.md
Sponsored by: Netzkommune GmbH |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.0.0.8_3 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
1.0.0.8_3 03 Aug 2021 19:38:24 |
Li-Wen Hsu (lwhsu) |
net-mgmt/icingaweb2-module-x509: Convert to USES=ssl
PR: 257591
Approved by: gettoknowmi <gettoknowmi@yahoo.com> (maintainer) |
1.0.0.8_2 03 Aug 2021 16:06:21 |
Li-Wen Hsu (lwhsu) Author: gettoknowmi |
net-mgmt/icingaweb2-module-x509: Resolve php version conflicts, really
PR: 257591
Fixes: 5eecca3abc54b20895fe9280539a22c2ab8b5edd |
1.0.0.8_1 28 Jul 2021 13:51:08 |
Li-Wen Hsu (lwhsu) |
net-mgmt/icingaweb2-module-x509: Resolve php version conflicts
PR: 257437
Reported by: gettoknowmi <gettoknowmi@yahoo.com> |
1.0.0.8 14 Jul 2021 16:39:47 |
Dan Langille (dvl) |
net-mgmt/icingaweb2-module-x509: New port: Automates certificate monitoring
The certificate monitoring module for Icinga keeps track of
certificates as they are deployed in a network environment. It does
this by scanning networks for TLS services and collects whatever
certificates it finds along the way. The certificates are verified using
its own trust store.
PR: 257163
Reported by: gettoknowmi <gettoknowmi@yahoo.com> |