diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2023-12-26 15:01:07 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-12-29 09:04:17 -0800 |
commit | bef4681e41882684022a4d95036aab8f2632ed15 (patch) | |
tree | 367850152ad8d916deadf375d029c79c5d9db1e2 | |
parent | 85360acc4d93e135a647bf4819b9ba524df3cdf0 (diff) | |
download | meta-openembedded-bef4681e41882684022a4d95036aab8f2632ed15.tar.gz |
jq: upgrade 1.7 -> 1.7.1
Changelog:
==========
- CVE-2023-50246: Fix heap buffer overflow in jvp\_literal\_number\_literal
- CVE-2023-50268: fix stack-buffer-overflow if comparing nan with payload
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-oe/recipes-devtools/jq/jq_1.7.1.bb (renamed from meta-oe/recipes-devtools/jq/jq_1.7.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-devtools/jq/jq_1.7.bb b/meta-oe/recipes-devtools/jq/jq_1.7.1.bb index 5c2e3aae8..6b1233551 100644 --- a/meta-oe/recipes-devtools/jq/jq_1.7.bb +++ b/meta-oe/recipes-devtools/jq/jq_1.7.1.bb | |||
@@ -12,7 +12,7 @@ GITHUB_BASE_URI = "https://github.com/jqlang/${BPN}/releases/" | |||
12 | SRC_URI = "${GITHUB_BASE_URI}/download/${BPN}-${PV}/${BPN}-${PV}.tar.gz \ | 12 | SRC_URI = "${GITHUB_BASE_URI}/download/${BPN}-${PV}/${BPN}-${PV}.tar.gz \ |
13 | file://run-ptest \ | 13 | file://run-ptest \ |
14 | " | 14 | " |
15 | SRC_URI[sha256sum] = "402a0d6975d946e6f4e484d1a84320414a0ff8eb6cf49d2c11d144d4d344db62" | 15 | SRC_URI[sha256sum] = "478c9ca129fd2e3443fe27314b455e211e0d8c60bc8ff7df703873deeee580c2" |
16 | 16 | ||
17 | inherit autotools github-releases ptest | 17 | inherit autotools github-releases ptest |
18 | 18 | ||