unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: David Pflug <david@pflug.io>
To: 74322@debbugs.gnu.org
Cc: David Pflug <david@pflug.io>
Subject: [bug#74322] [PATCH] gnu: aspell: Update to 0.60.8.1.
Date: Tue, 12 Nov 2024 03:30:14 -0500	[thread overview]
Message-ID: <540c85dd071d0625bc8e7634800172f63331581e.1731400214.git.david@pflug.io> (raw)

* 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





                 reply	other threads:[~2024-11-12  8:31 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=540c85dd071d0625bc8e7634800172f63331581e.1731400214.git.david@pflug.io \
    --to=david@pflug.io \
    --cc=74322@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).