[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

David Pflug wrote 4 months ago
(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@debbugs.gnu.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
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help