diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2024-06-06 17:06:07 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-06-07 09:11:56 -0700 |
commit | eb6d56d777716a8a35505dbd691e07022bde44c3 (patch) | |
tree | a1b512c85a9d8f3037377cfaadd49f45978bf23b | |
parent | c2469b4fb551b108b23aa7d52af4a5fec86a2e9b (diff) | |
download | meta-openembedded-eb6d56d777716a8a35505dbd691e07022bde44c3.tar.gz |
editorconfig-core-c: upgrade 0.12.6 -> 0.12.7
Changelog:
==========
- Fix pointer overflow in STRING_CAT.
- Fix a few more stack buffer overflows.
- Add license for FindPcre2 from LuaDist.
- Document and CI fixes.
License-Update:
Add license for FindPcre2 from LuaDist
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-oe/recipes-devtools/editorconfig/editorconfig-core-c_0.12.7.bb (renamed from meta-oe/recipes-devtools/editorconfig/editorconfig-core-c_0.12.6.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
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.7.bb index 976120b515..2c594d229e 100644 --- a/meta-oe/recipes-devtools/editorconfig/editorconfig-core-c_0.12.6.bb +++ b/meta-oe/recipes-devtools/editorconfig/editorconfig-core-c_0.12.7.bb | |||
@@ -2,12 +2,12 @@ SUMMARY = "EditorConfig helps maintain consistent coding styles across various e | |||
2 | HOMEPAGE = "https://https://editorconfig.org" | 2 | HOMEPAGE = "https://https://editorconfig.org" |
3 | SECTION = "libs" | 3 | SECTION = "libs" |
4 | LICENSE = "BSD-2-Clause" | 4 | LICENSE = "BSD-2-Clause" |
5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=f515fff3ea0a2b9797eda60d83c0e5ca" | 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=38f617473e9f7373b5e79baf437accf8" |
6 | 6 | ||
7 | SRC_URI = "git://github.com/editorconfig/editorconfig-core-c.git;protocol=https;branch=master" | 7 | SRC_URI = "git://github.com/editorconfig/editorconfig-core-c.git;protocol=https;branch=master" |
8 | 8 | ||
9 | S = "${WORKDIR}/git" | 9 | S = "${WORKDIR}/git" |
10 | SRCREV = "b7837029494c03af5ea70ed9d265e8c2123bff53" | 10 | SRCREV = "fd8cf1e94ecf4e6e4493833f96140cf9bd17578e" |
11 | 11 | ||
12 | inherit cmake | 12 | inherit cmake |
13 | 13 | ||