Changelog for
libsecret-debugsource-0.21.4-1.1.7.1.i586.rpm :
* Sun Feb 25 2024 Dominique Leuenberger
- Update to version 0.21.4: + file-backend: Subscribe before calling dbus. + meson: Fix crypto option being silently ignored. + Updated translations.
* Mon Feb 12 2024 Dominique Leuenberger - Update to version 0.21.3: + Port PAM module from gnome-keyring. + secret-tool: Fix memory issues in lock command.
* 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.
* Wed Mar 11 2020 bjorn.lieAATTgmail.com- Update to version 0.20.2: + secret-file-collection: force little-endian in GVariant. + Prefer g_info() over g_message(). + meson: Don\'t specify shared_library(). + docs: Make sure to set install: true.- Rename sub-package libsecret-tools to secret-tool: Align with the actual binary provided and remove a rpmlint warning. Add Provides and Obsoletes to ease upgrades for our end-users.- Drop Group tag from spec.
* Tue Jan 28 2020 Bjørn Lie - Update to version 0.20.1: + Build fixes.
* Sat Jan 25 2020 Dominique Leuenberger - No longer recommend -lang: supplements are in use
* Mon Jan 13 2020 Bjørn Lie - Update to version 0.20.0: + secret-backend: - New interface to represent password storage backend. - Add local-storage backend. + item: Port to GTask. + Build fixes. + Updated translations.