gnu: indent: Add patch for CVE-2024-0911. [security fixes]

* gnu/packages/patches/indent-CVE-2024-0911.patch: Add patch here...
* gnu/local.mk: ...here...
* gnu/packages/code.scm (indent)[source]<origin>: ...and here.
This commit is contained in:
Nicolas Graves 2024-11-03 17:02:08 +01:00 committed by Zheng Junjie
parent d076ae1c7a
commit 7bc82833a2
No known key found for this signature in database
GPG key ID: 3B5AA993E1A2DFF0
3 changed files with 65 additions and 1 deletions

View file

@ -879,7 +879,9 @@ the C, C++, C++/CLI, ObjectiveC, C#, and Java programming languages.")
(uri (string-append "mirror://gnu/indent/indent-" version
".tar.gz"))
(sha256
(base32 "15c0ayp9rib7hzvrcxm5ijs0mpagw5y8kf5w0jr9fryfqi7n6r4y"))))
(base32 "15c0ayp9rib7hzvrcxm5ijs0mpagw5y8kf5w0jr9fryfqi7n6r4y"))
;; Remove patch when updating.
(patches (search-patches "indent-CVE-2024-0911.patch"))))
(build-system gnu-build-system)
(native-inputs
(list texinfo))