diff mbox series

[AUH] nettle: upgrading to 3.9.1 SUCCEEDED

Message ID 01010188c2544ff9-7b145640-6436-43a6-86fa-d9b0658864bb-000000@us-west-2.amazonses.com
State New
Headers show
Series [AUH] nettle: upgrading to 3.9.1 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 *nettle* to *3.9.1* has Succeeded.

Next steps:
    - apply the patch: git am 0001-nettle-upgrade-3.8.1-3.9.1.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 2d53ebc9c967ac2a96398e258c872563a72f3ef8 Mon Sep 17 00:00:00 2001
From: Upgrade Helper <auh@yoctoproject.org>
Date: Fri, 16 Jun 2023 01:09:36 +0000
Subject: [PATCH] nettle: upgrade 3.8.1 -> 3.9.1

---
 .../recipes-support/nettle/{nettle_3.8.1.bb => nettle_3.9.1.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-support/nettle/{nettle_3.8.1.bb => nettle_3.9.1.bb} (96%)
diff mbox series

Patch

diff --git a/meta/recipes-support/nettle/nettle_3.8.1.bb b/meta/recipes-support/nettle/nettle_3.9.1.bb
similarity index 96%
rename from meta/recipes-support/nettle/nettle_3.8.1.bb
rename to meta/recipes-support/nettle/nettle_3.9.1.bb
index 92cc966dbb..6bb76a6217 100644
--- a/meta/recipes-support/nettle/nettle_3.8.1.bb
+++ b/meta/recipes-support/nettle/nettle_3.9.1.bb
@@ -20,7 +20,7 @@  SRC_URI = "${GNU_MIRROR}/${BPN}/${BP}.tar.gz \
            file://check-header-files-of-openssl-only-if-enable_.patch \
            "
 
-SRC_URI[sha256sum] = "364f3e2b77cd7dcde83fd7c45219c834e54b0c75e428b6f894a23d12dd41cbfe"
+SRC_URI[sha256sum] = "ccfeff981b0ca71bbd6fbcb054f407c60ffb644389a5be80d6716d5b550c6ce3"
 
 UPSTREAM_CHECK_REGEX = "nettle-(?P<pver>\d+(\.\d+)+)\.tar"