spdlog: upgrade 1.15.0 -> 1.15.3

Fixes CVE-2025-6140 (in 1.15.2).

Signed-off-by: Peter Marko <peter.marko@siemens.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Peter Marko
2025-07-12 12:53:16 +02:00
committed by Khem Raj
parent 99376af87c
commit edf62865d5
@@ -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"