diff options
| author | Marius Bakke <marius@gnu.org> | 2022-08-12 00:06:41 +0200 |
|---|---|---|
| committer | Marius Bakke <marius@gnu.org> | 2022-08-12 00:22:29 +0200 |
| commit | 22b6eb874012df48fcf8c682e02fdfdabc6e45e5 (patch) | |
| tree | d1aa945fe275c2fac390114b9391c49b3531f15e /gnu/packages/aspell.scm | |
| parent | 191ff93b31463cc67a4c60edb1385dbe5be94846 (diff) | |
gnu: aspell: Incorporate grafted changes.
* gnu/packages/aspell.scm (aspell)[replacement]: Remove.
[source](patches): Add aspell-CVE-2019-25051.patch.
* gnu/packages/aspell.scm (aspell/replacement): Remove variable.
Diffstat (limited to 'gnu/packages/aspell.scm')
| -rw-r--r-- | gnu/packages/aspell.scm | 14 |
1 files changed, 2 insertions, 12 deletions
diff --git a/gnu/packages/aspell.scm b/gnu/packages/aspell.scm index ec0dafbc7a5..d2737ee79ac 100644 --- a/gnu/packages/aspell.scm +++ b/gnu/packages/aspell.scm | |||
| @@ -47,7 +47,6 @@ | |||
| 47 | (package | 47 | (package |
| 48 | (name "aspell") | 48 | (name "aspell") |
| 49 | (version "0.60.8") | 49 | (version "0.60.8") |
| 50 | (replacement aspell/replacement) | ||
| 51 | (source | 50 | (source |
| 52 | (origin | 51 | (origin |
| 53 | (method url-fetch) | 52 | (method url-fetch) |
| @@ -56,7 +55,8 @@ | |||
| 56 | (sha256 | 55 | (sha256 |
| 57 | (base32 | 56 | (base32 |
| 58 | "1wi60ankalmh8ds7nplz434jd7j94gdvbahdwsr539rlad8pxdzr")) | 57 | "1wi60ankalmh8ds7nplz434jd7j94gdvbahdwsr539rlad8pxdzr")) |
| 59 | (patches (search-patches "aspell-default-dict-dir.patch")))) | 58 | (patches (search-patches "aspell-default-dict-dir.patch" |
| 59 | "aspell-CVE-2019-25051.patch")))) | ||
| 60 | (build-system gnu-build-system) | 60 | (build-system gnu-build-system) |
| 61 | (arguments | 61 | (arguments |
| 62 | `(#:phases | 62 | `(#:phases |
| @@ -93,16 +93,6 @@ documents written in the UTF-8 encoding and its ability to use multiple | |||
| 93 | dictionaries, including personal ones.") | 93 | dictionaries, including personal ones.") |
| 94 | (license lgpl2.1+))) | 94 | (license lgpl2.1+))) |
| 95 | 95 | ||
| 96 | ;; Replacement package with security fixes. | ||
| 97 | (define aspell/replacement | ||
| 98 | (package | ||
| 99 | (inherit aspell) | ||
| 100 | (source | ||
| 101 | (origin | ||
| 102 | (inherit (package-source aspell)) | ||
| 103 | (patches (append (origin-patches (package-source aspell)) | ||
| 104 | (search-patches "aspell-CVE-2019-25051.patch"))))))) | ||
| 105 | |||
| 106 | ;;; | 96 | ;;; |
| 107 | ;;; Dictionaries. | 97 | ;;; Dictionaries. |
| 108 | ;;; | 98 | ;;; |
