Changelog for
p11-kit-32bit-0.23.1-4.54.x86_64.rpm :
* Fri Aug 08 2014 lnusselAATTsuse.de- apply patches to avoid errors from certificates with invalid public key (fdo#82328, bnc#890908, trust-Dont-use-invalid-public-keys-for-looking-up-.patch, trust-Print-label-of-certificate-when-complaining-.patch)
* Tue Sep 10 2013 lnusselAATTsuse.de- upgrade to 0.20.1 which is 0.19 declared stable
* Extract compat trust data after we\'ve changes
* Skip compat extraction if running as non-root
* Better failure messages when removing anchors
* Fri Aug 30 2013 lnusselAATTsuse.de- new version 0.19.4
* \'trust anchor\' now adds/removes certificate anchors
* \'trust list\' lists trust policy stuff
* \'p11-kit extract\' is now \'trust extract\'
* \'p11-kit extract-trust\' is now \'trust extract-compat\'
* Workarounds for working on broken zfsonlinux.org [#68525]
* Add --with-module-config parameter to the configure script [#68122]
* Add support for removing stored PKCS#11 objects in trust module
* Thu Jul 25 2013 lnusselAATTsuse.de- new version 0.19.3
* Fix up problems with automake testing
* Fix a bunch of memory leaks in newly refactored code
* Don\'t use _GNU_SOURCE and the unportability it brings
* Add basic \'trust anchor\' command to store a new anchor
* Support for writing out trust token objects
* Port to use CKA_PUBLIC_KEY_INFO and updated trust store spec
* Add option to use freebl for hashing
* Implement reloading of token data
* Fix warnings and possible minor bugs higlighted by code scanners
* Don\'t load configs in home directories when running setuid or setgid
* Support treating ~/.config as $XDG_CONFIG_HOME
* Use $XDG_DATA_HOME/pkcs11 as default user config directory
* Use $TMPDIR instead of $TEMP while testing
* Open files and fds with O_CLOEXEC
* Abort initialization if a critical module fails to load
* Don\'t use thread-unsafe functions: strerror, getpwuid
* Fix p11_kit_space_strlen() result when empty string
* Refactoring of where various components live
* Fri Jul 05 2013 lnusselAATTsuse.de- fix 32bit provides of libnssckbi.so- repace p11-kit-extract-trust with update-ca-certificates
* Fri Jun 28 2013 lnusselAATTsuse.de- provide libnssckbi.so to replace mozilla-nss-certs
* Mon Jun 24 2013 lnusselAATTsuse.de- add p11-kit-nss-trust subpackage that serves as drop-in replacement for mozilla-nss-certs
* Wed Jun 19 2013 lnusselAATTsuse.de- use /etc/pki/trust and /usr/share/pki/trust as system CA certificate store
* Mon May 27 2013 dimstarAATTopensuse.org- Update to version 0.19.1: + Refactor API to be able to handle managed modules. + Deprecate much of old p11-kit API. + Implement concept of managed modules. + Make C_CloseAllSessions function work for multiple callers. + New dependency on libffi. + Fix possible threading problems reported by hellgrind. + Add log-calls option. + Mark p11_kit_message() as a stable function. + Use our own unit testing framework.- Add pkgconfig(libffi) BuildRequires: new dependency.
* Tue May 14 2013 dimstarAATTopensuse.org- Update to version 0.18.2: + Build fixes (fdo#64378)