Age | Commit message (Collapse) | Author |
|
The tests were silently skipped with Python 3.4. With Python 3.5, this caused
the build of python-feedparser to fail.
* gnu/packages/python.scm (python-feedparser, python2-feedparser)[arguments]:
Disable the tests.
|
|
* gnu/packages/patches/libwebp-CVE-2016-9085.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/image.scm (libwebp)[source]: Use it.
|
|
* gnu/packages/image.scm (libwebp): Update to 0.5.1.
|
|
* gnu/packages/emacs.scm (emacs-request): New variable.
|
|
* gnu/packages/qt.scm (qwt): New variable.
Signed-off-by: Marius Bakke <mbakke@fastmail.com>
|
|
* gnu/packages/bioinformatics.scm (r-mutationalpatterns): New variable.
|
|
* gnu/packages/image.scm (japer): Update to 1.900.16.
|
|
* gnu/packages/gnustep.scm (windowmaker)[inputs]: Add giflib, libpng,
and libtiff.
|
|
* gnu/packages/statistics.scm (r): Use uname from Guix.
|
|
* gnu/packages/python.scm (python-urllib3): Update to 1.18.1.
[home-page]: Use https URL.
|
|
* gnu/packages/linux.scm (mdadm-static): New variable.
|
|
* gnu/packages/sdl.scm (libmikmod): Update to 3.3.10.
|
|
* gnu/packages/sdl.scm (sdl2): Update to 2.0.5.
|
|
* gnu/packages/sdl.scm (sdl, sdl2, sdl-image, sdl-mixer, sdl-net)
(sdl-ttf, sdl2-image, sdl2-ttf)[source]: Use https.
[home-page]: Use https.
|
|
* gnu/packages/linux.scm (mcelog): Update to 144.
|
|
* gnu/packages/linux.scm (btrfs-progs): Update to 4.8.2.
|
|
* gnu/packages/gnupg.scm (gnupg)[inputs]: Add pcsc-lite.
[arguments]: Rename phase 'patch-config-files' to 'patch-paths'. Patch
`scd/scdaemon.c' with absolute path of libpcsclite.so.
Signed-off-by: Marius Bakke <mbakke@fastmail.com>
|
|
* gnu/packages/security-token.scm (pcsc-lite): New variable.
Signed-off-by: Marius Bakke <mbakke@fastmail.com>
|
|
* gnu/packages/textutils.scm (dbacl): New variable.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
|
|
* gnu/packages/valgrind.scm (valgrind)[arguments]: Use 'modify-phases'
syntax.
|
|
* gnu/packages/valgrind.scm (valgrind): Update to 3.12.0.
|
|
As suggested by Efraim Flashner.
* gnu/packages/python.scm (python-pathlib2): Add comment.
|
|
* gnu/packages/gnome.scm (shotwell): Update to 0.25.0.
[inputs]: Add gcr.
|
|
* gnu/packages/dav.scm (vdirsyncer): Update to 0.14.0.
|
|
* gnu/packages/lolcode.scm: New file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add it.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
|
|
* gnu/packages/ssh.scm (autossh): New variable.
|
|
* gnu/packages/statistics.scm (r): Update to 3.3.1.
|
|
* gnu/packages/statistics.scm (r-matrixstats): Update to 0.51.0.
|
|
* gnu/packages/statistics.scm (r-r-utils): Update to 2.4.0.
|
|
* gnu/packages/statistics.scm (r-irlba): Update to 2.1.2.
|
|
* gnu/packages/statistics.scm (r-codetools): Update to 0.2-15.
|
|
* gnu/packages/statistics.scm (r-snow): Update to 0.4-2.
|
|
* gnu/packages/statistics.scm (r-backports): Update to 1.0.4.
|
|
* gnu/packages/statistics.scm (r-foreign): Update to 0.8-67.
|
|
* gnu/packages/statistics.scm (r-cluster): Update to 2.0.5.
|
|
* gnu/packages/statistics.scm (r-acepack): Update to 1.4.0.
|
|
* gnu/packages/statistics.scm (r-r6): Update to 2.2.0.
|
|
* gnu/packages/statistics.scm (r-evaluate): Update to 0.10.
|
|
* gnu/packages/statistics.scm (r-reshape2): Update to 1.4.2.
|
|
* gnu/packages/statistics.scm (r-stringi): Update to 1.1.2.
|
|
* gnu/packages/statistics.scm (r-matrix): Update to 1.2-7.1.
|
|
* gnu/packages/statistics.scm (r-colorspace): Update to 1.2-7.
|
|
* gnu/packages/web.scm (r-jsonlite): Update to 1.1.
|
|
* gnu/packages/web.scm (r-curl): Update to 2.2.
|
|
* gnu/packages/bioinformatics.scm (r-seqinr): Update to 3.3-3.
|
|
* gnu/packages/maths.scm (armadillo-for-rcpparmadillo): Update to
7.500.0.
* gnu/packages/statistics.scm (r-rcpparmadillo): Update to 0.7.500.0.0.
|
|
* gnu/packages/maths.scm (armadillo): Update to 7.500.0.
|
|
* gnu/packages/statistics.scm (r-rmarkdown): Update to 1.1.
[propagated-inputs]: Add r-evaluate, r-tibble.
|
|
* gnu/packages/bioinformatics.scm (bioperl-minimal): Update to 1.7.0.
|
|
The fix from upstream did not apply cleanly due to many context changes.
This was adapted by cloning mupdf 1.9a from git and fixing conflicts
after applying our patches and cherry-picking upstream commit 1e03c06.
This is a follow-up to 47a04fca999b91309d196afc9ebf4d8ac6f2083f.
* gnu/packages/patches/mupdf-CVE-2016-8674.patch: Adapt to 1.9a.
|