[PATCH] gnu: aspell: Update to 0.60.8.1.

  • Open
  • quality assurance status badge
Details
One participant
  • David Pflug
Owner
unassigned
Submitted by
David Pflug
Severity
normal

Debbugs page

D
D
David Pflug wrote on 12 Nov 00:30 -0800
(address . guix-patches@gnu.org)(name . David Pflug)(address . david@pflug.io)
540c85dd071d0625bc8e7634800172f63331581e.1731400214.git.david@pflug.io
* 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(-)

Toggle diff (29 lines)
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
?
Your comment

Commenting via the web interface is currently disabled.

To comment on this conversation send an email to 74322@patchwise.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 74322
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch