diff options
| author | Jiang Kai <jiangkai@fujitsu.com> | 2024-01-16 10:06:39 +0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-01-21 12:27:12 +0000 |
| commit | a6325989b5e44599629376d0fa59e88f3ad0b5f5 (patch) | |
| tree | 35f9d7999a9579c105ea6931913f79cafc871413 | |
| parent | 99e5c3b984644f50a247933e205976682cbec5c7 (diff) | |
| download | poky-a6325989b5e44599629376d0fa59e88f3ad0b5f5.tar.gz | |
libsecret: upgrade 0.21.1 -> 0.21.2
Changelog:
============
* Support GnuTLS as an alternative crypto backend
* Fix LeakSanitizer issues
* secret-tool: Verify that the parsed stdin password is vaild UTF-8
* Fix markup syntax for SecretSchema
* Public secret_attributes_validate method
* Updated translations
(From OE-Core rev: bb4c22e28dfd1bdb2fe4cee1a15b27e4847b2ceb)
Signed-off-by: Jiang Kai <jiangkai@fujitsu.com>
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -rw-r--r-- | meta/recipes-gnome/libsecret/libsecret_0.21.2.bb (renamed from meta/recipes-gnome/libsecret/libsecret_0.21.1.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-gnome/libsecret/libsecret_0.21.1.bb b/meta/recipes-gnome/libsecret/libsecret_0.21.2.bb index f762d7c343..2d8ea952c5 100644 --- a/meta/recipes-gnome/libsecret/libsecret_0.21.1.bb +++ b/meta/recipes-gnome/libsecret/libsecret_0.21.2.bb | |||
| @@ -13,7 +13,7 @@ inherit gnomebase gi-docgen vala gobject-introspection manpages | |||
| 13 | 13 | ||
| 14 | DEPENDS += "glib-2.0 libgcrypt gettext-native" | 14 | DEPENDS += "glib-2.0 libgcrypt gettext-native" |
| 15 | 15 | ||
| 16 | SRC_URI[archive.sha256sum] = "674f51323a5f74e4cb7e3277da68b5afddd333eca25bc9fd2d820a92972f90b1" | 16 | SRC_URI[archive.sha256sum] = "e4a341496a0815e64c8d3b8fabab33d7bae7efdeab77b843669731d5b181dcee" |
| 17 | 17 | ||
| 18 | GTKDOC_MESON_OPTION = 'gtk_doc' | 18 | GTKDOC_MESON_OPTION = 'gtk_doc' |
| 19 | 19 | ||
