diff mbox series

[AUH] zlib: upgrading to 1.3 SUCCEEDED

Message ID 0101018a55708478-5b662143-f296-4254-95bd-4ceece37c6c9-000000@us-west-2.amazonses.com
State New
Headers show
Series [AUH] zlib: upgrading to 1.3 SUCCEEDED | expand

Commit Message

auh@yoctoproject.org Sept. 2, 2023, 10:29 a.m. UTC
Hello,

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

Next steps:
    - apply the patch: git am 0001-zlib-upgrade-1.2.13-1.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 63883745c29eb2b1be263a4fb70161b3ac9fc838 Mon Sep 17 00:00:00 2001
From: Upgrade Helper <auh@yoctoproject.org>
Date: Fri, 1 Sep 2023 11:08:28 +0000
Subject: [PATCH] zlib: upgrade 1.2.13 -> 1.3

---
 meta/recipes-core/zlib/{zlib_1.2.13.bb => zlib_1.3.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-core/zlib/{zlib_1.2.13.bb => zlib_1.3.bb} (93%)
diff mbox series

Patch

diff --git a/meta/recipes-core/zlib/zlib_1.2.13.bb b/meta/recipes-core/zlib/zlib_1.3.bb
similarity index 93%
rename from meta/recipes-core/zlib/zlib_1.2.13.bb
rename to meta/recipes-core/zlib/zlib_1.3.bb
index ec977a3035..c8fd855ee6 100644
--- a/meta/recipes-core/zlib/zlib_1.2.13.bb
+++ b/meta/recipes-core/zlib/zlib_1.3.bb
@@ -13,7 +13,7 @@  SRC_URI = "https://zlib.net/${BP}.tar.gz \
            "
 UPSTREAM_CHECK_URI = "http://zlib.net/"
 
-SRC_URI[sha256sum] = "b3a24de97a8fdbc835b9833169501030b8977031bcb54b3b3ac13740f846ab30"
+SRC_URI[sha256sum] = "ff0ba4c292013dbc27530b3a81e1f9a813cd39de01ca5e0f8bf355702efa593e"
 
 # When a new release is made the previous release is moved to fossils/, so add this
 # to PREMIRRORS so it is also searched automatically.