GNU bug report logs - #74322
[PATCH] gnu: aspell: Update to 0.60.8.1.

Previous Next

Package: guix-patches;

Reported by: David Pflug <david <at> pflug.io>

Date: Tue, 12 Nov 2024 08:31:01 UTC

Severity: normal

Tags: patch

To reply to this bug, email your comments to 74322 AT debbugs.gnu.org.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#74322; Package guix-patches. (Tue, 12 Nov 2024 08:31:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to David Pflug <david <at> pflug.io>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Tue, 12 Nov 2024 08:31:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: David Pflug <david <at> pflug.io>
To: guix-patches <at> gnu.org
Cc: David Pflug <david <at> pflug.io>
Subject: [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





This bug report was last modified 312 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.