| Commit message (Expand) | Author | Age | Files | Lines |
* | gnu: Add mongodb.•••* gnu/packages/databases.scm (mongodb): New variable.
| Christopher Baines | 2017-10-06 | 2 | -0/+149 |
* | gnu: btrfs-progs: Update to 4.13.2.•••* gnu/packages/linux.scm (btrfs-progs): Update to 4.13.2.
| Tobias Geerinckx-Rice | 2017-10-06 | 1 | -2/+2 |
* | gnu: glibc-locales: Use 'modify-phases' syntax.•••* gnu/packages/base.scm (glibc-locales)[arguments]: Use 'modify-phases'
syntax.
| Efraim Flashner | 2017-10-06 | 1 | -6/+6 |
* | gnu: guix: Update development snapshot.•••* gnu/packages/package-management.scm (guix): Update to 8b920d7.
| Ludovic Courtès | 2017-10-06 | 1 | -3/+3 |
* | gnu: dconf: Update to 0.26.1.•••* gnu/packages/gnome.scm (dconf): Update to 0.26.1.
| Tobias Geerinckx-Rice | 2017-10-06 | 1 | -2/+2 |
* | gnu: glade: Update to 3.20.1.•••* gnu/packages/gnome.scm (glade): Update to 3.20.1.
| Tobias Geerinckx-Rice | 2017-10-06 | 1 | -2/+2 |
* | gnu: tor: Enable directory protocol compression.•••* gnu/packages/tor.scm (tor)[native-inputs]: Add pkg-config.
[inputs]: Add xz and zstd.
| Tobias Geerinckx-Rice | 2017-10-06 | 1 | -2/+6 |
* | gnu: tor: Fix typo.•••* gnu/packages/tor.scm (tor)[inputs]: Move unquote to its operand.
| Tobias Geerinckx-Rice | 2017-10-06 | 1 | -1/+1 |
* | gnu: octave: Reference makeinfo with absolute path.•••* gnu/packages/maths.scm (octave)[arguments]: Add configure-makeinfo phase.
[inputs]: Add texinfo.
[native-inputs]: Remove texinfo.
| Arun Isaac | 2017-10-06 | 1 | -3/+14 |
* | gnu: vte-ng: Update to 0.50.1.a.•••* gnu/packages/gnome.scm (vte-ng): Update to 0.50.1.a.
| Marius Bakke | 2017-10-05 | 1 | -2/+2 |
* | gnu: openjpeg: Update to 2.3.0.•••* gnu/packages/patches/openjpeg-CVE-2017-12982.patch,
gnu/packages/patches/openjpeg-CVE-2017-14040.patch,
gnu/packages/patches/openjpeg-CVE-2017-14041.patch,
gnu/packages/patches/openjpeg-CVE-2017-14151.patch,
gnu/packages/patches/openjpeg-CVE-2017-14152.patch,
gnu/packages/patches/openjpeg-CVE-2017-14164.patch: Delete files.
* gnu/local.mk (dist_patch_DATA): Remove them.
* gnu/packages/image.scm (openjpeg): Update to 2.3.0.
[source](patches): Remove.
* gnu/packages/gstreamer.scm (gst-plugins-bad)[arguments]: Adjust openjpeg
substitution.
| Marius Bakke | 2017-10-05 | 8 | -319/+4 |
* | gnu: imagemagick: Update to 6.9.9-18.•••Fixes <https://bugs.gnu.org/28692>.
Reported by Diego Nicola Barbato <dnbarbato@posteo.de>.
* gnu/packages/imagemagick.scm (imagemagick): Update to 6.9.9-18.
| Marius Bakke | 2017-10-05 | 1 | -2/+2 |
* | gnu: libpng@1.2: Update to 1.2.59.•••* gnu/packages/image.scm (libpng-1.2): Update to 1.2.59.
| Leo Famulari | 2017-10-05 | 1 | -2/+3 |
* | gnu: certbot, python-acme: Update to 0.19.0.•••* gnu/packages/tls.scm (certbot, python-acme): Update to 0.19.0.
| Leo Famulari | 2017-10-05 | 1 | -3/+3 |
* | gnu: lightning: Update to 2.1.2.•••* gnu/packages/assembly.scm (lightning): Update to 2.1.2.
| Kei Kebreau | 2017-10-05 | 1 | -2/+2 |
* | gnu: Add pdsh.•••* gnu/packages/ssh.scm (pdsh): New variable.
| Ricardo Wurmus | 2017-10-05 | 1 | -0/+38 |
* | gnu: Add imb-openmpi.•••* gnu/packages/benchmark.scm (imb): New procedure.
(imb-openmpi): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Dave Love | 2017-10-05 | 1 | -1/+66 |
* | gnu: Add python-numpy-next.•••* gnu/packages/python.scm (python-numpy-next, python2-numpy-next): New
variables.
| Ricardo Wurmus | 2017-10-05 | 1 | -0/+22 |
* | Revert "gnu: python-numpy: Update to 1.13.1."•••This reverts commit 025b196d9b739418dd9d305864fdb1fb1d0d5af2.
This is necessary as neither the current release nor the latest development
version of python-pandas can be build with numpy 1.13.x.
| Ricardo Wurmus | 2017-10-05 | 1 | -5/+6 |
* | gnu: curl: Update replacement to 7.56.0 [security fixes].•••Fixes CVE-2017-1000254.
See <https://curl.haxx.se/docs/adv_20171004.html> for details.
* gnu/packages/curl.scm (curl)[replacement]: Update to 7.56.0.
(curl-7.55.0): Rename to ...
(curl-7.56.0): ... this.
[arguments]: Remove 'fix-Makefile' phase.
[source]: Remove patch.
* gnu/packages/patches/curl-bounds-check.patch: Delete it.
* gnu/local.mk (dist_patch_DATA): Remove it.
| Kei Kebreau | 2017-10-04 | 2 | -36/+4 |
* | gnu: go: update to 1.9.1 [security fixes].•••See the release announcement and bug reports for more details about the
security issues fixed in this release:
https://groups.google.com/forum/m/#!topic/golang-nuts/sHfMg4gZNps
https://golang.org/issue/22125
https://golang.org/issue/22134
* gnu/packages/golang.scm (go-1.9): Update to 1.9.1.
| Leo Famulari | 2017-10-04 | 1 | -2/+2 |
* | gnu: xorg-server: Update to 1.19.4 [fixes CVE-2017-13721, CVE-2017-13723].•••The GPG signature for the bz2 tarball is bad, but the checksum matches the
signed release announcement, and contents are identical to the good .gz.
* gnu/packages/xorg.scm (xorg-server): Update to 1.19.4.
[source]: Remove obsolete patches.
* gnu/packages/patches/xorg-server-CVE-2017-10971.patch,
gnu/packages/patches/xorg-server-CVE-2017-10972.patch: Delete files.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
| Marius Bakke | 2017-10-05 | 3 | -194/+4 |
* | gnu: mutt: Update to 1.9.1.•••* gnu/packages/mail.scm (mutt): Update to 1.9.1.
| Leo Famulari | 2017-10-04 | 1 | -2/+2 |
* | gnu: isync: Update to 1.3.0.•••* gnu/packages/mail.scm (isync): Update to 1.3.0.
[native-inputs]: Add perl.
| Leo Famulari | 2017-10-04 | 1 | -2/+4 |
* | gnu: Add python-parameterized.•••* gnu/packages/check.scm (python-parameterized, python2-parameterized): New
variables.
| Ricardo Wurmus | 2017-10-04 | 1 | -0/+24 |
* | gnu: python-numexpr: Update to 2.6.4.•••* gnu/packages/python.scm (python-numexpr): Update to 2.6.4.
| Ricardo Wurmus | 2017-10-04 | 1 | -2/+2 |
* | gnu: python-numpy: Give sh store location instead of setting $SHELL.•••* gnu/packages/python.scm (python-numpy): [arguments] Don't set $SHELL in the
environment, but embed the store location of bash-minimal as a default
shell. Otherwise, we have to set $SHELL for every package which uses
numpy's distutils.
| Thomas Danckaert | 2017-10-04 | 1 | -2/+5 |
* | gnu: virtuoso-ose: Limit to 64-bit platforms.•••* gnu/packages/databases.scm (virtuoso-ose)[supported-systems]: New field.
| Efraim Flashner | 2017-10-04 | 1 | -0/+2 |
* | gnu: emacs-pyim: Fix error input name•••* gnu/packages/emacs.scm (emacs-pyim): Fix error input name.
Signed-off-by: Christopher Baines <mail@cbaines.net>
| Feng Shu | 2017-10-04 | 1 | -1/+1 |
* | gnu: emacs-slime: Update to 2.20.•••* gnu/packages/emacs.scm (emacs-slime): Update to 2.20.
Signed-off-by: Christopher Baines <mail@cbaines.net>
| Oleg Pykhalov | 2017-10-04 | 1 | -2/+2 |
* | gnu: clisp: Update to 2.49-60.•••* gnu/packages/lisp.scm (clisp): Update to 2.49-60.
[source]: Download mercurial repository, apply patch.
[inputs]: Replace readline@6.2 with readline, add ncurses.
[arguments]: Add multiple configure flags. Remove build phase to build
in "src" directory. Remove more uses of a timestamp.
| Efraim Flashner | 2017-10-04 | 2 | -11/+64 |
* | gnu: Standardise indentation of finance module imports.•••* gnu/packages/finance.scm (define-module): Use 2 space indentation.
| Christopher Baines | 2017-10-04 | 1 | -31/+31 |
* | gnu: Add snd.•••* gnu/packages/audio.scm (snd): New variable.
| 宋文武 | 2017-10-04 | 1 | -0/+62 |
* | gnu: awscli: Update to 1.11.164.•••* gnu/packages/python.scm (awscli): Update to 1.11.164.
| David Thompson | 2017-10-03 | 1 | -2/+2 |
* | gnu: openssh: Update to 7.6p1.•••* gnu/packages/ssh.scm (openssh): Update to 7.6p1.
| Marius Bakke | 2017-10-03 | 1 | -2/+2 |
* | gnu: vte-ng: Update to 0.50.0.a.•••* gnu/packages/gnome.scm (vte-ng): Update to 0.50.0.a.
| Marius Bakke | 2017-10-03 | 1 | -2/+2 |
* | gnu: qemu: Update to 2.10.1.•••* gnu/packages/patches/qemu-CVE-2017-13711.patch,
gnu/packages/patches/qemu-CVE-2017-14167.patch: Delete files.
* gnu/local.mk (dist_patch_DATA): Remove them.
* gnu/packages/virtualization.scm (qemu): Update to 2.10.1.
[source](patches): Remove.
| Marius Bakke | 2017-10-03 | 3 | -162/+2 |
* | gnu: imagemagick: Update to 6.9.9-17.•••* gnu/packages/imagemagick.scm (imagemagick): Update to 6.9.9-17.
| Marius Bakke | 2017-10-03 | 1 | -2/+2 |
* | gnu: p11-kit: Update to 0.23.9.•••* gnu/packages/tls.scm (p11-kit): Update to 0.23.9.
| Marius Bakke | 2017-10-03 | 1 | -2/+2 |
* | gnu: libsodium: Update to 1.0.15.•••* gnu/packages/crypto.scm (libsodium): Update to 1.0.15.
| Marius Bakke | 2017-10-03 | 1 | -2/+2 |
* | gnu: python-nose-timer: Add missing patch.•••* gnu/packages/patches/python-nose-timer-drop-ordereddict.patch: New file.
* gnu/local.mk: Add it.
| Cyril Roelandt | 2017-10-03 | 1 | -0/+44 |
* | gnu: Add heimdall.•••* gnu/packages/flashing-tools.scm (heimdall): New variable.
Co-Authored-By: Danny Milosavljevic <dannym@scratchpost.org>
| Julien Lepiller | 2017-10-03 | 1 | -8/+59 |
* | gnu: Add java-osgi-service-packageadmin.•••* gnu/packages/java.scm (java-osgi-service-packageadmin): New variable.
| Julien Lepiller | 2017-10-03 | 1 | -0/+27 |
* | gnu: Add java-osgi-service-cm.•••* gnu/packages/java.scm (java-osgi-service-cm): New variable.
| Julien Lepiller | 2017-10-03 | 1 | -0/+28 |
* | gnu: Add java-osgi-util-tracker.•••* gnu/packages/java.scm (java-osgi-util-tracker): New variable.
| Julien Lepiller | 2017-10-03 | 1 | -0/+28 |
* | gnu: Add java-osgi-service-resolver.•••* gnu/packages/java.scm (java-osgi-service-resolver): New variable.
| Julien Lepiller | 2017-10-03 | 1 | -0/+29 |
* | gnu: Add java-osgi-service-jdbc.•••* gnu/packages/java.scm (java-osgi-service-jdbc): New variable.
| Julien Lepiller | 2017-10-03 | 1 | -0/+32 |
* | gnu: Add java-osgi-service-log.•••* gnu/packages/java.scm (java-osgi-service-log): New variable.
| Julien Lepiller | 2017-10-03 | 1 | -0/+27 |
* | gnu: Add java-osgi-framework.•••* gnu/packages/java.scm (java-osgi-framework): New variable.
| Julien Lepiller | 2017-10-03 | 1 | -0/+27 |
* | gnu: Add java-osgi-service-repository.•••* gnu/packages/java.scm (java-osgi-service-repository): New variable.
| Julien Lepiller | 2017-10-03 | 1 | -0/+29 |