summaryrefslogtreecommitdiff
path: root/security/libsecret/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2022-07-22*: recursive bump for graphics/graphviz 5.0.0micha1-2/+2
2022-06-07libsecret: remove introspection option, enabling it by defaultwiz1-4/+4
It was default-on, but this commit also makes gobject-introspection a build dependency, so bump PKGREVISION.
2022-03-30*: recursive bump for vala 0.56wiz1-2/+2
2021-12-08revbump for icu and libffiadam1-2/+2
2021-09-29*: recursive bump for vala 0.54wiz1-2/+2
2021-05-02*: Use the tools framework for gdbus-codegennia1-2/+2
2021-04-14*: bump for vala 0.52wiz1-1/+2
2021-04-12libsecret: vala is build-time dependencynia1-1/+2
2020-11-22libsecret: Update to 0.20.4nia1-4/+5
0.20.4 * secret-file-collection: Make MAC comparison constant time [!60] * Initialize libgcrypt for SecretFileCollection [!56] * meson: Add tests for GIR-based languages [!54] * man: Add a bugtracker section to the manpage [!14] * meson: add option introspection [!53] * Updated translations
2020-04-20libsecret: update to 0.20.3.wiz1-3/+3
0.20.3 * secret-file-backend: Fix use-after-free in flatpak [!52] * docs: Add man subdir only if manpage is enabled [!51]
2020-03-15libsecret: update to 0.20.2.wiz1-3/+2
0.20.2 * secret-file-collection: force little-endian in GVariant [!49, #42] * Prefer g_info() over g_message() [!48, #40] * meson: Don't specify shared_library() [!47] * docs: Make sure to set install: true [!46]
2020-03-08*: recursive bump for libffiwiz1-1/+2
2020-02-09libsecret: update to 0.20.1.wiz1-3/+3
0.20.1 * Build fixes [!45]
2020-01-21libsecret: Update for 0.20.0nia1-4/+5
Needed for updating epiphany. 0.20.0 * secret-backend: New interface to represent password storage backend [!34] * secret-backend: Add local-storage backend [!6] * item: Port to GTask [!43] * Build fixes [!34, !37, !38, !40, !41, !42, ...] * Updated translations 0.19.1 * service: Fix secret_service_ensure_session_finish error propagation [!36] 0.19.0 * secret-password: Add necessary functions to migrate from D-Bus based API [!32] * egg: Request that secure memory not be dumped to disk [!30] * Add version macros [!29] * Add missing GType to flags in .gir [!16, !19] * paths: Port from GSimpleAsyncResult to GTask [!26] * build: Bump meson_version to 0.50 [!18, !35] * Build and test fixes [!15, !20, !21, !23, !33, ...]
2019-08-16libsecret: update to 0.18.8.wiz1-3/+3
Despite the changelog, the meson files are not included in the distribution, so keep using autoconf for this release. 0.18.8 * Add support for g_autoptr() to our types [!11] * Remove deprecated g_type_class_add_private() [!14] * Bump GLib dependency (2.44+) * Add meson build support [!9] * Fix vapi generation [!15, ...] * Build fixes [!12, !13] * Updated translations
2019-02-13libsecret: update to 0.18.7.wiz1-2/+2
0.18.7 * Migrate from intltool to gettext [!2] * Fix uninitialized memory returned by secret_item_get_schema_name() [#15] * secret-session: Avoid double-free in service_encode_plain_secret() * Port tap script to Python 3 [!4] * Build and test fixes [#734630] * Updated translations
2018-04-16libsecret: update to 0.18.6.wiz1-2/+2
0.18.6 * Fix shared key derivation between libsecret and gnome-keyring [#778357] * Avoid run-time error when gnome-keyring is not responding [#787391] * Enable cross compilation [#748111] * Port build scripts to Python 3 [#687637] * Build and test fixes [#767002, #777826, #734630, #768112] * GI annotation fixes [#785034] * Fix textual typos [#782206, ...] * Updated translations
2017-10-15Put gdbus-codgen back into operationprlw11-2/+2
- Revert "Move gdbus-codegen users to py-glib2-tools by including glib2/buildtools.mk" 1f764df - while here change to TOOL_DEPENDS - switch from py-glib2-tools to glib2-tools
2017-10-13Move gdbus-codegen users to py-glib2-tools by including glib2/buildtools.mkprlw11-2/+2
2017-10-02libsecret: update to 0.18.5.wiz1-3/+3
0.18.5 * Build fixes * Port tests to Python 3 [#761834] * Fix textual typos [#763143] * Updated translations 0.18.4 * Multithreading fixes [#756766] * Fix memory leaks [#756766] * Updated translations 0.18.3 * Updated translations * Documentation fixes 0.18.2 * Testing fixes * Documentation typo [#747654 ...] * Build fixes [#743444] * Updated transaltions * Accomodate libgcrypt 1.6+ 0.18.1 * Testing fix [#726909]
2016-12-01Make introspection optionalmartin1-2/+2
2014-08-13gsed needed on OS X. Dependency small enough, add it to TOOLS.wiz1-2/+2
PR 49111 by Youri Mouton.
2014-03-12Update to 0.18:wiz1-2/+4
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 [#721429] * Build fixes [#720087 #720244 #707452] * Updated translations
2014-01-27Update to 0.16:wiz1-5/+3
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.wiz1-1/+2
2013-05-18Update to 0.15ryoon1-4/+4
* 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.ryoon1-0/+24
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.