diff mbox series

[AUH] wolfssl: upgrading to 5.6.4 SUCCEEDED

Message ID 0101018b9851bb35-34e2ee1a-8127-4cfd-a323-7e0ec1e331c8-000000@us-west-2.amazonses.com
State New
Headers show
Series [AUH] wolfssl: upgrading to 5.6.4 SUCCEEDED | expand

Commit Message

auh@yoctoproject.org Nov. 4, 2023, 3:12 a.m. UTC
Hello,

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

Next steps:
    - apply the patch: git am 0001-wolfssl-upgrade-5.5.4-5.6.4.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 ed448a72b98ac5413d3245997ecf5b485dcc5cc7 Mon Sep 17 00:00:00 2001
From: Upgrade Helper <auh@yoctoproject.org>
Date: Sat, 4 Nov 2023 03:06:12 +0000
Subject: [PATCH] wolfssl: upgrade 5.5.4 -> 5.6.4

---
 .../wolfssl/{wolfssl_5.5.4.bb => wolfssl_5.6.4.bb}              | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-networking/recipes-connectivity/wolfssl/{wolfssl_5.5.4.bb => wolfssl_5.6.4.bb} (93%)
diff mbox series

Patch

diff --git a/meta-networking/recipes-connectivity/wolfssl/wolfssl_5.5.4.bb b/meta-networking/recipes-connectivity/wolfssl/wolfssl_5.6.4.bb
similarity index 93%
rename from meta-networking/recipes-connectivity/wolfssl/wolfssl_5.5.4.bb
rename to meta-networking/recipes-connectivity/wolfssl/wolfssl_5.6.4.bb
index 9ac859f30..a4f42e7bf 100644
--- a/meta-networking/recipes-connectivity/wolfssl/wolfssl_5.5.4.bb
+++ b/meta-networking/recipes-connectivity/wolfssl/wolfssl_5.6.4.bb
@@ -13,7 +13,7 @@  PROVIDES += "cyassl"
 RPROVIDES:${PN} = "cyassl"
 
 SRC_URI = "git://github.com/wolfSSL/wolfssl.git;protocol=https;branch=master"
-SRCREV = "4fbd4fd36a21efd9d1a7e17aba390e91c78693b1"
+SRCREV = "37884f864d6fd9b04f44677cb04da15d0c9d6526"
 
 S = "${WORKDIR}/git"