76 lines
2.9 KiB
Plaintext
76 lines
2.9 KiB
Plaintext
-------------------------------------------------------------------
|
|
Wed May 21 16:42:44 UTC 2025 - Richard Rahl <rrahl0@opensuse.org>
|
|
|
|
- remove Provides: secret-tool
|
|
|
|
-------------------------------------------------------------------
|
|
Mon May 12 21:11:50 UTC 2025 - Richard Rahl <rrahl0@opensuse.org>
|
|
|
|
- remove Obsoletes: secret-tool
|
|
|
|
-------------------------------------------------------------------
|
|
Tue May 6 14:40:08 UTC 2025 - Richard Rahl <rrahl0@opensuse.org>
|
|
|
|
- update vendor tarball, fixing bsc#1242633
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Apr 17 21:23:26 UTC 2025 - Enrico Belleri <kilgore.trout@idesmi.eu>
|
|
|
|
- Enable build of portal, daemon, cargo-credential
|
|
- Enable tests
|
|
- Update cargo vendor
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Mar 23 21:08:38 UTC 2025 - Richard Rahl <rrahl0@opensuse.org>
|
|
|
|
- update to 0.4.3:
|
|
* cli: Add custom keyring file support
|
|
* dbus/secret: Workaround gnome-keyring being non-spec compliant
|
|
* client: Deprecate Keyring::with_broken_item_cleanup
|
|
* cli: Add a new argument for listing all items
|
|
- disable updating venored dependencies, as the crate `time` has a
|
|
breaking change
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Mar 21 18:40:00 UTC 2025 - Richard Rahl <rrahl0@opensuse.org>
|
|
|
|
- update to 0.4.2:
|
|
* Relax the condition when validating the file backend keyring secret and
|
|
provide various APIs to allow the developer to recover the non-broken items
|
|
in a keyring or delete the broken ones.
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Feb 16 01:50:12 UTC 2025 - Richard Rahl <rrahl0@opensuse.org>
|
|
|
|
- update to 0.4.0:
|
|
* portal: Support migration from legacy keyring format
|
|
* service: Add signals for collection create/delete/change
|
|
* client: Add a generic Secret type
|
|
* client: Don't panic if a cryptography operation fails
|
|
- disable some tests, as they need dbus
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Jun 22 16:17:31 UTC 2024 - Richard Rahl <rrahl0@disroot.org>
|
|
|
|
- update to 0.3.3:
|
|
* client/item: Force tuple usage when serializing
|
|
* client: Use async UnixStream
|
|
|
|
-------------------------------------------------------------------
|
|
Fri May 17 02:17:48 UTC 2024 - Richard Rahl <rrahl0@disroot.org>
|
|
|
|
- update to 0.3.2:
|
|
* client: Fix compile issue with tracing feature
|
|
* client: Do not create features for optional deps already behind a feature
|
|
- update to 0.3.1:
|
|
* portal: Support migration from legacy keyring format
|
|
* portal: Add rekeying support for oo7::portal::Keyring
|
|
* service: Use correct signal name for CollectionDeleted
|
|
* service: Add signals for collection create/delete/change
|
|
* collection: Add path to public api
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Feb 25 21:35:35 UTC 2024 - Richard Rahl <rrahl0@proton.me>
|
|
|
|
- initial packaging
|