all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#74322] [PATCH] gnu: aspell: Update to 0.60.8.1.
@ 2024-11-12  8:30 David Pflug
  0 siblings, 0 replies; only message in thread
From: David Pflug @ 2024-11-12  8:30 UTC (permalink / raw)
  To: 74322; +Cc: David Pflug

* 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





^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2024-11-12  8:31 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-11-12  8:30 [bug#74322] [PATCH] gnu: aspell: Update to 0.60.8.1 David Pflug

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.