]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commitdiff
libsecret: upgrade 0.21.6 -> 0.21.7
authorGyorgy Sarvari <skandigraun@gmail.com>
Fri, 8 Aug 2025 13:32:14 +0000 (15:32 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 11 Aug 2025 17:03:13 +0000 (18:03 +0100)
Changelog:
- docs: Fix return comment of secret_value_get_text
- bash-completion: Fix man section number in secret-tool completion file
- bash-completion: Integrate external extended bash-completion script
- bash-completion: Require minimal version for bash-completion
- meson: Use newlines for build options

Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
meta/recipes-gnome/libsecret/libsecret/0001-meson-add-option-to-disable-pam-tests.patch
meta/recipes-gnome/libsecret/libsecret_0.21.7.bb [moved from meta/recipes-gnome/libsecret/libsecret_0.21.6.bb with 92% similarity]

index da5ed1fd32b3601385ebeee2e4f9e74c99d143fe..e0a5737eab87f8f3f9ece30d80f86ceb9b3fd69b 100644 (file)
@@ -15,11 +15,15 @@ diff --git a/meson_options.txt b/meson_options.txt
 index 936eff8..2ae14f2 100644
 --- a/meson_options.txt
 +++ b/meson_options.txt
-@@ -8,3 +8,4 @@ option('bashcompdir', type: 'string', value: '', description: 'Override default
- option('bash_completion', type: 'feature', value: 'auto', description: 'Install bash completion files')
- option('tpm2', type: 'boolean', value: false, description: 'With TPM2 Software Stack')
- option('pam', type: 'boolean', value: false, description: 'Build PAM module')
-+option('pam-tests', type: 'boolean', value: true, description: 'Build PAM Tests')
+@@ -61,3 +61,8 @@
+   description: 'Build PAM module',
+ )
+
++option('pam-tests',
++  type: 'boolean',
++  value: true,
++  description: 'Build PAM Tests'
++)
 diff --git a/pam/meson.build b/pam/meson.build
 index 8413b58..5155329 100644
 --- a/pam/meson.build
similarity index 92%
rename from meta/recipes-gnome/libsecret/libsecret_0.21.6.bb
rename to meta/recipes-gnome/libsecret/libsecret_0.21.7.bb
index f40b1159ebdc3002e9b3f4ba1d5022ec920e8192..e77f83e92fe94ab12977dc22b49b394b11317a63 100644 (file)
@@ -13,7 +13,7 @@ inherit gnomebase gi-docgen vala gobject-introspection manpages
 DEPENDS += "glib-2.0 libgcrypt gettext-native"
 
 SRC_URI += "file://0001-meson-add-option-to-disable-pam-tests.patch"
-SRC_URI[archive.sha256sum] = "747b8c175be108c880d3adfb9c3537ea66e520e4ad2dccf5dce58003aeeca090"
+SRC_URI[archive.sha256sum] = "6b452e4750590a2b5617adc40026f28d2f4903de15f1250e1d1c40bfd68ed55e"
 
 EXTRA_OEMESON += "-Dpam-tests=false"