summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* gnu: r-colorspace: Update to 1.3-2.Ricardo Wurmus2016-12-29
| | | | * gnu/packages/statistics.scm (r-colorspace): Update to 1.3-2.
* gnu: Add r-statmod.Raoul Jean Pierre Bonnal2016-12-29
| | | | * gnu/packages/statistics.scm (r-statmod): New variable.
* gnu: Add r-ggbeeswarm.Raoul Jean Pierre Bonnal2016-12-29
| | | | * gnu/packages/statistics.scm (r-ggbeeswarm): New variable.
* gnu: Add r-sourcetools.Raoul Jean Pierre Bonnal2016-12-29
| | | | * gnu/packages/statistics.scm (r-sourcetools): New variable.
* gnu: Add r-beeswarm.Raoul Jean Pierre Bonnal2016-12-29
| | | | * gnu/packages/statistics.scm (r-beeswarm): New variable.
* gnu: Add r-vipor.Raoul Jean Pierre Bonnal2016-12-29
| | | | * gnu/packages/statistics.scm (r-vipor): New variable.
* gnu: libpng-1.2: Update to 1.2.57 [security update].Leo Famulari2016-12-29
| | | | | * gnu/packages/image.scm (libpng-1.2): Update to 1.2.57. [replacement]: New field.
* gnu: libpng: Fix a null pointer dereference [fixes security issue].Leo Famulari2016-12-29
| | | | | | | * gnu/packages/patches/libpng-fix-null-ptr-dereference.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/image.scm (libpng)[replacement]: New field. (libpng/fixed): New variable.
* daemon: Allow fixed-output derivation builds with TMPDIR set.Ludovic Courtès2016-12-29
| | | | | | | | | | | Fixes <http://bugs.gnu.org/25242>. Reported by Leo Famulari <leo@famulari.name>. The regression was introduced in 94d92c7796a3dd50c27d532315f7d497ac99f08e. * nix/libstore/build.cc (DerivationGoal::startBuilder): Set 'useChroot' as a function 'of isBuiltin(drv)'. (DerivationGoal::runChild): Use 'useChroot' instead of 'useChroot && !isBuiltin(drv)'.
* import: elpa: Import dependencies as propagated-inputsCarlo Zancanaro2016-12-29
| | | | | | | * guix/import/elpa.scm (elpa-package->sexp): Import dependencies as propagated-inputs. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* import: elpa: Fix call-with-downloaded-fileCarlo Zancanaro2016-12-29
| | | | | | | * guix/import/elpa.scm (call-with-downloaded-file): Make function behaviour match documentation string. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: mpd: Update to 0.19.21.Leo Famulari2016-12-29
| | | | * gnu/packages/mpd.scm (mpd): Update to 0.19.21.
* gnu: rustc: Update to 1.14.0.ng02016-12-29
| | | | | | | * gnu/packages/rust.scm (rustc): Update to 1.14.0. %rust-bootstrap-binaries: Update to 1.13.0. Signed-off-by: David Craven <david@craven.ch>
* gnu: mu: Avoid bootstrapping.Ricardo Wurmus2016-12-29
| | | | | | | | * gnu/packages/mail.scm (mu)[arguments]: Rename "patch-configure.ac" to "patch-configure" and only patch "configure" script; remove "autoreconf" phase. [native-inputs]: Remove "autoconf", "automake", "libtool", and "texinfo".
* gnu: mu: Update to 0.9.18.Ricardo Wurmus2016-12-29
| | | | * gnu/packages/mail.scm (mu): Update to 0.9.18.
* gnu: perl-zip: Update to 1.59.Tobias Geerinckx-Rice2016-12-29
| | | | * gnu/packages/zip.scm (perl-zip): Update to 1.59.
* gnu: Add python-trollius-redis.ng02016-12-28
| | | | | | | * gnu/packages/python.scm (python-trollius-redis, python2-trollius-redis): New variables. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: Add python-straight-plugin.ng02016-12-28
| | | | | | | * gnu/packages/python.scm (python-straight-plugin, python2-straight-plugins): New variables. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: Add python-openid-teams.ng02016-12-28
| | | | | | | * gnu/packages/python.scm (python-openid-teams, python2-openid-teams): New variables. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: Add python-openid-cla.ng02016-12-28
| | | | | | | * gnu/packages/python.scm (python-openid-cla, python2-openid-cla): New variables. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: Add python2-openid.ng02016-12-28
| | | | | | * gnu/packages/python.scm (python2-openid): New variable. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: Add python-pygit2.ng02016-12-28
| | | | | | * gnu/packages/python.scm (python-pygit2, python2-pygit2): New variables. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: Add python-munch.ng02016-12-28
| | | | | | * gnu/packages/python.scm (python-munch, python2-munch): New variables. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: Add python-kitchen.ng02016-12-28
| | | | | | * gnu/packages/python.scm (python-kitchen, python2-kitchen): New variables. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: Add python-flask-multistatic.ng02016-12-28
| | | | | | | * gnu/packages/python.scm (python-flask-multistatic, python2-flask-multistatic): New variables. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: Add python-flask-wtf.ng02016-12-28
| | | | | | * gnu/packages/python.scm (python-flask-wtf, python2-flask-wtf): New variables. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: xonsh: Update to 0.5.1.Tobias Geerinckx-Rice2016-12-29
| | | | * gnu/packages/shells.scm (xonsh): Update to 0.5.1.
* gnu: python-prompt-toolkit: Update to 1.0.9.Tobias Geerinckx-Rice2016-12-29
| | | | * gnu/packages/python.scm (python-prompt-toolkit): Update to 1.0.9.
* gnu: python-markdown: Update to 2.6.7.Tobias Geerinckx-Rice2016-12-29
| | | | * gnu/packages/python.scm (python-markdown): Update to 2.6.7.
* gnu: python-numexpr: Update to 2.6.1.Tobias Geerinckx-Rice2016-12-29
| | | | * gnu/packages/python.scm (python-numexpr): Update to 2.6.1.
* gnu: python-babel: Update to 2.3.4.Tobias Geerinckx-Rice2016-12-29
| | | | * gnu/packages/python.scm (python-babel): Update to 2.3.4.
* gnu: glibc-hurd: Update to 2.23.Manolis Ragkousis2016-12-28
| | | | * gnu/packages/base.scm (glibc/hurd)[version]: Update to version 2.23.
* gnu: rofi: Update to 1.3.0.Marius Bakke2016-12-28
| | | | * gnu/packages/xdisorg.scm (rofi): Update to 1.3.0.
* gnu: znc: Update to 1.6.4.Tobias Geerinckx-Rice2016-12-28
| | | | * gnu/packages/messaging.scm (znc): Update to 1.6.4.
* gnu: wireshark: Update to 2.2.3.Nicolas Goaziou2016-12-27
| | | | | | * gnu/packages/networking.scm (wireshark): Update to 2.2.3. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
* gnu: emacs-org: Update to 20161224.Nicolas Goaziou2016-12-27
| | | | | | * gnu/packages/emacs.scm (emacs-org): Update to 20161224. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
* gnu: Add httpstat.Stefan Reichoer2016-12-27
| | | | | | * gnu/packages/networking.scm (httpstat): New variable. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
* gnu: Add python-netcdf4.Thomas Danckaert2016-12-27
| | | | | | * gnu/packages/python.scm (python-netcdf4, python2-netcdf4): New variables. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
* gnu: r-rcas: Update to 1.1.1.Ricardo Wurmus2016-12-27
| | | | | * gnu/packages/bioinformatics.scm (r-rcas): Update to 1.1.1. [propagated-inputs]: Add plotrix.
* gnu: python-pycrypto: Add TODO "removal" comment.Leo Famulari2016-12-26
| | | | | * gnu/packages/python.scm (python-pycrypto, python2-pycrypto): Add comment.
* gnu: python-stem: Don't use python-pycrypto.Leo Famulari2016-12-26
| | | | | | | | | | | Python-pycrypto is an optional dependency of python-stem. Python-pycrypto is unmaintained [0] and contains an exploitable buffer overflow bug [1]. [0] https://github.com/dlitz/pycrypto/issues/173 [1] https://github.com/dlitz/pycrypto/issues/176 * gnu/packages/python.scm (python-stem, python2-stem)[propagated-inputs]: Remove python-pycrypto.
* gnu: awesome: Update to 4.0.ng02016-12-26
| | | | | | | | | * gnu/packages/wm.scm (awesome): Update to 4.0. [source]: Adjust URL. [inputs]: Add xcb-util-xrm and libxkbcommon. * gnu/packages/patches/awesome-reproducible-png.patch: Adjust patch. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: diamond: Update to 0.8.30.Ben Woodcroft2016-12-27
| | | | * gnu/packages/bioinformatics.scm (diamond): Update to 0.8.30.
* gnu: python-stem: Update to 1.5.3.Leo Famulari2016-12-26
| | | | | * gnu/packages/python.scm (python-stem, python2-stem): Update to 1.5.3. [source]: Update URL.
* gnu: ruby-minitest: Update to 5.10.1.Ben Woodcroft2016-12-26
| | | | * gnu/packages/ruby.scm (ruby-minitest): Update to 5.10.1.
* gnu: Add ripit.Roel Janssen2016-12-26
| | | | * gnu/packages/cdrom.scm (ripit): New variable.
* gnu: Add perl-cddb-get.Roel Janssen2016-12-26
| | | | * gnu/packages/perl.scm (perl-cddb-get): New variable.
* gnu: emacs-guix: Update to 0.2.1.Alex Kost2016-12-26
| | | | * gnu/packages/emacs.scm (emacs-guix): Update to 0.2.1.
* gnu: xf86-video-qxl: Update to 0.1.5.Efraim Flashner2016-12-26
| | | | * gnu/packages/xorg.scm (xf86-video-qxl): Update to 0.1.5.
* gnu: Add roffit.Ricardo Wurmus2016-12-25
| | | | * gnu/packages/groff.scm (roffit): New variable.