diff options
author | Yi Zhao <yi.zhao@windriver.com> | 2024-09-22 11:31:46 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-09-30 17:00:50 +0100 |
commit | b076530cbb27666dc4d86d2b69747239031eb621 (patch) | |
tree | efbd672982b09e7738e922e341092218d933f0b5 /meta/recipes-devtools/json-c | |
parent | 90827ca3cf5d8bfa86657c525d0473359eeb0c8f (diff) | |
download | poky-b076530cbb27666dc4d86d2b69747239031eb621.tar.gz |
json-c: upgrade 0.17 -> 0.18
ChangeLog:
https://github.com/json-c/json-c/blob/json-c-0.18-20240915/ChangeLog
(From OE-Core rev: f5cd6133d229a7acfb9b9983833370744bd2ba7b)
Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/json-c')
-rw-r--r-- | meta/recipes-devtools/json-c/json-c_0.18.bb (renamed from meta/recipes-devtools/json-c/json-c_0.17.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-devtools/json-c/json-c_0.17.bb b/meta/recipes-devtools/json-c/json-c_0.18.bb index 92ab612175..2fd1897ba8 100644 --- a/meta/recipes-devtools/json-c/json-c_0.17.bb +++ b/meta/recipes-devtools/json-c/json-c_0.18.bb | |||
@@ -9,10 +9,10 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=de54b60fbbc35123ba193fea8ee216f2" | |||
9 | SRC_URI = "https://s3.amazonaws.com/json-c_releases/releases/${BP}.tar.gz \ | 9 | SRC_URI = "https://s3.amazonaws.com/json-c_releases/releases/${BP}.tar.gz \ |
10 | file://run-ptest \ | 10 | file://run-ptest \ |
11 | " | 11 | " |
12 | SRC_URI[sha256sum] = "7550914d58fb63b2c3546f3ccfbe11f1c094147bd31a69dcd23714d7956159e6" | 12 | SRC_URI[sha256sum] = "876ab046479166b869afc6896d288183bbc0e5843f141200c677b3e8dfb11724" |
13 | 13 | ||
14 | # NVD uses full tag name including date | 14 | # NVD uses full tag name including date |
15 | CVE_VERSION = "0.17-20230812" | 15 | CVE_VERSION = "0.18-20240915" |
16 | 16 | ||
17 | UPSTREAM_CHECK_URI = "https://github.com/${BPN}/${BPN}/tags" | 17 | UPSTREAM_CHECK_URI = "https://github.com/${BPN}/${BPN}/tags" |
18 | UPSTREAM_CHECK_REGEX = "json-c-(?P<pver>\d+(\.\d+)+)-\d+" | 18 | UPSTREAM_CHECK_REGEX = "json-c-(?P<pver>\d+(\.\d+)+)-\d+" |