diff mbox series

[AUH] lzlib: upgrading to 1.16 SUCCEEDED

Message ID 0101019cf1bb7bf8-32dd4984-4c03-40b5-a353-d9a98537265b-000000@us-west-2.amazonses.com
State New
Headers show
Series [AUH] lzlib: upgrading to 1.16 SUCCEEDED | expand

Commit Message

auh@yoctoproject.org March 15, 2026, 1:42 p.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.16* has Succeeded.

Next steps:
    - apply the patch: git am 0001-lzlib-upgrade-1.15-1.16.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 be308db03d41ed8b9719ac7fb0a4ad0ec77cdfc5 Mon Sep 17 00:00:00 2001
From: Upgrade Helper <auh@yoctoproject.org>
Date: Sun, 15 Mar 2026 09:25:28 +0000
Subject: [PATCH] lzlib: upgrade 1.15 -> 1.16

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

Patch

diff --git a/meta/recipes-extended/lzip/lzlib_1.15.bb b/meta/recipes-extended/lzip/lzlib_1.16.bb
similarity index 93%
rename from meta/recipes-extended/lzip/lzlib_1.15.bb
rename to meta/recipes-extended/lzip/lzlib_1.16.bb
index 087b781873..e076581e05 100644
--- a/meta/recipes-extended/lzip/lzlib_1.15.bb
+++ b/meta/recipes-extended/lzip/lzlib_1.16.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] = "4afab907a46d5a7d14e927a1080c3f4d7e3ca5a0f9aea81747d8fed0292377ff"
+SRC_URI[sha256sum] = "203228de911780309dad6813e51541d7ea89469784f01cb661edba080ff1b038"
 
 B = "${WORKDIR}/build"
 do_configure[cleandirs] = "${B}"