diff mbox series

[AUH] libfastjson: upgrading to 1.2304.0 SUCCEEDED

Message ID 0101018b96beccae-43afb2b2-165e-4d3c-bbf0-dd2b1ddd5b56-000000@us-west-2.amazonses.com
State New
Headers show
Series [AUH] libfastjson: upgrading to 1.2304.0 SUCCEEDED | expand

Commit Message

auh@yoctoproject.org Nov. 3, 2023, 7:52 p.m. UTC
Hello,

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

Next steps:
    - apply the patch: git am 0001-libfastjson-upgrade-0.99.9-1.2304.0.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 29723afc65af7f2f2dca6e989fee55f29625ae89 Mon Sep 17 00:00:00 2001
From: Upgrade Helper <auh@yoctoproject.org>
Date: Fri, 3 Nov 2023 13:57:33 +0000
Subject: [PATCH] libfastjson: upgrade 0.99.9 -> 1.2304.0

---
 .../rsyslog/{libfastjson_0.99.9.bb => libfastjson_1.2304.0.bb}  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-oe/recipes-extended/rsyslog/{libfastjson_0.99.9.bb => libfastjson_1.2304.0.bb} (85%)
diff mbox series

Patch

diff --git a/meta-oe/recipes-extended/rsyslog/libfastjson_0.99.9.bb b/meta-oe/recipes-extended/rsyslog/libfastjson_1.2304.0.bb
similarity index 85%
rename from meta-oe/recipes-extended/rsyslog/libfastjson_0.99.9.bb
rename to meta-oe/recipes-extended/rsyslog/libfastjson_1.2304.0.bb
index 24ad17267..f16126d93 100644
--- a/meta-oe/recipes-extended/rsyslog/libfastjson_0.99.9.bb
+++ b/meta-oe/recipes-extended/rsyslog/libfastjson_1.2304.0.bb
@@ -8,7 +8,7 @@  DEPENDS = ""
 
 SRC_URI = "git://github.com/rsyslog/libfastjson.git;protocol=https;branch=master"
 
-SRCREV = "0293afb3913f760c449348551cca4d2df59c1a00"
+SRCREV = "3a8402c1de7c7747c95229db26d8d32fb85a7a52"
 
 S = "${WORKDIR}/git"