summaryrefslogtreecommitdiff
path: root/security/libsecret
AgeCommit message (Collapse)AuthorFilesLines
2014-01-27Update to 0.16:wiz3-10/+20
0.16 * Clarify documentation for secret_service_clear_xxx() [#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 [#698040] * Testing fixes [#705202] * Build fixes [#704233] * Updated translations
2014-01-01Recursive PKGREVISION bump for libgcrypt-1.6.0 shlib major bump.wiz2-2/+4
2013-05-18Update to 0.15ryoon4-10/+22
* Patches from Patrick Welche, thank you. * Fix buildlink3.mk Changelog: 0.15 * Tweak predefined schemas [#695791] * Updated translations 0.14 * Add a 'search' command to the tool for looking up items [#693881] * Try to unlock locked collection when storing an item [#693723] * Improve validation of the attributes table [#694107] * Allow empty SecretValue contents [#694787] * Introspection fixes [#694448] * Updated translations 0.13 * Updated translations * Build fixes
2012-12-19Fix build.ryoon1-1/+2
docbook-xsl is also needed. Thank you, joerg@ again.
2012-12-18security/libsecret: USE_TOOLS+= msgfmtmarino1-2/+2
2012-12-12Fix build.ryoon1-1/+3
For man pages generation, xsltproc from textproc/libxslt is needed. Thank you, joerg@.
2012-11-30Import libsecret-0.12 as security/libsecret.ryoon5-0/+126
libsecret is a library for storing and retrieving passwords and other secrets. It communicates with the "Secret Service" using DBus. gnome-keyring and ksecretservice are both implementations of a Secret Service.