summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-02-23gnu: 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. Leo Famulari
2017-02-23download: 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> Leo Famulari
2017-02-23services: 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. Leo Famulari
2017-02-23gnu: 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> Clément Lassieur
2017-02-23gnu: 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. Marius Bakke
2017-02-23gnu: 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. Marius Bakke
2017-02-22services: 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. Leo Famulari
2017-02-22gnu: 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. Leo Famulari
2017-02-22gnu: xonsh: Update to 0.5.5....* gnu/packages/shells.scm (xonsh): Update to 0.5.5. Danny Milosavljevic
2017-02-22gnu: 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. Danny Milosavljevic
2017-02-22gnu: nginx: Update to 1.11.10....* gnu/packages/web.scm (nginx): Update to 1.11.10. Marius Bakke
2017-02-22gnu: 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. Marius Bakke
2017-02-22gnu: bash-completion: Update to 2.5....* gnu/packages/bash.scm (bash-completion): Update to 2.5. Marius Bakke
2017-02-22gnu: ola: Update to 0.10.3....* gnu/packages/lighting.scm (ola): Update to 0.10.3. Marius Bakke
2017-02-22gnu: mpv: Update to 0.24.0....* gnu/packages/video.scm (mpv): Update to 0.24.0. Marius Bakke
2017-02-22gnu: libass: Update to 0.13.6....* gnu/packages/video.scm (libass): Update to 0.13.6. Marius Bakke
2017-02-21gnu: Add guile-fibers....* gnu/packages/guile.scm (guile-fibers): New variable. Christopher Allan Webber
2017-02-21gnu: 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. Leo Famulari
2017-02-21gnu: 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. Marius Bakke
2017-02-21gnu: 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. Marius Bakke
2017-02-21gnu: feh: Update to 2.18.2....* gnu/packages/image-viewers.scm (feh): Update to 2.18.2. Marius Bakke
2017-02-21gnu: guile-next: Update to 2.1.7....* gnu/packages/guile.scm (guile-next): Update to 2.1.7. Andy Wingo
2017-02-21gnu: lcms: Specify 'cpe-name'....* gnu/packages/ghostscript.scm (lcms)[properties]: New field. Leo Famulari
2017-02-20gnu: imagemagick: Update to 6.9.7-9....* gnu/packages/imagemagick.scm (imagemagick): Update to 6.9.7-9. Leo Famulari
2017-02-20gnu: usbredir: Use correct url....* gnu/packages/spice.scm (usbredir)[source]: Update repository URL. Signed-off-by: Ben Woodcroft <donttrustben@gmail.com> ng0
2017-02-20daemon: 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. Efraim Flashner
2017-02-20gnu: ardour: Update to 5.6....* gnu/packages/audio.scm (ardour): Update to 5.6. Ricardo Wurmus
2017-02-20gnu: 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. Mark H Weaver
2017-02-19gnu: Add python-cycler....* gnu/packages/python.scm (python-cycler, python2-cycler): New variables. Marius Bakke
2017-02-19gnu: 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. Marius Bakke
2017-02-19gnu: jemalloc: Update to 4.4.0....* gnu/packages/jemalloc.scm (jemalloc): Update to 4.4.0. [source, home-page]: Update to current URLs. Marius Bakke
2017-02-19gnu: qtractor: Use new home page....* gnu/packages/music.scm (qtractor)[home-page]: Use new home page. Ricardo Wurmus
2017-02-19gnu: qtractor: Update to 0.8.1....* gnu/packages/music.scm (qtractor): Update to 0.8.1. Ricardo Wurmus
2017-02-18gnu: linux-libre: Update to 4.9.11....* gnu/packages/linux.scm (%linux-libre-version): Update to 4.9.11. (%linux-libre-hash): Update hash. Mark H Weaver
2017-02-18gnu: linux-libre@4.4: Update to 4.4.50....* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.50. Mark H Weaver
2017-02-18gnu: ntfs-3g: Fix patch for CVE-2017-0358....This is a followup to commit 1a82ba660e88e731841882523084e5d878267b53. * gnu/packages/patches/ntfs-3g-CVE-2017-0358.patch: Make patch apply. Leo Famulari
2017-02-18gnu: pioneers: Update to 15.4....* gnu/packages/games.scm: Update to 15.4. Signed-off-by: Kei Kebreau <kei@openmailbox.org> Rodger Fox
2017-02-18Revert "updated pioneers to latest version."...This reverts commit 2f7eccc048de6526ef3f4c2de1c67ea0455ccb0c. Kei Kebreau
2017-02-18updated pioneers to latest version....Signed-off-by: Kei Kebreau <kei@openmailbox.org> Rodger Fox
2017-02-18gnu: 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. Leo Famulari
2017-02-18gnu: 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. Leo Famulari
2017-02-18gnu: Add emacs-dream-theme....* gnu/packages/emacs.scm (emacs-dream-theme): New variable. ng0
2017-02-18gnu: emacs-org: Update to 20170210....* gnu/packages/emacs.scm (emacs-org): Update to 20170210. Nicolas Goaziou
2017-02-18gnu: webkitgtk: Update to 2.14.5....* gnu/packages/webkit.scm (webkitgtk): Update to 2.14.5. Mark H Weaver
2017-02-17gnu: inkscape: Update to 0.92.1....* gnu/packages/inkscape.scm (inkscape): Update to 0.92.1. Leo Famulari
2017-02-17installer: Aris: update synopis and description....* gnu/packages/maths.scm (aris): Use the synopsis and description from the web page instead of the README file. John Darrington
2017-02-17gnu: Add aris....* gnu/packages/maths.scm(aris): New variable. John Darrington
2017-02-17gnu: 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 89eb56f05fa1561b09d1050147d968b98a16b07a. 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. Tobias Geerinckx-Rice
2017-02-17gnu: linux-libre@4.4: Update to 4.4.49....* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.49. Leo Famulari
2017-02-17gnu: linux-libre: Update to 4.9.10....* gnu/packages/linux.scm (%linux-libre-version): Update to 4.9.10. (%linux-libre-hash): Update hash. Leo Famulari