summaryrefslogtreecommitdiff
path: root/gnu/packages
AgeCommit message (Collapse)Author
2017-09-01gnu: djvulibre: Remove timestamps from .svgz files.Z. Ren
* gnu/packages/djvu.scm (djvulibre)[arguments]: New field. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-09-01gnu: Add emacs-tuareg.Oleg Pykhalov
* gnu/packages/ocaml.scm (emacs-tuareg): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-09-01gnu: emacs-ebuild-mode: Update to 1.37.ng0
* gnu/packages/emacs.scm (emacs-ebuild-mode): Update to 1.37. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-09-01gnu: Add emacs-2048-game.ng0
* gnu/packages/emacs.scm (emacs-2048-game): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-09-01gnu: r-rcas: Correct license.Ricardo Wurmus
* gnu/packages/bioinformatics.scm (r-rcas)[license]: Use correct license.
2017-09-01gnu: r-rcas: Update to 1.3.3.Ricardo Wurmus
* gnu/packages/bioinformatics.scm (r-rcas): Update to 1.3.3.
2017-09-01gnu: mysql: Enable tests on aarch64.Efraim Flashner
* gnu/packages/databases.scm (mysql)[arguments]: Remove logic disabling the tests on aarch64-linux.
2017-09-01gnu: vsearch: Update to 2.4.4.Ben Woodcroft
* gnu/packages/bioinformatics.scm (vsearch): Update to 2.4.4.
2017-09-01gnu: metabat: Update to 2.12.1.Ben Woodcroft
* gnu/packages/patches/metabat-remove-compilation-date.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it. * gnu/packages/bioinformatics.scm (metabat): Update to 2.12.1. [source]: Remove it. Use url-fetch.
2017-09-01gnu: netcdf: Fix reproducibility issue; remove unneeded references.Thomas Danckaert
* gnu/packages/maths.scm (netcdf) [arguments]: Add phase to fix the embedded 'Configured On' date; truncate reference to compiler store item.
2017-09-01gnu: hdf4: Avoid unneeded store references to compilers.Thomas Danckaert
* gnu/packages/maths.scm (hdf4) [arguments]: Add phase 'patch-settings to truncate hashes of compiler store items.
2017-09-01gnu: hdf5: Avoid unneeded store references to compilers.Thomas Danckaert
* gnu/packages/maths.scm (hdf5) [arguments]: Add phase to patch "libhdf5.settings", removing references to the C/C++/Fortran compilers.
2017-09-01gnu: hdf5: Add output for fortran interface.Thomas Danckaert
* gnu/packages/maths.scm (hdf5) [native-inputs]: Add gfortran. [outputs]: Add "fortran". [arguments]: Enable Fortran compilation; add "/lib" directory of the fortran output to the runpath of the Fortran libs; add a 'split phase to move all Fortran-related files to the the Fortran output store location.
2017-09-01gnu: python2-larch: Enable tests.Arun Isaac
* gnu/packages/patches/python2-larch-coverage-4.0a6-compatibility.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/python.scm (python2-larch)[source]: Use it. [arguments]: Move 'check' phase to before 'build' phase.
2017-09-01gnu: python2-ttystatus: Enable tests.Arun Isaac
* gnu/packages/python.scm (python2-ttystatus)[arguments]: Replace 'check' phase with custom function.
2017-09-01gnu: python2-cliapp: Enable tests.Arun Isaac
* gnu/packages/python.scm (python2-cliapp)[arguments]: Replace 'check' phase with custom function.
2017-09-01gnu: linux-libre: Update to 4.12.10.Mark H Weaver
* gnu/packages/linux.scm (%linux-libre-version): Update to 4.12.10. (%linux-libre-hash): Update hash.
2017-09-01gnu: linux-libre@4.9: Update to 4.9.46.Mark H Weaver
* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.46.
2017-09-01gnu: linux-libre@4.4: Update to 4.4.85.Mark H Weaver
* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.85.
2017-08-31gnu: libxml2/fixed: Use patches from inherited package.Marius Bakke
This is a followup to 76fed2b3c4e3703d1ad81c4330edd94d551b6334. * gnu/packages/xml.scm (libxml2/fixed)(patches): Inherit patches from LIBXML2.
2017-09-01gnu: graphicsmagick: Fix CVE-2017-{13775,13776,13777}.Efraim Flashner
* gnu/packages/imagemagick.scm (graphicsmagick)[source]: Add patches. * gnu/packages/patches/graphicsmagick-CVE-2017-13775.patch, gnu/packages/patches/graphicsmagick-CVE-2017-13776+CVE-2017-13777.patch: New files. * gnu/local.mk (dist_patch_DATA): Register them.
2017-09-01gnu: efl: Update to 1.20.3.Efraim Flashner
* gnu/packages/enlightenment.scm (efl): Update to 1.20.3.
2017-08-31gnu: Fix current-guix.Christopher Baines
Without this change, I get errors like: ERROR: In procedure string-drop: ERROR: Value out of range 0 to 35: 51 * gnu/packages/package-management.scm (current-guix): Pass exactly the same path to git-predicate and local-file, to ensure that the select? function is compatible.
2017-08-31gnu: sddm: Update to 0.15.0.Marius Bakke
* gnu/packages/display-managers.scm (sddm): Update to 0.15.0. [source]: Update tarball name. [inputs]: Add ELOGIND. [arguments]: Adjust #:configure-flags for elogind support. Add phase to patch hard-coded loginctl reference.
2017-08-31gnu: libxml2: Fix CVE-2017-{0663,7375,7376,9047,9048,9049,9050}.Alex Vong
* gnu/packages/patches/libxml2-CVE-2017-0663.patch, gnu/packages/patches/libxml2-CVE-2017-7375.patch, gnu/packages/patches/libxml2-CVE-2017-7376.patch, gnu/packages/patches/libxml2-CVE-2017-9047+CVE-2017-9048.patch, gnu/packages/patches/libxml2-CVE-2017-9049+CVE-2017-9050.patch: New files. * gnu/local.mk (dist_patch_DATA): Add them. * gnu/packages/xml.scm (libxml2)[replacement]: New field. (libxml2/fixed): New variable. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2017-08-31gnu: postgresql: Update to 9.6.5.Marius Bakke
* gnu/packages/databases.scm (postgresql): Update to 9.6.5. Release-notes: https://www.postgresql.org/docs/9.6/static/release-9-6-5.html
2017-08-31gnu: Remove python2-rpy2.Ricardo Wurmus
Python 2 is no longer supported. * gnu/packages/python.scm (python2-rpy2): Remove variable.
2017-08-31gnu: python-rpy2: Update to 2.9.0.Ricardo Wurmus
* gnu/packages/python.scm (python-rpy2): Update to 2.9.0. [arguments]: Run tests before install phase; add build phase "fix-tests". [propagated-inputs]: Add python-jinja2 and python-pytz. [inputs]: Add r-ggplot2, r-rsqlite, r-dplyr, r-dbplyr, and python-numpy.
2017-08-31gnu: python-rpy2: Update license.Ricardo Wurmus
* gnu/packages/python.scm (python-rpy2)[license]: Correct GPLv3+ to GPLv2+; list additional licenses.
2017-08-31gnu: Add r-dbplyr.Ricardo Wurmus
* gnu/packages/statistics.scm (r-dbplyr): New variable.
2017-08-31gnu: retux: Update to 1.3.5.Kei Kebreau
* gnu/packages/games.scm (retux): Update to 1.3.5.
2017-08-31gnu: python-tmx: Update to 1.10.Kei Kebreau
* gnu/packages/game-development.scm (python-tmx): Update to 1.10.
2017-08-31gnu: python-sge-pygame: Update to 1.5.1.Kei Kebreau
* gnu/packages/game-development.scm (python-sge-pygame, python2-sge-pygame): Update to 1.5.1.
2017-08-31gnu: python-pyjwt: Update to 1.5.2 [fixes CVE-2017-11424].Marius Bakke
* gnu/packages/python.scm (python-pyjwt): Update to 1.5.2. [source]: Add snippet to remove pre-compiled files. [native-inputs]: Change PYTHON-PYTEST to PYTHON-PYTEST-3.0.
2017-08-31gnu: Add emacs-idris-mode.Peter Mikkelsen
* gnu/packages/emacs.scm (emacs-idris-mode): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-08-31gnu: Add emacs-prop-menu.Peter Mikkelsen
* gnu/packages/emacs.scm (emacs-prop-menu): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-08-31gnu: knot: Update to 2.5.4.Tobias Geerinckx-Rice
* gnu/packages/dns.scm (knot): Update to 2.5.4.
2017-08-31gnu: Add pt-scotch32.Paul Garlick
* gnu/packages/maths.scm (pt-scotch32): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-08-31gnu: Add "scotch32".Paul Garlick
* gnu/packages/maths.scm (scotch32): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-08-31gnu: bioinformatics: Work around more "dotless @INC" build failures.Ben Woodcroft
* gnu/packages/bioinformatics.scm (ncbi-vdb, sra-tools)[arguments]: Add 'set-perl-search-path' phase.
2017-08-31gnu: ruby-2.2.7: Fix CVE-2017-{0899,0900,0901,0902}.Ben Woodcroft
* gnu/packages/patches/ruby-2.2.7-rubygems-2613-ruby22.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/ruby.scm (ruby-2.2.7)[source]: Use it.
2017-08-31gnu: ruby-2.3.4: Fix CVE-2017-{0899,0900,0901,0902}.Ben Woodcroft
* gnu/packages/patches/ruby-2.3.4-rubygems-2613-ruby23.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/ruby.scm (ruby-2.3.4)[source]: Use it.
2017-08-31gnu: ruby-2.4.1: Fix CVE-2017-{0899,0900,0901,0902}.Ben Woodcroft
* gnu/packages/patches/ruby-rubygems-2612-ruby24.patch, gnu/packages/patches/ruby-rubygems-2613-ruby24.patch: New files. * gnu/local.mk (dist_patch_DATA): Add them. * gnu/packages/ruby.scm (ruby-2.4.1)[source]: Use them.
2017-08-31gnu: metabat: Update to 2.11.3.Ben Woodcroft
* gnu/packages/bioinformatics.scm (metabat): Update to 2.11.3. [source]: Use git-fetch. Remove boost-related patch. * gnu/packages/patches/metabat-fix-boost-issue.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it.
2017-08-31gnu: vlc: Fix build and clean up expression.Marius Bakke
Commit 3e0c54bf4de0b5e9d77271613287457dbcd64103 touches 'configure.ac' which in turn regenerates 'po/Makefile.in.in' with the wrong SHELL and breaks install. While at it, consolidate the other patching phases and remove unneeded inputs. * gnu/packages/video.scm (vlc)[arguments]: Consolidate patching phases into a 'patch-source' phase and run it immediately after unpack. [native-inputs]: Remove AUTOCONF, AUTOMAKE and LIBTOOL.
2017-08-31gnu: vlc: Recover lost phase.Marius Bakke
This is a followup to eb1f2420d5d72bb5d178a744cffb4978c7446286. * gnu/packages/video.scm (vlc)[arguments]: Run the fix-livemedia-utils-prefix phase before configure.
2017-08-31gnu: gd: Replace with 2.2.5.Marius Bakke
Fixes CVE-2017-6362 and CVE-2017-7890. * gnu/packages/gd.scm (gd)[replacement]: New field. (gd-2.2.5): New variable. * gnu/packages/php.scm (gd-for-php): Remove variable (php)[inputs]: Replace GD-FOR-PHP with GD-2.2.5. * gnu/packages/patches/gd-CVE-2017-7890.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it.
2017-08-31gnu: claws-mail: Update to 3.15.1.Tobias Geerinckx-Rice
* gnu/packages/mail.scm (claws-mail): Update to 3.15.1.
2017-08-31gnu: Add texlive-latex-acmart.Ludovic Courtès
* gnu/packages/tex.scm (texlive-latex-acmart): New variable.
2017-08-30gnu: mbedtls-apache: Update to 2.6.0 [fixes CVE-2017-14032].Marius Bakke
* gnu/packages/tls.scm (mbedtls-apache): Update to 2.6.0.