summary refs log tree commit diff
AgeCommit message (Collapse)Author
2017-01-11gnu: python-pygobject: Update to 3.22.0.Mark H Weaver
* gnu/packages/glib.scm (python-pygobject): Update to 3.22.0.
2017-01-11gnu: gsettings-desktop-schemas: Update to 3.22.0.Mark H Weaver
* gnu/packages/gnome.scm (gsettings-desktop-schemas): Update to 3.22.0.
2017-01-11gnu: desktop-file-utils: Update to 0.23.Mark H Weaver
* gnu/packages/gnome.scm (desktop-file-utils): Update to 0.23.
2017-01-11gnu: shared-mime-info: Update to 1.8.Mark H Weaver
* gnu/packages/gnome.scm (shared-mime-info): Update to 1.8.
2017-01-11gnu: gmime: Update to 2.6.22.Mark H Weaver
* gnu/packages/mail.scm (gmime): Update to 2.6.22.
2017-01-11gnu: gdk-pixbuf: Eliminate graft.Mark H Weaver
* gnu/packages/gtk.scm (gdk-pixbuf): Update to 2.36.3. [replacement]: Remove field. (gdk-pixbuf/fixed): Remove variable. (package/inherit): Remove macro. (gdk-pixbuf+svg): Remove use of 'package/inherit'.
2017-01-11gnu: libgee: Update to 0.18.1.Mark H Weaver
* gnu/packages/gnome.scm (libgee): Update to 0.18.1.
2017-01-11gnu: vala: Update to 0.34.4.Mark H Weaver
* gnu/packages/gnome.scm (vala): Update to 0.34.4.
2017-01-11gnu: gobject-introspection: Update to 1.50.0.Mark H Weaver
* gnu/packages/glib.scm (gobject-introspection): Update to 1.50.0.
2017-01-11gnu: libgsf: Update to 1.14.41.Mark H Weaver
* gnu/packages/gnome.scm (libgsf): Update to 1.14.41.
2017-01-11gnu: dbus-glib: Update to 0.108.Mark H Weaver
* gnu/packages/glib.scm (dbus-glib): Update to 0.108.
2017-01-11gnu: libxml++: Update to 3.0.1.Mark H Weaver
* gnu/packages/gnome.scm (libxml++): Update to 3.0.1.
2017-01-11gnu: glibmm: Update to 2.50.0.Mark H Weaver
* gnu/packages/glib.scm (glibmm): Update to 2.50.0.
2017-01-11gnu: glib: Update to 2.50.2.Mark H Weaver
* gnu/packages/glib.scm (glib): Update to 2.50.2. [inputs]: Add util-linux.
2017-01-11gnu: mesa: Update to 13.0.3.Mark H Weaver
* gnu/packages/gl.scm (mesa): Update to 13.0.3.
2017-01-11gnu: libosinfo: Fix substitute fetching for usb.ids.Mark H Weaver
* gnu/packages/qemu.scm (libosinfo)[native-inputs]: Add 'file-name' field to 'origin' record of "usb.ids". Otherwise, the default file name contains a "?" which leads to failure to fetch nars from substitute servers.
2017-01-11gnu: ardour: Add eudev dependency.David Craven
* gnu/packages/audio.scm (ardour)[inputs]: Add eudev.
2017-01-11Revert "gnu: Add threaded variants of fftw and fftwf for Ardour and mod-host."David Craven
These variants are no longer needed. Followup to 86f4e9d76a75c405b3b6c5b3f1717df0e45f4e68. This reverts commit 45591fd7fde1a400a416cb99939f6dd766445f94.
2017-01-11gnu: kcrash: Work around race condition when starting Xvfb.Ludovic Courtès
Sometimes tests would start running before Xvfb is listening. See <https://hydra.gnu.org/build/1750201>. * gnu/packages/kde-frameworks.scm (kcrash)[arguments]: In 'start-xorg-server', add 'sleep' call after starting Xvfb. Pass "Xvfb" to 'system' instead of its absolute file name.
2017-01-11Revert "gnu: nss: Add comment about test failures in NSS 3.27.2"Leo Famulari
This reverts commit 4f6ff977c22b996765178a1dcc6e8f1523601817.
2017-01-11gnu: cairomm: Update to 1.12.2.Efraim Flashner
* gnu/packages/gtk.scm (cairomm): Update to 1.12.2. [source]: Download from cairographics.org. [home-page]: Use https.
2017-01-11gnu: cairo: Update to 1.14.8.Efraim Flashner
* gnu/packages/gtk.scm (cairo): Update to 1.14.8. [source]: Use https. [home-page]: Use https.
2017-01-11gnu: harfbuzz: Update to 1.3.4.Efraim Flashner
* gnu/packages/gtk.scm (harfbuzz): Update to 1.3.4.
2017-01-11gnu: poppler: Update to 0.50.0.Efraim Flashner
* gnu/packages/pdf.scm (poppler): Update to 0.50.0.
2017-01-11gnu: cups-filters: Update to 1.13.1.Efraim Flashner
* gnu/packages/cups.scm (cups-filters): Update to 1.13.1. [inputs]: Switch libjpeg-8 to libjpeg. [arguments]: Disable driverless printing, set location for bash shell.
2017-01-11gnu: mesa: Enable floating point textures.David Thompson
* gnu/packages/gl.scm (mesa): Add --enable-texture-float to configure flags.
2017-01-11gnu: libxpm: Update to 3.5.12.Marius Bakke
* gnu/packages/xorg.scm (libxpm): Update to 3.5.12.
2017-01-11gnu: kmod: Update to 23.Tobias Geerinckx-Rice
* gnu/packages/linux.scm (kmod): Update to 23.
2017-01-11gnu: Patch libxt's default search path.John Darrington
* gnu/packages/patches/libxt-guix-search-paths.patch: New file. * gnu/packages/xorg.scm (libxt) [source]: Add patch.
2017-01-11daemon: Allow check builds of 'builtin:download' derivations.Ludovic Courtès
Fixes <http://bugs.gnu.org/25089>. Reported by Leo Famulari <leo@famulari.name>. * nix/libstore/build.cc (DerivationGoal::runChild): In the 'isBuiltin' case, check whether DRV's output is in 'redirectedOutputs', and pass an 'output' argument to the built-in builder. (DerivationGoal::addHashRewrite): Add 'printMsg' call. * nix/libstore/builtins.hh (derivationBuilder): Add 'output' parameter. * nix/libstore/builtins.cc (builtinDownload): Likewise. Add OUTPUT to ARGV. * guix/scripts/perform-download.scm (perform-download): Add 'output' parameter. (guix-perform-download): Adjust 'match' clauses accordingly. * tests/derivations.scm ("'download' built-in builder, check mode"): New test.
2017-01-11guix package: Fix version and output for 'guix package -i /gnu/store/…'.Ludovic Courtès
* guix/utils.scm (package-name->name+version): Add optional 'delimiter' parameter. * guix/scripts/package.scm (store-item->manifest-entry): Pass #\- as the delimiter for 'package-name->name+version'. Use "out" instead of #f for the 'output' field. * tests/guix-package.sh: Add test.
2017-01-11services: wicd: Create /var/run/wpa_supplicant.Ludovic Courtès
* gnu/services/networking.scm (%wicd-activation): Create /var/run/wpa_supplicant.
2017-01-11gnu: eyed3: Update to 0.7.10.Leo Famulari
* gnu/packages/mp3.scm (eyed3): Update to 0.7.10.
2017-01-11gnu: beets: Update to 1.4.3.Leo Famulari
* gnu/packages/music.scm (beets): Update to 1.4.3.
2017-01-11gnu: python-mutagen: Update to 1.36.Leo Famulari
* gnu/packages/music.scm (python-mutagen, python2-mutagen): Update to 1.36.
2017-01-10gnu: moc: Update to 2.5.2.Kei Kebreau
* gnu/packages/music.scm (moc): Update to 2.5.2. [source](modules, snippet): Remove timestamps from the output.
2017-01-10gnu: cracklib: Fix buffer overflow.Leo Famulari
* gnu/packages/patches/cracklib-fix-buffer-overflow.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/password-utils.scm (cracklib)[source]: Use it.
2017-01-10gnu: libtiff: Fix CVE-2016-{10092,10093,10094} and others.Leo Famulari
* gnu/packages/patches/libtiff-CVE-2016-10092.patch, gnu/packages/patches/libtiff-CVE-2016-10093.patch, gnu/packages/patches/libtiff-CVE-2016-10094.patch, gnu/packages/patches/libtiff-assertion-failure.patch, gnu/packages/patches/libtiff-divide-by-zero-ojpeg.patch, gnu/packages/patches/libtiff-divide-by-zero-tiffcp.patch, gnu/packages/patches/libtiff-divide-by-zero-tiffcrop.patch, gnu/packages/patches/libtiff-divide-by-zero.patch, gnu/packages/patches/libtiff-heap-overflow-pixarlog-luv.patch, gnu/packages/patches/libtiff-heap-overflow-tif-dirread.patch, gnu/packages/patches/libtiff-heap-overflow-tiffcp.patch, gnu/packages/patches/libtiff-heap-overflow-tiffcrop.patch, gnu/packages/patches/libtiff-invalid-read.patch, gnu/packages/patches/libtiff-null-dereference.patch, gnu/packages/patches/libtiff-tiffcp-underflow.patch: New files. * gnu/local.mk (dist_patch_DATA): Add them. * gnu/packages/image.scm (libtiff)[replacement]: New field. (libtiff/fixed): New variable.
2017-01-10gnu: notmuch: Update to 0.23.5.Marius Bakke
* gnu/packages/mail.scm (notmuch, python2-notmuch): Update to 0.23.5.
2017-01-10gnu: xapian: Update to 1.4.2.Marius Bakke
* gnu/packages/search.scm (xapian): Update to 1.4.2.
2017-01-10gnu: gnutls: Replace with 3.5.8 [fixes GNUTLS-SA-2017-{1,2}].Ludovic Courtès
* gnu/packages/tls.scm (gnutls-3.5.8): New variable. (gnutls)[replacement]: New field.
2017-01-10gnu: rofi: Update to 1.3.1.Marius Bakke
* gnu/packages/xdisorg.scm (rofi): Update to 1.3.1.
2017-01-10gnu: youtube-dl: Update to 2017.01.10.Ludovic Courtès
* gnu/packages/video.scm (youtube-dl): Update to 2017.01.10. Change URLs to yt-dl.org.
2017-01-10gnu: e2fsprogs: Remove timestamp from 'libext2fs.info.gz'.Ludovic Courtès
* gnu/packages/linux.scm (e2fsprogs)[source](snippet): Patch 'doc/Makefile.in' to use the '-n' option of gzip.
2017-01-10gnu: e2fsprogs: Use symlinks instead of hard links.Ludovic Courtès
* gnu/packages/linux.scm (e2fsprogs)[arguments]: Pass "--enable-symlink-install".
2017-01-10gnu: Add sysstat.Leo Famulari
* gnu/packages/linux.scm (sysstat): New variable.
2017-01-10gnu: python-click: Update to 6.7.Tobias Geerinckx-Rice
* gnu/packages/python.scm (python-click): Update to 6.7.
2017-01-10gnu: linux-libre@4.4: Update hash for fixed upstream tarball.Mark H Weaver
The initial upload of linux-libre-4.4.41-gnu.tar.xz was corrupted. * gnu/packages/linux.scm (linux-libre-4.4)[source]: Update hash.
2017-01-10guix archive: Allow compilation in the absence of Guile-JSON.Ludovic Courtès
Fixes <http://bugs.gnu.org/25409>. Reported by Ben Woodcroft <b.woodcroft@uq.edu.au>. * guix/scripts/archive.scm: Use 'module-autoload!' instead of #:use-module to (guix docker).
2017-01-10gnu: libgit2, python-pygit2: Update to 0.25.1 [security fixes].Ludovic Courtès
See <http://www.openwall.com/lists/oss-security/2017/01/10/5>. * gnu/packages/version-control.scm (libgit2): Update to 0.25.1. * gnu/packages/python.scm (python-pygit2): Update to 0.25.0.