Changelog for
libsecret-lang-0.21.2-1.2.noarch.rpm :
* Fri Dec 15 2023 Dominique Leuenberger
- Update to version 0.21.2: + Support GnuTLS as an alternative crypto backend. + Fix LeakSanitizer issues. + secret-tool: Verify that the parsed stdin password is vaild UTF-8. + Fix markup syntax for SecretSchema. + Public secret_attributes_validate method. + Updated translations.
* Tue Nov 28 2023 Dominique Leuenberger - Use %patch -p N instead of deprecated %patchN.
* Tue Sep 19 2023 Luciano Santos - Update to version 0.21.1: + Fix updating credentials by another process in the same Flatpak sandbox. + Migrate to g_memdup2. + Updated translations.
* Thu Aug 10 2023 Bjørn Lie - Update to version 0.21.0: + Unlock the keyring before getting secret attributes + file-backend: avoid deadlock when portal op is canceled + Properly chain-up GTasks around GDBusProxy::init_async + Fix nullable in secret_collection_for_alias_
* + Fix finish function for search + secret-paths: Fix a little memory leak + Stop using GSlice + docs: - port to gi-docgen - fix example in usage docs + Several CI fixes + Updated translations.
* Tue Feb 22 2022 Bjørn Lie - Update to version 0.20.5: + Drop autotools-based build + Use G_GNUC_NULL_TERMINATED where appropriate + collection, methods, prompt: Port to GTask + Detect local storage in snaps in the same way as flatpaks + Add bash-completion for secret-tool + secret-tool: Add locking capabilities to secret tool + secret-file-backend: Avoid closing the same file descriptor twice + Add support for TPM2 based secret storage + Create default collection after DBus.Error.UnknownObject + Port documentation to gi-docgen + GI annotation and documentation fixes + Build fixes + Updated translations.- Replace gtk-doc with pkgconfig(gi-docgen) BuildRequires following upstreams port.- Drop patch fixed upstream: libsecret-handle-UnknownObject.patch
* Wed Sep 22 2021 Alynx Zhou - Add libsecret-handle-UnknownObject.patch: some Secret Service API backend implementations (like keepassxc) throws UnknownObject instead of UnknownMethod, this patch handles it. (bsc#1190499, glgo#GNOME/libsecret!94)
* Thu Sep 16 2021 Stanislav Brabec - Remove obsolete translation-update-upstream support (jsc#SLE-21105).
* Sat Oct 10 2020 Bjørn Lie - Update to version 0.20.4: + Secret-file-collection: Make MAC comparison constant time. + Initialize libgcrypt for SecretFileCollection. + meson: - Add tests for GIR-based languages. - Add option introspection. + man: Add a bugtracker section to the manpage. + Updated translations.
* Wed Apr 29 2020 Michael Gorse - Enable FIPS patch on leap (jsc#SLE-11882).
* Wed Apr 15 2020 Bjørn Lie - Update to version 0.20.3: + secret-file-backend: Fix use-after-free in flatpak. + docs: Add man subdir only if manpage is enabled.