/build-aux/

ckages/aspell.scm?id=f9ada7fdc4d4dad63a3bbb4a43bbb3f8441f0c60'>diff
path: root/gnu/packages/aspell.scm
AgeCommit message (Collapse)Author
2022-08-10gnu: aspell: Fix CVE-2019-25051 with a graft.Marius Bakke
This partially reverts commit 468c95e9415bc303cfa36c9b67bbd2ce0abe904b in order to prevent rebuilding 2k+ packages via 'inkscape'. * gnu/packages/aspell.scm (aspell)[replacement]: New field. [source](patches): Remove "aspell-CVE-2019-25051.patch". (aspell/replacement): New private variable.
2022-08-09gnu: aspell: Patch CVE-2019-25051.Efraim Flashner
* gnu/packages/aspell.scm (aspell)[source]: Add patch. * gnu/packages/patches/aspell-CVE-2019-25051.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it.
2022-05-01gnu: ispell: Update to 3.4.05.Tobias Geerinckx-Rice
* gnu/packages/aspell.scm (ispell): Update to 3.4.05. [arguments]: Don't explicitly return #t from phases.
2022-01-14gnu: aspell-dictionary: Try to find new releases.Efraim Flashner
* gnu/packages/aspell.scm (aspell-dictionary)[properties]: New field.
2021-12-13gnu: Simplify package inputs.Ludovic Courtès
This commit was obtained by running: ./pre-inst-env guix style without any additional argument.
2021-06-05gnu: ispell: Update to 3.4.04.Tobias Geerinckx-Rice
* gnu/packages/aspell.scm (ispell): Update to 3.4.04.
2021-06-02gnu: ispell: Update to 3.4.03.Tobias Geerinckx-Rice
* gnu/packages/aspell.scm (ispell): Update to 3.4.03.
2021-05-18gnu: hunspell-dict-en & variants: Make reproducible.Tobias Geerinckx-Rice
* gnu/packages/aspell.scm (aspell-word-list)[arguments]: Add a new 'make-reproducible phase. Fixes <http://issues.guix.gnu.org/48499>.
2021-05-06gnu: aspell-dict-en: Update to 2020.12.07-0.Tobias Geerinckx-Rice
* gnu/packages/aspell.scm (aspell-dict-en): Update to 2020.12.07-0.
2021-04-30gnu: Add aspell-dict-ro.Sergiu Ivanov
* gnu/packages/aspell.scm (aspell-dict-ro): New variable. Signed-off-by: Julien Lepiller <julien@lepiller.eu>