Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: libsecret-devel | Distribution: openSUSE Leap 15.1 |
Version: 0.18.7 | Vendor: openSUSE |
Release: lp151.1.1 | Build date: Mon Feb 25 07:04:47 2019 |
Group: Development/Libraries/GNOME | Build host: obs-power8-06 |
Size: 1410000 | Source RPM: libsecret-0.18.7-lp151.1.1.src.rpm |
Packager: https://bugs.opensuse.org | |
Url: https://wiki.gnome.org/Projects/Libsecret | |
Summary: Development files for the Secret Service API library |
libsecret is a library for storing and retrieving passwords and other secrets. It communicates with the "Secret Service" using DBus.
LGPL-2.1-or-later
* 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). * Fri Mar 07 2014 dimstar@opensuse.org - Update to version 0.18: + Mark most of unstable API as stable. + Bump Glib dependency (2.38+). + Add secret_service_encode_dbus_secret() and decode functions. + Use TAP for testing, parallel tests, and non-recursive make. + Updated FSF's address. + Remove unstable vapi (bgo#721429). + Build fixes: bgo#720087, bgo#720244, bgo#707452. + Updated translations. - Drop typelib-1_0-SecretUnstable-0 subpackage: no more unstable APIs (incl. dependency to this package from the -devel package). * Mon Aug 26 2013 dimstar@opensuse.org - Update to version 0.16: + Clarify documentation for secret_service_clear_xxx() (bgo#705629). + Pass return_type to prompt async begin functions, rather than finish. + Simpler way to use custom service/collection/item types. + service: Rename secret_service_new() and friends to xxx_open(). + Add secret_value_get_text() function to return NULL terminated secret. + Fix return types in secret_service_search_finish() on error paths (bgo#698040). + Testing fixes (bgo#705202). + Build fixes (bgo#704233). + Updated translations. * Mon Mar 18 2013 dimstar@opensuse.org - Update to version 0.15: + Tweak predefined schemas (bgo#695791). + Updated translations. * Mon Mar 04 2013 dimstar@opensuse.org - Update to version 0.14: + Add a 'search' command to the tool for looking up items (bgo#693881). + Try to unlock locked collection when storing an item (bgo#693723). + Improve validation of the attributes table (bgo#694107). + Allow empty SecretValue contents (bgo#694787). + Introspection fixes (bgo#694448). + Updated translations. * Mon Feb 04 2013 dimstar@opensuse.org - Update to version 0.13: + Build fixes. + Updated translations. * Thu Nov 22 2012 dimstar@opensuse.org - Update to version 0.12: + When storing a secret, create default keyring if necessary. + Share the memory pool with the gcr or libgnome-keyring library. + Testing and other fixes. + Build fixes. * Tue Oct 16 2012 dimstar@opensuse.org - Update to version 0.11: + Better critical preconditions for invalid attributes. * Wed Sep 19 2012 dimstar@opensuse.org - Update to version 0.10: + Updated translations. * Sat Sep 15 2012 dimstar@opensuse.org - Change vala BuildRequires to a versioned BuildRequires: no reason to waste build power if vala is not recent enough. * Mon Aug 20 2012 dimstar@opensuse.org - Update to version 0.9: + Add a manual page for secret-tool. + Fix up libsecret licensing. + Build and testing fixes. - Add docbook-xsl-stylesheets and xsltproc BuildRequires in order to be able to build the man pages. * Mon Aug 06 2012 dimstar@opensuse.org - Update to version 0.8: + Fix up libsecret licensing (bgo#681255). + Initialize gettext correctly. + Fix crash in secret-tool. + Build and testing fixes. * Tue Jul 17 2012 dimstar@opensuse.org - Update to version 0.7: + Match schema names for notes and network passwords + Add flags argument to secret_collection_for_alias() + Correct flags behavior for SecretCollection + Build fixes - Changes from version 0.6: + Rename secret_password_remove() to secret_password_clear() and similar names for related functions. + The secret_attribute_build() functions are stable + The predefined secret schemas are stable + Build fixes - Changes from version 0.5: + secret_service_remove() removes all unlocked matching items + Make sure that we have some attributes when searching + Add flags for item and collection creation + Add way to get schema name from a SecretItem + Rename secret_service_read_alias() to secret_collection_for_alias() + Split the stable and unstable APIs into separate pkg-config files, girs and vapis + Bump the library major version number to 1 + Document how to migrate from libgnome-keyring + Document how to use libsecret from C, js, python, vala + Documentation fixes - Changes from version 0.4: + Implement per collection search + Register secret service errors as GDBus errors + Cache default SecretService object, and provide a way to 'disconnect' it. Also 'disconnect' if service goes away. + Better use of aliases when storing passwords + Rename functions that operate on a dbus object path + Accept NULL as a SecretService parameter for many methods + Make loading items for a collection optional + More consistent use of schemas + Able to unlock and load secrets while searching for items + Cache the secret value on SecretItem + Add vala bindings and tests + Remove most varargs other than the simple password functions + Add SECRET_SCHEMA_NOTE schema + Lots of bug fixes + Documentation fixes + Testing fixes + Build fixes - Add vala BuildRequires: required to build the new bindings. * Wed Jun 27 2012 dimstar@opensuse.org - Update to version 0.3: + Add methods to get services from collections, items + Add methods to read and set aliases + Add methods which handle prompts for a DBus object path + Header path fix + Documentation fixes * Tue Apr 17 2012 vuntz@opensuse.org - Update to version 0.2: + Fix header copyright issues + Add missing 'authtype' attribute to the 'network' schema + Add secret-schemas.h to the 'stable' API + Build fixes * Mon Apr 02 2012 vuntz@opensuse.org - New package with 0.1 as initial version.
/usr/include/libsecret-1 /usr/include/libsecret-1/libsecret /usr/include/libsecret-1/libsecret/secret-attributes.h /usr/include/libsecret-1/libsecret/secret-collection.h /usr/include/libsecret-1/libsecret/secret-enum-types.h /usr/include/libsecret-1/libsecret/secret-item.h /usr/include/libsecret-1/libsecret/secret-password.h /usr/include/libsecret-1/libsecret/secret-paths.h /usr/include/libsecret-1/libsecret/secret-prompt.h /usr/include/libsecret-1/libsecret/secret-schema.h /usr/include/libsecret-1/libsecret/secret-schemas.h /usr/include/libsecret-1/libsecret/secret-service.h /usr/include/libsecret-1/libsecret/secret-types.h /usr/include/libsecret-1/libsecret/secret-value.h /usr/include/libsecret-1/libsecret/secret.h /usr/lib64/libsecret-1.so /usr/lib64/pkgconfig/libsecret-1.pc /usr/lib64/pkgconfig/libsecret-unstable.pc /usr/share/doc/packages/libsecret-devel /usr/share/doc/packages/libsecret-devel/AUTHORS /usr/share/doc/packages/libsecret-devel/ChangeLog /usr/share/gir-1.0/Secret-1.gir /usr/share/gtk-doc/html/libsecret-1 /usr/share/gtk-doc/html/libsecret-1/SecretCollection.html /usr/share/gtk-doc/html/libsecret-1/SecretItem.html /usr/share/gtk-doc/html/libsecret-1/SecretPrompt.html /usr/share/gtk-doc/html/libsecret-1/SecretService.html /usr/share/gtk-doc/html/libsecret-1/SecretValue.html /usr/share/gtk-doc/html/libsecret-1/annotation-glossary.html /usr/share/gtk-doc/html/libsecret-1/c-examples.html /usr/share/gtk-doc/html/libsecret-1/c-lookup-example.html /usr/share/gtk-doc/html/libsecret-1/c-remove-example.html /usr/share/gtk-doc/html/libsecret-1/c-store-example.html /usr/share/gtk-doc/html/libsecret-1/complete.html /usr/share/gtk-doc/html/libsecret-1/examples.html /usr/share/gtk-doc/html/libsecret-1/home.png /usr/share/gtk-doc/html/libsecret-1/index.html /usr/share/gtk-doc/html/libsecret-1/js-examples.html /usr/share/gtk-doc/html/libsecret-1/js-lookup-example.html /usr/share/gtk-doc/html/libsecret-1/js-remove-example.html /usr/share/gtk-doc/html/libsecret-1/js-store-example.html /usr/share/gtk-doc/html/libsecret-1/left-insensitive.png /usr/share/gtk-doc/html/libsecret-1/left.png /usr/share/gtk-doc/html/libsecret-1/libsecret-1.devhelp2 /usr/share/gtk-doc/html/libsecret-1/libsecret-DBus-Path-Related-Functions.html /usr/share/gtk-doc/html/libsecret-1/libsecret-Password-storage.html /usr/share/gtk-doc/html/libsecret-1/libsecret-Secret-Attributes.html /usr/share/gtk-doc/html/libsecret-1/libsecret-SecretError.html /usr/share/gtk-doc/html/libsecret-1/libsecret-SecretSchema.html /usr/share/gtk-doc/html/libsecret-1/migrating-api.html /usr/share/gtk-doc/html/libsecret-1/migrating-introduction.html /usr/share/gtk-doc/html/libsecret-1/migrating-items.html /usr/share/gtk-doc/html/libsecret-1/migrating-keyrings.html /usr/share/gtk-doc/html/libsecret-1/migrating-locking.html /usr/share/gtk-doc/html/libsecret-1/migrating-memory.html /usr/share/gtk-doc/html/libsecret-1/migrating-misc.html /usr/share/gtk-doc/html/libsecret-1/migrating-removing.html /usr/share/gtk-doc/html/libsecret-1/migrating-schemas.html /usr/share/gtk-doc/html/libsecret-1/migrating-searching.html /usr/share/gtk-doc/html/libsecret-1/migrating-storing.html /usr/share/gtk-doc/html/libsecret-1/migrating.html /usr/share/gtk-doc/html/libsecret-1/py-examples.html /usr/share/gtk-doc/html/libsecret-1/py-lookup-example.html /usr/share/gtk-doc/html/libsecret-1/py-remove-example.html /usr/share/gtk-doc/html/libsecret-1/py-store-example.html /usr/share/gtk-doc/html/libsecret-1/right-insensitive.png /usr/share/gtk-doc/html/libsecret-1/right.png /usr/share/gtk-doc/html/libsecret-1/simple.html /usr/share/gtk-doc/html/libsecret-1/style.css /usr/share/gtk-doc/html/libsecret-1/up-insensitive.png /usr/share/gtk-doc/html/libsecret-1/up.png /usr/share/gtk-doc/html/libsecret-1/using-c.html /usr/share/gtk-doc/html/libsecret-1/using-js.html /usr/share/gtk-doc/html/libsecret-1/using-python.html /usr/share/gtk-doc/html/libsecret-1/using-vala.html /usr/share/gtk-doc/html/libsecret-1/using.html /usr/share/gtk-doc/html/libsecret-1/vala-examples.html /usr/share/gtk-doc/html/libsecret-1/vala-lookup-example.html /usr/share/gtk-doc/html/libsecret-1/vala-remove-example.html /usr/share/gtk-doc/html/libsecret-1/vala-store-example.html /usr/share/vala/vapi /usr/share/vala/vapi/libsecret-1.deps /usr/share/vala/vapi/libsecret-1.vapi
Generated by rpm2html 1.8.1
Fabrice Bellet, Sat Apr 9 12:01:00 2022