diff options
| author | Gyorgy Sarvari <skandigraun@gmail.com> | 2026-04-20 08:27:35 +0200 |
|---|---|---|
| committer | Anuj Mittal <anuj.mittal@oss.qualcomm.com> | 2026-04-24 21:13:20 +0530 |
| commit | f251c270256ff57bd1621415b4445e5f4b178c34 (patch) | |
| tree | 6f28bb3f78b40383b17047b43bd83e461b853422 /meta-oe/recipes-devtools/jq/jq_1.8.1.bb | |
| parent | c5475650885213ef6e8be8de60ae536e7d360e07 (diff) | |
| download | meta-openembedded-f251c270256ff57bd1621415b4445e5f4b178c34.tar.gz | |
jq: patch CVE-2026-33947
Details: https://nvd.nist.gov/vuln/detail/CVE-2026-33947
Backport the patch that is referenced by the NVD report.
Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
(cherry picked from commit 525e18ce214213193d9a280de3bfd2deb847110e)
Signed-off-by: Anuj Mittal <anuj.mittal@oss.qualcomm.com>
Diffstat (limited to 'meta-oe/recipes-devtools/jq/jq_1.8.1.bb')
| -rw-r--r-- | meta-oe/recipes-devtools/jq/jq_1.8.1.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-oe/recipes-devtools/jq/jq_1.8.1.bb b/meta-oe/recipes-devtools/jq/jq_1.8.1.bb index 71d7387bf8..6df1d46f48 100644 --- a/meta-oe/recipes-devtools/jq/jq_1.8.1.bb +++ b/meta-oe/recipes-devtools/jq/jq_1.8.1.bb | |||
| @@ -14,6 +14,7 @@ SRC_URI = "git://github.com/jqlang/jq.git;protocol=https;branch=master;tag=jq-${ | |||
| 14 | file://run-ptest \ | 14 | file://run-ptest \ |
| 15 | file://0001-Support-building-with-disable-maintainer-mode-and-so.patch \ | 15 | file://0001-Support-building-with-disable-maintainer-mode-and-so.patch \ |
| 16 | file://CVE-2026-32316.patch \ | 16 | file://CVE-2026-32316.patch \ |
| 17 | file://CVE-2026-33947.patch \ | ||
| 17 | " | 18 | " |
| 18 | 19 | ||
| 19 | inherit autotools ptest | 20 | inherit autotools ptest |
