jackhill/guix/guix.git
6 years agognu: libcap-ng: Use HTTPS for home page.
Tobias Geerinckx-Rice [Sat, 13 Jan 2018 16:07:27 +0000 (17:07 +0100)]
gnu: libcap-ng: Use HTTPS for home page.

* gnu/packages/admin.scm (libcap-ng)[home-page]: Use HTTPS.

6 years agognu: lz4: Update to 1.8.1.
Tobias Geerinckx-Rice [Sat, 13 Jan 2018 11:23:57 +0000 (12:23 +0100)]
gnu: lz4: Update to 1.8.1.

* gnu/packages/compression.scm (lz4): Update to 1.8.1.
[arguments]: Enable ‘#:parallel-tests?’, now considered safe upstream.
Use ‘more GNU’-style lowercase ‘prefix=’.

6 years agognu: krita: Update to 3.3.3.
Leo Famulari [Sat, 13 Jan 2018 15:42:21 +0000 (07:42 -0800)]
gnu: krita: Update to 3.3.3.

* gnu/packages/kde.scm (krita): Update to 3.3.3.

6 years agognu: xfce: Use HTTPS for xfce.org home pages.
Tobias Geerinckx-Rice [Sat, 13 Jan 2018 15:14:15 +0000 (16:14 +0100)]
gnu: xfce: Use HTTPS for xfce.org home pages.

* gnu/packages/xfce.scm (gtk-xfce-engine, libxfce4util, xfconf, libxfce4ui)
(exo, garcon, tumbler, xfce4-panel, xfce4-battery-plugin)
(xfce4-clipman-plugin, xfce4-pulseaudio-plugin, xfce4-xkb-plugin)
(xfce4-appfinder, xfce4-session, xfce4-settings, thunar, thunar-volman)
(xfwm4, xfdesktop, xfce4-terminal, xfce, xfce4-power-manager, ristretto)
(xfce4-taskmanager, orage)[home-page]: Use HTTPS.

6 years agognu: xfce4-terminal: Update to 0.8.6.
Tobias Geerinckx-Rice [Sat, 13 Jan 2018 15:02:37 +0000 (16:02 +0100)]
gnu: xfce4-terminal: Update to 0.8.6.

* gnu/packages/xfce.scm (xfce4-terminal): Update to 0.8.6.

6 years agognu: gl2ps: Update to 1.4.0.
Tobias Geerinckx-Rice [Sat, 13 Jan 2018 11:57:22 +0000 (12:57 +0100)]
gnu: gl2ps: Update to 1.4.0.

* gnu/packages/gl.scm (gl2ps): Update to 1.4.0.

6 years agognu: dmidecode: Update to 3.1.
Tobias Geerinckx-Rice [Sat, 13 Jan 2018 15:33:42 +0000 (16:33 +0100)]
gnu: dmidecode: Update to 3.1.

* gnu/packages/admin.scm (dmidecode): Update to 3.1.

6 years agognu: gpgme: Update to 1.10.0.
Tobias Geerinckx-Rice [Fri, 12 Jan 2018 16:40:03 +0000 (17:40 +0100)]
gnu: gpgme: Update to 1.10.0.

* gnu/packages/gnupg.scm (gpgme): Update to 1.10.0.
[arguments]: Remove ‘patch-cmake-file’ work-around for fixed bug.

6 years agognu: offlineimap: Update to 7.1.5.
Tobias Geerinckx-Rice [Sat, 13 Jan 2018 13:57:36 +0000 (14:57 +0100)]
gnu: offlineimap: Update to 7.1.5.

* gnu/packages/mail.scm (offlineimap): Update to 7.1.5.

6 years agognu: lcov: Update to 1.13.
Tobias Geerinckx-Rice [Fri, 12 Jan 2018 16:23:08 +0000 (17:23 +0100)]
gnu: lcov: Update to 1.13.

* gnu/packages/code.scm (lcov): Update to 1.13.
[arguments]: Remove superfluous #:make-flags.

6 years agognu: java-powermock-modules-junit4: Fix junit version detection.
Julien Lepiller [Wed, 13 Dec 2017 20:20:30 +0000 (21:20 +0100)]
gnu: java-powermock-modules-junit4: Fix junit version detection.

* gnu/packages/java.scm (java-powermock-modules-junit4)[arguments]: Fix
junit version detection.

6 years agognu: java-powermock-core: Include resources.
Julien Lepiller [Wed, 13 Dec 2017 20:18:50 +0000 (21:18 +0100)]
gnu: java-powermock-core: Include resources.

* gnu/packages/java.scm (java-powermock-core)[arguments]: Add a phase to
include resources.

6 years agognu: guix: Update snapshot to 0dcf675.
Ludovic Courtès [Fri, 12 Jan 2018 23:57:52 +0000 (00:57 +0100)]
gnu: guix: Update snapshot to 0dcf675.

* gnu/packages/package-management.scm (guix): Update to 0dcf675.

6 years agognu: hunspell-dict-en: Include all the .dic files.
Ludovic Courtès [Fri, 12 Jan 2018 23:32:55 +0000 (00:32 +0100)]
gnu: hunspell-dict-en: Include all the .dic files.

Fixes a regression introduced in
d4d7d70912642be18d93c9ce6470f8650097b5e5 which broke
'hunspell-dict-en' (but not the 'hunspell-dict-en-*' variants.)

* gnu/packages/aspell.scm (aspell-word-list)[install]: Check whether
'LANGUAGE.dic' exist before installing it.  If it doesn't exist, install
all of *.dic.

6 years agossh: Switch back to 'get-bytevector-some'.
Ludovic Courtès [Fri, 12 Jan 2018 22:32:25 +0000 (23:32 +0100)]
ssh: Switch back to 'get-bytevector-some'.

This mostly reverts 17af5d51de7c40756a4a39d336f81681de2ba447.
Suggested by Andy Wingo <wingo@igalia.com>.

* guix/ssh.scm (remote-daemon-channel)[redirect]: Remove 'read!' FFI
hack.  Use buffered ports.

6 years agooffload: 'test' reports Guile and module errors more nicely.
Ludovic Courtès [Fri, 12 Jan 2018 22:16:53 +0000 (23:16 +0100)]
offload: 'test' reports Guile and module errors more nicely.

Fixes <https://bugs.gnu.org/26008>.
Reported by Myles English <mylesenglish@gmail.com>.

* guix/ssh.scm (retrieve-files*): Move error reporting to...
(report-guile-error, report-module-error): ... here.  New procedures.
* guix/scripts/offload.scm (assert-node-repl): Use 'report-guile-error'.
(assert-node-has-guix): Explicitly check for 'use-modules' first.  Use
'report-module-error'.

6 years agooffload: 'test' gracefully handles 'node-repl-error'.
Ludovic Courtès [Fri, 12 Jan 2018 21:51:41 +0000 (22:51 +0100)]
offload: 'test' gracefully handles 'node-repl-error'.

Fixes <https://bugs.gnu.org/28057>.
Reported by Ricardo Wurmus <rekado@elephly.net>.

* guix/scripts/offload.scm (assert-node-has-guix): Catch
'node-repl-error' and call 'leave'.

6 years agossh: 'retrieve-files' now only retrieves what's missing.
Ludovic Courtès [Fri, 12 Jan 2018 21:32:52 +0000 (22:32 +0100)]
ssh: 'retrieve-files' now only retrieves what's missing.

* guix/ssh.scm (retrieve-files): Remove the subset of FILES that is
valid in LOCAL.
(store-export-channel): Add comment.

6 years agooffload: Fix regression in file retrieval.
Ludovic Courtès [Fri, 12 Jan 2018 21:20:30 +0000 (22:20 +0100)]
offload: Fix regression in file retrieval.

This fixes a regression in 'retrieve-files*' introduced in
896fec476f728183b331cbb6e2afb891207b4205, whereby (guix scripts offload)
would not read the initial sexp now sent by the remote host via
'store-export-channel'.  This would effectively prevent file retrieval
entirely when offloading.

* guix/ssh.scm (retrieve-files*): New procedure, like former
'retrieve-files' but with an extra #:import parameter.
(retrieve-files): Rewrite in terms of 'retrieve-files*'.
(file-retrieval-port): Make private.
* guix/scripts/offload.scm (transfer-and-offload): Pass #:import to
'retrieve-files*'.
(retrieve-files*): Remove.

6 years agognu: transmission: Fix a DNS rebinding vulnerability that allows RCE.
Leo Famulari [Thu, 11 Jan 2018 23:18:04 +0000 (15:18 -0800)]
gnu: transmission: Fix a DNS rebinding vulnerability that allows RCE.

* gnu/packages/patches/transmission-fix-dns-rebinding-vuln.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/bittorrent.scm (transmission)[source]: Use it.

6 years agognu: dtc: Update to 1.4.6.
Tobias Geerinckx-Rice [Fri, 12 Jan 2018 15:43:24 +0000 (16:43 +0100)]
gnu: dtc: Update to 1.4.6.

* gnu/packages/bootloaders.scm (dtc): Update to 1.4.6.
[source]: Remove both patches.
* gnu/packages/patches/dtc-format-modifier.patch: Delete file.
* gnu/packages/patches/dtc-32-bits-check.patch: Likewise.
* gnu/local.mk (dist_patch_DATA): Remove both.

6 years agognu: harminv: Update to 1.4.1.
Tobias Geerinckx-Rice [Fri, 12 Jan 2018 12:49:46 +0000 (13:49 +0100)]
gnu: harminv: Update to 1.4.1.

* gnu/packages/engineering.scm (harminv): Update to 1.4.1.
[source, home-page]: Switch to new host.

6 years agognu: gphoto2: Update to 2.5.15.
Tobias Geerinckx-Rice [Fri, 12 Jan 2018 14:03:33 +0000 (15:03 +0100)]
gnu: gphoto2: Update to 2.5.15.

* gnu/packages/photo.scm (gphoto2): Update to 2.5.15.

6 years agognu: libgphoto2: Update to 2.5.16.
Tobias Geerinckx-Rice [Fri, 12 Jan 2018 13:45:41 +0000 (14:45 +0100)]
gnu: libgphoto2: Update to 2.5.16.

* gnu/packages/photo.scm (libgphoto2): Update to 2.5.16.

6 years agognu: colordiff: Update to 1.0.18.
Tobias Geerinckx-Rice [Fri, 12 Jan 2018 11:10:19 +0000 (12:10 +0100)]
gnu: colordiff: Update to 1.0.18.

Also add the non-archive URL, which was probably the intention of commit
8d479d27ca74f86a69b48d385f3d9537adf5392b.  Better late than never.

* gnu/packages/patchutils.scm (colordiff): Update to 1.0.18.

6 years agognu: libvorbis: Fix CVE-2017-{14632,14633}.
Leo Famulari [Wed, 10 Jan 2018 09:04:19 +0000 (01:04 -0800)]
gnu: libvorbis: Fix CVE-2017-{14632,14633}.

* gnu/packages/patches/libvorbis-CVE-2017-14632.patch,
gnu/packages/patches/libvorbis-CVE-2017-14633.patch: New files.
* gnu/local.mk (dist_patch_DATA): Add them.
* gnu/packages/xiph.scm (libvorbis)[replacement]: New field.
(libvorbis/fixed): New variable.

6 years agognu: Add selene.
Fis Trivial [Mon, 8 Jan 2018 17:19:33 +0000 (17:19 +0000)]
gnu: Add selene.

* gnu/packages/lua.scm (selene): New public variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
6 years agognu: grep: Add dependency on PCRE.
Ludovic Courtès [Thu, 11 Jan 2018 16:56:05 +0000 (17:56 +0100)]
gnu: grep: Add dependency on PCRE.

Suggested by Oleg Pykhalov <go.wigust@gmail.com>
and Roel Janssen <roel@gnu.org>.

* gnu/packages/base.scm (grep)[inputs]: New field.
* gnu/packages/commencement.scm (grep-final)[inputs]: New field.

6 years agognu: emacs-sr-speedbar: Update to 20161025.
Maxim Cournoyer [Mon, 8 Jan 2018 20:05:50 +0000 (15:05 -0500)]
gnu: emacs-sr-speedbar: Update to 20161025.

* gnu/packages/emacs.scm (emacs-sr-speedbar): Update to 20161025.
[version]: Use git-version.
[source]: Download sources via git-fetch and use git-file-name.

Signed-off-by: Kei Kebreau <kkebreau@posteo.net>
6 years agognu: libcdio-paranoia: Update to 10.2+0.94.2.
Kei Kebreau [Wed, 10 Jan 2018 18:46:09 +0000 (13:46 -0500)]
gnu: libcdio-paranoia: Update to 10.2+0.94.2.

* gnu/packages/cdrom.scm (libcdio-paranoia): Update to 10.2+0.94.2.

6 years agognu: libcdio: Update to 2.0.0.
Kei Kebreau [Wed, 10 Jan 2018 00:56:08 +0000 (19:56 -0500)]
gnu: libcdio: Update to 2.0.0.

* gnu/packages/cdrom.scm (libcdio): Update to 2.0.0.

6 years agoservices: qemu-binfmt: Extend guix-daemon with extra chroot directories.
Ludovic Courtès [Tue, 9 Jan 2018 15:48:35 +0000 (16:48 +0100)]
services: qemu-binfmt: Extend guix-daemon with extra chroot directories.

Fixes <https://bugs.gnu.org/20239>.

* gnu/services/virtualization.scm (<qemu-binfmt-configuration>)[guix-support?]:
New field.
(qemu-binfmt-guix-chroot): New procedure.
(qemu-binfmt-service-type)[extensions]: Add GUIX-SERVICE-TYPE.
* doc/guix.texi (Virtualization Services): Document 'guix-support?'.
(Additional Build Options): Mention binfmt_misc and offloading under
'--system'.

6 years agoservices: guix: Add 'chroot-directories' field.
Ludovic Courtès [Tue, 9 Jan 2018 15:45:12 +0000 (16:45 +0100)]
services: guix: Add 'chroot-directories' field.

* gnu/services/base.scm (<guix-configuration>)[chroot-directories]: New
field.
(guix-shepherd-service): Honor it.
(references-file): New procedure.
(guix-service-type)[compose, extend]: New fields.

6 years agoservices: Add qemu-binfmt.
Ludovic Courtès [Mon, 8 Jan 2018 22:30:28 +0000 (23:30 +0100)]
services: Add qemu-binfmt.

* gnu/services/virtualization.scm (<qemu-platform>): New record type.
(bv): New macro.
(%i386, %i486, %alpha, %arm, %armeb, %sparc, %sparc32plus)
(%ppc, %ppc64, %ppc64le, %m68k, %mips, %mipsel, %mipsn32el)
(%mips64, %mips64el, %sh4, %sh4eb, %s390x, %aarch64, %hppa)
(%qemu-platforms): New variables.
(lookup-qemu-platforms): New procedure.
(<qemu-binfmt-configuration>): New record type.
(qemu-platform->binfmt): New procedures.
(%binfmt-mount-point, %binfmt-register-file, %binfmt-file-system)
(qemu-binfmt-service-type): New variables.
(qemu-binfmt-shepherd-services): New procedures.
* doc/guix.texi (Virtualization Services): Add "Transparent Emulation
with QEMU" heading.

binfmt fixlet

6 years agognu: guile-bytestructures: Update to 1.0.1.
amirouche [Mon, 8 Jan 2018 21:30:10 +0000 (22:30 +0100)]
gnu: guile-bytestructures: Update to 1.0.1.

* gnu/package/guile.scm (guile-bytestructures): Update to 1.0.1.
[source]: Use tarball from github instead of git.
[build-system]: Use GNU-BUILD-SYSTEM.
[arguments]: Remove.
[navitve-inputs]: Add PKG-CONFIG.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
6 years agognu: guix: Update snapshot to 3c5dbd2.
Ludovic Courtès [Thu, 11 Jan 2018 10:19:24 +0000 (11:19 +0100)]
gnu: guix: Update snapshot to 3c5dbd2.

* gnu/packages/package-management.scm (guix): Update to 3c5dbd2.

6 years agognu: Add sound-juicer.
nee [Tue, 2 Jan 2018 00:56:29 +0000 (01:56 +0100)]
gnu: Add sound-juicer.

* gnu/packages/gnome.scm (sound-juicer): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
6 years agognu: Add libmusicbrainz.
nee [Tue, 2 Jan 2018 00:56:28 +0000 (01:56 +0100)]
gnu: Add libmusicbrainz.

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

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
6 years agognu: Add libdiscid.
nee [Tue, 2 Jan 2018 00:56:27 +0000 (01:56 +0100)]
gnu: Add libdiscid.

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

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
6 years agodaemon: Always try to execute the builder regardless of the platform.
Ludovic Courtès [Tue, 9 Jan 2018 16:04:02 +0000 (17:04 +0100)]
daemon: Always try to execute the builder regardless of the platform.

* nix/libstore/build.cc (runChild): Move platform check after 'execve'
call.  Check specifically for ENOEXEC.

6 years agognu: inkscape: Use HTTPS for home page.
Tobias Geerinckx-Rice [Thu, 11 Jan 2018 00:29:25 +0000 (01:29 +0100)]
gnu: inkscape: Use HTTPS for home page.

* gnu/packages/inkscape.scm (inkscape)[home-page]: Use HTTPS.

6 years agognu: inkscape: Update to 0.92.2.
Tobias Geerinckx-Rice [Thu, 11 Jan 2018 00:29:13 +0000 (01:29 +0100)]
gnu: inkscape: Update to 0.92.2.

* gnu/packages/inkscape.scm (inkscape): Update to 0.92.2.

6 years agognu: newsbeuter: Deprecate in favour of newsboat.
Tobias Geerinckx-Rice [Wed, 10 Jan 2018 23:54:22 +0000 (00:54 +0100)]
gnu: newsbeuter: Deprecate in favour of newsboat.

* gnu/packages/syndication.scm (newsbeuter): Redefine using
‘deprecated-package’.
* gnu/packages/patches/newsbeuter-CVE-2017-12904.patch: Delete file.
* gnu/packages/patches/newsbeuter-CVE-2017-14500.patch: Likewise.
* gnu/local.mk (dist_patch_DATA): Remove both.

6 years agoderivations: Fix typo in docstring.
Ludovic Courtès [Wed, 10 Jan 2018 22:09:05 +0000 (23:09 +0100)]
derivations: Fix typo in docstring.

* guix/derivations.scm (derivation-prerequisites): Fix typo in docstring.

6 years agossh: Pass an empty "exceptfds" set to 'select'.
Ludovic Courtès [Wed, 10 Jan 2018 22:06:08 +0000 (23:06 +0100)]
ssh: Pass an empty "exceptfds" set to 'select'.

Previously the redirect code could end up exiting prematurely because of
an uninteresting "exceptional condition" on the socket (info "(libc)
Waiting for I/O").

* guix/ssh.scm (remote-daemon-channel): Pass the empty list as the third
argument to 'select'.  It was a mistake to pass a non-empty list there
in the first place.

6 years agodoc: Fix typo in 'guix environment' example.
Ludovic Courtès [Wed, 10 Jan 2018 21:02:59 +0000 (22:02 +0100)]
doc: Fix typo in 'guix environment' example.

* doc/guix.texi (Invoking guix environment): Add missing @ in example.

6 years agostore: Fix potential over-reads in 'import-paths'.
Ludovic Courtès [Wed, 10 Jan 2018 20:38:08 +0000 (21:38 +0100)]
store: Fix potential over-reads in 'import-paths'.

Previously 'process-stderr' would always pass a bytevector of MAX-LEN to
then daemon in the %stderr-read case (i.e., 'import-paths'), instead of
LEN (where LEN <= MAX-LEN).

In practice the extra bytes didn't cause a protocol violation or
anything because they happen at the end of the stream, which typically
contains the canonical sexp of the signature, and the extra zeros were
just ignored.

* guix/serialization.scm (write-bytevector): Add optional 'l' parameter
and honor it.
* guix/store.scm (process-stderr): Pass LEN to 'write-bytevector'.

6 years agossh: Work around 'get-bytevector-some' bug.
Ludovic Courtès [Wed, 10 Jan 2018 16:52:23 +0000 (17:52 +0100)]
ssh: Work around 'get-bytevector-some' bug.

This works around <https://bugs.gnu.org/30066> and noticeably improves
performance when using GUIX_DAEMON_SOCKET=ssh://HOST (the redirect code
was transferring data to guix-daemon one byte at a time!).

* guix/ssh.scm (remote-daemon-channel)[redirect]: Define 'read!' and use
it instead of 'get-bytevector-some'.

6 years agognu: rrdtool: Update to 1.7.0.
Tobias Geerinckx-Rice [Wed, 10 Jan 2018 20:29:41 +0000 (21:29 +0100)]
gnu: rrdtool: Update to 1.7.0.

* gnu/packages/rrdtool.scm (rrdtool): Update to 1.7.0.
[native-inputs]: Add bc, perl, and tzdata.
[arguments]: Remove obsolete substitution in ‘pre-configure’ phase.
Set TZDIR for tests in new ‘prepare-test-environment’ phase.
Add ‘remove-native-input-references’ phase for example scripts.

6 years agognu: fio: Update to 3.3.
Tobias Geerinckx-Rice [Wed, 10 Jan 2018 22:34:58 +0000 (23:34 +0100)]
gnu: fio: Update to 3.3.

* gnu/packages/benchmark.scm (fio): Update to 3.3.

6 years agognu: perl-list-moreutils: Update to 0.428.
Tobias Geerinckx-Rice [Wed, 10 Jan 2018 17:11:15 +0000 (18:11 +0100)]
gnu: perl-list-moreutils: Update to 0.428.

* gnu/packages/perl.scm (perl-list-moreutils): Update to 0.428.

6 years agognu: libmtp: Update to 1.1.14.
Tobias Geerinckx-Rice [Wed, 10 Jan 2018 22:13:41 +0000 (23:13 +0100)]
gnu: libmtp: Update to 1.1.14.

* gnu/packages/libusb.scm (libmtp): Update to 1.1.14.

6 years agognu: python-idna: Update to 2.6.
Tobias Geerinckx-Rice [Wed, 10 Jan 2018 18:18:56 +0000 (19:18 +0100)]
gnu: python-idna: Update to 2.6.

* gnu/packages/python.scm (python-idna): Update to 2.6.

6 years agognu: ocaml-zed: Update to 1.6.
Tobias Geerinckx-Rice [Wed, 10 Jan 2018 17:55:47 +0000 (18:55 +0100)]
gnu: ocaml-zed: Update to 1.6.

* gnu/packages/ocaml.scm (ocaml-zed): Update to 1.6.

6 years agognu: rrdtool: Re-order imports.
Tobias Geerinckx-Rice [Wed, 10 Jan 2018 18:59:31 +0000 (19:59 +0100)]
gnu: rrdtool: Re-order imports.

* gnu/packages/rrdtool.scm: Order imports alphabetically.

6 years agognu: rrdtool: Use HTTPS for home page.
Tobias Geerinckx-Rice [Wed, 10 Jan 2018 18:10:06 +0000 (19:10 +0100)]
gnu: rrdtool: Use HTTPS for home page.

* gnu/packages/rrdtool.scm (rrdtool)[home-page]: Use HTTPS.

6 years agognu: wine: Remove duplicate supported-systems field.
Efraim Flashner [Wed, 10 Jan 2018 21:02:45 +0000 (23:02 +0200)]
gnu: wine: Remove duplicate supported-systems field.

* gnu/packages/wine.scm (wine)[supported-systems]: Remove duplicate
field.

6 years agognu: linux-libre: Update to 4.14.13.
Mark H Weaver [Wed, 10 Jan 2018 20:54:21 +0000 (15:54 -0500)]
gnu: linux-libre: Update to 4.14.13.

* gnu/packages/linux.scm (%linux-libre-version): Update to 4.14.13.
(%linux-libre-hash): Update hash.

6 years agognu: linux-libre@4.9: Update to 4.9.76.
Mark H Weaver [Wed, 10 Jan 2018 20:53:42 +0000 (15:53 -0500)]
gnu: linux-libre@4.9: Update to 4.9.76.

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

6 years agognu: linux-libre@4.4: Update to 4.4.111.
Mark H Weaver [Wed, 10 Jan 2018 20:52:55 +0000 (15:52 -0500)]
gnu: linux-libre@4.4: Update to 4.4.111.

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

6 years agognu: grub-hybrid: Don't try to install files that already exist.
Efraim Flashner [Wed, 10 Jan 2018 19:06:05 +0000 (21:06 +0200)]
gnu: grub-hybrid: Don't try to install files that already exist.

* gnu/packages/bootloaders.scm (grub-hybrid)[arguments]: Check if a file
already exists in the destination directory before installing it.

6 years agognu: wine: Limit supported architectures to ones that can build our wine.
Efraim Flashner [Wed, 10 Jan 2018 17:48:06 +0000 (19:48 +0200)]
gnu: wine: Limit supported architectures to ones that can build our wine.

* gnu/packages/wine.scm (wine)[supported systems]: New field, limit to
architectures which can build for their selected '#:system'.

6 years agognu: stagit: Update to 0.7.2.
ng0 [Wed, 10 Jan 2018 17:47:45 +0000 (17:47 +0000)]
gnu: stagit: Update to 0.7.2.

* gnu/packages/version-control.scm (stagit): Update to 0.7.2.

Signed-off-by: Leo Famulari <leo@famulari.name>
6 years agognu: pelican: Enable Markdown support.
Ben Sturmfels [Wed, 10 Jan 2018 01:23:08 +0000 (12:23 +1100)]
gnu: pelican: Enable Markdown support.

* gnu/packages/python.scm (pelican)[propagated-inputs]: Add python-markdown to
support Markdown as mentioned in the package description.

Signed-off-by: Leo Famulari <leo@famulari.name>
6 years agognu: Use one spelling for ‘copyright’.
Tobias Geerinckx-Rice [Wed, 10 Jan 2018 16:55:37 +0000 (17:55 +0100)]
gnu: Use one spelling for ‘copyright’.

* gnu/packages/gtk.scm: Standardise on ‘copyright’ spelling in
file headers.
* gnu/packages/pdf.scm: Likewise.
* gnu/packages/perl-check.scm: Likewise.
* gnu/packages/perl.scm: Likewise.
* guix/import/gem.scm: Likewise.
* guix/import/hackage.scm: Likewise.

6 years agognu: gtkspell3: Update to 3.0.9.
Tobias Geerinckx-Rice [Wed, 10 Jan 2018 16:52:20 +0000 (17:52 +0100)]
gnu: gtkspell3: Update to 3.0.9.

* gnu/packages/gtk.scm (gtkspell3): Update to 3.0.9.

6 years agognu: whois: Remove misleading comment.
Tobias Geerinckx-Rice [Wed, 10 Jan 2018 15:17:35 +0000 (16:17 +0100)]
gnu: whois: Remove misleading comment.

See <https://debbugs.gnu.org/cgi/bugreport.cgi?bug=30037>.

* gnu/packages/networking.scm (whois): Remove comment about mkpasswd.

6 years agognu: wcslib: Mark up description.
Tobias Geerinckx-Rice [Wed, 10 Jan 2018 14:59:00 +0000 (15:59 +0100)]
gnu: wcslib: Mark up description.

* gnu/packages/astronomy.scm (wcslib)[description]: Define ‘FITS’.  Use @dfn.

6 years agognu: wcslib: Update to 5.18.
Tobias Geerinckx-Rice [Wed, 10 Jan 2018 14:52:19 +0000 (15:52 +0100)]
gnu: wcslib: Update to 5.18.

* gnu/packages/astronomy.scm (wcslib): Update to 5.18.

6 years agognu: xdg-utils: Update to 1.1.2.
Tobias Geerinckx-Rice [Wed, 10 Jan 2018 06:08:22 +0000 (07:08 +0100)]
gnu: xdg-utils: Update to 1.1.2.

* /gnu/packages/freedesktop.scm (xdg-utils): Update to 1.1.2.

6 years agognu: blind: Update to 1.1.
Tobias Geerinckx-Rice [Wed, 10 Jan 2018 06:04:58 +0000 (07:04 +0100)]
gnu: blind: Update to 1.1.

* gnu/packages/suckless.scm (blind): Update to 1.1.

6 years agognu: xbattmon: Update to 1.1.
Tobias Geerinckx-Rice [Wed, 10 Jan 2018 06:02:28 +0000 (07:02 +0100)]
gnu: xbattmon: Update to 1.1.

* gnu/packages/suckless.scm (xbattmon): Update to 1.1.

6 years agognu: ding: Update to 1.8.1.
Tobias Geerinckx-Rice [Wed, 10 Jan 2018 05:28:00 +0000 (06:28 +0100)]
gnu: ding: Update to 1.8.1.

* gnu/packages/dictionaries.scm (ding): Update to 1.8.1.

6 years agognu: lsyncd: Update to 2.2.2.
Tobias Geerinckx-Rice [Wed, 10 Jan 2018 05:21:44 +0000 (06:21 +0100)]
gnu: lsyncd: Update to 2.2.2.

* gnu/packages/sync.scm (lsyncd): Update to 2.2.2.

6 years agognu: libzen: Update to 0.4.37.
Tobias Geerinckx-Rice [Wed, 10 Jan 2018 05:13:59 +0000 (06:13 +0100)]
gnu: libzen: Update to 0.4.37.

* gnu/packages/cpp.scm (libzen): Update to 0.4.37.

6 years agognu: iso-codes: Update to 3.77.
Tobias Geerinckx-Rice [Wed, 10 Jan 2018 03:29:44 +0000 (04:29 +0100)]
gnu: iso-codes: Update to 3.77.

* gnu/packages/iso-codes.scm (iso-codes): Update to 3.77.
[license]: Use ‘license:’ #:prefix instead of #:select (gpl2+).

6 years agognu: ghc-chell-quickcheck: Update to 0.2.5.1.
Tobias Geerinckx-Rice [Wed, 10 Jan 2018 03:58:30 +0000 (04:58 +0100)]
gnu: ghc-chell-quickcheck: Update to 0.2.5.1.

* gnu/packages/haskell.scm (ghc-chell-quickcheck)
(ghc-chell-quickcheck-bootstrap): Update to 0.2.5.1.

6 years agognu: ghc-quickcheck-unicode: Update to 1.0.1.0.
Tobias Geerinckx-Rice [Wed, 10 Jan 2018 03:44:45 +0000 (04:44 +0100)]
gnu: ghc-quickcheck-unicode: Update to 1.0.1.0.

* gnu/packages/haskell-check.scm (ghc-quickcheck-unicode): Update to
1.0.1.0.

6 years agognu: python-ply, python2-ply: Update to 3.10.
Tobias Geerinckx-Rice [Wed, 10 Jan 2018 03:39:40 +0000 (04:39 +0100)]
gnu: python-ply, python2-ply: Update to 3.10.

* gnu/packages/python.scm (python-ply): Update to 3.10.

6 years agognu: libsvm: Update to 3.22.
Tobias Geerinckx-Rice [Wed, 10 Jan 2018 02:53:16 +0000 (03:53 +0100)]
gnu: libsvm: Update to 3.22.

* gnu/packages/machine-learning.scm (libsvm): Update to 3.22.
[source]: Use upstream tarball instead of a git snapshot.

6 years agognu: xterm: Download over HTTP by default.
Tobias Geerinckx-Rice [Wed, 10 Jan 2018 01:15:13 +0000 (02:15 +0100)]
gnu: xterm: Download over HTTP by default.

* gnu/packages/xorg.scm (xterm)[source]: Add HTTP mirror URI.

6 years agognu: utfcpp: Update to 2.3.5.
Tobias Geerinckx-Rice [Wed, 10 Jan 2018 01:50:54 +0000 (02:50 +0100)]
gnu: utfcpp: Update to 2.3.5.

* gnu/packages/textutils.scm (utfcpp): Update to 2.3.5.
[source]: Download tarball from new location.
[build-system]: Switch to cmake-build-system.
[arguments]: Use it, with custom ‘install’ phase.
[native-inputs]: Remove unzip.

6 years agognu: seqmagick: Use 'pypi-uri'.
Ben Woodcroft [Wed, 10 Jan 2018 06:44:11 +0000 (16:44 +1000)]
gnu: seqmagick: Use 'pypi-uri'.

* gnu/packages/bioinformatics.scm (seqmagick)[source]: Use 'pypi-uri'.

6 years agognu: mafft: Update to 7.313.
Ben Woodcroft [Wed, 10 Jan 2018 06:41:06 +0000 (16:41 +1000)]
gnu: mafft: Update to 7.313.

* gnu/packages/bioinformatics.scm (mafft): Update to 7.313.
[source]: Use HTTPS URI.

6 years agognu: syncthing: Update to 0.14.43.
Leo Famulari [Sat, 30 Dec 2017 23:31:35 +0000 (18:31 -0500)]
gnu: syncthing: Update to 0.14.43.

* gnu/packages/syncthing.scm (syncthing): Update to v0.14.43.

6 years agognu: Golang X text libraries: Update to 0.0.0-1.e19ae14.
Leo Famulari [Sat, 30 Dec 2017 22:59:20 +0000 (17:59 -0500)]
gnu: Golang X text libraries: Update to 0.0.0-1.e19ae14.

* gnu/packages/syncthing.scm (go-golang-org-x-text-transform,
go-golang-org-x-text-unicode-norm): Update to 0.0.0-1.e19ae14.

6 years agognu: Golang X net libraries: Update to 0.0.0-1.d866cfc.
Leo Famulari [Sat, 30 Dec 2017 22:52:41 +0000 (17:52 -0500)]
gnu: Golang X net libraries: Update to 0.0.0-1.d866cfc.

* gnu/packages/syncthing.scm (go-golang-org-x-net-ipv4,
go-golang-org-x-net-bpf, go-golang-org-x-net-context,
go-golang-org-x-net-internal-iana, go-golang-org-x-net-ipv6,
go-golang-org-x-net-proxy): Update to 0.0.0-1.d866cfc.

6 years agognu: Golang X crypto libraries: Update to 0.0.0-1.95a4943.
Leo Famulari [Sat, 30 Dec 2017 22:42:33 +0000 (17:42 -0500)]
gnu: Golang X crypto libraries: Update to 0.0.0-1.95a4943.

* gnu/packages/syncthing.scm (go-golang-org-x-crypto-bcrypt,
go-golang-org-x-crypto-blowfish, go-golang-org-x-crypto-pbkdf2,
go-golang-org-x-crypto-tea, go-golang-org-x-crypto-salsa20,
go-golang-org-x-crypto-cast5, go-golang-org-x-crypto-twofish,
go-golang-org-x-crypto-xtea): Update to 0.0.0-1.95a4943.

6 years agognu: go-github-com-xtaci-smux: Update to 1.0.6-0.c3e1824.
Leo Famulari [Sat, 30 Dec 2017 22:37:10 +0000 (17:37 -0500)]
gnu: go-github-com-xtaci-smux: Update to 1.0.6-0.c3e1824.

* gnu/packages/syncthing.scm (go-github-com-xtaci-smux): Update to
1.0.6-0.c3e1824.

6 years agognu: go-github-com-tjfoc-gmsm-sm4: Update to 0.0.0-1.98aa888.
Leo Famulari [Sat, 30 Dec 2017 22:35:01 +0000 (17:35 -0500)]
gnu: go-github-com-tjfoc-gmsm-sm4: Update to 0.0.0-1.98aa888.

* gnu/packages/syncthing.scm (go-github-com-tjfoc-gmsm-sm4): Update to
0.0.0-1.98aa888.

6 years agognu: go-github-com-thejerf-suture: Update to 2.0.1-0.87e298c.
Leo Famulari [Sat, 30 Dec 2017 22:31:20 +0000 (17:31 -0500)]
gnu: go-github-com-thejerf-suture: Update to 2.0.1-0.87e298c.

* gnu/packages/syncthing.scm (go-github-com-thejerf-suture): Update to
2.0.1-0.87e298c.

6 years agognu: go-github-com-templexxx-xor: Update to 0.1.2.
Leo Famulari [Sat, 30 Dec 2017 22:29:38 +0000 (17:29 -0500)]
gnu: go-github-com-templexxx-xor: Update to 0.1.2.

* gnu/packages/syncthing.scm (go-github-com-templexxx-xor): Update to 0.1.2.
[propagated-inputs]: Add go-github-com-templexxx-cpufeat.

6 years agognu: go-github-com-templexxx-reedsolomon: Remove unused package.
Leo Famulari [Sat, 30 Dec 2017 22:26:20 +0000 (17:26 -0500)]
gnu: go-github-com-templexxx-reedsolomon: Remove unused package.

* gnu/packages/syncthing.scm (go-github-com-templexxx-reedsolomon):
Remove variable.

6 years agognu: go-github-com-syndtr-goleveldb: Update to 0.0.0-2.34011bf.
Leo Famulari [Sat, 30 Dec 2017 22:25:31 +0000 (17:25 -0500)]
gnu: go-github-com-syndtr-goleveldb: Update to 0.0.0-2.34011bf.

* gnu/packages/syncthing.scm (go-github-com-syndtr-goleveldb): Update to
0.0.0-2.34011bf.

6 years agognu: go-github-com-sasha-s-go-deadlock: Update to 0.1.0-1.03d40e5.
Leo Famulari [Sat, 30 Dec 2017 22:24:07 +0000 (17:24 -0500)]
gnu: go-github-com-sasha-s-go-deadlock: Update to 0.1.0-1.03d40e5.

* gnu/packages/syncthing.scm (go-github-com-sasha-s-go-deadlock): Update
to 0.1.0-1.03d40e5.

6 years agognu: go-github-com-rcrowley-go-metrics: Update to 0.0.0-1.e181e09.
Leo Famulari [Sat, 30 Dec 2017 22:22:06 +0000 (17:22 -0500)]
gnu: go-github-com-rcrowley-go-metrics: Update to 0.0.0-1.e181e09.

* gnu/packages/syncthing.scm (define-public go-github-com-rcrowley-go-metrics):
Update to 0.0.0-1.e181e09.

6 years agognu: go-github-com-pkg-errors: Update to 0.0.0-1.e881fd5.
Leo Famulari [Sat, 30 Dec 2017 22:12:28 +0000 (17:12 -0500)]
gnu: go-github-com-pkg-errors: Update to 0.0.0-1.e881fd5.

* gnu/packages/syncthing.scm (go-github-com-pkg-errors): Update to
0.0.0-1.e881fd5.

6 years agognu: go-github-com-oschwald-maxminddb-golang: Update to 1.2.0-0.26fe5ac.
Leo Famulari [Sat, 30 Dec 2017 22:10:37 +0000 (17:10 -0500)]
gnu: go-github-com-oschwald-maxminddb-golang: Update to 1.2.0-0.26fe5ac.

* gnu/packages/syncthing.scm (go-github-com-oschwald-maxminddb-golang):
Update to 1.2.0-0.26fe5ac.

6 years agognu: go-github-com-oschwald-geoip2-golang: Update to 1.1.0.
Leo Famulari [Sat, 30 Dec 2017 22:09:06 +0000 (17:09 -0500)]
gnu: go-github-com-oschwald-geoip2-golang: Update to 1.1.0.

* gnu/packages/syncthing.scm (go-github-com-oschwald-geoip2-golang):
Update to 1.1.0.

6 years agognu: go-github-com-lib-pq: Update to 0.0.0-1.83612a5.
Leo Famulari [Sat, 30 Dec 2017 21:57:19 +0000 (16:57 -0500)]
gnu: go-github-com-lib-pq: Update to 0.0.0-1.83612a5.

* gnu/packages/syncthing.scm (go-github-com-lib-pq): Update to
0.0.0-1.83612a5.