diff mbox series

[AUH] libxslt: upgrading to 1.1.38 SUCCEEDED

Message ID 01010188c2544fc6-5ca48c87-6339-4954-abf5-7cd14de3c536-000000@us-west-2.amazonses.com
State New
Headers show
Series [AUH] libxslt: upgrading to 1.1.38 SUCCEEDED | expand

Commit Message

auh@yoctoproject.org June 16, 2023, 3:51 a.m. UTC
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *libxslt* to *1.1.38* has Succeeded.

Next steps:
    - apply the patch: git am 0001-libxslt-upgrade-1.1.37-1.1.38.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 a8fabe79b7022713fdacce1b1016ff656c426252 Mon Sep 17 00:00:00 2001
From: Upgrade Helper <auh@yoctoproject.org>
Date: Fri, 16 Jun 2023 00:18:22 +0000
Subject: [PATCH] libxslt: upgrade 1.1.37 -> 1.1.38

---
 .../libxslt/{libxslt_1.1.37.bb => libxslt_1.1.38.bb}            | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-support/libxslt/{libxslt_1.1.37.bb => libxslt_1.1.38.bb} (95%)
diff mbox series

Patch

diff --git a/meta/recipes-support/libxslt/libxslt_1.1.37.bb b/meta/recipes-support/libxslt/libxslt_1.1.38.bb
similarity index 95%
rename from meta/recipes-support/libxslt/libxslt_1.1.37.bb
rename to meta/recipes-support/libxslt/libxslt_1.1.38.bb
index 361bb0f8dc..bf35a94b7f 100644
--- a/meta/recipes-support/libxslt/libxslt_1.1.37.bb
+++ b/meta/recipes-support/libxslt/libxslt_1.1.38.bb
@@ -15,7 +15,7 @@  DEPENDS = "libxml2"
 
 SRC_URI = "https://download.gnome.org/sources/libxslt/1.1/libxslt-${PV}.tar.xz"
 
-SRC_URI[sha256sum] = "3a4b27dc8027ccd6146725950336f1ec520928f320f144eb5fa7990ae6123ab4"
+SRC_URI[sha256sum] = "1f32450425819a09acaff2ab7a5a7f8a2ec7956e505d7beeb45e843d0e1ecab1"
 
 UPSTREAM_CHECK_REGEX = "libxslt-(?P<pver>\d+(\.\d+)+)\.tar"