diff options
| author | Nicolas Graves <ngraves@ngraves.fr> | 2024-11-03 17:02:08 +0100 |
|---|---|---|
| committer | Zheng Junjie <zhengjunjie@iscas.ac.cn> | 2024-11-04 17:36:29 +0800 |
| commit | 7bc82833a206fbf3f0ccc1226399bf10d8187012 (patch) | |
| tree | 4730281d3a282cd715a6248d66be761aa9c137af /gnu/packages/code.scm | |
| parent | d076ae1c7a3ab34c1d7103b70887eedb2e38a0f5 (diff) | |
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.
Diffstat (limited to 'gnu/packages/code.scm')
| -rw-r--r-- | gnu/packages/code.scm | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gnu/packages/code.scm b/gnu/packages/code.scm index b1523f5ac78..04ca4dfd6b2 100644 --- a/gnu/packages/code.scm +++ b/gnu/packages/code.scm | |||
| @@ -879,7 +879,9 @@ the C, C++, C++/CLI, Objective‑C, C#, and Java programming languages.") | |||
| 879 | (uri (string-append "mirror://gnu/indent/indent-" version | 879 | (uri (string-append "mirror://gnu/indent/indent-" version |
| 880 | ".tar.gz")) | 880 | ".tar.gz")) |
| 881 | (sha256 | 881 | (sha256 |
| 882 | (base32 "15c0ayp9rib7hzvrcxm5ijs0mpagw5y8kf5w0jr9fryfqi7n6r4y")))) | 882 | (base32 "15c0ayp9rib7hzvrcxm5ijs0mpagw5y8kf5w0jr9fryfqi7n6r4y")) |
| 883 | ;; Remove patch when updating. | ||
| 884 | (patches (search-patches "indent-CVE-2024-0911.patch")))) | ||
| 883 | (build-system gnu-build-system) | 885 | (build-system gnu-build-system) |
| 884 | (native-inputs | 886 | (native-inputs |
| 885 | (list texinfo)) | 887 | (list texinfo)) |
