diff mbox series

[AUH] log4cplus: upgrading to 2.1.2 SUCCEEDED

Message ID 010101934122caf5-bbba7cff-50cd-427b-8925-f61eaa4e2168-000000@us-west-2.amazonses.com
State New
Headers show
Series [AUH] log4cplus: upgrading to 2.1.2 SUCCEEDED | expand

Commit Message

auh@yoctoproject.org Nov. 18, 2024, 9:16 p.m. UTC
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe(s) *log4cplus* to *2.1.2* has Succeeded.

Next steps:
    - apply the patch: git am 0001-log4cplus-upgrade-2.1.1-2.1.2.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 57767521fe69df8ef9777dcfa3e7d4b2978d2ed9 Mon Sep 17 00:00:00 2001
From: Upgrade Helper <auh@yoctoproject.org>
Date: Sat, 16 Nov 2024 17:44:18 +0000
Subject: [PATCH] log4cplus: upgrade 2.1.1 -> 2.1.2

---
 .../log4cplus/{log4cplus_2.1.1.bb => log4cplus_2.1.2.bb}        | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-devtools/log4cplus/{log4cplus_2.1.1.bb => log4cplus_2.1.2.bb} (90%)
diff mbox series

Patch

diff --git a/meta/recipes-devtools/log4cplus/log4cplus_2.1.1.bb b/meta/recipes-devtools/log4cplus/log4cplus_2.1.2.bb
similarity index 90%
rename from meta/recipes-devtools/log4cplus/log4cplus_2.1.1.bb
rename to meta/recipes-devtools/log4cplus/log4cplus_2.1.2.bb
index be3c787ab2..9a3c31e887 100644
--- a/meta/recipes-devtools/log4cplus/log4cplus_2.1.1.bb
+++ b/meta/recipes-devtools/log4cplus/log4cplus_2.1.2.bb
@@ -9,7 +9,7 @@  LIC_FILES_CHKSUM = "file://LICENSE;md5=41e8e060c26822886b592ab4765c756b"
 
 SRC_URI = "${SOURCEFORGE_MIRROR}/project/${BPN}/${BPN}-stable/${PV}/${BP}.tar.gz \
           "
-SRC_URI[sha256sum] = "42dc435928917fd2f847046c4a0c6086b2af23664d198c7fc1b982c0bfe600c1"
+SRC_URI[sha256sum] = "e2673815ea34886f29b2213fff19cc1a6707a7e65099927a19ea49b4eb018822"
 
 UPSTREAM_CHECK_URI = "https://sourceforge.net/projects/log4cplus/files/log4cplus-stable/"
 UPSTREAM_CHECK_REGEX = "log4cplus-stable/(?P<pver>\d+(\.\d+)+)/"