jackhill/guix/guix.git
5 years agopack: Import (guix store database) only when '--localstatedir' is passed.
Ludovic Courtès [Sat, 27 Oct 2018 22:17:08 +0000 (00:17 +0200)]
pack: Import (guix store database) only when '--localstatedir' is passed.

This is another way to address <https://bugs.gnu.org/32184>, which was
previously addressed in commit 19c924af4f3726688ca155a905ebf1cb9acdfca2.

* gnu/build/install.scm (register-closure): Move to...
* gnu/build/vm.scm (register-closure): ... here.  New procedure.
* guix/scripts/pack.scm (self-contained-tarball)[build]: Remove
now unneeded 'with-extensions' form and custom (guix config) module.
* tests/guix-pack.sh: Revert the strategy from
commit 19c924af4f3726688ca155a905ebf1cb9acdfca2.
* tests/pack.scm ("self-contained-tarball"): Likewise.

5 years agopack: Move store database creation to a separate derivation.
Ludovic Courtès [Sat, 27 Oct 2018 21:47:59 +0000 (23:47 +0200)]
pack: Move store database creation to a separate derivation.

* guix/scripts/pack.scm (store-database): New procedure.
(self-contained-tarball): Use it when LOCALSTATEDIR? is true.
Remove 'schema' and add 'database'.
[build]: Pass DATABASE to 'populate-single-profile-directory'.
(squashfs-image): Remove #:deduplicate? parameter.
[build]: Remove (gnu build install) and (guix config) from the imported
modules.  Remove 'with-extensions'.
* gnu/build/install.scm (populate-single-profile-directory): Remove
 #:deduplicate?, #:register?, and #:schema; add #:database.  Remove call
to 'register-closure' and simply copy DATABASE instead.

5 years agognu: nginx: Update to 1.14.1 [security fixes].
Marius Bakke [Tue, 6 Nov 2018 20:34:30 +0000 (21:34 +0100)]
gnu: nginx: Update to 1.14.1 [security fixes].

This fixes CVE-2018-16843, CVE-2018-16844, and CVE-2018-16845.

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

5 years agoguix: Update to Bioconductor 3.8.
Ricardo Wurmus [Tue, 6 Nov 2018 17:21:24 +0000 (18:21 +0100)]
guix: Update to Bioconductor 3.8.

* guix/import/cran.scm (%bioconductor-version): Update to 3.8.
* guix/build-system/r.scm (bioconductor-uri): Update archive URL.

5 years agognu: Syncthing: Update to 0.14.52.
Leo Famulari [Wed, 31 Oct 2018 17:10:28 +0000 (13:10 -0400)]
gnu: Syncthing: Update to 0.14.52.

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

5 years agognu: libgit2: Work around test failures on 32-bit platforms.
Ludovic Courtès [Tue, 6 Nov 2018 16:08:46 +0000 (17:08 +0100)]
gnu: libgit2: Work around test failures on 32-bit platforms.

* gnu/packages/patches/libgit2-oom-test.patch: New file.
* gnu/packages/version-control.scm (libgit2)[source]: Use it.
* gnu/local.mk (dist_patch_DATA): Add it.

5 years agognu: Add xcb-util-errors.
Stefan Stefanović [Fri, 19 Oct 2018 22:20:25 +0000 (00:20 +0200)]
gnu: Add xcb-util-errors.

* gnu/packages/xorg.scm (xcb-util-errors): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
5 years agoself: Install shell completion files.
Ludovic Courtès [Tue, 6 Nov 2018 14:48:04 +0000 (15:48 +0100)]
self: Install shell completion files.

* guix/self.scm (miscellaneous-files): New procedure.
(whole-package): Remove #:substitute-keys, add #:miscellany.
[build]: Remove code for SUBSTITUTE-KEYS and add code to copy MISCELLANY
to OUTPUT.
(compiled-guix): Adjust call to 'whole-package'.

5 years agonls: Update 'de' translation.
Ludovic Courtès [Tue, 6 Nov 2018 10:31:56 +0000 (11:31 +0100)]
nls: Update 'de' translation.

5 years agoself: Rename 'sub-directory' to 'file-append*'.
Ludovic Courtès [Tue, 6 Nov 2018 08:35:06 +0000 (09:35 +0100)]
self: Rename 'sub-directory' to 'file-append*'.

* guix/self.scm (sub-directory): Rename to...
(file-append*): ... this.  Add #:recursive? parameter and pass it to
'local-file'.
(locale-data, info-manual, compiled-guix): Adjust accordingly.

5 years agognu: guile-sqlite3: Update home page.
Ludovic Courtès [Mon, 5 Nov 2018 23:21:23 +0000 (00:21 +0100)]
gnu: guile-sqlite3: Update home page.

* gnu/packages/guile.scm (guile-sqlite3)[home-page]: Update.

5 years agognu: Add r-weights.
lakshmi [Tue, 6 Nov 2018 14:59:01 +0000 (15:59 +0100)]
gnu: Add r-weights.

* gnu/packages/cran.scm (r-weights): New variable.

Signed-off-by: Gábor Boskovits <boskovits@gmail.com>
5 years agognu: youtube-dl: Update to 2018.11.03.
Tobias Geerinckx-Rice [Tue, 6 Nov 2018 14:21:26 +0000 (15:21 +0100)]
gnu: youtube-dl: Update to 2018.11.03.

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

5 years agognu: terraform-docs: Update to 0.5.0.
Tobias Geerinckx-Rice [Tue, 6 Nov 2018 14:05:30 +0000 (15:05 +0100)]
gnu: terraform-docs: Update to 0.5.0.

* gnu/packages/terraform.scm (terraform-docs): Update to 0.5.0.
[native-inputs]: Remove them all.

5 years agognu: jq: Don't use NAME in source URI.
Tobias Geerinckx-Rice [Tue, 6 Nov 2018 14:10:51 +0000 (15:10 +0100)]
gnu: jq: Don't use NAME in source URI.

* gnu/packages/web.scm (jq)[source]: Code more hard.

5 years agognu: jq: Update to 1.6.
Tobias Geerinckx-Rice [Tue, 6 Nov 2018 14:13:16 +0000 (15:13 +0100)]
gnu: jq: Update to 1.6.

* gnu/packages/web.scm (jq): Update to 1.6.
[source]: Remove upstreamed patch.
* gnu/packages/patches/jq-CVE-2015-8863.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.

5 years agognu: ffmpeg: Update to 4.1.
Rutger Helling [Tue, 6 Nov 2018 11:02:03 +0000 (12:02 +0100)]
gnu: ffmpeg: Update to 4.1.

* gnu/packages/video.scm (ffmpeg): Update to 4.1.

5 years agoRevert "gnu: c-ares: Update to 1.15.0."
Efraim Flashner [Tue, 6 Nov 2018 10:22:02 +0000 (12:22 +0200)]
Revert "gnu: c-ares: Update to 1.15.0."

c-ares has more than 3000 dependant packages.

This reverts commit b588adc96feec4498857ecb6d3537f746b0c0463.

5 years agognu: c-ares: Update to 1.15.0.
Efraim Flashner [Sun, 4 Nov 2018 18:42:48 +0000 (20:42 +0200)]
gnu: c-ares: Update to 1.15.0.

* gnu/packages/adns.scm (c-ares): Update to 1.15.0.

5 years agognu: services: dns: Fix 'ddclient-activation'.
Oleg Pykhalov [Sun, 28 Oct 2018 22:47:32 +0000 (01:47 +0300)]
gnu: services: dns: Fix 'ddclient-activation'.

* gnu/services/dns.scm (ddclient-activation): Fix procedure.

5 years agossh: Honor the SOCKET-NAME argument of connect-to-remote-daemon.
Maxim Cournoyer [Mon, 5 Nov 2018 05:01:47 +0000 (00:01 -0500)]
ssh: Honor the SOCKET-NAME argument of connect-to-remote-daemon.

* guix/ssh.scm (connect-to-remote-daemon): Pass the `socket-name' variable to
the `open-connection' call so that it is honored.

5 years agoself: Install substitute keys.
Ludovic Courtès [Mon, 5 Nov 2018 22:26:37 +0000 (23:26 +0100)]
self: Install substitute keys.

* guix/self.scm (whole-package): Add #:substitute-keys and honor it.
(compiled-guix): Pass #:substitute-keys to 'whole-package' when
PULL-VERSION is one.

5 years agomaint: Move substitute public keys to etc/substitutes.
Ludovic Courtès [Mon, 5 Nov 2018 22:24:38 +0000 (23:24 +0100)]
maint: Move substitute public keys to etc/substitutes.

* berlin.guixsd.org.pub, hydra.gnu.org.pub: Move to...
* etc/substitutes: ... here.  New directory.
* Makefile.am (dist_pkgdata_DATA): Adjust accordingly.

5 years agoself: Remove extra paren in manual version string.
Ludovic Courtès [Mon, 5 Nov 2018 21:58:19 +0000 (22:58 +0100)]
self: Remove extra paren in manual version string.

* guix/self.scm (info-manual)[build]: Remove extra closing paren in
VERSION.

5 years agopull: Make '--dry-run' behave as expected.
Ludovic Courtès [Mon, 5 Nov 2018 21:52:19 +0000 (22:52 +0100)]
pull: Make '--dry-run' behave as expected.

* guix/scripts/pull.scm (show-help): Document '--dry-run'.
(build-and-install): Add #:dry-run? parameter and honor it.
(guix-pull): Remove (assoc-ref opts 'dry-run?) condition.  Instead, pass
it as #:dry-run? to 'build-and-install'.
* doc/guix.texi (Invoking guix pull): Document '--dry-run'.  Move
'--verbose' to the bottom.

5 years agobash completion: Restore completion of available packages for 'guix build'.
Ludovic Courtès [Mon, 5 Nov 2018 16:01:38 +0000 (17:01 +0100)]
bash completion: Restore completion of available packages for 'guix build'.

Fixes a regression introduced in
9b0a755f642542dd96065ad05ec9d844d8077fd7 whereby 'guix build TAB' would
not suggest any completion.

* etc/completion/bash/guix (_guix_complete): Arrange so 'guix build TAB'
completes available packages.

5 years agognu: xf86-video-intel: Update to commit 0932a6b37ba6d5c9e916a1cb6ab89c3205b81a0c.
Marius Bakke [Mon, 5 Nov 2018 19:50:26 +0000 (20:50 +0100)]
gnu: xf86-video-intel: Update to commit 0932a6b37ba6d5c9e916a1cb6ab89c3205b81a0c.

* gnu/packages/xorg.scm (xf86-video-intel): Update to 2.99.917-11.0932a6b.

5 years agognu: xapian: Update to 1.4.9.
Marius Bakke [Mon, 5 Nov 2018 18:45:01 +0000 (19:45 +0100)]
gnu: xapian: Update to 1.4.9.

* gnu/packages/patches/xapian-revert-5489fb2f8.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
* gnu/packages/search.scm (xapian): Update to 1.4.9.
[source](patches): Remove.
(python-xapian-bindings): Update to 1.4.9.

5 years agognu: libssh: Update to 0.7.7.
Marius Bakke [Mon, 5 Nov 2018 18:32:39 +0000 (19:32 +0100)]
gnu: libssh: Update to 0.7.7.

* gnu/packages/ssh.scm (libssh): Update to 0.7.7.

5 years agognu: strace: Update to 4.25.
Marius Bakke [Mon, 5 Nov 2018 18:23:49 +0000 (19:23 +0100)]
gnu: strace: Update to 4.25.

* gnu/packages/linux.scm (strace): Update to 4.25.

5 years agognu: libmtp: Update to 1.1.16.
Marius Bakke [Mon, 5 Nov 2018 18:23:27 +0000 (19:23 +0100)]
gnu: libmtp: Update to 1.1.16.

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

5 years agognu: libgit2: Update to 0.26.8.
Marius Bakke [Mon, 5 Nov 2018 18:18:42 +0000 (19:18 +0100)]
gnu: libgit2: Update to 0.26.8.

* gnu/packages/version-control.scm (libgit2): Update to 0.26.8.

5 years agognu: i3-wm: Update to 4.16.
Marius Bakke [Mon, 5 Nov 2018 17:36:06 +0000 (18:36 +0100)]
gnu: i3-wm: Update to 4.16.

* gnu/packages/wm.scm (i3-wm): Update to 4.16.

5 years agognu: libgphoto2: Update to 2.5.20.
Marius Bakke [Mon, 5 Nov 2018 17:34:05 +0000 (18:34 +0100)]
gnu: libgphoto2: Update to 2.5.20.

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

5 years agognu: glm: Update to 0.9.9.3.
Marius Bakke [Mon, 5 Nov 2018 17:33:44 +0000 (18:33 +0100)]
gnu: glm: Update to 0.9.9.3.

* gnu/packages/maths.scm (glm): Update to 0.9.9.3.

5 years agognu: ffmpeg: Update to 4.0.3.
Marius Bakke [Mon, 5 Nov 2018 17:28:51 +0000 (18:28 +0100)]
gnu: ffmpeg: Update to 4.0.3.

* gnu/packages/video.scm (ffmpeg): Update to 4.0.3.

5 years agognu: ffmpeg@3.4: Update to 3.4.5.
Marius Bakke [Mon, 5 Nov 2018 17:28:29 +0000 (18:28 +0100)]
gnu: ffmpeg@3.4: Update to 3.4.5.

* gnu/packages/video.scm (ffmpeg-3.4): Update to 3.4.5.

5 years agognu: feh: Update to 2.28.1.
Marius Bakke [Mon, 5 Nov 2018 17:24:18 +0000 (18:24 +0100)]
gnu: feh: Update to 2.28.1.

* gnu/packages/image-viewers.scm (feh): Update to 2.28.1.

5 years agognu: libsoup: Update to 2.64.2.
Marius Bakke [Tue, 23 Oct 2018 20:44:45 +0000 (22:44 +0200)]
gnu: libsoup: Update to 2.64.2.

* gnu/packages/gnome.scm (libsoup): Update to 2.64.2.

5 years agognu: mono: Update home page.
Marius Bakke [Mon, 22 Oct 2018 23:20:18 +0000 (01:20 +0200)]
gnu: mono: Update home page.

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

5 years agognu: ruby-rack: Update to 2.0.6 [fixes CVE-2018-{16470,16471}].
Leo Famulari [Mon, 5 Nov 2018 21:11:59 +0000 (16:11 -0500)]
gnu: ruby-rack: Update to 2.0.6 [fixes CVE-2018-{16470,16471}].

* gnu/packages/ruby.scm (ruby-rack): Update to 2.0.6.

5 years agognu: emacs-mu4e-conversation: Update to 20181105.
Pierre Neidhardt [Mon, 5 Nov 2018 19:22:06 +0000 (20:22 +0100)]
gnu: emacs-mu4e-conversation: Update to 20181105.

* gnu/packages/emacs.scm (emacs-mu4e-conversation): Update to 20181105.

5 years agognu: Add emacs-helm-slime.
Pierre Neidhardt [Mon, 5 Nov 2018 12:58:04 +0000 (13:58 +0100)]
gnu: Add emacs-helm-slime.

* gnu/packages/emacs.scm (emacs-helm-slime): New variable.

5 years agognu: linux-libre: Update to 4.19.1.
Mark H Weaver [Mon, 5 Nov 2018 08:57:40 +0000 (03:57 -0500)]
gnu: linux-libre: Update to 4.19.1.

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

5 years agognu: linux-libre@4.14: Update to 4.14.79.
Mark H Weaver [Mon, 5 Nov 2018 08:55:59 +0000 (03:55 -0500)]
gnu: linux-libre@4.14: Update to 4.14.79.

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

5 years agolibreoffice: honor '--cores=...' during build.
Eric Bavier [Wed, 31 Oct 2018 01:36:08 +0000 (20:36 -0500)]
libreoffice: honor '--cores=...' during build.

* gnu/packages/libreoffice.scm (libreoffice)[configure-flags]: Add
'--with-parallelism' flag.

5 years agognu: Add fswatch.
Danny Milosavljevic [Mon, 5 Nov 2018 01:46:56 +0000 (02:46 +0100)]
gnu: Add fswatch.

* gnu/packages/monitoring.scm (fswatch): New variable.

5 years agognu: python-ilinkedlist: Update to 0.2.0.
Luther Thompson [Wed, 31 Oct 2018 22:56:10 +0000 (18:56 -0400)]
gnu: python-ilinkedlist: Update to 0.2.0.

* gnu/packages/python.scm (python-ilinkedlist): Update to 0.2.0.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
5 years agognu: pelican: Update to 3.7.1.
Vagrant Cascadian [Fri, 2 Nov 2018 21:07:04 +0000 (14:07 -0700)]
gnu: pelican: Update to 3.7.1.

* gnu/packages/python.scm (pelican): Update to 3.7.1.
  [home-page]: Use HTTPS URL.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
5 years agognu: xonotic: Add icon and category to desktop files.
Pkill -9 [Sat, 3 Nov 2018 15:32:53 +0000 (15:32 +0000)]
gnu: xonotic: Add icon and category to desktop files.

* gnu/packages/games.scm (xonotic): Add icon ("xonotic") and category
("Game") to the .desktop files for Xonotic.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
5 years agoartwork: Clone over HTTPS.
Ludovic Courtès [Sun, 4 Nov 2018 22:57:58 +0000 (23:57 +0100)]
artwork: Clone over HTTPS.

Suggested by Leo Famulari <leo@famulari.name>
at <https://lists.gnu.org/archive/html/help-guix/2018-11/msg00039.html>.

* gnu/artwork.scm (%artwork-repository): Switch to HTTPS URL.

5 years agoinstall: Parameterize the profile name for 'populate-single-profile-directory'.
Ludovic Courtès [Sat, 20 Oct 2018 15:51:58 +0000 (17:51 +0200)]
install: Parameterize the profile name for 'populate-single-profile-directory'.

* gnu/build/install.scm (populate-single-profile-directory): Add
 #:profile-name.  Replace hard-coded occurrences of "guix-profile" with
PROFILE-NAME.  Make the symlink part under /root a function of
PROFILE-NAME.

5 years agognu: go-github-com-urfave-cli: Remove duplicate declaration.
Pierre Neidhardt [Sun, 4 Nov 2018 22:31:08 +0000 (23:31 +0100)]
gnu: go-github-com-urfave-cli: Remove duplicate declaration.

* gnu/packages/golang.scm (go-github-com-urfave-cli): Remove duplicate declaration.

5 years agognu: myrepos: Wrap the webcheckout binary.
Efraim Flashner [Sun, 4 Nov 2018 10:45:04 +0000 (12:45 +0200)]
gnu: myrepos: Wrap the webcheckout binary.

* gnu/packages/version-control.scm (myrepos)[arguments]: Add a custom
'wrap-webcheckout phase to wrap webcheckout with its perl libraries.
[inputs]: Add perl-encode-locale, perl-html-parser, perl-http-date,
perl-http-message, perl-libwww, perl-try-tiny, perl-uri.

5 years agognu: debian-archive-keyring: Update to 2018.1.
Efraim Flashner [Sun, 4 Nov 2018 09:54:39 +0000 (11:54 +0200)]
gnu: debian-archive-keyring: Update to 2018.1.

* gnu/packages/debian.scm (debian-archive-keyring): Update to 2018.1.
[source]: Download from git repository.

5 years agognu: ruby@2.3: Update to 2.3.8.
Efraim Flashner [Sun, 4 Nov 2018 09:48:36 +0000 (11:48 +0200)]
gnu: ruby@2.3: Update to 2.3.8.

* gnu/packages/ruby.scm (ruby@2.3): Update to 2.3.8.

5 years agognu: debootstrap: Update to 1.0.109.
Efraim Flashner [Sun, 4 Nov 2018 09:48:04 +0000 (11:48 +0200)]
gnu: debootstrap: Update to 1.0.109.

* gnu/packages/debian.scm (debootstrap): Update to 1.0.109.

5 years agognu: mpop: Update to 1.4.0.
Arun Isaac [Sun, 4 Nov 2018 05:06:17 +0000 (10:36 +0530)]
gnu: mpop: Update to 1.4.0.

* gnu/packages/mail.scm (mpop): Update to 1.4.0.

5 years agognu: sbcl-lift: Don't keep the bundled website.
Efraim Flashner [Sat, 3 Nov 2018 18:37:27 +0000 (20:37 +0200)]
gnu: sbcl-lift: Don't keep the bundled website.

* gnu/packages/lisp.scm (sbcl-lift)[source]: Remove bundled website.
[arguments]: Remove custom 'make-gzips-writable phase.

5 years agognu: totem: Update to 3.26.2.
Ludovic Courtès [Sat, 3 Nov 2018 14:44:40 +0000 (15:44 +0100)]
gnu: totem: Update to 3.26.2.

* gnu/packages/gnome.scm (totem): Update to 3.26.2.

5 years agognu: emacs-debbugs: Update to 0.16.
Ludovic Courtès [Sat, 3 Nov 2018 14:44:24 +0000 (15:44 +0100)]
gnu: emacs-debbugs: Update to 0.16.

* gnu/packages/emacs.scm (emacs-debbugs): Update to 0.16.

5 years agognu: perl-image-exiftool: Update to 11.11.
Ludovic Courtès [Sat, 3 Nov 2018 14:16:42 +0000 (15:16 +0100)]
gnu: perl-image-exiftool: Update to 11.11.

* gnu/packages/photo.scm (perl-image-exiftool): Update to 11.11.

5 years agognu: emacs-dired-du: Update to 0.5.1.
Ludovic Courtès [Sat, 3 Nov 2018 14:16:20 +0000 (15:16 +0100)]
gnu: emacs-dired-du: Update to 0.5.1.

* gnu/packages/emacs.scm (emacs-dired-du): Update to 0.5.1.

5 years agognu: diffoscope: Update to 104.
Ludovic Courtès [Sat, 3 Nov 2018 14:16:02 +0000 (15:16 +0100)]
gnu: diffoscope: Update to 104.

* gnu/packages/package-management.scm (diffoscope): Update to 104.

5 years agodoc: Fix typo in "Sound Services".
Ludovic Courtès [Sat, 3 Nov 2018 13:51:03 +0000 (14:51 +0100)]
doc: Fix typo in "Sound Services".

Reported by Jelle Licht <jlicht@fsfe.org>.

* doc/guix.texi (Sound Services): Fix typo.

5 years agodoc: Remove misleading sentence about TMPDIR.
Ludovic Courtès [Thu, 1 Nov 2018 15:03:39 +0000 (16:03 +0100)]
doc: Remove misleading sentence about TMPDIR.

Reported by pelzflorian (Florian Pelz) <pelzflorian@pelzflorian.de>.
Fixes <https://bugs.gnu.org/33171>.

* doc/guix.texi (Invoking guix-daemon): Remove sentence that suggests
that TMPDIR leaks into the build environment.

5 years agognu: emacs-emms: Update to 5.1.
Arun Isaac [Sat, 3 Nov 2018 13:42:33 +0000 (19:12 +0530)]
gnu: emacs-emms: Update to 5.1.

* gnu/packages/emacs.scm (emacs-emms): Update to 5.1.

5 years agodoc: Fix typo.
Julien Lepiller [Sat, 3 Nov 2018 12:52:06 +0000 (13:52 +0100)]
doc: Fix typo.

* doc/guix.texi: Fix typo.

5 years agodoc: Fix typos.
Julien Lepiller [Sat, 3 Nov 2018 10:12:35 +0000 (11:12 +0100)]
doc: Fix typos.

* doc/guix.texi (Telephony Services): Fix typos.

5 years agognu: tor: Update to 0.3.4.9.
Tobias Geerinckx-Rice [Fri, 2 Nov 2018 18:47:54 +0000 (19:47 +0100)]
gnu: tor: Update to 0.3.4.9.

* gnu/packages/tor.scm (tor): Update to 0.3.4.9.

5 years agognu: python-apache-libcloud: Update to 2.3.0.
Julien Lepiller [Fri, 2 Nov 2018 13:26:31 +0000 (14:26 +0100)]
gnu: python-apache-libcloud: Update to 2.3.0.

* gnu/packages/python.scm (python-apache-libcloud)
(python2-apache-libcloud): Update to 2.3.0.

5 years agoMerge remote-tracking branch 'origin/wip-rust' into master.
Danny Milosavljevic [Fri, 2 Nov 2018 10:01:45 +0000 (11:01 +0100)]
Merge remote-tracking branch 'origin/wip-rust' into 

5 years agognu: Go 1.11: Avoid unnecessary store references.
Leo Famulari [Fri, 2 Nov 2018 02:56:38 +0000 (22:56 -0400)]
gnu: Go 1.11: Avoid unnecessary store references.

This shrinks the closure of Go 1.11 from 1379 MiB to 581 MiB.

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

* gnu/packages/golang.scm (go-1.11)[arguments]: Add a 'delete-extraneous-files'
phase.

5 years agognu: MPD: Update to 0.20.23.
Leo Famulari [Thu, 1 Nov 2018 19:04:03 +0000 (15:04 -0400)]
gnu: MPD: Update to 0.20.23.

* gnu/packages/mpd.scm (mpd): Update to 0.20.23.

5 years agognu: mpd-mpc: Update to 0.31.
Leo Famulari [Thu, 1 Nov 2018 19:03:38 +0000 (15:03 -0400)]
gnu: mpd-mpc: Update to 0.31.

* gnu/packages/mpd.scm (mpd-mpc): Update to 0.31.
[native-inputs]: Add python-sphinx.

5 years agognu: icecast: Update to 2.4.4 [fixes CVE-2018-18820].
Leo Famulari [Thu, 1 Nov 2018 16:32:49 +0000 (12:32 -0400)]
gnu: icecast: Update to 2.4.4 [fixes CVE-2018-18820].

* gnu/packages/xiph.scm (icecast): Update to 2.4.4.

5 years agodoc: Add German translation.
Julien Lepiller [Thu, 1 Nov 2018 11:28:31 +0000 (12:28 +0100)]
doc: Add German translation.

* doc/contributing.de.texi: New file.
* doc/guix.de.texi: New file
* doc/local.mk (TRANSLATED_INFO): Add them.
(info_TEXINFOS): Add guix.de.texi.
* po/doc/guix-manual.de.po: New file.
* po/doc/local.mk (EXTRA_DIST): Add it.
* doc/guix.texi: Document the German translation.

5 years agognu: mame: Update to 0.203.
Rutger Helling [Thu, 1 Nov 2018 08:07:16 +0000 (09:07 +0100)]
gnu: mame: Update to 0.203.

* gnu/packages/emulators.scm (mame): Update to 0.203.

5 years agognu: xpra: Update to 2.4.1.
Rutger Helling [Thu, 1 Nov 2018 07:31:45 +0000 (08:31 +0100)]
gnu: xpra: Update to 2.4.1.

* gnu/packages/xorg.scm (xpra): Update to 2.4.1.

5 years agognu: dolphin-emu: Use ffmpeg instead of ffmpeg@3.4.
Rutger Helling [Thu, 1 Nov 2018 07:18:18 +0000 (08:18 +0100)]
gnu: dolphin-emu: Use ffmpeg instead of ffmpeg@3.4.

* gnu/packages/emulators.scm (dolphin-emu): Use ffmpeg instead of ffmpeg@3.4.

5 years agognu: sdl2: Update to 2.0.9.
Rutger Helling [Wed, 31 Oct 2018 21:49:47 +0000 (22:49 +0100)]
gnu: sdl2: Update to 2.0.9.

* gnu/packages/sdl.scm (sdl2): Update to 2.0.9.

5 years agognu: whois: Update to 5.4.0.
Tobias Geerinckx-Rice [Thu, 1 Nov 2018 03:29:02 +0000 (04:29 +0100)]
gnu: whois: Update to 5.4.0.

* gnu/packages/networking.scm (whois): Update to 5.4.0.

5 years agognu: highlight: Update to 3.47.
Tobias Geerinckx-Rice [Thu, 1 Nov 2018 03:14:15 +0000 (04:14 +0100)]
gnu: highlight: Update to 3.47.

* gnu/packages/pretty-print.scm (highlight): Update to 3.47.

5 years agognu: python-jsonrpclib-pelix: Update to 0.3.2.
Tobias Geerinckx-Rice [Thu, 1 Nov 2018 02:21:00 +0000 (03:21 +0100)]
gnu: python-jsonrpclib-pelix: Update to 0.3.2.

* gnu/packages/python.scm (python-jsonrpclib-pelix): Update to 0.3.2.
[arguments]: Disable #:tests?.

5 years agognu: python-pynacl: Update to 1.3.0.
Tobias Geerinckx-Rice [Wed, 31 Oct 2018 22:48:12 +0000 (23:48 +0100)]
gnu: python-pynacl: Update to 1.3.0.

* gnu/packages/python-crypto.scm (python-pynacl): Update to 1.3.0.

5 years agognu: oniguruma: Update to 6.9.0.
Tobias Geerinckx-Rice [Wed, 31 Oct 2018 21:49:49 +0000 (22:49 +0100)]
gnu: oniguruma: Update to 6.9.0.

* gnu/packages/textutils.scm (oniguruma): Update to 6.9.0.

5 years agognu: motion: Install translations.
Tobias Geerinckx-Rice [Wed, 31 Oct 2018 18:22:50 +0000 (19:22 +0100)]
gnu: motion: Install translations.

* gnu/packages/video.scm (motion)[native-inputs]: Add gettext-minimal.

5 years agognu: motion: Don't use unstable tarball.
Tobias Geerinckx-Rice [Wed, 31 Oct 2018 18:19:29 +0000 (19:19 +0100)]
gnu: motion: Don't use unstable tarball.

* gnu/packages/video.scm (motion)[source]: Use GIT-FETCH and
GIT-FILE-NAME.

5 years agoKeep (gnu packages video) module imports in order.
Tobias Geerinckx-Rice [Wed, 31 Oct 2018 18:05:55 +0000 (19:05 +0100)]
Keep (gnu packages video) module imports in order.

* gnu/packages/video.scm (define-module): Re-order module imports
alphabetically.

5 years agognu: motion: Update to 4.2.
Tobias Geerinckx-Rice [Wed, 31 Oct 2018 18:01:05 +0000 (19:01 +0100)]
gnu: motion: Update to 4.2.

* gnu/packages/video.scm (motion): Update to 4.2.

5 years agognu: julia: Update objconv input to 2018-10-07.
Tobias Geerinckx-Rice [Wed, 31 Oct 2018 14:54:38 +0000 (15:54 +0100)]
gnu: julia: Update objconv input to 2018-10-07.

* gnu/packages/julia.scm (julia)[input]: Update objconf to 2018-10-07.

5 years agognu: myrepos: Update to 1.20180726.
Efraim Flashner [Wed, 31 Oct 2018 19:56:36 +0000 (21:56 +0200)]
gnu: myrepos: Update to 1.20180726.

* gnu/packages/version-control.scm (myrepos): Update to 1.20180726.
[source]: Remove patch.
* gnu/packages/patches/myrepos-CVE-2018-7032.patch: Remove file.
* gnu/local.mk (dist_patch_DATA): Remove it.

5 years agognu: curl: Update grafted replacement to 7.62.0 [security fixes].
Leo Famulari [Wed, 31 Oct 2018 17:43:53 +0000 (13:43 -0400)]
gnu: curl: Update grafted replacement to 7.62.0 [security fixes].

Fixes CVE-2018-{16839,16840,16842}.

* gnu/packages/curl.scm (curl)[replacement]: Update to 7.62.0.
(curl-7.61.1): Replace with ...
(curl-7.62.0): ... new variable.

5 years agognu: dolphin-emu: Update to commit 22ddd11.
Rutger Helling [Wed, 31 Oct 2018 09:38:39 +0000 (10:38 +0100)]
gnu: dolphin-emu: Update to commit 22ddd11.

* gnu/packages/emulators.scm (dolphin-emu): Update to commit 22ddd11.
[arguments]: Return #t with phase 'fixgcc7.

5 years agognu: wine-staging: Update to 3.19.
Rutger Helling [Wed, 31 Oct 2018 08:35:41 +0000 (09:35 +0100)]
gnu: wine-staging: Update to 3.19.

* gnu/packages/wine.scm (wine-staging-patchset-data): Update to 3.19.
* gnu/packages/wine.scm (wine-staging): Update to 3.19.

5 years agognu: webkitgtk@2.22: Update to 2.22.3.
Mark H Weaver [Tue, 30 Oct 2018 18:34:05 +0000 (14:34 -0400)]
gnu: webkitgtk@2.22: Update to 2.22.3.

* gnu/packages/webkit.scm (webkitgtk-2.22): Update to 2.22.3.

5 years agognu: quaternion: Update to 0.0.9.3.
Arun Isaac [Tue, 30 Oct 2018 16:53:21 +0000 (22:23 +0530)]
gnu: quaternion: Update to 0.0.9.3.

* gnu/packages/messaging.scm (quaternion): Update to 0.0.9.3.
[inputs]: Add qtquickcontrols, qtsvg and qttools.
[arguments]: Remove fix-libqmatrixclient-dynamic-linking phase. Add
wrap-program phase.

5 years agognu: libqmatrixclient: Update to 0.4.0.
Arun Isaac [Tue, 30 Oct 2018 16:50:44 +0000 (22:20 +0530)]
gnu: libqmatrixclient: Update to 0.4.0.

* gnu/packages/messaging.scm (libqmatrixclient): Update to 0.4.0.

5 years agognu: meandmyshadow: Update home page.
Tobias Geerinckx-Rice [Wed, 31 Oct 2018 00:27:42 +0000 (01:27 +0100)]
gnu: meandmyshadow: Update home page.

* gnu/packages/games.scm (meandmyshadow)[home-page]: Follow permanent
redirect.

5 years agognu: meandmyshadow: Update to 0.5.
Tobias Geerinckx-Rice [Wed, 31 Oct 2018 00:27:07 +0000 (01:27 +0100)]
gnu: meandmyshadow: Update to 0.5.

* gnu/packages/games.scm (meandmyshadow): Update to 0.5.
[source]: Add unreleased bugfix patch.
[arguments]: Remove obsolete ‘set-sdl'paths’ phase.
[inputs]: Switch to SDL 2. Add lua. Remove libx11, mesa, and glu.
* gnu/packages/patches/meandmyshadow-define-paths-earlier.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.