File cfssl.changes of Package cfssl
------------------------------------------------------------------- Thu Sep 16 09:41:13 UTC 2021 - aplanas@suse.com - Update to version 1.6.1: * Support for DelegationUsage extension * remove -u flag from readme, link to releases * remove old go versions from travis * fix upgrading transitive coreos dependency breakage ------------------------------------------------------------------- Mon Jul 26 18:23:50 UTC 2021 - Callum Farmer <gmbr3@opensuse.org> - Change to using systemd-sysusers - Remove unnecessary systemd build dep - Remove deprecated disabled from service ------------------------------------------------------------------- Fri Jul 2 11:05:48 UTC 2021 - Jan Engelhardt <jengelh@inai.de> - Do not ignore error from useradd/groupadd. - Trim build instructions and filler wording from description. ------------------------------------------------------------------- Thu Jul 1 13:58:34 UTC 2021 - Alberto Planas Dominguez <aplanas@suse.com> - Add a Conflicts with mono-devel, as both shares a binary with the same name (/usr/bin/mkbundle) ------------------------------------------------------------------- Tue Jun 22 13:23:51 UTC 2021 - aplanas@suse.com - Update to version 1.6.0: * pick columns to get revoked/unexpired certs * Add loglevel flag for multiroot-ca * fix lint errors * fix serve_test.go * make certadd available * Add http response close in client post function * chore(multirootca): replace deprecated go-metrics with prometheus * support for E attribute in CSR * fix: cfssl provider support SAN URI - Initial package based on Marcus Rueckert's one