Package Details: certmonger 0.79.20-2

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: patlefort
Last Packager: patlefort
Votes: 3
Popularity: 0.000000
First Submitted: 2012-11-12 23:05 (UTC)
Last Updated: 2024-07-13 14:42 (UTC)

Latest Comments

1 2 Next › Last »

ohnoitslatekate commented on 2024-07-12 19:31 (UTC)

Getting the same error on 028-dbus, the error is rather long so I have it as a pastebin here.

kantras commented on 2024-07-11 23:17 (UTC)

FYI - Trying to install v0.79.20-1, it's failing during check on test 028-dbus with a mismatch between expected results and actual results.

Hydr0lic commented on 2024-07-07 18:34 (UTC)

To update to 0.79.20, change the version in the PKGBUILD and use this SHA512 key in place of the existing one: 76685185172bbf2c766c477c399ce0b14c9fd2d81637b44b8da80ae045ebf6c650ae3d525a87dccd755a6c92d4a5916bb62f8ea1d8520c47ae64770be6a5d2be

quaternionma commented on 2024-06-22 16:58 (UTC) (edited on 2024-06-24 17:07 (UTC) by quaternionma)

Building exited with: tdbusm.c: In function ‘cm_tdbusm_get_vn’: tdbusm.c:244:28: error: assignment to ‘long int’ from ‘int64_t *’ {aka ‘long int *’} makes integer from pointer without a cast [-Wint-conversion] *n = i64;

Can you please update to the latest version 0.79.20. This issue was fixed with the latest version

patlefort commented on 2024-06-04 00:20 (UTC)

Also it is missing systemd in depends.

patlefort commented on 2024-06-04 00:07 (UTC)

Can you please use autoreconf -i -f instead of ./autogen.sh? The autogen is running configure and also exporting CFLAGS which may not be desired. That's what the fedora package does: https://src.fedoraproject.org/rpms/certmonger/blob/f39/f/certmonger.spec

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