mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-05 02:50:46 +00:00
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:
+2
-3
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user