From edf62865d56d51417792042a0cf442b95a4bd2a4 Mon Sep 17 00:00:00 2001 From: Peter Marko Date: Sat, 12 Jul 2025 12:53:16 +0200 Subject: [PATCH] spdlog: upgrade 1.15.0 -> 1.15.3 Fixes CVE-2025-6140 (in 1.15.2). Signed-off-by: Peter Marko Signed-off-by: Khem Raj --- .../spdlog/{spdlog_1.15.0.bb => spdlog_1.15.3.bb} | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) rename meta-oe/recipes-support/spdlog/{spdlog_1.15.0.bb => spdlog_1.15.3.bb} (87%) diff --git a/meta-oe/recipes-support/spdlog/spdlog_1.15.0.bb b/meta-oe/recipes-support/spdlog/spdlog_1.15.3.bb similarity index 87% rename from meta-oe/recipes-support/spdlog/spdlog_1.15.0.bb rename to meta-oe/recipes-support/spdlog/spdlog_1.15.3.bb index 25d8249917..d03f01d3a8 100644 --- a/meta-oe/recipes-support/spdlog/spdlog_1.15.0.bb +++ b/meta-oe/recipes-support/spdlog/spdlog_1.15.3.bb @@ -3,9 +3,8 @@ HOMEPAGE = "https://github.com/gabime/spdlog/wiki" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=9573510928429ad0cbe5ba4de77546e9" -PV .= "+git" -SRCREV = "96a8f6250cbf4e8c76387c614f666710a2fa9bad" -SRC_URI = "git://github.com/gabime/spdlog.git;protocol=https;branch=v1.x" +SRCREV = "6fa36017cfd5731d617e1a934f0e5ea9c4445b13" +SRC_URI = "git://github.com/gabime/spdlog.git;protocol=https;branch=v1.x;tag=v${PV}" DEPENDS += "fmt"