Package Details: certmonger 0.79.18-1

Git Clone URL: https://aur.archlinux.org/certmonger.git (read-only, click to copy)
Package Base: certmonger
Description: Certificate status monitor and PKI enrollment client
Upstream URL: https://pagure.io/certmonger
Licenses: GPL
Submitter: chenxiaolong
Maintainer: nogweii
Last Packager: nogweii
Votes: 3
Popularity: 0.000000
First Submitted: 2012-11-12 23:05 (UTC)
Last Updated: 2023-11-09 05:25 (UTC)

Latest Comments

twiztedtbone commented on 2022-02-21 18:03 (UTC)

It looks like certmonger may now depend upon having libldap24 (AUR package) installed; the official libldap package was updated to 2.6 in Nov 2021, which seems to break the hardcoded req:

certmonger[573]: /usr/sbin/certmonger: error while loading shared libraries: libldap-2.4.so.2: cannot open shared object file: No such file or directory

hadogenes commented on 2020-11-28 21:26 (UTC)

Missing dependency of jansson

nogweii commented on 2020-11-27 21:41 (UTC)

Bumped to 0.79.13, which includes the following changes:

- update to 0.79.13:
  -  Fix NSS shutdown issues when obtaining the internal token name
  -  Save a copy of the IPA error message when parsing the JSON result
  -  certread-n: Look up certs using PK11_FindCertFromNickname()
  -  Free public key information after storing and displaying
  -  Don't report a spurious error if no SCEP pkiMessage is ready yet
- update to 0.79.12:
  - Drop previous dbus fix which allowed certmonger to stop on dbus stop
  - Configure systemd service so certmonger is managed by dbus start/stop
  - Remove empty translation files in prep for Weblate
  - Switch IPA to use the JSON instead of XML-RPC API
  - Disable certmaster CA support by default
  - Don't send SIGKILL to children, give them a chance to die

nogweii commented on 2020-05-04 05:22 (UTC)

Having KRB5_CONFIG exported breaks the configure script's ability to detect if kerberos is installed, and thus breaks the compilation.

I'd suggest adding a call to unset in build(), as well as adding krb5 to the list of dependencies.

Potentially, though I'm not 100% sure of the benefits but the descriptions seem nice, adding --with-uuid and --with-gmp to the configure call as well.

ashaman-crypto commented on 2017-04-09 19:44 (UTC)

armv7h can be added as an architecture. It builds without issue on raspbberypi 2/3.

<deleted-account> commented on 2017-03-29 10:13 (UTC)

The upstream url has changed as fedorahosted.org shut down: https://releases.pagure.org/certmonger/

grubber commented on 2015-08-13 08:16 (UTC)

Please update to 0.78.4. There is one new dependency - popt.