Niels De Graef
5874816714
Merge branch 'wip/nielsdg/drop-autotools' into 'master'
...
Drop autotools-based build
See merge request GNOME/libsecret!44
2020-11-15 19:46:06 +00:00
Niels De Graef
2147b96c9d
Drop autotools-based build
...
Our official instructions only tell how to build with Meson, our CI is
only done with Meson and I wouldn't be surprised if most developers only
used Meson as well.
In other words, the autotools build is outdated. Let's say our goodbye
and drop it in the next stable release.
2020-11-15 20:37:48 +01:00
Daiki Ueno
3fe635e64e
Release 0.20.4
2020-10-10 18:50:20 +02:00
Daiki Ueno
8b4016bd31
Merge branch 'wip/dueno/memcmp' into 'master'
...
secret-file-collection: Make MAC comparison constant time
See merge request GNOME/libsecret!60
2020-10-04 15:43:01 +00:00
Daiki Ueno
2f0df81084
secret-file-collection: Make MAC comparison constant time
2020-10-04 17:27:40 +02:00
Daiki Ueno
90a8580da7
Merge branch 'init-libgcrypt-for-file-collection' into 'master'
...
Initialize libgcrypt for SecretFileCollection
See merge request GNOME/libsecret!56
2020-06-18 08:21:08 +00:00
Mikhail Zabaluev
caf9c0345c
Initialize libgcrypt for SecretFileCollection
...
Make sure libgcrypt is initialized before any SecretFileCollection
instance uses it.
2020-06-18 10:25:36 +03:00
Niels De Graef
ac51524c2b
Merge branch 'wip/nielsdg/gir-tests' into 'master'
...
meson: Add tests for GIR-based languages
See merge request GNOME/libsecret!54
2020-06-17 20:17:32 +00:00
Niels De Graef
bfa66f35cc
meson: Add tests for GIR-based languages
...
Also add a test suite argument to more easily distinguish them.
2020-06-17 22:02:15 +02:00
Daiki Ueno
d5671e371c
Merge branch 'wip/nielsdg/man-bugtracker' into 'master'
...
man: Add a bugtracker section to the manpage
Closes #14
See merge request GNOME/libsecret!55
2020-06-13 08:42:52 +00:00
Niels De Graef
e79b277689
man: Add a bugtracker section to the manpage
...
Fixes https://gitlab.gnome.org/GNOME/libsecret/-/issues/14
2020-06-13 08:28:41 +00:00
Niels De Graef
8ebc922a54
meson: Fix indentation
2020-06-01 09:09:25 +02:00
Niels De Graef
9959be81fd
meson: Clean up unused variables
2020-06-01 09:08:04 +02:00
Niels De Graef
54d9b7dc5b
Merge branch 'master' into 'master'
...
meson: add option introspection
See merge request GNOME/libsecret!53
2020-05-21 20:46:03 +00:00
Kai Kang
1804de769c
meson: add option introspection
...
Add an option 'introspection' for meson which could control whether
build GIR files or not.
Signed-off-by: Kai Kang <kai.kang@windriver.com>
2020-05-21 16:04:48 +08:00
Jwtiyar Nariman
7cd1b02bcd
Add Kurdish Sorani translation
2020-05-04 22:14:58 +00:00
Daiki Ueno
fb456a3853
Release 0.20.3
2020-04-14 19:41:39 +02:00
Daiki Ueno
97d5310d3c
Merge branch 'master' into 'master'
...
docs: Add man subdir only if manpage is enabled
See merge request GNOME/libsecret!51
2020-03-19 12:50:01 +00:00
Andreas Müller
b53e9876f4
docs: Add man subdir only if manpage is enabled
...
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
2020-03-19 11:18:46 +01:00
Daiki Ueno
a6c4c92ed0
Merge branch 'wip/mcrha/flatpak-use-after-free-fix' into 'master'
...
secret-file-backend: Fix use-after-free in flatpak
See merge request GNOME/libsecret!52
2020-03-19 08:44:33 +00:00
Milan Crha
523fe32b65
secret-file-backend: Fix use-after-free in flatpak
...
The on_portal_retrieve_secret() can connect a GCancellable, but it
doesn't disconnect from it (only when the cancellable is cancelled),
which means when the cancellable is cancelled later, when the GTask
is gone, the callback is called with already freed data.
2020-03-19 09:24:52 +01:00
Daiki Ueno
eb4f967e9f
Release 0.20.2
2020-03-11 06:53:56 +01:00
Daiki Ueno
741867c361
Merge branch 'wip/nielsdg/no-g-message' into 'master'
...
Prefer g_info() over g_message()
Closes #40
See merge request GNOME/libsecret!48
2020-03-11 05:43:19 +00:00
Niels De Graef
af389ad6f8
Prefer g_info() over g_message()
...
Libraries shouldn't really use `g_message()` as it will show up in
consumer application outputs. Let's use `g_info()` instead.
Fixes https://gitlab.gnome.org/GNOME/libsecret/issues/40
2020-03-11 05:35:33 +00:00
Daiki Ueno
ba462746e8
Merge branch 'wip/nielsdg/fix-docs' into 'master'
...
docs: Make sure to set install: true
See merge request GNOME/libsecret!46
2020-03-10 14:28:29 +00:00
Niels De Graef
f256f5ada6
docs: Make sure to set install: true
2020-03-10 14:17:59 +00:00
Daiki Ueno
80ca3087d9
Merge branch 'wip/nielsdg/dont-specify-library-type' into 'master'
...
meson: Don't specify shared_library()
See merge request GNOME/libsecret!47
2020-03-10 13:43:12 +00:00
Niels De Graef
692e7244be
meson: Don't specify shared_library()
...
Some people might want to statically link to libsecret, so use the more
general `library()` target to build libsecret.
2020-03-10 13:36:33 +00:00
Daiki Ueno
22ecc2caa0
Merge branch 'wip/dueno/gvariant-endianness' into 'master'
...
secret-file-collection: force little-endian in GVariant
Closes #42
See merge request GNOME/libsecret!49
2020-03-10 13:30:06 +00:00
Daiki Ueno
a54f5011fc
secret-file-collection: force little-endian in GVariant
...
As the GVariant serialization format does not record the original
endianness of integer values, we need to ensure that it doesn't change
between write and load.
2020-03-10 13:20:31 +00:00
Daiki Ueno
9adf321442
Merge branch 'wip/dueno/gitlab-ci-fixes' into 'master'
...
.gitlab-ci.yml: install diffutils
See merge request GNOME/libsecret!50
2020-03-10 13:20:07 +00:00
Daiki Ueno
01930d5123
.gitlab-ci.yml: install diffutils
2020-03-10 14:05:44 +01:00
Daiki Ueno
225554076a
.gitlab-ci.yml: include meson-logs in artifacts
2020-03-10 13:53:44 +01:00
Daiki Ueno
e4428dd29f
Release 0.20.1
2020-01-27 13:41:01 +01:00
Daiki Ueno
00fae821ea
meson: Bump version to 0.20.0
...
Fixes #37 .
2020-01-22 10:59:29 +01:00
Daiki Ueno
d4e1f09716
Merge branch 'wip/dueno/build-fixes' into 'master'
...
Fix build issues after 0.20.0 release
Closes #36 and #35
See merge request GNOME/libsecret!45
2020-01-14 09:36:14 +00:00
Daiki Ueno
e6881d4ff1
build: Suppress compiler warning if compiled with G_DISABLE_ASSERT
...
This is similar to 0be63575ff
but for
test-file-collection.c.
Fixes #36 .
2020-01-14 10:13:16 +01:00
Daiki Ueno
cf21ad50b6
secret-file-collection: Rename internal functions to avoid conflicts
...
As encrypt() is a standard POSIX function, its declaration had
conflict with our own. Let's be more verbose about naming of the
internal crypto functions.
Fixes #35 .
2020-01-14 10:09:29 +01:00
Daiki Ueno
3939b03f39
Release 0.20.0
2020-01-13 14:31:47 +01:00
Daiki Ueno
f1451c348a
tool: Fix TAP output of test-secret-tool.sh
2020-01-13 14:30:46 +01:00
Daiki Ueno
53748c29eb
build: Include test-secret-tool.sh in distribution
2020-01-13 14:30:46 +01:00
Daiki Ueno
7a6d4b9bc1
build: Require gettext 0.19.8 or newer, not the exactly that version
2020-01-13 14:30:46 +01:00
Daiki Ueno
a27f85f1ee
Merge branch 'wip/nielsdg/gtask-secret-item' into 'master'
...
item: Port to GTask
See merge request GNOME/libsecret!43
2020-01-13 13:29:48 +00:00
Niels De Graef
abb4448ca7
item: Port to GTask
...
`GSimpleAsyncResult` is deprecated in favor of `GTask`.
2020-01-13 13:21:31 +00:00
Umarzuki Bin Mochlis Moktar
2241ced065
Add Malay translation
2020-01-08 16:59:15 +00:00
Daiki Ueno
06d803c478
meson: Point to the base directory of header files in pkgconfig
...
Fixes commit 22d11f8b22
2019-10-15 10:33:28 +02:00
Daiki Ueno
8a01e3e282
Merge branch 'wip/dueno/meson-libgcrypt' into 'master'
...
meson: Use "Requires" instead of "Requires.private" in pkgconfig
Closes #33
See merge request GNOME/libsecret!42
2019-10-14 16:10:47 +00:00
Daiki Ueno
fb7368f9fe
meson: Use "Requires" instead of "Requires.private" in pkgconfig
...
Also drop libgcrypt dependency for now.
2019-10-14 18:00:39 +02:00
Daiki Ueno
d9e43600dc
Merge branch 'abderrahim/pkg-config-include' into 'master'
...
meson: add include directory to the generated pkg-config file
See merge request GNOME/libsecret!41
2019-10-14 15:26:14 +00:00
Abderrahim Kitouni
22d11f8b22
meson: add include directory to the generated pkg-config file
...
Fixes 300ddc702e
2019-10-14 10:14:45 +01:00