diff mbox series

[AUH] lzlib: upgrading to 1.15 SUCCEEDED

Message ID 01010194697fdbfa-8ff02713-83fd-4bf5-b7c8-feea219cae2c-000000@us-west-2.amazonses.com
State New
Headers show
Series [AUH] lzlib: upgrading to 1.15 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) *lzlib* to *1.15* has Succeeded.

Next steps:
    - apply the patch: git am 0001-lzlib-upgrade-1.14-1.15.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 7b18501206369168cd0a0eb89fcdb4cae6f769bf Mon Sep 17 00:00:00 2001
From: Upgrade Helper <auh@yoctoproject.org>
Date: Wed, 15 Jan 2025 08:26:41 +0000
Subject: [PATCH] lzlib: upgrade 1.14 -> 1.15

---
 meta/recipes-extended/lzip/{lzlib_1.14.bb => lzlib_1.15.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-extended/lzip/{lzlib_1.14.bb => lzlib_1.15.bb} (93%)
diff mbox series

Patch

diff --git a/meta/recipes-extended/lzip/lzlib_1.14.bb b/meta/recipes-extended/lzip/lzlib_1.15.bb
similarity index 93%
rename from meta/recipes-extended/lzip/lzlib_1.14.bb
rename to meta/recipes-extended/lzip/lzlib_1.15.bb
index a6010bbf27..087b781873 100644
--- a/meta/recipes-extended/lzip/lzlib_1.14.bb
+++ b/meta/recipes-extended/lzip/lzlib_1.15.bb
@@ -6,7 +6,7 @@  LIC_FILES_CHKSUM = "file://COPYING;md5=04d943636aa1482e0a97d924d9f4f68f \
                     "
 
 SRC_URI = "${SAVANNAH_GNU_MIRROR}/lzip/lzlib/lzlib-${PV}.tar.gz"
-SRC_URI[sha256sum] = "5acac8714ed4f306020bae660dddce706e5f8a795863679037da9fe6bf4dcf6f"
+SRC_URI[sha256sum] = "4afab907a46d5a7d14e927a1080c3f4d7e3ca5a0f9aea81747d8fed0292377ff"
 
 B = "${WORKDIR}/build"
 do_configure[cleandirs] = "${B}"