[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#74322] [PATCH] gnu: aspell: Update to 0.60.8.1.
From: |
David Pflug |
Subject: |
[bug#74322] [PATCH] gnu: aspell: Update to 0.60.8.1. |
Date: |
Tue, 12 Nov 2024 03:30:14 -0500 |
* gnu/packages/aspell.scm (aspell): Update to 0.60.8.1.
Removing the CVE patch, as it was fixed by this release.
Change-Id: Ide96551fbf85278ce2d42a2dda5f9dc8e1c87e60
---
gnu/packages/aspell.scm | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/aspell.scm b/gnu/packages/aspell.scm
index ffb13025f3..a962c58c11 100644
--- a/gnu/packages/aspell.scm
+++ b/gnu/packages/aspell.scm
@@ -48,7 +48,7 @@ (define-module (gnu packages aspell)
(define-public aspell
(package
(name "aspell")
- (version "0.60.8")
+ (version "0.60.8.1")
(source
(origin
(method url-fetch)
@@ -56,9 +56,8 @@ (define-public aspell
version ".tar.gz"))
(sha256
(base32
- "1wi60ankalmh8ds7nplz434jd7j94gdvbahdwsr539rlad8pxdzr"))
- (patches (search-patches "aspell-default-dict-dir.patch"
- "aspell-CVE-2019-25051.patch"))))
+ "06yjhwlgpcvbrl5g83qjrpzjwjx7hka5lhsfc3x5gm229nri5nnn"))
+ (patches (search-patches "aspell-default-dict-dir.patch"))))
(build-system gnu-build-system)
(arguments
`(#:phases
base-commit: 0cbd830ebb8ce802afe99c439ce7fdee448074be
--
2.46.0
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [bug#74322] [PATCH] gnu: aspell: Update to 0.60.8.1.,
David Pflug <=