diff mbox series

[AUH] libsoup: upgrading to 3.6.3 SUCCEEDED

Message ID 010101946980014a-21fa5024-a81f-4946-ae8f-0eb02fa63c0e-000000@us-west-2.amazonses.com
State New
Headers show
Series [AUH] libsoup: upgrading to 3.6.3 SUCCEEDED | expand

Commit Message

auh@yoctoproject.org Jan. 15, 2025, 10:26 a.m. UTC
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe(s) *libsoup* to *3.6.3* has Succeeded.

Next steps:
    - apply the patch: git am 0001-libsoup-upgrade-3.6.1-3.6.3.patch
    - check the changes to upstream patches and summarize them in the commit message,
    - compile an image that contains the package
    - perform some basic sanity tests
    - amend the patch and sign it off: git commit -s --reset-author --amend
    - send it to the appropriate mailing list

Alternatively, if you believe the recipe should not be upgraded at this time,
you can fill RECIPE_NO_UPDATE_REASON in respective recipe file so that
automatic upgrades would no longer be attempted.

Please review the attached files for further information and build/update failures.
Any problem please file a bug at https://bugzilla.yoctoproject.org/enter_bug.cgi?product=Automated%20Update%20Handler

Regards,
The Upgrade Helper

-- >8 --
From 77214001a0808e857c527ad97793535e63368ff8 Mon Sep 17 00:00:00 2001
From: Upgrade Helper <auh@yoctoproject.org>
Date: Wed, 15 Jan 2025 10:24:23 +0000
Subject: [PATCH] libsoup: upgrade 3.6.1 -> 3.6.3

---
 .../libsoup/{libsoup_3.6.1.bb => libsoup_3.6.3.bb}              | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-support/libsoup/{libsoup_3.6.1.bb => libsoup_3.6.3.bb} (96%)
diff mbox series

Patch

diff --git a/meta/recipes-support/libsoup/libsoup_3.6.1.bb b/meta/recipes-support/libsoup/libsoup_3.6.3.bb
similarity index 96%
rename from meta/recipes-support/libsoup/libsoup_3.6.1.bb
rename to meta/recipes-support/libsoup/libsoup_3.6.3.bb
index 6ac48fb944..62fc549fd9 100644
--- a/meta/recipes-support/libsoup/libsoup_3.6.1.bb
+++ b/meta/recipes-support/libsoup/libsoup_3.6.3.bb
@@ -12,7 +12,7 @@  DEPENDS = "glib-2.0 glib-2.0-native libxml2 sqlite3 libpsl nghttp2"
 SHRT_VER = "${@d.getVar('PV').split('.')[0]}.${@d.getVar('PV').split('.')[1]}"
 
 SRC_URI = "${GNOME_MIRROR}/libsoup/${SHRT_VER}/libsoup-${PV}.tar.xz"
-SRC_URI[sha256sum] = "ceb1f1aa2bdd73b2cd8159d3998c96c55ef097ef15e4b4f36029209fa18af838"
+SRC_URI[sha256sum] = "a0d84ab07bd168b317d319b0dc40c8b301b4543fba2ec42fa733914b2081afbd"
 
 PROVIDES = "libsoup-3.0"
 CVE_PRODUCT = "libsoup"