diff options
author | Nicolas Graves <ngraves@ngraves.fr> | 2025-03-06 21:19:19 +0100 |
---|---|---|
committer | Zheng Junjie <z572@z572.online> | 2025-06-23 12:32:51 +0800 |
commit | 8dfd0173ee9a3d08f2b3a832216e81b69bfc95fd (patch) | |
tree | 6f9227cd4257f04ab0b290dedfc0e99405b60858 /gnu/packages/xml.scm | |
parent | afaae8ab2fd080413e31a5843e2700405f2f8552 (diff) |
gnu: tinyxml: Fix CVE-2023-34194.
* gnu/packages/patches/tinyxml-CVE-2023-34194.patch: Add patch.
* gnu/packages/xml.scm, gnu/local.mk: Record it.
Signed-off-by: Zheng Junjie <z572@z572.online>
Diffstat (limited to 'gnu/packages/xml.scm')
-rw-r--r-- | gnu/packages/xml.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/xml.scm b/gnu/packages/xml.scm index 10cd6d98fa..2ae9209f75 100644 --- a/gnu/packages/xml.scm +++ b/gnu/packages/xml.scm @@ -1288,7 +1288,8 @@ UTF-8 and UTF-16 encoding.") (sha256 (base32 "14smciid19lvkxqznfig77jxn5s4iq3jpb47vh5a6zcaqp7gvg8m")) - (patches (search-patches "tinyxml-use-stl.patch")))) + (patches (search-patches "tinyxml-use-stl.patch" + "tinyxml-CVE-2023-34194.patch")))) (build-system gnu-build-system) ;; This library is missing *a lot* of the steps to make it usable, so we ;; have to add them here, like every other distro must do. |