From 1f2825ed40b2a943b8397eac15beb84bb7e50e51 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Mon, 13 Feb 2023 14:56:24 +0800 Subject: [PATCH] editorconfig-core-c: upgrade 0.12.5 -> 0.12.6 Changelog: ========= Fix potential buffer overflow in ec_glob (#87) Add simple installation steps for Fedora (#79) Update property key, value length limits per spec change (16d1d92) Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- ...torconfig-core-c_0.12.5.bb => editorconfig-core-c_0.12.6.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-devtools/editorconfig/{editorconfig-core-c_0.12.5.bb => editorconfig-core-c_0.12.6.bb} (88%) diff --git a/meta-oe/recipes-devtools/editorconfig/editorconfig-core-c_0.12.5.bb b/meta-oe/recipes-devtools/editorconfig/editorconfig-core-c_0.12.6.bb similarity index 88% rename from meta-oe/recipes-devtools/editorconfig/editorconfig-core-c_0.12.5.bb rename to meta-oe/recipes-devtools/editorconfig/editorconfig-core-c_0.12.6.bb index da5c07ff28e..1facb352ccc 100644 --- a/meta-oe/recipes-devtools/editorconfig/editorconfig-core-c_0.12.5.bb +++ b/meta-oe/recipes-devtools/editorconfig/editorconfig-core-c_0.12.6.bb @@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=f515fff3ea0a2b9797eda60d83c0e5ca" SRC_URI = "git://github.com/editorconfig/editorconfig-core-c.git;protocol=https;branch=master" S = "${WORKDIR}/git" -SRCREV = "f6b0ca395149b5a2fbd56a488cae30306a58170f" +SRCREV = "b7837029494c03af5ea70ed9d265e8c2123bff53" inherit cmake