jackhill/guix/guix.git
6 years agognu: libgnome: Adjust for latest GLib.
Ludovic Courtès [Fri, 12 Jan 2018 23:09:23 +0000 (00:09 +0100)]
gnu: libgnome: Adjust for latest GLib.

* gnu/packages/patches/libgnome-encoding.patch: New file.
* gnu/packages/gnome.scm (libgnome)[source]: Use it.
* gnu/local.mk (dist_patch_DATA): Add it.

6 years agognu: lua-lgi: Update to 0.9.2.
Ludovic Courtès [Fri, 12 Jan 2018 08:44:58 +0000 (09:44 +0100)]
gnu: lua-lgi: Update to 0.9.2.

* gnu/packages/lua.scm (lua-lgi): Update to 0.9.2.
[native-inputs]: Add DBUS.

6 years agognu: java-commons-lang: Disable failing test.
Gábor Boskovits [Thu, 11 Jan 2018 23:08:49 +0000 (00:08 +0100)]
gnu: java-commons-lang: Disable failing test.

* gnu/packages/java.scm (java-commons-lang)[arguments]: Modify #:test-exclude
to disable randomly failing tests.

The testsuite include tests about distribution of random inputs,
meaning that they can randomly fail. Disable them to avoid build failures.

Signed-off-by: Chris Marusich <cmmarusich@gmail.com>
6 years agognu: libvorbis: Integrate grafted patches.
Leo Famulari [Thu, 11 Jan 2018 22:16:56 +0000 (14:16 -0800)]
gnu: libvorbis: Integrate grafted patches.

* gnu/packages/xiph.scm (libvorbis)[replacement]: Remove field.
[source]: Add patches from libvorbis/fixed.
(libvorbis/fixed): Remove variable.

6 years agoMerge branch 'master' into core-updates
Leo Famulari [Thu, 11 Jan 2018 22:22:50 +0000 (14:22 -0800)]
Merge branch 'master' into core-updates

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.

6 years agognu: go-github-com-kardianos-osext: Update to 0.0.0-1.ae77be6.
Leo Famulari [Sat, 30 Dec 2017 21:51:31 +0000 (16:51 -0500)]
gnu: go-github-com-kardianos-osext: Update to 0.0.0-1.ae77be6.

* gnu/packages/syncthing.scm (go-github-com-kardianos-osext): Update to
0.0.0-1.ae77be6.

6 years agognu: go-github-com-golang-groupcache-lru: Update to 0.0.0-1.84a468c.
Leo Famulari [Sat, 30 Dec 2017 21:50:08 +0000 (16:50 -0500)]
gnu: go-github-com-golang-groupcache-lru: Update to 0.0.0-1.84a468c.

* gnu/packages/syncthing.scm (go-github-com-golang-groupcache-lru):
Update to 0.0.0-1.84a468c.

6 years agognu: go-github-com-gogo-protobuf: Update to 0.5-1.35b81a0.
Leo Famulari [Sat, 30 Dec 2017 21:47:22 +0000 (16:47 -0500)]
gnu: go-github-com-gogo-protobuf: Update to 0.5-1.35b81a0.

* gnu/packages/syncthing.scm (go-github-com-gogo-protobuf): Update to
0.5-1.35b81a0.

6 years agognu: go-github-com-chmduquesne-rollinghash-adler32: Update to 0.0.0-1.3dc7875.
Leo Famulari [Sat, 30 Dec 2017 21:37:46 +0000 (16:37 -0500)]
gnu: go-github-com-chmduquesne-rollinghash-adler32: Update to 0.0.0-1.3dc7875.

* gnu/packages/syncthing.scm (go-github-com-chmduquesne-rollinghash-adler32):
Update to 0.0.0-1.3dc7875.

6 years agognu: go-golang-org-x-time-rate: Update to 0.0.0-1.6dc1736.
Leo Famulari [Sat, 30 Dec 2017 21:26:53 +0000 (16:26 -0500)]
gnu: go-golang-org-x-time-rate: Update to 0.0.0-1.6dc1736.

* gnu/packages/syncthing.scm (go-golang-org-x-time-rate): Update to
0.0.0-1.6dc1736.

6 years agognu: go-golang-org-x-sys-unix: Update to 0.0.0-1.8380141.
Leo Famulari [Sat, 30 Dec 2017 21:22:49 +0000 (16:22 -0500)]
gnu: go-golang-org-x-sys-unix: Update to 0.0.0-1.8380141.

* gnu/packages/syncthing.scm (go-golang-org-x-sys-unix): Update to
0.0.0-1.8380141.
[arguments]: Adjust the tests to the build environment.

6 years agognu: kcp-go: Switch upstream source.
Leo Famulari [Sat, 30 Dec 2017 21:16:26 +0000 (16:16 -0500)]
gnu: kcp-go: Switch upstream source.

* gnu/packages/syncthing.scm (go-github-com-audriusbutkevicius-kcp-go):
Replace with ...
(go-github-com-xtaci-kcp-go): ... new variable.

6 years agognu: Add go-github-com-klauspost-reedsolomon.
Leo Famulari [Sat, 30 Dec 2017 21:06:56 +0000 (16:06 -0500)]
gnu: Add go-github-com-klauspost-reedsolomon.

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

6 years agognu: Add go-github-com-klauspost-cpuid.
Leo Famulari [Sat, 30 Dec 2017 21:06:00 +0000 (16:06 -0500)]
gnu: Add go-github-com-klauspost-cpuid.

* gnu/packages/syncthing.scm (go-github-com-klauspost-cpuid): New variable.

6 years agognu: go-github-com-minio-sha256-simd: Update to 0.0.0-1.ad98a36.
Leo Famulari [Sat, 30 Dec 2017 09:43:45 +0000 (04:43 -0500)]
gnu: go-github-com-minio-sha256-simd: Update to 0.0.0-1.ad98a36.

* gnu/packages/syncthing.scm (go-github-com-minio-sha256-simd): Update
to 0.0.0-1.ad98a36.

6 years agognu: go-github-com-zillode-notify: Update to 0.0.0-1.8fff849.
Leo Famulari [Sat, 30 Dec 2017 09:41:50 +0000 (04:41 -0500)]
gnu: go-github-com-zillode-notify: Update to  0.0.0-1.8fff849.

* gnu/packages/syncthing.scm (go-github-com-zillode-notify): Update to
0.0.0-1.8fff849.

6 years agognu: make-bootstrap: Add libc:static to the inputs.
Ludovic Courtès [Wed, 10 Jan 2018 09:02:44 +0000 (10:02 +0100)]
gnu: make-bootstrap: Add libc:static to the inputs.

Fixes use of 'getpwnam' & co. from the statically-linked guile in the
initrd, as reported by Leo Famulari <leo@famulari.name> at
<https://lists.gnu.org/archive/html/guix-devel/2018-01/msg00061.html>.

* gnu/packages/make-bootstrap.scm (package-with-relocatable-glibc)[native-inputs]:
Add "libc:static".

6 years agognu: gpm: Fix building with glibc 2.26.
Leo Famulari [Thu, 4 Jan 2018 04:24:51 +0000 (23:24 -0500)]
gnu: gpm: Fix building with glibc 2.26.

* gnu/packages/patches/gpm-glibc-2.26.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/linux.scm (gpm)[source]: Use it.

6 years agognu: nfs-utils: Adapt to changes in glibc 2.26.
Leo Famulari [Thu, 4 Jan 2018 00:13:03 +0000 (19:13 -0500)]
gnu: nfs-utils: Adapt to changes in glibc 2.26.

* gnu/packages/patches/nfs-utils-missing-headers.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/nfs.scm (nfs-utils)[source]: Use it.

6 years agognu: rpcbind: Build with libnsl.
Leo Famulari [Wed, 3 Jan 2018 23:48:43 +0000 (18:48 -0500)]
gnu: rpcbind: Build with libnsl.

* gnu/packages/onc-rpc.scm (rpcbind)[inputs]: Add libnsl.

6 years agognu: Add libnsl.
Leo Famulari [Wed, 3 Jan 2018 23:48:26 +0000 (18:48 -0500)]
gnu: Add libnsl.

* gnu/packages/onc-rpc.scm (libnsl): New variable.

6 years agognu: libtirpc: Update to 1.0.2.
Leo Famulari [Wed, 3 Jan 2018 20:36:25 +0000 (15:36 -0500)]
gnu: libtirpc: Update to 1.0.2.

* gnu/packages/onc-rpc.scm (libtirpc): Update to 1.0.2.
[source]: Adjust patch list.
* gnu/packages/patches/libtirpc-CVE-2017-8779.patch: Delete file.
* gnu/packages/patches/libtirpc-missing-headers.patch: New file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.

6 years agognu: xterm: Update to 331.
Tobias Geerinckx-Rice [Wed, 10 Jan 2018 01:07:11 +0000 (02:07 +0100)]
gnu: xterm: Update to 331.

* gnu/packages/xorg.scm (xterm): Update to 331.
[arguments]: Remove now-default ‘--enable-256-color’ from #:configure-flags.
now enabled by default.

6 years agognu: yoshimi: Update to 1.5.6.
Tobias Geerinckx-Rice [Wed, 10 Jan 2018 00:19:17 +0000 (01:19 +0100)]
gnu: yoshimi: Update to 1.5.6.

* gnu/packages/music.scm (yoshimi): Update to 1.5.6.
[description]: Tweak slightly.

6 years agognu: yoshimi: Find ncurses with pkg-config.
Tobias Geerinckx-Rice [Wed, 10 Jan 2018 00:20:42 +0000 (01:20 +0100)]
gnu: yoshimi: Find ncurses with pkg-config.

* gnu/packages/music.scm (yoshimi)[arguments]: Remove obsolete
‘find-ncurses’ phase.