From 1f2825ed40b2a943b8397eac15beb84bb7e50e51 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Mon, 13 Feb 2023 14:56:24 +0800 Subject: 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 --- .../editorconfig/editorconfig-core-c_0.12.5.bb | 15 --------------- .../editorconfig/editorconfig-core-c_0.12.6.bb | 15 +++++++++++++++ 2 files changed, 15 insertions(+), 15 deletions(-) delete mode 100644 meta-oe/recipes-devtools/editorconfig/editorconfig-core-c_0.12.5.bb create mode 100644 meta-oe/recipes-devtools/editorconfig/editorconfig-core-c_0.12.6.bb (limited to 'meta-oe/recipes-devtools/editorconfig') 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.5.bb deleted file mode 100644 index da5c07ff28..0000000000 --- a/meta-oe/recipes-devtools/editorconfig/editorconfig-core-c_0.12.5.bb +++ /dev/null @@ -1,15 +0,0 @@ -SUMMARY = "EditorConfig helps maintain consistent coding styles across various editors and IDEs." -HOMEPAGE = "https://https://editorconfig.org" -SECTION = "libs" -LICENSE = "BSD-2-Clause" -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" - -inherit cmake - -DEPENDS = "pcre2" - diff --git a/meta-oe/recipes-devtools/editorconfig/editorconfig-core-c_0.12.6.bb b/meta-oe/recipes-devtools/editorconfig/editorconfig-core-c_0.12.6.bb new file mode 100644 index 0000000000..1facb352cc --- /dev/null +++ b/meta-oe/recipes-devtools/editorconfig/editorconfig-core-c_0.12.6.bb @@ -0,0 +1,15 @@ +SUMMARY = "EditorConfig helps maintain consistent coding styles across various editors and IDEs." +HOMEPAGE = "https://https://editorconfig.org" +SECTION = "libs" +LICENSE = "BSD-2-Clause" +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 = "b7837029494c03af5ea70ed9d265e8c2123bff53" + +inherit cmake + +DEPENDS = "pcre2" + -- cgit v1.2.3-54-g00ecf