summary refs log tree commit diff
AgeCommit message (Collapse)Author
2016-05-16gnu: tdb: Update to 1.3.9.Efraim Flashner
* gnu/packages/databases.scm (tdb): Update to 1.3.9.
2016-05-16gnu: postgresql: Update to 9.5.3.Efraim Flashner
* gnu/packages/databases.scm (postgresql): Update to 9.5.3.
2016-05-16gnu: wireless-regdb: Update to 2016.05.02.Efraim Flashner
* gnu/packages/linux.scm (wireless-regdb): Update to 2016.05.02.
2016-05-16gnu: iw: Update to 4.3.Efraim Flashner
* gnu/packages/linux.scm (iw): Update to 4.3. [source]: Use kernel mirror. [home-page]: Update to new home-page.
2016-05-16gnu: mdadm: Update to 3.4.Efraim Flashner
* gnu/packages/linux.scm (mdadm): Update to 3.4. [source]: Remove patch. * gnu/packages/patches/mdadm-gcc-4.9-fix.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it.
2016-05-16gnu: bluez: Update to 5.39.Efraim Flashner
* gnu/packages/linux.scm (bluez): Update to 5.39. [source]: Use kernel mirror.
2016-05-16gnu: libical: Update to 2.0.0.Efraim Flashner
* gnu/packages/calendar.scm (libical): Update to 2.0.0. [arguments]: Add configure-flag to add "/lib64" to the rpath.
2016-05-16gnu: qemu: Update to 2.6.0.Efraim Flashner
* gnu/packages/qemu.scm (qemu): Update to 2.6.0. [arguments]: Re-enable parallel tests.
2016-05-16gnu: libqmi: Update to 1.14.2.Efraim Flashner
* gnu/packages/freedesktop.scm (libqmi): Update to 1.14.2.
2016-05-16gnu: libmbim: Update to 1.12.4.Efraim Flashner
* gnu/packages/freedesktop.scm (libmbim): Update to 1.12.4. [home-page]: Use https.
2016-05-16gnu: Add gtkspell3.Kei Yamashita
* gnu/packages/gtk.scm (gtkspell3): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2016-05-16gnu: exempi: Update to 2.3.0.Efraim Flashner
* gnu/packages/freedesktop.scm (exempi): Update to 2.3.0.
2016-05-16gnu: libinput: Update to 1.3.0.Efraim Flashner
* gnu/packages/freedesktop.scm (libinput): Update to 1.3.0.
2016-05-16gnu: owncloud-client: Update to 2.2.0.Efraim Flashner
* gnu/packages/owncloud.scm (owncloud-client): Update to 2.2.0.
2016-05-16gnu: libidn: Update license.Efraim Flashner
* gnu/packages/libidn.scm (libidn)[license]: Change the license to gpl2+ gpl3+ lgpl3+ fdl1.3+.
2016-05-15gnu: Add libbsd.Leo Famulari
* gnu/packages/libbsd.scm: New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Add it.
2016-05-15gnu: minetest: Update to 0.4.14.David Thompson
* gnu/packages/games.scm (minetest-data, minetest): Update to 0.4.14.
2016-05-15gnu: Add gnome-tweak-tool.Jan Nieuwenhuizen
* gnu/packages/patches/gnome-tweak-tool-search-paths.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/gnome.scm (gnome-tweak-tool): New variable. Signed-off-by: Leo Famulari <leo@famulari.name>
2016-05-15gnu: libnotify: Add dependency on gobject-introspection.Jan Nieuwenhuizen
* gnu/packages/gnome.scm (libnotify)[native-inputs]: Add gobject-introspection. Signed-off-by: Leo Famulari <leo@famulari.name>
2016-05-15gnu: love: Update to 0.10.1.宋文武
* gnu/packages/game-development.scm (love): Update to 0.10.1.
2016-05-15gnu: wxmaxima: Update to 16.04.2.宋文武
* gnu/packages/maths.scm (wxmaxima): Update to 16.04.2.
2016-05-14gnu: cross-base: Add srfi-26 for glibc.Jan Nieuwenhuizen
Fixes a regression introduced in commit efc4eb147512fa7a2c6d74d9b296cfc22b1ef198. * gnu/packages/cross-base.scm (cross-libc)[arguments]: Add (srfi srfi-26). Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2016-05-14download: Support content-addressed mirrors.Ludovic Courtès
* guix/download.scm (%content-addressed-mirrors) (%content-addressed-mirror-file): New variables. * guix/download.scm (url-fetch)[builder]: Define 'value-from-environment. Pass #:hashes and #:content-addressed-mirrors to 'url-fetch'. Define "guix download hashes" environment variable. * guix/build/download.scm (url-fetch): Add #:content-addressed-mirrors and #:hashes. [content-addressed-urls]: New variable. Use it.
2016-05-14guix build: Catch 'getaddrinfo-error' for '--log-file'.Ludovic Courtès
* guix/scripts/build.scm (log-url)[valid-url?]: Catch 'getaddrinfo-error'.
2016-05-14guix build: Do not show what to build when '-d' is used.Ludovic Courtès
* guix/scripts/build.scm (guix-build): Don't call 'show-what-to-build' when OPTS contains 'derivations-only?'.
2016-05-14gnu: guix: Update development snapshot.Ludovic Courtès
* gnu/packages/package-management.scm (guix-devel): Update to e9017c9. Use http URL.
2016-05-14gnu: git: Fix search path specification for 'GIT_SSL_CAINFO'.Ludovic Courtès
Reported by ng0 <ng0@n0.is>. * gnu/packages/version-control.scm (git)[native-search-paths]: Add 'file-type'.
2016-05-14gnu: certbot: Update home page URL.Leo Famulari
This is a followup to commit 9495cf9a804e63b7173a78c22b9c91991b9520a6. * gnu/packages/tls.scm (certbot)[home-page]: Update to new location.
2016-05-14gnu: Rename letsencrypt to certbot. Upgrade certbot and python-acme to 0.6.0.Leo Famulari
* gnu/packages/tls.scm (letsencrypt): Rename to... (certbot): ... this. (letsencrypt): Inherit from certbot. [source]: Update to 0.6.0 [arguments]: Adjust paths. (python-acme, python2-acme): Update to 0.6.0.
2016-05-13gnu: jemalloc: No longer build with gcc-4.8 on i686.Mark H Weaver
* gnu/packages/jemalloc.scm (jemalloc)[native-inputs]: Remove field.
2016-05-12gnu: Update module imports for asciidoc and doxygen.Mark H Weaver
This is a followup to commit 0573a923def01e54bf104e0015ade44ab42f694f. * gnu/packages/algebra.scm, gnu/packages/bioinformatics.scm, gnu/packages/fcitx.scm, gnu/packages/fish.scm, gnu/packages/freedesktop.scm, gnu/packages/game-development.scm, gnu/packages/gcc.scm, gnu/packages/graphics.scm, gnu/packages/image.scm, gnu/packages/kodi.scm, gnu/packages/libreoffice.scm, gnu/packages/linux.scm, gnu/packages/messaging.scm, gnu/packages/mpd.scm, gnu/packages/music.scm, gnu/packages/rdf.scm, gnu/packages/serialization.scm, gnu/packages/version-control.scm, gnu/packages/web.scm, gnu/packages/wm.scm, gnu/packages/xdisorg.scm, gnu/packages/xiph.scm: Change imports of (gnu packages asciidoc) or (gnu packages doxygen) to (gnu packages documentation).
2016-05-12Merge branch 'gnome-updates'Mark H Weaver
2016-05-12gnu: linux-libre: Update to 4.5.4.Mark H Weaver
* gnu/packages/linux.scm (linux-libre): Update to 4.5.4.
2016-05-12gnu: linux-libre-4.4: Update to 4.4.10.Mark H Weaver
* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.10.
2016-05-12gnu: linux-libre-4.1: Update to 4.1.24.Mark H Weaver
* gnu/packages/linux.scm (linux-libre-4.1): Update to 4.1.24.
2016-05-12gnu: icecat: Update to 38.8.0-gnu1.Mark H Weaver
* gnu/packages/patches/icecat-CVE-2016-2805.patch, gnu/packages/patches/icecat-CVE-2016-2807-pt1.patch, gnu/packages/patches/icecat-CVE-2016-2807-pt2.patch, gnu/packages/patches/icecat-CVE-2016-2807-pt3.patch, gnu/packages/patches/icecat-CVE-2016-2807-pt4.patch, gnu/packages/patches/icecat-CVE-2016-2807-pt5.patch, gnu/packages/patches/icecat-CVE-2016-2808.patch, gnu/packages/patches/icecat-CVE-2016-2814.patch, gnu/packages/patches/icecat-re-enable-DHE-cipher-suites.patch, gnu/packages/patches/icecat-update-bundled-graphite2.patch: Delete files. * gnu/local.mk (dist_patch_DATA): Remove them. * gnu/packages/gnuzilla.scm (icecat): Update to 38.8.0-gnu1. [source] Remove deleted patches.
2016-05-12gnu: Add NetCDF.Eric Bavier
* gnu/packages/maths.scm (netcdf, netcdf-parallel-openmpi): New variables.
2016-05-12gnu: Add Matio.Eric Bavier
* gnu/packages/maths.scm (matio): New variable.
2016-05-12gnu: Add h5check.Eric Bavier
* gnu/packages/maths.scm (h5check): New variable.
2016-05-12gnu: Add hdf5-openmpi.Eric Bavier
* gnu/packages/maths.scm (hdf5-openmpi): New variable.
2016-05-12gnu: hdf5: Have configure honor SOURCE_DATE_EPOCH.Eric Bavier
* gnu/packages/patches/hdf5-config-date.patch: New patch. * gnu/packages/maths.scm (hdf5)[source]: Use it. * gnu-system.am (dist_patch_DATA): Add it.
2016-05-12gnu: hdf5: Patch output references to zlib.Eric Bavier
* gnu/packages/maths.scm (hdf5)[arguments]: Use modify-phases. Add 'patch-references' phase.
2016-05-12gnu: hdf5: Update to 1.8.17.Eric Bavier
* gnu/packages/maths.scm (hdf5): Update to 1.8.17.
2016-05-12gnu: Add HYPRE.Eric Bavier
* gnu/packages/maths.scm (hypre, hypre-openmpi): New variables. * gnu/packages/patches/hypre-doc-tables.patch, gnu/packages/patches/hypre-ldflags.patch: New files. * gnu-system.am (dist_patch_DATA): Add them.
2016-05-12gnu: Add doc++.Eric Bavier
* gnu/packages/documentation.scm (doc++): New variable. * gnu/packages/patches/doc++-include-directives.patch, gnu/packages/patches/doc++-segfault-fix.patch: New files. * gnu-system.am (dist_patch_DATA): Add them.
2016-05-12gnu: Move asciidoc and doxygen to new module.Eric Bavier
* gnu/packages/asciidoc.scm (asciidoc): Move this... * gnu/packages/doxygen.scm (doxygen): ...and this... * gnu/packages/documentation.scm: ...to here. New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add accordingly.
2016-05-12gnu: claws-mail: Add shared-mime-info input.Eric Bavier
* gnu/packages/mail.scm (claws-mail)[inputs]: Add shared-mime-info. [arguments]: Add 'patch-mime' phase.
2016-05-12gnu: nmap: Update to 7.12.Efraim Flashner
* gnu/packages/admin.scm (nmap): Update to 7.12.
2016-05-12gnu: tinc: Update to 1.0.28.Efraim Flashner
2016-05-12gnu: openvpn: Update to 2.3.9.Efraim Flashner
* gnu/packages/vpn.scm (openvpn): Update to 2.3.9.