[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#74034] [PATCH 03/21] gnu: halibut: Add lint-hidden-cve property.
From: |
Nicolas Graves |
Subject: |
[bug#74034] [PATCH 03/21] gnu: halibut: Add lint-hidden-cve property. |
Date: |
Sun, 27 Oct 2024 00:41:03 +0200 |
* gnu/packages/documentation.scm (halibut)
[description]: Reformat field to match max chars.
[properties]: Add lint-hidden-cve property.
---
gnu/packages/documentation.scm | 16 ++++++++++------
1 file changed, 10 insertions(+), 6 deletions(-)
diff --git a/gnu/packages/documentation.scm b/gnu/packages/documentation.scm
index f0e37561f7..7522b5f769 100644
--- a/gnu/packages/documentation.scm
+++ b/gnu/packages/documentation.scm
@@ -264,12 +264,16 @@ (define-public halibut
(home-page "https://www.chiark.greenend.org.uk/~sgtatham/halibut/")
(synopsis "Documentation production system for software manuals")
(description
- "Halibut is a text formatting system designed primarily for writing
software
-documentation. It accepts a single source format and outputs any combination
of
-plain text, HTML, Unix man or info pages, PostScript or PDF. It has extensive
-support for indexing and cross-referencing, and generates hyperlinks within
output
-documents wherever possible. It supports Unicode, with the ability to fall
back to
-an alternative representation if Unicode output is not available.")
+ "Halibut is a text formatting system designed primarily for writing
+software documentation. It accepts a single source format and outputs any
+combination of plain text, HTML, Unix man or info pages, PostScript or PDF.
+It has extensive support for indexing and cross-referencing, and generates
+hyperlinks within output documents wherever possible. It supports Unicode,
+with the ability to fall back to an alternative representation if Unicode
+output is not available.")
+ ;; This CVE concerns the halibut RPC-based communication framework,
+ ;; rather than the halibut text formatting system.
+ (properties `((lint-hidden-cve . ("CVE-2021-31819"))))
(license license:expat)))
(define-public doc++
--
2.46.0
- [bug#74034] [PATCH 00/21] Add lint-hidden-cve property for near-leaf packages., Nicolas Graves, 2024/10/26
- [bug#74034] [PATCH 01/21] gnu: libgda: Rename patch for guix lint., Nicolas Graves, 2024/10/26
- [bug#74034] [PATCH 02/21] gnu: upx: Update to 4.2.4., Nicolas Graves, 2024/10/26
- [bug#74034] [PATCH 06/21] gnu: spectra: Add lint-hidden-cve property., Nicolas Graves, 2024/10/26
- [bug#74034] [PATCH 03/21] gnu: halibut: Add lint-hidden-cve property.,
Nicolas Graves <=
- [bug#74034] [PATCH 08/21] gnu: cli: Add lint-hidden-cve property., Nicolas Graves, 2024/10/26
- [bug#74034] [PATCH 04/21] gnu: portfolio: Update to 1.0.1., Nicolas Graves, 2024/10/26
- [bug#74034] [PATCH 11/21] gnu: bolt: Update to 0.9.8., Nicolas Graves, 2024/10/26
- [bug#74034] [PATCH 12/21] gnu: sylpheed: Add release-monitoring-url property., Nicolas Graves, 2024/10/26
- [bug#74034] [PATCH 05/21] gnu: folders: Add lint-hidden-cve property., Nicolas Graves, 2024/10/26
- [bug#74034] [PATCH 07/21] gnu: express: Add lint-hidden-cve property., Nicolas Graves, 2024/10/26
- [bug#74034] [PATCH 10/21] gnu: xenon: Update to 0.9.3., Nicolas Graves, 2024/10/26
- [bug#74034] [PATCH 13/21] gnu: openvswitch: Update to 3.4.0., Nicolas Graves, 2024/10/26
- [bug#74034] [PATCH 15/21] gnu: bwm-ng: Add lint-hidden-cve property., Nicolas Graves, 2024/10/26
- [bug#74034] [PATCH 09/21] gnu: h2c: Add lint-hidden-cve property., Nicolas Graves, 2024/10/26