summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* gnu: eudev: Update to 3.2.2.Ludovic Courtès2017-06-09
| | | | | | | * gnu/packages/linux.scm (eudev): Update to 3.2.2. [source](patches): Remove "eudev-conflicting-declaration.patch". * gnu/packages/patches/eudev-conflicting-declaration.patch: Remove. * gnu/local.mk (dist_patch_DATA): Remove it.
* gnu: eudev: Build the hardware database.Ludovic Courtès2017-06-09
| | | | | | | * gnu/packages/linux.scm (usbutils)[inputs]: Replace EUDEV-WITH-HWDB by EUDEV. (eudev)[arguments]: New field. (eudev-with-hwdb): Define in terms of 'deprecated-package'.
* gnu: sqlite: Update to 3.19.3.Marius Bakke2017-06-08
| | | | | | | | | This update addresses an important bug present since 3.16.0 that can cause database corruption when auto_vacuum is enabled: https://www.sqlite.org/src/info/fda22108 * gnu/packages/databases.scm (sqlite): Update to 3.19.3.
* gnu: gcc: Fix libsanitizer cross-compilation to powerpc-linux-gnu.Ludovic Courtès2017-06-08
| | | | | | * gnu/packages/patches/gcc-asan-powerpc-missing-include.patch: New file. * gnu/packages/gcc.scm (gcc-5)[source](patches): Add it. * gnu/local.mk (dist_patch_DATA): Add it.
* Merge branch 'master' into core-updatesLeo Famulari2017-06-07
|\ | | | | | | This merge commit includes a fix for CVE-2017-6512 in Perl 5.26.0.
| * import: cpan: Update CPAN importer to use MetaCPAN v1 API.James Richardson2017-06-07
| | | | | | | | | | | | | | | | * guix/import/cpan.scm (module->dist-name, cpan-fetch): Use metacpan.org URLs. * tests/cpan.scm ("cpan->guix-package"): Adjust accordingly. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| * gnu: Add packagekit.Christopher Baines2017-06-07
| | | | | | | | | | | | * gnu/packages/freedesktop.scm (packagekit): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| * doc: Use 'guix environment --no-grafts' to debug build failures.Ludovic Courtès2017-06-07
| | | | | | | | | | * doc/guix.texi (Debugging Build Failures): Pass --no-grafts to 'guix environment' and explain.
| * gnu: emacs-org: Update to 20170606.Nicolas Goaziou2017-06-07
| | | | | | | | | | | | * gnu/packages/emacs.scm (emacs-org): Update to 20170606. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| * gnu: livemedia-utils: Update to 2017.06.04.Clément Lassieur2017-06-07
| | | | | | | | * gnu/packages/video.scm (livemedia-utils): Update to 2017.06.04.
| * file-systems: Use creation time if modification time is unset for ISO9660.Danny Milosavljevic2017-06-07
| | | | | | | | * gnu/build/file-systems.scm (iso9660-superblock-uuid): Modify.
| * gnu: perl: Fix CVE-2017-6512 in File::Path.Leo Famulari2017-06-06
| | | | | | | | | | | | | | * gnu/packages/perl.scm (perl)[replacement]: New field. (perl/fixed): New variable. * gnu/packages/patches/perl-file-path-CVE-2017-6512.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it.
| * gnu: perl-file-path: Update to 2.13.Leo Famulari2017-06-06
| | | | | | | | | | | | This fixes CVE-2017-6512. * gnu/packages/perl.scm (perl-file-path): Update to 2.13.
| * gnu: signify: Update to 21.Marius Bakke2017-06-07
| | | | | | | | * gnu/packages/crypto.scm (signify): Update to 21.
| * gnu: feh: Update to 2.19.Marius Bakke2017-06-07
| | | | | | | | * gnu/packages/image-viewers.scm (feh): Update to 2.19.
| * gnu: ffmpeg@2.8: Update to 2.8.12.Marius Bakke2017-06-07
| | | | | | | | * gnu/packages/video.scm (ffmpeg-2.8): Update to 2.8.12.
| * gnu: libnl: Update to 3.3.0.Marius Bakke2017-06-07
| | | | | | | | | | | | | | | | | | | | Since version 3.2.5, signed tarballs are distributed via GitHub. See e.g. release announcements: https://lists.infradead.org/pipermail/libnl/2017-May/002313.html The home page is somewhat outdated, but still hosts mailing lists and git mirror. * gnu/packages/linux.scm (libnl): Update to 3.3.0. [source]: Switch to new release URL.
| * gnu: irssi: Update to 1.0.3.Marius Bakke2017-06-07
| | | | | | | | * gnu/packages/irc.scm (irssi): Update to 1.0.3.
| * gnu: maxima: Update to 5.40.0.Kei Kebreau2017-06-06
| | | | | | | | * gnu/packages/maths.scm (maxima): Update to 5.40.0.
| * gnu: coq: Add search-paths for coq libraries.Julien Lepiller2017-06-06
| | | | | | | | * gnu/packages/ocaml.scm (coq)[native-search-paths]: New field.
| * gnu: Add ocaml-hex.Julien Lepiller2017-06-06
| | | | | | | | * gnu/packages/ocaml.scm (ocaml-hex): New variable.
| * gnu: Add ocaml-cstruct.Julien Lepiller2017-06-06
| | | | | | | | * gnu/packages/ocaml.scm (ocaml-cstruct): New variable.
| * gnu: Add ocaml-ocplib-endian.Julien Lepiller2017-06-06
| | | | | | | | * gnu/packages/ocaml.scm (ocaml-ocplib-endian): New variable.
| * gnu: Add ocaml-async.Julien Lepiller2017-06-06
| | | | | | | | * gnu/packages/ocaml.scm (ocaml-async): New variable.
| * gnu: Add ocaml-async-extra.Julien Lepiller2017-06-06
| | | | | | | | * gnu/packages/ocaml.scm (ocaml-async-extra): New variable.
| * gnu: Add ocaml-async-unix.Julien Lepiller2017-06-06
| | | | | | | | * gnu/packages/ocaml.scm (ocaml-async-unix): New variable.
| * gnu: Add ocaml-core.Julien Lepiller2017-06-06
| | | | | | | | * gnu/packages/ocaml.scm (ocaml-core): New variable.
| * gnu: Add ocaml-async-rpc-kernel.Julien Lepiller2017-06-06
| | | | | | | | * gnu/packages/ocaml.scm (ocaml-async-rpc-kernel): New variable.
| * gnu: Add ocaml-async-kernel.Julien Lepiller2017-06-06
| | | | | | | | * gnu/packages/ocaml.scm (ocaml-async-kernel): New variable.
| * gnu: Add ocaml-core-kernel.Julien Lepiller2017-06-06
| | | | | | | | * gnu/packages/ocaml.scm (ocaml-core-kernel): New variable.
| * gnu: dovecot: Update to 2.2.30.2.Tobias Geerinckx-Rice2017-06-06
| | | | | | | | * gnu/packages/mail.scm (dovecot): Update to 2.2.30.2.
| * gnu: Add qgpgme.Hartmut Goebel2017-06-06
| | | | | | | | * gnu/packages/gnupg.scm (qgpgme): New variable.
| * gnu: knot: Update to 2.4.4.Tobias Geerinckx-Rice2017-06-06
| | | | | | | | * gnu/packages/dns.scm (knot): Update to 2.4.4.
| * gnu: python-tmx: Fix source URL.Kei Kebreau2017-06-05
| | | | | | | | | | * gnu/packages/game-development.scm (python-tmx)[origin]: Add missing subdirectory to URL.
| * gnu: gdb: Update to 8.0.Ludovic Courtès2017-06-05
| | | | | | | | * gnu/packages/gdb.scm (gdb): Update to 8.0.
| * gnu: global: Update to 6.5.7.Ludovic Courtès2017-06-05
| | | | | | | | * gnu/packages/code.scm (global): Update to 6.5.7.
| * gnu: openscenegraph: Tweak description.Ludovic Courtès2017-06-05
| | | | | | | | | | * gnu/packages/graphics.scm (openscenegraph)[description]: Remove "open source". Use en_US spelling.
| * gnu: liboauth: Correct synopsis and description.Kei Kebreau2017-06-05
| | | | | | | | * gnu/packages/web.scm (liboauth): Correct them.
| * gnu: tiled: Update to 1.0.0.David Thompson2017-06-05
| | | | | | | | * gnu/packages/game-development.scm (tiled): Update to 1.0.0.
| * gnu: Add js-mathjax.Arun Isaac2017-06-05
| | | | | | | | | | | | * gnu/packages/javascript.scm: New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Add it. * gnu/packages/javascript.scm (js-mathjax): New variable.
| * gnu: Add font-mathjax.Arun Isaac2017-06-05
| | | | | | | | * gnu/packages/fonts.scm (font-mathjax): New variable.
| * gnu: youtube-dl: Update to 2017.05.07.Tobias Geerinckx-Rice2017-06-05
| | | | | | | | * gnu/packages/video.scm (youtube-dl): Update to 2017.05.07.
| * gnu: git: Update to 2.13.1.Marius Bakke2017-06-05
| | | | | | | | * gnu/packages/version-control.scm (git): Update to 2.13.1.
| * gnu: xf86-input-wacom: Update to 0.34.2.Marius Bakke2017-06-05
| | | | | | | | | | | | | | * gnu/packages/xdisorg.scm (xf86-input-wacom): Update to 0.34.2. [source]: Remove obsolete patch. * gnu/packages/patches/xf86-input-wacom-xorg-abi-25.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it.
| * gnu: libwacom: Update to 0.25.Marius Bakke2017-06-05
| | | | | | | | * gnu/packages/xdisorg.scm (libwacom): Update to 0.25.
| * gnu: ethtool: Update to 4.11.Marius Bakke2017-06-05
| | | | | | | | * gnu/packages/networking.scm (ethtool): Update to 4.11.
| * gnu: iproute2: Update to 4.11.0.Marius Bakke2017-06-05
| | | | | | | | * gnu/packages/linux.scm (iproute): Update to 4.11.0.
| * gnu: libconfuse: Update to 3.2.Tobias Geerinckx-Rice2017-06-05
| | | | | | | | * gnu/packages/wm.scm (libconfuse): Update to 3.2.
| * gnu: exfat-tools: Update to 1.2.7.Tobias Geerinckx-Rice2017-06-05
| | | | | | | | * gnu/packages/mtools.scm (exfat-tools): Update to 1.2.7.
| * gnu: fuse-exfat: Update to 1.2.7.Tobias Geerinckx-Rice2017-06-05
| | | | | | | | * gnu/packages/linux.scm (fuse-exfat): Update to 1.2.7.