Path to this page:
./
security/libsecret,
GObject based library for accessing the Secret Service API
Branch: CURRENT,
Version: 0.18.7,
Package name: libsecret-0.18.7,
Maintainer: ryoonlibsecret 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.
Required to run:[
security/libgcrypt] [
devel/glib2] [
devel/gobject-introspection]
Required to build:[
textproc/docbook-xsl] [
textproc/libxslt] [
pkgtools/cwrappers]
Package options: introspection
Master sites: (Expand)
SHA1: b98a5b62449fb182a8fe2897ac47053d2c3c256d
RMD160: 33819a4ae72d108d9a7616455958d9cc85c98997
Filesize: 496.477 KB
Version history: (Expand)
- (2019-02-13) Updated to version: libsecret-0.18.7
- (2018-04-16) Updated to version: libsecret-0.18.6
- (2017-10-02) Updated to version: libsecret-0.18.5
- (2014-03-12) Updated to version: libsecret-0.18
- (2014-01-27) Updated to version: libsecret-0.16
- (2014-01-01) Updated to version: libsecret-0.15nb1
CVS history: (Expand)
2019-02-13 20:52:09 by Thomas Klausner | Files touched by this commit (3) |  |
Log message:
libsecret: update to 0.18.7.
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-05-21 09:24:20 by Leonardo Taccari | Files touched by this commit (3) |
Log message:
libsecret: Directly patch Makefile.in to avoid automake
Previously if `automake' was not available during the build,
patch-libsecret_Makefile.am was effectively not applied to the Makefile.
To avoid to depends on `automake' just directly patch the Makefile.in.
Should fix the problem reported by Mayuresh on pkgsrc-users@
regarding the use of dollar single quotes ($'...') (also if `automake' is not
available!).
|
2018-05-20 19:30:04 by Leonardo Taccari | Files touched by this commit (2) |
Log message:
libsecret: Avoid to use dollar single quotes in libsecret/Makefile
This should fix the problem reported by Mayuresh via pkgsrc-users@:
<https://mail-index.NetBSD.org/pkgsrc-users/2018/05/20/msg026746.html>
No PKGREVISION bump since it should only fix the problem on platforms where the
shell does not support dollar single quotes (i.e. `$'...'').
Thanks to <youri> for testing this patch!
|
2018-04-16 15:06:57 by Thomas Klausner | Files touched by this commit (4) |  |
Log message:
libsecret: update to 0.18.6.
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
|
2018-01-07 14:04:44 by Roland Illig | Files touched by this commit (583) |
Log message:
Fix indentation in buildlink3.mk files.
The actual fix as been done by "pkglint -F */*/buildlink3.mk", and was
reviewed manually.
There are some .include lines that still are indented with zero spaces
although the surrounding .if is indented. This is existing practice.
|
2017-10-16 00:31:02 by Patrick Welche | Files touched by this commit (12) |
Log message:
Put gdbus-codgen back into operation
- 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-13 18:36:04 by Patrick Welche | Files touched by this commit (11) |
Log message:
Move gdbus-codegen users to py-glib2-tools by including glib2/buildtools.mk
|
2017-10-02 17:38:05 by Thomas Klausner | Files touched by this commit (3) |  |
Log message:
libsecret: update to 0.18.5.
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]
|