jackhill/guix/guix.git
8 years agognu: Add gnome-tweak-tool.
Jan Nieuwenhuizen [Sun, 3 Apr 2016 10:52:37 +0000 (12:52 +0200)]
gnu: Add gnome-tweak-tool.

* 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>
8 years agognu: libnotify: Add dependency on gobject-introspection.
Jan Nieuwenhuizen [Sun, 3 Apr 2016 10:56:11 +0000 (12:56 +0200)]
gnu: libnotify: Add dependency on gobject-introspection.

* gnu/packages/gnome.scm (libnotify)[native-inputs]: Add
gobject-introspection.

Signed-off-by: Leo Famulari <leo@famulari.name>
8 years agognu: love: Update to 0.10.1.
宋文武 [Sun, 15 May 2016 10:24:15 +0000 (18:24 +0800)]
gnu: love: Update to 0.10.1.

* gnu/packages/game-development.scm (love): Update to 0.10.1.

8 years agognu: wxmaxima: Update to 16.04.2.
宋文武 [Sun, 15 May 2016 06:09:17 +0000 (14:09 +0800)]
gnu: wxmaxima: Update to 16.04.2.

* gnu/packages/maths.scm (wxmaxima): Update to 16.04.2.

8 years agognu: cross-base: Add srfi-26 for glibc.
Jan Nieuwenhuizen [Sat, 14 May 2016 08:13:21 +0000 (10:13 +0200)]
gnu: cross-base: Add srfi-26 for glibc.

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>
8 years agodownload: Support content-addressed mirrors.
Ludovic Courtès [Sat, 14 May 2016 15:37:47 +0000 (17:37 +0200)]
download: Support content-addressed mirrors.

* 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.

8 years agoguix build: Catch 'getaddrinfo-error' for '--log-file'.
Ludovic Courtès [Sat, 14 May 2016 14:56:21 +0000 (16:56 +0200)]
guix build: Catch 'getaddrinfo-error' for '--log-file'.

* guix/scripts/build.scm (log-url)[valid-url?]: Catch
'getaddrinfo-error'.

8 years agoguix build: Do not show what to build when '-d' is used.
Ludovic Courtès [Sat, 14 May 2016 14:47:12 +0000 (16:47 +0200)]
guix build: Do not show what to build when '-d' is used.

* guix/scripts/build.scm (guix-build): Don't call 'show-what-to-build'
when OPTS contains 'derivations-only?'.

8 years agognu: guix: Update development snapshot.
Ludovic Courtès [Sat, 14 May 2016 13:50:25 +0000 (15:50 +0200)]
gnu: guix: Update development snapshot.

* gnu/packages/package-management.scm (guix-devel): Update to e9017c9.
Use http URL.

8 years agognu: git: Fix search path specification for 'GIT_SSL_CAINFO'.
Ludovic Courtès [Thu, 12 May 2016 12:25:30 +0000 (14:25 +0200)]
gnu: git: Fix search path specification for 'GIT_SSL_CAINFO'.

Reported by ng0 <ng0@n0.is>.

* gnu/packages/version-control.scm (git)[native-search-paths]: Add
'file-type'.

8 years agognu: certbot: Update home page URL.
Leo Famulari [Sat, 14 May 2016 05:35:04 +0000 (01:35 -0400)]
gnu: certbot: Update home page URL.

This is a followup to commit 9495cf9a804e63b7173a78c22b9c91991b9520a6.

* gnu/packages/tls.scm (certbot)[home-page]: Update to new location.

8 years agognu: Rename letsencrypt to certbot. Upgrade certbot and python-acme to 0.6.0.
Leo Famulari [Sat, 14 May 2016 03:22:53 +0000 (23:22 -0400)]
gnu: Rename letsencrypt to certbot. Upgrade certbot and python-acme to 0.6.0.

* 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.

8 years agognu: jemalloc: No longer build with gcc-4.8 on i686.
Mark H Weaver [Fri, 13 May 2016 05:18:42 +0000 (01:18 -0400)]
gnu: jemalloc: No longer build with gcc-4.8 on i686.

* gnu/packages/jemalloc.scm (jemalloc)[native-inputs]: Remove field.

8 years agognu: Update module imports for asciidoc and doxygen.
Mark H Weaver [Fri, 13 May 2016 00:18:15 +0000 (20:18 -0400)]
gnu: Update module imports for asciidoc and doxygen.

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).

8 years agoMerge branch 'gnome-updates'
Mark H Weaver [Thu, 12 May 2016 22:48:36 +0000 (18:48 -0400)]
Merge branch 'gnome-updates'

8 years agognu: linux-libre: Update to 4.5.4.
Mark H Weaver [Thu, 12 May 2016 22:37:32 +0000 (18:37 -0400)]
gnu: linux-libre: Update to 4.5.4.

* gnu/packages/linux.scm (linux-libre): Update to 4.5.4.

8 years agognu: linux-libre-4.4: Update to 4.4.10.
Mark H Weaver [Thu, 12 May 2016 22:36:09 +0000 (18:36 -0400)]
gnu: linux-libre-4.4: Update to 4.4.10.

* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.10.

8 years agognu: linux-libre-4.1: Update to 4.1.24.
Mark H Weaver [Thu, 12 May 2016 22:34:41 +0000 (18:34 -0400)]
gnu: linux-libre-4.1: Update to 4.1.24.

* gnu/packages/linux.scm (linux-libre-4.1): Update to 4.1.24.

8 years agognu: icecat: Update to 38.8.0-gnu1.
Mark H Weaver [Thu, 12 May 2016 22:11:35 +0000 (18:11 -0400)]
gnu: icecat: Update to 38.8.0-gnu1.

* 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.

8 years agognu: Add NetCDF.
Eric Bavier [Tue, 12 Apr 2016 15:04:01 +0000 (10:04 -0500)]
gnu: Add NetCDF.

* gnu/packages/maths.scm (netcdf, netcdf-parallel-openmpi): New variables.

8 years agognu: Add Matio.
Eric Bavier [Tue, 12 Apr 2016 14:59:26 +0000 (09:59 -0500)]
gnu: Add Matio.

* gnu/packages/maths.scm (matio): New variable.

8 years agognu: Add h5check.
Eric Bavier [Tue, 12 Apr 2016 15:01:52 +0000 (10:01 -0500)]
gnu: Add h5check.

* gnu/packages/maths.scm (h5check): New variable.

8 years agognu: Add hdf5-openmpi.
Eric Bavier [Thu, 17 Mar 2016 14:35:38 +0000 (09:35 -0500)]
gnu: Add hdf5-openmpi.

* gnu/packages/maths.scm (hdf5-openmpi): New variable.

8 years agognu: hdf5: Have configure honor SOURCE_DATE_EPOCH.
Eric Bavier [Fri, 15 Apr 2016 15:39:54 +0000 (10:39 -0500)]
gnu: hdf5: Have configure honor SOURCE_DATE_EPOCH.

* 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.

8 years agognu: hdf5: Patch output references to zlib.
Eric Bavier [Tue, 12 Apr 2016 15:02:22 +0000 (10:02 -0500)]
gnu: hdf5: Patch output references to zlib.

* gnu/packages/maths.scm (hdf5)[arguments]: Use modify-phases.  Add
'patch-references' phase.

8 years agognu: hdf5: Update to 1.8.17.
Eric Bavier [Thu, 17 Mar 2016 14:32:29 +0000 (09:32 -0500)]
gnu: hdf5: Update to 1.8.17.

* gnu/packages/maths.scm (hdf5): Update to 1.8.17.

8 years agognu: Add HYPRE.
Eric Bavier [Thu, 17 Mar 2016 14:15:18 +0000 (09:15 -0500)]
gnu: Add HYPRE.

* 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.

8 years agognu: Add doc++.
Eric Bavier [Wed, 16 Mar 2016 15:18:21 +0000 (10:18 -0500)]
gnu: Add doc++.

* 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.

8 years agognu: Move asciidoc and doxygen to new module.
Eric Bavier [Wed, 16 Mar 2016 15:12:47 +0000 (10:12 -0500)]
gnu: Move asciidoc and doxygen to new module.

* 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.

8 years agognu: claws-mail: Add shared-mime-info input.
Eric Bavier [Thu, 12 May 2016 06:07:06 +0000 (01:07 -0500)]
gnu: claws-mail: Add shared-mime-info input.

* gnu/packages/mail.scm (claws-mail)[inputs]: Add shared-mime-info.
[arguments]: Add 'patch-mime' phase.

8 years agognu: nmap: Update to 7.12.
Efraim Flashner [Thu, 12 May 2016 05:51:10 +0000 (08:51 +0300)]
gnu: nmap: Update to 7.12.

* gnu/packages/admin.scm (nmap): Update to 7.12.

8 years agognu: tinc: Update to 1.0.28.
Efraim Flashner [Thu, 12 May 2016 03:59:49 +0000 (06:59 +0300)]
gnu: tinc: Update to 1.0.28.

8 years agognu: openvpn: Update to 2.3.9.
Efraim Flashner [Thu, 12 May 2016 03:52:18 +0000 (06:52 +0300)]
gnu: openvpn: Update to 2.3.9.

* gnu/packages/vpn.scm (openvpn): Update to 2.3.9.

8 years agognu: libarchive: Fix CVE-2016-1541.
Leo Famulari [Tue, 10 May 2016 20:15:06 +0000 (16:15 -0400)]
gnu: libarchive: Fix CVE-2016-1541.

* gnu/packages/backup.scm (libarchive)[replacement]: New field.
(libarchive/fixed): New variable.
* gnu/packages/patches/libarchive-CVE-2016-1541.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.

8 years agognu: aseprite: Fix build.
宋文武 [Thu, 12 May 2016 01:28:14 +0000 (09:28 +0800)]
gnu: aseprite: Fix build.

* gnu/packages/game-development.scm (aseprite)[arguments]: Remove #:phases.

8 years agoMerge branch 'master' into gnome-updates
Mark H Weaver [Wed, 11 May 2016 17:37:47 +0000 (13:37 -0400)]
Merge branch 'master' into gnome-updates

8 years agognu: libxkbcommon: Move to (gnu packages xdisorg).
Danny Milosavljevic [Wed, 11 May 2016 16:24:53 +0000 (18:24 +0200)]
gnu: libxkbcommon: Move to (gnu packages xdisorg).

* gnu/packages/qt.scm (libxkbcommon): Move to...
* gnu/packages/xdisorg.scm (libxkbcommon): ... here.  New variable.
* gnu/packages/wm.scm, gnu/packages/gnome.scm,
gnu/packages/games.scm: Adjust accordingly.

8 years agognu: Add entr.
Matthew Jordan [Wed, 11 May 2016 13:25:13 +0000 (09:25 -0400)]
gnu: Add entr.

* gnu/packages/entr.scm: New file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add it.

Co-authored-by: Ludovic Courtès <ludo@gnu.org>
8 years agognu: thinkfan: Fix daemon path in init scripts.
Nicolas Goaziou [Tue, 10 May 2016 19:20:49 +0000 (21:20 +0200)]
gnu: thinkfan: Fix daemon path in init scripts.

* gnu/packages/linux.scm (thinkfan): Fix daemon path in init scripts.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
8 years agognu: totem: Fix build on i686.
Mark H Weaver [Wed, 11 May 2016 07:17:56 +0000 (03:17 -0400)]
gnu: totem: Fix build on i686.

* gnu/packages/patches/totem-debug-format-fix.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/gnome.scm (totem)[source]: Add patch.

8 years agognu: graphviz: Build the Guile bindings.
Roel Janssen [Tue, 10 May 2016 13:54:01 +0000 (15:54 +0200)]
gnu: graphviz: Build the Guile bindings.

* gnu/packages/graphviz.scm (graphviz)[inputs]: Add SWIG and GUILE-2.0.
[arguments]: Add 'move-guile-bindings' phase.

Co-authored-by: Ludovic Courtès <ludo@gnu.org>
8 years agognu: libical: Correct zoneinfo search path.
Kei Yamashita [Tue, 10 May 2016 20:56:42 +0000 (16:56 -0400)]
gnu: libical: Correct zoneinfo search path.

* gnu/packages/calendar.scm (libical)[arguments]: substitute FHS-compliant
zoneinfo folders with location of tzdata's zoneinfo folder.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
8 years agodoc: Fix typo.
Ludovic Courtès [Mon, 9 May 2016 21:10:27 +0000 (23:10 +0200)]
doc: Fix typo.

* doc/guix.texi (Base Services): "gpm-service", not "gmp-service-type".

8 years agognu: libksba: Upsate to 1.3.4.
Leo Famulari [Tue, 10 May 2016 21:48:57 +0000 (17:48 -0400)]
gnu: libksba: Upsate to 1.3.4.

* gnu/packages/gnupg.scm (libksba): Update to 1.3.4.

8 years agognu: exim: Update to 4.87.
Leo Famulari [Tue, 10 May 2016 20:44:41 +0000 (16:44 -0400)]
gnu: exim: Update to 4.87.

* gnu/packages/mail.scm (exim): Update to 4.87.

8 years agoemacs: Add 'guix-package-from-file' command.
Alex Kost [Tue, 5 Apr 2016 20:39:03 +0000 (23:39 +0300)]
emacs: Add 'guix-package-from-file' command.

* emacs/guix-main.scm (register-package, packages-from-file): New procedures.
(%patterns-makers): Add 'from-file' search type.
* emacs/guix-messages.el (guix-messages): Add messages for it.
* emacs/guix-ui-package.el (guix-package-from-file): New command.
(guix-package-info-insert-location): Adjust for 'from-file' type.
* doc/emacs.texi (Emacs Commands): Document it.

8 years agoemacs: main: Remove top-level package tables.
Alex Kost [Fri, 6 May 2016 17:36:42 +0000 (20:36 +0300)]
emacs: main: Remove top-level package tables.

* emacs/guix-main.scm (%package-vhash, package-vhash, %package-table)
(package-table, name+version->key, key->name+version): Remove.
(package-by-address, packages-by-name+version): Adjust by using delayed
local package tables.

8 years agoemacs: Simplify 'guix-guile-boolean'.
Alex Kost [Sat, 7 May 2016 18:23:42 +0000 (21:23 +0300)]
emacs: Simplify 'guix-guile-boolean'.

* emacs/guix-guile.el (guix-guile-boolean): Use straightforward way to
  define true/false value.

8 years agoRevert "gnu: libva: Update to 1.7.0."
Efraim Flashner [Tue, 10 May 2016 08:48:12 +0000 (11:48 +0300)]
Revert "gnu: libva: Update to 1.7.0."

This reverts commit cdda334ec2fcdd5946ba60853b7312283bf89712.

8 years agognu: qemu: Update to 2.5.1.1 [fixes CVE-2015-8558, CVE-2016-{3710, 3712}].
Leo Famulari [Tue, 10 May 2016 00:48:36 +0000 (20:48 -0400)]
gnu: qemu: Update to 2.5.1.1 [fixes CVE-2015-8558, CVE-2016-{3710, 3712}].

* gnu/packages/qemu.scm (qemu): Update to 2.5.1.1.
[arguments]: Disable parallel tests.

8 years agognu: guile-ncurses: Use 'modify-phases'.
Efraim Flashner [Tue, 10 May 2016 04:41:27 +0000 (07:41 +0300)]
gnu: guile-ncurses: Use 'modify-phases'.

* gnu/packages/guile.scm (guile-ncurses)[arguments]: Use 'modify-phases'.

8 years agognu: guile-ncurses: Update to 1.7.
Efraim Flashner [Tue, 10 May 2016 04:21:58 +0000 (07:21 +0300)]
gnu: guile-ncurses: Update to 1.7.

* gnu/packages/guile.scm (guile-ncurses): Update to 1.7.
[arguments]: Remove work-around for buggy test.

commit fixes http://bugs.gnu.org/21677

8 years agognu: qemu: Update to 2.5.1.
Efraim Flashner [Mon, 9 May 2016 17:43:35 +0000 (20:43 +0300)]
gnu: qemu: Update to 2.5.1.

* gnu/packages/qemu.scm (qemu): Update to 2.5.1.
[source]: Remove patches.
* gnu/packages/patches/qemu-usb-ehci-oob-read.patch,
gnu/packages/patches/qemu-virtio-9p-use-accessor-to-get-thread-pool.patch,
gnu/packages/patches/qemu-CVE-2015-8558.patch,
gnu/packages/patches/qemu-CVE-2015-8567.patch,
gnu/packages/patches/qemu-CVE-2015-8613.patch,
gnu/packages/patches/qemu-CVE-2015-8619.patch,
gnu/packages/patches/qemu-CVE-2015-8701.patch,
gnu/packages/patches/qemu-CVE-2015-8743.patch,
gnu/packages/patches/qemu-CVE-2016-1568.patch,
gnu/packages/patches/qemu-CVE-2016-1922.patch,
gnu/packages/patches/qemu-CVE-2016-1981.patch,
gnu/packages/patches/qemu-CVE-2016-2197.patch: Remove files.
* gnu/local.mk (dist_patch_DATA): Remove them.

8 years agognu: connman: Fix url.
Efraim Flashner [Mon, 9 May 2016 14:02:51 +0000 (17:02 +0300)]
gnu: connman: Fix url.

* gnu/packages/connman.scm (connman)[source]: Remove extra "/pub" from
the download url.

8 years agognu: openntpd: Update to 5.9p1.
Efraim Flashner [Mon, 9 May 2016 11:43:52 +0000 (14:43 +0300)]
gnu: openntpd: Update to 5.9p1.

* gnu/packages/ntp.scm (openntpd): Update to 5.9p1.

8 years agognu: youtube-dl: Update to 2016.05.01.
Efraim Flashner [Mon, 9 May 2016 10:49:49 +0000 (13:49 +0300)]
gnu: youtube-dl: Update to 2016.05.01.

* gnu/packages/video.scm (youtube-dl): Update to 2016.05.01.

8 years agognu: ffmpeg: Update to 3.0.2.
Efraim Flashner [Mon, 9 May 2016 09:02:49 +0000 (12:02 +0300)]
gnu: ffmpeg: Update to 3.0.2.

* gnu/packages/video.scm (ffmpeg): Update to 3.0.2.
[home-page]: Use https.

8 years agognu: libva: Update to 1.7.0.
Efraim Flashner [Mon, 9 May 2016 08:04:29 +0000 (11:04 +0300)]
gnu: libva: Update to 1.7.0.

* gnu/packages/video.scm (libva): Update to 1.7.0.
[home-page]: Use https.

8 years agognu: Add surf.
Al McElrath [Sun, 8 May 2016 02:59:00 +0000 (19:59 -0700)]
gnu: Add surf.

* gnu/packages/suckless.scm (surf): New variable.

Signed-off-by: 宋文武 <iyzsong@gmail.com>
8 years agognu: Add wmfire.
Kei Yamashita [Sat, 7 May 2016 18:20:35 +0000 (14:20 -0400)]
gnu: Add wmfire.

* gnu/packages/gnustep.scm (wmfire): New variable.

Signed-off-by: Alex Kost <alezost@gmail.com>
8 years agoguix: utils: Re-export 'memoize'.
Alex Kost [Fri, 6 May 2016 18:19:06 +0000 (21:19 +0300)]
guix: utils: Re-export 'memoize'.

Suggested by Ludovic Courtès <ludo@gnu.org>.

* guix/utils.scm: Re-export 'memoize' to avoid a potential breakage of
  emacs interface.  See
  <http://lists.gnu.org/archive/html/guix-devel/2016-05/msg00146.html>
  for details.

8 years agoemacs: Add 'guix-version' command.
Alex Kost [Wed, 20 Apr 2016 16:27:44 +0000 (19:27 +0300)]
emacs: Add 'guix-version' command.

* emacs/guix-config.el.in (guix-config-name, guix-config-version): New
  constants.
* emacs/guix-about.el (guix-version): New command.  New file.
* emacs/local.mk (ELFILES): Add it.

8 years agognu: mlt: Update to 6.2.0.
Efraim Flashner [Sun, 8 May 2016 23:26:12 +0000 (02:26 +0300)]
gnu: mlt: Update to 6.2.0.

* gnu/packages/video.scm (mlt): Update to 6.2.0.
[source]: Download from github.
[inputs]: Add pulseaudio.

8 years agognu: v4l-utils: Update to 1.10.0.
Efraim Flashner [Sun, 8 May 2016 23:10:32 +0000 (02:10 +0300)]
gnu: v4l-utils: Update to 1.10.0.

* gnu/packages/video.scm (v4l-utils): Update to 1.10.0.
[source]: Use https.

8 years agosystem: tests: Use 'start-service' to wait for service.
Ludovic Courtès [Sun, 8 May 2016 21:49:02 +0000 (23:49 +0200)]
system: tests: Use 'start-service' to wait for service.

* gnu/tests/base.scm (%test-basic-os): Use 'start-service' instead of a
busy loop to wait for 'term-tty1'.

8 years agodoc: Suggest long OpenPGP key ID.
Ludovic Courtès [Sun, 8 May 2016 21:48:17 +0000 (23:48 +0200)]
doc: Suggest long OpenPGP key ID.

* doc/guix.texi (Binary Installation): Use long OpenPGP key ID.

8 years agognu: obs: Update to 0.14.1.
Efraim Flashner [Sun, 8 May 2016 20:51:42 +0000 (23:51 +0300)]
gnu: obs: Update to 0.14.1.

* gnu/packages/video.scm (obs): Update to 0.14.1.

8 years agognu: tiled: Update to 0.16.1.
David Thompson [Sun, 8 May 2016 16:35:35 +0000 (12:35 -0400)]
gnu: tiled: Update to 0.16.1.

* gnu/packages/game-development.scm (tiled): Update to 0.16.1.

8 years agognu: gnome-klotski: Fix build.
宋文武 [Sun, 8 May 2016 15:00:37 +0000 (23:00 +0800)]
gnu: gnome-klotski: Fix build.

* gnu/packages/gnome.scm (gnome-klotski)[inputs]: Add libgames-support.

8 years agognu: Add libgames-support.
宋文武 [Sun, 8 May 2016 15:00:12 +0000 (23:00 +0800)]
gnu: Add libgames-support.

* gnu/packages/gnome.scm (libgames-support): New variable.

8 years agognu: poppler: Update to 0.43.0.
宋文武 [Sun, 8 May 2016 13:20:55 +0000 (21:20 +0800)]
gnu: poppler: Update to 0.43.0.

* gnu/packages/pdf.scm (poppler): Update to 0.43.0.

8 years agognu: Unregister poppler-CVE-2015-8868.patch.
宋文武 [Sun, 8 May 2016 10:13:13 +0000 (18:13 +0800)]
gnu: Unregister poppler-CVE-2015-8868.patch.

* gnu/local.mk (dist_patch_DATA): Unregister poppler-CVE-2015-8868.patch.

8 years agoMerge branch 'master' into gnome-updates
宋文武 [Sun, 8 May 2016 09:54:46 +0000 (17:54 +0800)]
Merge branch 'master' into gnome-updates

8 years agognu: Add bash-tap.
Roel Janssen [Sat, 7 May 2016 17:12:42 +0000 (19:12 +0200)]
gnu: Add bash-tap.

* gnu/packages/bash.scm (bash-tap): New variable.

Signed-off-by: Leo Famulari <leo@famulari.name>
8 years agognu: Add r-mvtnorm.
Roel Janssen [Sat, 7 May 2016 16:45:47 +0000 (18:45 +0200)]
gnu: Add r-mvtnorm.

* gnu/packages/statistics.scm (r-mvtnorm): New variable.

Signed-off-by: Leo Famulari <leo@famulari.name>
8 years agognu: Add thinkfan.
Nicolas Goaziou [Sat, 30 Apr 2016 08:31:13 +0000 (10:31 +0200)]
gnu: Add thinkfan.

* gnu/packages/linux.scm (thinkfan): New variable.

Signed-off-by: Leo Famulari <leo@famulari.name>
8 years agognu: Add moc.
Kei Yamashita [Fri, 6 May 2016 22:57:42 +0000 (18:57 -0400)]
gnu: Add moc.

* gnu/packages/music.scm (moc): New variable.

Signed-off-by: Leo Famulari <leo@famulari.name>
8 years agognu: mutt: Update to 1.6.1.
Leo Famulari [Fri, 6 May 2016 21:01:35 +0000 (17:01 -0400)]
gnu: mutt: Update to 1.6.1.

* gnu/packages/mail.scm (mutt): Update to 1.6.1.

8 years agognu: msmtp: Update to 1.6.4.
Leo Famulari [Fri, 6 May 2016 20:46:35 +0000 (16:46 -0400)]
gnu: msmtp: Update to 1.6.4.

* gnu/packages/mail.scm (msmtp): Update to 1.6.4.

8 years agognu: wesnoth: Update to 1.12.5.
Alex Griffin [Thu, 5 May 2016 23:25:45 +0000 (18:25 -0500)]
gnu: wesnoth: Update to 1.12.5.

* gnu/packages/games.scm (wesnoth): Update to 1.12.5.

Signed-off-by: Leo Famulari <leo@famulari.name>
8 years agognu: bind-utils: Update to 9.10.4.
Mark H Weaver [Fri, 6 May 2016 19:03:37 +0000 (15:03 -0400)]
gnu: bind-utils: Update to 9.10.4.

* gnu/packages/dns.scm (bind-utils): Update to 9.10.4.

8 years agognu: isc-dhcp: Update to 4.3.4 [with mitigation for CVE-2016-2774].
Mark H Weaver [Fri, 6 May 2016 19:00:35 +0000 (15:00 -0400)]
gnu: isc-dhcp: Update to 4.3.4 [with mitigation for CVE-2016-2774].

* gnu/packages/admin.scm (isc-dhcp): Update to 4.3.4.  Update
bundled 'bind' to 9.9.9.

8 years agognu: nginx: Update to 1.10.0.
Leo Famulari [Tue, 26 Apr 2016 22:38:48 +0000 (18:38 -0400)]
gnu: nginx: Update to 1.10.0.

* gnu/packages/web.scm (nginx): Update to 1.10.0.

8 years agognu: redis: Update to 3.2.0.
David Thompson [Fri, 6 May 2016 13:11:08 +0000 (09:11 -0400)]
gnu: redis: Update to 3.2.0.

8 years agognu: r: Update to 3.3.0.
Ricardo Wurmus [Fri, 6 May 2016 12:44:51 +0000 (14:44 +0200)]
gnu: r: Update to 3.3.0.

* gnu/packages/statistics.scm (r): Update to 3.3.0.
[inputs]: Add curl and tzdata.
[arguments]: Set TZDIR in "set-timezone" phase.

8 years agosyscalls: Use 'define-c-struct' for 'fcntl-flock'.
Ludovic Courtès [Fri, 6 May 2016 11:23:54 +0000 (13:23 +0200)]
syscalls: Use 'define-c-struct' for 'fcntl-flock'.

* guix/build/syscalls.scm (%struct-flock): Use 'define-c-struct'.
(fcntl-flock): Use 'write-flock!' and 'make-bytevector' instead of
'make-c-struct'.

8 years agoutils: Move 'fcntl-flock' to (guix build syscalls).
Ludovic Courtès [Fri, 6 May 2016 11:12:45 +0000 (13:12 +0200)]
utils: Move 'fcntl-flock' to (guix build syscalls).

* guix/utils.scm (%struct-flock, F_SETLKW, F_SETLK, F_xxLCK)
(fcntl-flock): Move to...
* guix/build/syscalls.scm: ... here.  New variables.
* guix/nar.scm: Adjust imports accordingly.
* tests/utils.scm ("fcntl-flock wait", "fcntl-flock non-blocking"): Move
to...
* tests/syscalls.scm: ... here.  New tests.
(temp-file): New variable.

8 years agosystem: Do not export PS1 in /etc/skel/.bashrc.
Alex Griffin [Thu, 5 May 2016 14:59:03 +0000 (09:59 -0500)]
system: Do not export PS1 in /etc/skel/.bashrc.

* gnu/system/shadow.scm (default-skeletons)[bashrc]: Remove "export"
for 'PS1'.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
8 years agognu: i3status: Update to 2.10.
Al McElrath [Tue, 5 Apr 2016 23:21:19 +0000 (16:21 -0700)]
gnu: i3status: Update to 2.10.

Signed-off-by: Leo Famulari <leo@famulari.name>
8 years agognu: i3status: Use https URLs.
Leo Famulari [Fri, 6 May 2016 05:13:11 +0000 (01:13 -0400)]
gnu: i3status: Use https URLs.

* gnu/packages/wm.scm (i3status)[source]: Use https URL.
[home-page]: Use https URL.

8 years agognu: i3-wm: Use https URLs.
Leo Famulari [Fri, 6 May 2016 05:11:28 +0000 (01:11 -0400)]
gnu: i3-wm: Use https URLs.

* gnu/packages/wm.scm (i3-wm)[source]: Use https URL.
[home-page]: Use https URL.

8 years agognu: Add r-estimability.
Roel Janssen [Tue, 3 May 2016 13:06:42 +0000 (15:06 +0200)]
gnu: Add r-estimability.

* gnu/packages/statistics.scm (r-estimability): New variable.

Signed-off-by: Leo Famulari <leo@famulari.name>
8 years agognu: Add r-coda.
Roel Janssen [Wed, 4 May 2016 13:55:23 +0000 (15:55 +0200)]
gnu: Add r-coda.

* gnu/packages/statistics.scm (r-coda): New variable.

Signed-off-by: Leo Famulari <leo@famulari.name>
8 years agoservices: Add connman-service.
Efraim Flashner [Thu, 31 Dec 2015 20:10:11 +0000 (22:10 +0200)]
services: Add connman-service.

* gnu/services/networking.scm (connman-service): New procedure.
(connman-service-type, %connman-activation): New variables.
(connman-shepherd-service): New procedure.
* doc/guix.texi (Networking Services): Document it.

8 years agognu: Add connman.
Efraim Flashner [Thu, 31 Dec 2015 15:25:41 +0000 (17:25 +0200)]
gnu: Add connman.

* gnu/packages/connman.scm: New file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add it.

8 years agognu: ntp: Update to 4.2.8p7 [security fixes].
Leo Famulari [Thu, 5 May 2016 16:09:22 +0000 (12:09 -0400)]
gnu: ntp: Update to 4.2.8p7 [security fixes].

This fixes CVE-2015-7704 and CVE-2016-{1547,1548,1549,1551,2516,2517,
2518,2519}.

* gnu/packages/ntp.scm (ntp): Update to 4.2.8.p7.

8 years agognu: mercurial: Update to 3.8.1 [fixes CVE-2016-3105].
Efraim Flashner [Thu, 5 May 2016 16:43:29 +0000 (19:43 +0300)]
gnu: mercurial: Update to 3.8.1 [fixes CVE-2016-3105].

* gnu/packages/version-control.scm (mercurial): Update to 3.8.1.

8 years agognu: Add libiconv.
Jan Nieuwenhuizen [Tue, 3 May 2016 16:48:40 +0000 (18:48 +0200)]
gnu: Add libiconv.

* gnu/packages/base.scm (libiconv): New variable.

Co-authored-by: Ludovic Courtès <ludo@gnu.org>
8 years agognu: linux-libre: Update to 4.5.3.
Mark H Weaver [Thu, 5 May 2016 12:48:07 +0000 (08:48 -0400)]
gnu: linux-libre: Update to 4.5.3.

* gnu/packages/linux.scm (linux-libre): Update to 4.5.3.

8 years agognu: linux-libre-4.4: Update to 4.4.9.
Mark H Weaver [Thu, 5 May 2016 12:44:52 +0000 (08:44 -0400)]
gnu: linux-libre-4.4: Update to 4.4.9.

* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.9.