Commit graph

18458 commits

Author SHA1 Message Date
Leo Famulari 1d311009fe
gnu: util-linux: Fix CVE-2017-2616.
* gnu/packages/patches/util-linux-CVE-2017-2616.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/linux.scm (util-linux)[replacement]: New field.
(util-linux/fixed): New variable.
2017-02-23 15:01:54 -05:00
Leo Famulari 1c851cbe0c
gnu: shadow: Fix CVE-2017-2616.
* gnu/packages/patches/shadow-CVE-2017-2616.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/admin.scm (shadow): Use it.
2017-02-23 14:59:50 -05:00
Leo Famulari 9f05908fb1
download: Provide a fall-back guile for older daemons.
Fixes <http://bugs.gnu.org/25775>.

* guix/download.scm (in-band-download): Use %bootstrap-guile as a
fall-back when using older daemons that do not have a built-in
downloader.

Written-by: Ricardo Wurmus <rekado@elephly.net>
2017-02-23 14:27:35 -05:00
Leo Famulari b191f0a6c5
services: guix: Support building in a directory besides '/tmp'.
* gnu/services/base.scm (<guix-configuration>)[tmpdir]: New field.
(guix-shepherd-service): Use 'tmpdir' in #:environment-variables.
* doc/guix.texi (Base Services)[guix-configuration]: Document it.
2017-02-23 13:03:14 -05:00
Clément Lassieur 94b28aed1e
gnu: prosody: Update to 0.9.12.
* gnu/packages/messaging.scm (prosody): Update to 0.9.12.
  [inputs]: Change lua5.1-sec-0.5 to lua5.1-sec.
* gnu/packages/lua.scm (lua5.1-sec-0.5): Remove variable.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2017-02-23 14:46:19 +01:00
Marius Bakke 2b7d10d2db
gnu: maim: Update to 4.4.47.
* gnu/packages/xdisorg.scm (maim): Update to 4.4.47.
[arguments]: Remove obsolete 'patch-source' phase.
[inputs]: Remove LIBX11 and IMLIB2. Add GLM, LIBJPEG-TURBO, LIBPNG,
LIBXCOMPOSITE, MESA and ZLIB.
2017-02-23 14:06:19 +01:00
Marius Bakke 937b71dfce
gnu: slop: Update to 5.3.21.
* gnu/packages/xdisorg.scm (slop): Update to 5.3.21.
[arguments]: Specify -std=gnu++11 in #:configure-flags.
[inputs]: Drop LIBX11, LIBXRANDR, IMLIB2 and GLEW. Add GLM.
2017-02-23 13:53:34 +01:00
Leo Famulari 93d32da9f8
services: guix: Support using an HTTP proxy.
* gnu/services/base.scm (<guix-configuration>)[http-proxy]: New field.
(guix-shepherd-service): Use 'http-proxy' in #:environment-variables.
* doc/guix.texi (Base Services)[guix-configuration]: Document it.
2017-02-22 15:25:55 -05:00
Leo Famulari 8923441951
gnu: linux-libre@4.1, linux-libre@4.4, linux-libre@4.9: Fix CVE-2017-6074.
* gnu/packages/linux.scm (linux-libre-4.1, linux-libre-4.4,
linux-libre-4.9): Add patch for CVE-2017-6074.
2017-02-22 12:38:57 -05:00
Danny Milosavljevic f59a20cb6c
gnu: xonsh: Update to 0.5.5.
* gnu/packages/shells.scm (xonsh): Update to 0.5.5.
2017-02-22 11:33:06 +01:00
Danny Milosavljevic 052f75da75
gnu: python-pygame: Update to 1.9.3.
* gnu/packages/game-development.scm (python-pygame)[version]: Update to 1.9.3.
[source]: Use pypi-uri.
[inputs]: Add freetype.
[arguments]: Use python-3 instead of python-2.
Provide path to freetype library in 'set-library-paths' phase.
Remove "src/movie.c" dummy substitution.
(python2-pygame): New variable.
2017-02-22 11:31:30 +01:00
Marius Bakke c0185d8e84
gnu: nginx: Update to 1.11.10.
* gnu/packages/web.scm (nginx): Update to 1.11.10.
2017-02-22 10:31:59 +01:00
Marius Bakke 6983b8a826
gnu: strace: Update to 4.16.
* gnu/packages/linux.scm (strace): Update to 4.16.
[arguments]: Add phase to patch /bin/sh reference. New field.
[home-page]: Update to redirected URL.
2017-02-22 10:24:00 +01:00
Marius Bakke c762d09e89
gnu: bash-completion: Update to 2.5.
* gnu/packages/bash.scm (bash-completion): Update to 2.5.
2017-02-22 08:13:05 +01:00
Marius Bakke 7db818c945
gnu: ola: Update to 0.10.3.
* gnu/packages/lighting.scm (ola): Update to 0.10.3.
2017-02-22 08:13:01 +01:00
Marius Bakke bc5d2620b6
gnu: mpv: Update to 0.24.0.
* gnu/packages/video.scm (mpv): Update to 0.24.0.
2017-02-22 08:12:57 +01:00
Marius Bakke 7031b9a763
gnu: libass: Update to 0.13.6.
* gnu/packages/video.scm (libass): Update to 0.13.6.
2017-02-22 08:12:53 +01:00
Christopher Allan Webber aaf1bdc349
gnu: Add guile-fibers.
* gnu/packages/guile.scm (guile-fibers): New variable.
2017-02-21 22:22:36 -06:00
Leo Famulari 53a55c9c86
gnu: curl: Update replacement to 7.53.0 [fixes CVE-2017-2629].
* gnu/packages/curl.scm (curl-7.52.1): Replace variable with ...
(curl-7.53.0): ... new variable.
(curl)[replacement]: Update to 7.53.0.
2017-02-21 19:07:05 -05:00
Marius Bakke 0ef7ea66b9
gnu: dlib: Update to 19.2.
* gnu/packages/machine-learning.scm (dlib): Update to 19.2.
[arguments]: Enable previously failing tests. Fix truthiness of some phases.
[source]: End snippet on #t.
2017-02-21 16:34:26 +01:00
Marius Bakke 025519fa95
gnu: diffoscope: Update to 77.
* gnu/packages/package-management.scm (diffoscope): Update to 77.
[arguments]: Remove obsolete colordiff substitution. Adjust 'xxd' substitution
to source path renames. Fix test failure by making it required.
2017-02-21 16:07:30 +01:00
Marius Bakke 2178b580cb
gnu: feh: Update to 2.18.2.
* gnu/packages/image-viewers.scm (feh): Update to 2.18.2.
2017-02-21 15:53:17 +01:00
Andy Wingo 4995ae7540
gnu: guile-next: Update to 2.1.7.
* gnu/packages/guile.scm (guile-next): Update to 2.1.7.
2017-02-21 10:18:38 +01:00
Leo Famulari f769c1d77a
gnu: lcms: Specify 'cpe-name'.
* gnu/packages/ghostscript.scm (lcms)[properties]: New field.
2017-02-21 00:18:04 -05:00
Leo Famulari 05d80f0c54
gnu: imagemagick: Update to 6.9.7-9.
* gnu/packages/imagemagick.scm (imagemagick): Update to 6.9.7-9.
2017-02-20 23:31:02 -05:00
ng0 f578a41260
gnu: usbredir: Use correct url.
* gnu/packages/spice.scm (usbredir)[source]: Update repository URL.

Signed-off-by: Ben Woodcroft <donttrustben@gmail.com>
2017-02-20 21:31:26 +10:00
Efraim Flashner ab4ccc8fcf
daemon: Ensure proper alignment on the stack.
* nix/libstore/build.cc (startBuilder): When calling 'clone', increase
the step to 16 and ensure it aligns properly on the stack.
2017-02-20 13:09:03 +02:00
Ricardo Wurmus 3b254d7613
gnu: ardour: Update to 5.6.
* gnu/packages/audio.scm (ardour): Update to 5.6.
2017-02-20 09:37:26 +01:00
Mark H Weaver 52d901da0c
gnu: linux-libre: Update to 4.10. Keep 4.9 as longterm release.
* gnu/packages/linux.scm (%linux-libre-version): Update to 4.10.
(%linux-libre-hash): Update hash.
(linux-libre-4.9): New variable.
* gnu/packages/linux-libre-4.10-x86_64.conf,
gnu/packages/linux-libre-4.10-i686.conf: New files.
* Makefile.am (KCONFIGS): Add them.
2017-02-20 03:04:35 -05:00
Marius Bakke 361d982ce3
gnu: Add python-cycler.
* gnu/packages/python.scm (python-cycler, python2-cycler): New variables.
2017-02-19 23:29:57 +01:00
Marius Bakke b35f442e62
gnu: Remove xf86-video-modesetting.
This is part of xorg-server since version 1.17:

https://cgit.freedesktop.org/xorg/xserver/commit/?id=35dc7c75150733dbcef8a18b6796f49a7c48ebee

* gnu/packages/xorg.scm (xf86-video-modesetting): Remove variable.
* gnu/services/xorg.scm (xorg-configuration-file, %default-xorg-modules):
Adjust accordingly.
2017-02-19 23:29:38 +01:00
Marius Bakke 4a4fc718d0
gnu: jemalloc: Update to 4.4.0.
* gnu/packages/jemalloc.scm (jemalloc): Update to 4.4.0.
[source, home-page]: Update to current URLs.
2017-02-19 22:25:44 +01:00
Ricardo Wurmus 8071bbbcfa
gnu: qtractor: Use new home page.
* gnu/packages/music.scm (qtractor)[home-page]: Use new home page.
2017-02-19 13:03:30 +01:00
Ricardo Wurmus 873253ddd3
gnu: qtractor: Update to 0.8.1.
* gnu/packages/music.scm (qtractor): Update to 0.8.1.
2017-02-19 13:03:21 +01:00
Mark H Weaver c93f50698c
gnu: linux-libre: Update to 4.9.11.
* gnu/packages/linux.scm (%linux-libre-version): Update to 4.9.11.
(%linux-libre-hash): Update hash.
2017-02-18 21:46:35 -05:00
Mark H Weaver 64d385380c
gnu: linux-libre@4.4: Update to 4.4.50.
* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.50.
2017-02-18 21:45:29 -05:00
Leo Famulari bd1450f1e4
gnu: ntfs-3g: Fix patch for CVE-2017-0358.
This is a followup to commit 1a82ba660e.

* gnu/packages/patches/ntfs-3g-CVE-2017-0358.patch: Make patch apply.
2017-02-18 14:20:38 -05:00
Rodger Fox 365950ce92
gnu: pioneers: Update to 15.4.
* gnu/packages/games.scm: Update to 15.4.

Signed-off-by: Kei Kebreau <kei@openmailbox.org>
2017-02-18 14:14:11 -05:00
Kei Kebreau f31bb3a0cf
Revert "updated pioneers to latest version."
This reverts commit 2f7eccc048.
2017-02-18 14:13:32 -05:00
Rodger Fox 2f7eccc048
updated pioneers to latest version.
Signed-off-by: Kei Kebreau <kei@openmailbox.org>
2017-02-18 13:07:13 -05:00
Leo Famulari f54cf6428b
gnu: vdirsyncer: Use add-installed-pythonpath in the check phase.
* gnu/packages/dav.scm (vdirsyncer)[arguments]: Move the check phase
into the normal part of the build sequence and use add-installed-pythonpath.
2017-02-18 10:24:07 -05:00
Leo Famulari 945b6721eb
gnu: vdirsyncer: Don't fail the test suite when the build machine is slow.
* gnu/packages/patches/vdirsyncer-test-suite-slow-machines.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/dav.scm (vdirsyncer)[source]: Use it.
2017-02-18 10:24:03 -05:00
ng0 1ba67b6286
gnu: Add emacs-dream-theme.
* gnu/packages/emacs.scm (emacs-dream-theme): New variable.
2017-02-18 14:26:30 +01:00
Nicolas Goaziou a26d6bcc53
gnu: emacs-org: Update to 20170210.
* gnu/packages/emacs.scm (emacs-org): Update to 20170210.
2017-02-18 11:16:46 +01:00
Mark H Weaver 42e721a13d
gnu: webkitgtk: Update to 2.14.5.
* gnu/packages/webkit.scm (webkitgtk): Update to 2.14.5.
2017-02-18 00:53:35 -05:00
Leo Famulari fbbb1abf89
gnu: inkscape: Update to 0.92.1.
* gnu/packages/inkscape.scm (inkscape): Update to 0.92.1.
2017-02-17 17:56:36 -05:00
John Darrington 1f45f18abe
installer: Aris: update synopis and description.
* gnu/packages/maths.scm (aris): Use the synopsis and description from the
web page instead of the README file.
2017-02-17 18:52:24 +01:00
John Darrington 193abc8232
gnu: Add aris.
* gnu/packages/maths.scm(aris): New variable.
2017-02-17 18:33:24 +01:00
Tobias Geerinckx-Rice 4f4bca0f10
gnu: fish: Fix build after upstream changes.
The 2.5.0 release was incorrectly packaged, then fixed in place. This is,
in a way, a follow-up to commit 89eb56f05f.
See <https://github.com/fish-shell/fish-shell/issues/3807>.

Reported by ng0 <contact.ng0@cryptolab.net>.

* gnu/packages/shells.scm (fish)[source]: Update hash.
[native-inputs]: Remove autoconf, automake, and libtool.
[arguments]: Remove ‘bootstrap’ phase.
2017-02-17 16:18:27 +01:00
Leo Famulari bef7a9a305
gnu: linux-libre@4.4: Update to 4.4.49.
* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.49.
2017-02-17 08:54:57 -05:00