| Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
| Name: libsecret-lang | Distribution: SUSE Linux Enterprise 15 |
| Version: 0.21.2 | Vendor: SUSE LLC <https://www.suse.com/> |
| Release: 150600.1.4 | Build date: Thu May 9 12:22:24 2024 |
| Group: System/Localization | Build host: h03-ch2a |
| Size: 79836 | Source RPM: libsecret-0.21.2-150600.1.4.src.rpm |
| Packager: https://www.suse.com/ | |
| Url: https://wiki.gnome.org/Projects/Libsecret | |
| Summary: Translations for package libsecret | |
Provides translations for the "libsecret" package.
LGPL-2.1-or-later
* Fri Dec 15 2023 dimstar@opensuse.org
- 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 dimstar@opensuse.org
- Use %patch -p N instead of deprecated %patchN.
* Tue Sep 19 2023 luc14n0@opensuse.org
- 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 bjorn.lie@gmail.com
- 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 bjorn.lie@gmail.com
- 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@suse.com
- 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 sbrabec@suse.com
- Remove obsolete translation-update-upstream support
(jsc#SLE-21105).
* Sat Oct 10 2020 bjorn.lie@gmail.com
- 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 mgorse@suse.com
- Enable FIPS patch on leap (jsc#SLE-11882).
* Wed Apr 15 2020 bjorn.lie@gmail.com
- 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.lie@gmail.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 bjorn.lie@gmail.com
- Update to version 0.20.1:
+ Build fixes.
* Sat Jan 25 2020 dimstar@opensuse.org
- No longer recommend -lang: supplements are in use
* Mon Jan 13 2020 bjorn.lie@gmail.com
- 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.
* Sat Sep 07 2019 luke@ljones.dev
- Update to version 0.19.1:
+ service: Fix secret_service_ensure_session_finish error
propagation.
- Changes from version 0.19.0:
+ secret-password: Add necessary functions to migrate from D-Bus
based API.
+ egg: Request that secure memory not be dumped to disk.
+ Add version macros.
+ Add missing GType to flags in .gir.
+ paths: Port from GSimpleAsyncResult to GTask.
+ build: Bump meson_version to 0.50.
+ Build and test fixes.
* Sat Mar 02 2019 bjorn.lie@gmail.com
- Update to version 0.18.8:
+ Add support for g_autoptr() to our types.
+ Remove deprecated g_type_class_add_private().
+ Bump GLib dependency (2.44+).
+ Add meson build support.
+ Fix vapi generation.
+ Build fixes.
+ Updated translations.
* Sat Dec 29 2018 bjorn.lie@gmail.com
- Update to version 0.18.7:
+ Migrate from intltool to gettext.
+ Fix uninitialized memory returned by
secret_item_get_schema_name().
+ secret-session: Avoid double-free in
service_encode_plain_secret().
+ Port tap script to Python 3.
+ Build and test fixes.
+ Updated translations.
- Drop intltool BuildRequires: No longer needed following upstreams
port to gettext.
* Thu Mar 29 2018 luc14n0@linuxmail.org
- Update to version 0.18.6:
+ Fix shared key derivation between libsecret and gnome-keyring
(bgo#778357).
+ Avoid run-time error when gnome-keyring is not responding
(bgo#787391).
+ Enable cross compilation (bgo#748111).
+ GI annotation fixes (bgo#785034).
+ Fix textual typos (bgo#782206).
+ Updated translations.
- Drop libsecret-secret-size.patch: fixed upstream.
* Sat Mar 10 2018 jengelh@inai.de
- SRPM group fix. Update summaries.
- Remove duplicate commands. Limit fdupes to /usr.
* Wed Feb 28 2018 dimstar@opensuse.org
- Modernize spec-file by calling spec-cleaner
* Mon Jul 17 2017 dimstar@opensuse.org
- Add libsecret-secret-size.patch: Ensure that generated secret
occupies the same number of bytes as prime. Eliminates random
errors while libsecret tries to talk to gnome-keyring
(bgo#778357, bsc#1043861).
* Fri Mar 25 2016 zaitor@opensuse.org
- Update to version 0.18.5:
+ Build fixes.
+ Port tests to Python 3 (bgo#761834).
+ Fix textual typos (bgo#763143).
+ Updated translations.
* Tue Jan 19 2016 zaitor@opensuse.org
- Update to version 0.18.4:
+ Multithreading fixes (bgo#756766).
+ Fix memory leaks (bgo#756766).
+ Updated translations.
* Thu Nov 26 2015 hpj@suse.com
- Add libsecret-bsc932232-use-libgcrypt-allocators.patch
(bsc#932232).
* Tue Aug 04 2015 zaitor@opensuse.org
- Update to version 0.18.3:
+ Documentation fixes.
+ Updated translations.
* Wed Apr 22 2015 dimstar@opensuse.org
- Update to version 0.18.2:
+ Testing fixes.
+ Documentation typo (bgo#747654).
+ Build fixes (bgo#743444).
+ Accomodate libgcrypt 1.6+.
+ Updated translations.
- Changes from version 0.18.1:
+ Testing fix (bgo#726909).
/usr/share/locale/ar/LC_MESSAGES/libsecret.mo /usr/share/locale/as/LC_MESSAGES/libsecret.mo /usr/share/locale/be/LC_MESSAGES/libsecret.mo /usr/share/locale/bg/LC_MESSAGES/libsecret.mo /usr/share/locale/ca/LC_MESSAGES/libsecret.mo /usr/share/locale/ca@valencia/LC_MESSAGES/libsecret.mo /usr/share/locale/cs/LC_MESSAGES/libsecret.mo /usr/share/locale/da/LC_MESSAGES/libsecret.mo /usr/share/locale/de/LC_MESSAGES/libsecret.mo /usr/share/locale/el/LC_MESSAGES/libsecret.mo /usr/share/locale/en_GB/LC_MESSAGES/libsecret.mo /usr/share/locale/eo/LC_MESSAGES/libsecret.mo /usr/share/locale/es/LC_MESSAGES/libsecret.mo /usr/share/locale/eu/LC_MESSAGES/libsecret.mo /usr/share/locale/fa/LC_MESSAGES/libsecret.mo /usr/share/locale/fi/LC_MESSAGES/libsecret.mo /usr/share/locale/fr/LC_MESSAGES/libsecret.mo /usr/share/locale/gl/LC_MESSAGES/libsecret.mo /usr/share/locale/he/LC_MESSAGES/libsecret.mo /usr/share/locale/hr/LC_MESSAGES/libsecret.mo /usr/share/locale/hu/LC_MESSAGES/libsecret.mo /usr/share/locale/id/LC_MESSAGES/libsecret.mo /usr/share/locale/it/LC_MESSAGES/libsecret.mo /usr/share/locale/ja/LC_MESSAGES/libsecret.mo /usr/share/locale/kk/LC_MESSAGES/libsecret.mo /usr/share/locale/ko/LC_MESSAGES/libsecret.mo /usr/share/locale/lt/LC_MESSAGES/libsecret.mo /usr/share/locale/lv/LC_MESSAGES/libsecret.mo /usr/share/locale/ml/LC_MESSAGES/libsecret.mo /usr/share/locale/nb/LC_MESSAGES/libsecret.mo /usr/share/locale/ne/LC_MESSAGES/libsecret.mo /usr/share/locale/nl/LC_MESSAGES/libsecret.mo /usr/share/locale/pa/LC_MESSAGES/libsecret.mo /usr/share/locale/pl/LC_MESSAGES/libsecret.mo /usr/share/locale/pt/LC_MESSAGES/libsecret.mo /usr/share/locale/pt_BR/LC_MESSAGES/libsecret.mo /usr/share/locale/ro/LC_MESSAGES/libsecret.mo /usr/share/locale/ru/LC_MESSAGES/libsecret.mo /usr/share/locale/sk/LC_MESSAGES/libsecret.mo /usr/share/locale/sl/LC_MESSAGES/libsecret.mo /usr/share/locale/sr/LC_MESSAGES/libsecret.mo /usr/share/locale/sr@latin/LC_MESSAGES/libsecret.mo /usr/share/locale/sv/LC_MESSAGES/libsecret.mo /usr/share/locale/tr/LC_MESSAGES/libsecret.mo /usr/share/locale/uk/LC_MESSAGES/libsecret.mo /usr/share/locale/vi/LC_MESSAGES/libsecret.mo /usr/share/locale/zh_CN/LC_MESSAGES/libsecret.mo /usr/share/locale/zh_HK/LC_MESSAGES/libsecret.mo /usr/share/locale/zh_TW/LC_MESSAGES/libsecret.mo
Generated by rpm2html 1.8.1
Fabrice Bellet, Mon Mar 9 16:38:47 2026