mbox series

[0/2] libsecret: upgrade 0.21.7 -> 0.21.8.2

Message ID 20260917074956.22252-1-jaipaul.cheernam@est.tech
Headers show
Series libsecret: upgrade 0.21.7 -> 0.21.8.2 | expand

Message

Jaipaul Cheernam Sept. 17, 2026, 7:49 a.m. UTC
Upgrading libsecret to 0.21.8.2 exposed a bug in gnome_verdir(): it
derived the GNOME download directory by stripping the last version
component, which produced 0.21.8/ for the four-component version
0.21.8.2 instead of GNOME's 0.21/, causing the fetch to 404.

The first patch fixes gnome_verdir() to use the major.minor directory,
which is unchanged for all existing gnomebase recipes. The second patch
performs the libsecret upgrade and refreshes the downstream pam-tests
patch.

Jaipaul Cheernam (2):
  gnomebase: fix gnome_verdir for four-component versions
  libsecret: upgrade 0.21.7 -> 0.21.8.2

 meta/classes-recipe/gnomebase.bbclass          |  7 ++++++-
 ...meson-add-option-to-disable-pam-tests.patch | 18 +++++++++++-------
 ...bsecret_0.21.7.bb => libsecret_0.21.8.2.bb} |  2 +-
 3 files changed, 18 insertions(+), 9 deletions(-)
 rename meta/recipes-gnome/libsecret/{libsecret_0.21.7.bb => libsecret_0.21.8.2.bb} (92%)