diff options
author | Nicolas Graves <ngraves@ngraves.fr> | 2025-03-07 19:28:16 +0100 |
---|---|---|
committer | Zheng Junjie <z572@z572.online> | 2025-06-23 12:32:52 +0800 |
commit | 788e3b87a7dadf93e3834a0f4397afe5c18355b8 (patch) | |
tree | 2e6d63ea70ef4acb5ebae899f8bdf391adc556a0 /gnu/packages/web.scm | |
parent | 142a3d5177d3bea52caad8f6a68ece4b034110b1 (diff) |
gnu: yajl: Patch CVE-2023-33460.
* gnu/packages/patches/yajl-CVE-2023-33460.patch: Add file.
* gnu/local.mk: Record patch.
* gnu/packages/web.scm (yajl)[source]: Record patch.
Signed-off-by: Zheng Junjie <z572@z572.online>
Diffstat (limited to 'gnu/packages/web.scm')
-rw-r--r-- | gnu/packages/web.scm | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm index 8c1c5506e9..74bdc657fa 100644 --- a/gnu/packages/web.scm +++ b/gnu/packages/web.scm @@ -1749,7 +1749,9 @@ C.") (file-name (git-file-name name version)) (sha256 (base32 - "00yj06drb6izcxfxfqlhimlrb089kka0w0x8k27pyzyiq7qzcvml")))) + "00yj06drb6izcxfxfqlhimlrb089kka0w0x8k27pyzyiq7qzcvml")) + (patches + (search-patches "yajl-CVE-2023-33460.patch")))) (build-system cmake-build-system) (arguments '(#:phases |