jackhill/guix/guix.git
5 years agodeduplication: Remove 'counting-wrapper-port'.
Ludovic Courtès [Thu, 19 Jul 2018 15:12:48 +0000 (17:12 +0200)]
deduplication: Remove 'counting-wrapper-port'.

* guix/store/deduplication.scm (counting-wrapper-port): Remove.
(nar-sha256): Call 'port-position' directly on PORT.

5 years agohash: sha256 port now implements 'port-position'.
Ludovic Courtès [Thu, 19 Jul 2018 15:08:53 +0000 (17:08 +0200)]
hash: sha256 port now implements 'port-position'.

* guix/hash.scm (open-sha256-port)[position]: New variable.
[get-position]: New procedure.
Pass it to 'make-custom-binary-output-port'.
* tests/hash.scm ("open-sha256-port, hello"): Test 'port-position'.

5 years agoself: Use the new 'imported-files'.
Ludovic Courtès [Mon, 16 Jul 2018 12:45:20 +0000 (14:45 +0200)]
self: Use the new 'imported-files'.

That way, the source of most nodes is now a content-addressed store item
instead of a derivation.

* guix/self.scm (<file-mapping>): New record type.
(file-mapping-compiler): New procedure.
(scheme-node): Use 'file-mapping' instead of 'imported-files'.
(imported-files): Remove.

5 years agogexp: 'imported-files/derivation' can copy files instead of symlinking.
Ludovic Courtès [Mon, 16 Jul 2018 09:40:34 +0000 (11:40 +0200)]
gexp: 'imported-files/derivation' can copy files instead of symlinking.

* guix/gexp.scm (imported-files/derivation): Add #:symlink? and honor
it.
(imported-files): Pass #:symlink? to 'imported-files/derivation'.
* tests/gexp.scm ("imported-files with file-like objects"): Add 'file=?'
and use it instead of calling 'readlink'.

5 years agogexp: 'imported-files' no longer creates a derivation by default.
Ludovic Courtès [Mon, 16 Jul 2018 09:17:55 +0000 (11:17 +0200)]
gexp: 'imported-files' no longer creates a derivation by default.

* guix/gexp.scm (gexp->derivation): Add #:import-creates-derivation?.
Pass #:derivation? to 'imported-modules' and 'compiled-modules'.  In -L
argument, check whether MODULES is a derivation.
(%not-slash): New variable.
(file-mapping->tree): New procedure.
(imported-files): Rename to...
(imported-files/derivation): ... this.
(imported-files): New procedure.  Rewrite in terms of
'interned-file-tree' when possible; add #:derivation? parameter.
(imported-modules, compiled-modules): Add #:derivation? parameter and
pass it to 'imported-files'.
* guix/packages.scm (patch-and-repack): Pass
 #:import-creates-derivation? to 'gexp->derivation'.
* tests/gexp.scm ("imported-files"): Adjust to no longer expect a
derivation.

5 years agogexp: Remove unnecessary 'mlet'.
Ludovic Courtès [Mon, 16 Jul 2018 08:14:00 +0000 (10:14 +0200)]
gexp: Remove unnecessary 'mlet'.

* guix/gexp.scm (imported-modules): Use 'let' instead of 'mlet'.

5 years agostore: Add 'add-file-tree-to-store'.
Ludovic Courtès [Mon, 16 Jul 2018 07:55:49 +0000 (09:55 +0200)]
store: Add 'add-file-tree-to-store'.

* guix/store.scm (%not-slash): New variable.
(add-file-tree-to-store, interned-file-tree): New procedures.
* tests/store.scm ("add-file-tree-to-store"): New test.

5 years agoserialization: Add 'write-file-tree'.
Ludovic Courtès [Sat, 14 Jul 2018 17:28:07 +0000 (19:28 +0200)]
serialization: Add 'write-file-tree'.

* guix/serialization.scm (write-contents-from-port): New procedure.
(write-contents): Write in terms of 'write-contents-from-port'.
(filter/sort-directory-entries, write-file-tree): New procedures.
(write-file): Rewrite in terms of 'write-file-tree'.
* tests/nar.scm ("write-file-tree + restore-file"): New test.

5 years agognu: Add r-txtplot.
Eric Brown [Wed, 18 Jul 2018 19:29:10 +0000 (14:29 -0500)]
gnu: Add r-txtplot.

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

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
5 years agognu: julia: Fix 'llvm' version.
Rouby Pierre-Antoine [Tue, 17 Jul 2018 11:22:42 +0000 (13:22 +0200)]
gnu: julia: Fix 'llvm' version.

Fixes a build failure with LLVM 6.0.x.

* gnu/packages/julia.scm (julia)[inputs]: Use LLVM-3.9.1 instead of
LLVM.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
5 years agognu: linux-libre: Update to 4.17.8.
Mark H Weaver [Thu, 19 Jul 2018 02:12:57 +0000 (22:12 -0400)]
gnu: linux-libre: Update to 4.17.8.

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

5 years agognu: VLC: Update to 3.0.3-1 [fixes CVE-2018-11529].
Leo Famulari [Wed, 18 Jul 2018 23:38:49 +0000 (19:38 -0400)]
gnu: VLC: Update to 3.0.3-1 [fixes CVE-2018-11529].

* gnu/packages/video.scm (vlc): Update to 3.0.3-1.

5 years agognu: services: Fix openssh service start error.
Julien Lepiller [Wed, 18 Jul 2018 19:15:18 +0000 (21:15 +0200)]
gnu: services: Fix openssh service start error.

* gnu/services/ssh.scm (openssh-shepherd-service): Require loopback.

5 years agognu: linux-libre: Update to 4.17.7.
Mark H Weaver [Wed, 18 Jul 2018 17:39:03 +0000 (13:39 -0400)]
gnu: linux-libre: Update to 4.17.7.

* gnu/packages/linux.scm (%linux-libre-version): Update to 4.17.7.
(%linux-libre-hash): Update hash.
(linux-libre)[source]: Add upstream patch to fix i686.

5 years agognu: httpd: Update to 2.4.34 [fixes CVE-2018-{1333,8011}].
Leo Famulari [Wed, 18 Jul 2018 17:33:18 +0000 (13:33 -0400)]
gnu: httpd: Update to 2.4.34 [fixes CVE-2018-{1333,8011}].

* gnu/packages/web.scm (httpd): Update to 2.4.34.

5 years agognu: znc: Update to 1.7.1 [fixes CVE-2018-{14055,14056}].
Leo Famulari [Wed, 18 Jul 2018 17:30:33 +0000 (13:30 -0400)]
gnu: znc: Update to 1.7.1 [fixes CVE-2018-{14055,14056}].

* gnu/packages/messaging.scm (znc): Update to 1.7.1.

5 years agognu: Add emacs-rust-mode.
Rouby Pierre-Antoine [Wed, 18 Jul 2018 09:39:33 +0000 (11:39 +0200)]
gnu: Add emacs-rust-mode.

* gnu/packages/emacs.scm (emacs-rust-mode): New variable.

Signed-off-by: Kei Kebreau <kkebreau@posteo.net>
5 years agognu: linux-libre@4.14: Update to 4.14.56.
Mark H Weaver [Wed, 18 Jul 2018 04:24:01 +0000 (00:24 -0400)]
gnu: linux-libre@4.14: Update to 4.14.56.

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

5 years agognu: linux-libre@4.9: Update to 4.9.113.
Mark H Weaver [Wed, 18 Jul 2018 04:23:16 +0000 (00:23 -0400)]
gnu: linux-libre@4.9: Update to 4.9.113.

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

5 years agognu: linux-libre@4.4: Update to 4.4.141.
Mark H Weaver [Wed, 18 Jul 2018 04:22:24 +0000 (00:22 -0400)]
gnu: linux-libre@4.4: Update to 4.4.141.

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

5 years agognu: Add openbabel.
Kei Kebreau [Sat, 14 Jul 2018 02:44:54 +0000 (22:44 -0400)]
gnu: Add openbabel.

* gnu/packages/chemistry.scm (openbabel): New variable.

5 years agognu: ghostscript: Fix CVE-2018-10194.
Leo Famulari [Tue, 17 Jul 2018 03:09:37 +0000 (23:09 -0400)]
gnu: ghostscript: Fix CVE-2018-10194.

* gnu/packages/ghostscript.scm (ghostscript)[replacement]: New field.
(ghostscript/fixed): New variable.
* gnu/packages/patches/ghostscript-CVE-2018-10194.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.

5 years agognu: certbot, python-acme: Update to 0.26.1.
Leo Famulari [Tue, 17 Jul 2018 23:29:24 +0000 (19:29 -0400)]
gnu: certbot, python-acme: Update to 0.26.1.

* gnu/packages/tls.scm (certbot, python-acme): Update to 0.26.1.

5 years agognu: CUPS: Update to 2.2.8 [fixes CVE-2018-{4180,4181}].
Leo Famulari [Mon, 16 Jul 2018 18:56:39 +0000 (14:56 -0400)]
gnu: CUPS: Update to 2.2.8 [fixes CVE-2018-{4180,4181}].

* gnu/packages/cups.scm (cups-minimal)[replacement]: New field.
(cups-minimal-2.2.8): New variable.
(cups): Use package/inherit.

5 years agognu: whois: Update to 5.3.2.
Marius Bakke [Tue, 17 Jul 2018 13:13:39 +0000 (15:13 +0200)]
gnu: whois: Update to 5.3.2.

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

5 years agognu: rng-tools: Update to 6.3.1.
Marius Bakke [Tue, 17 Jul 2018 13:11:30 +0000 (15:11 +0200)]
gnu: rng-tools: Update to 6.3.1.

* gnu/packages/linux.scm (rng-tools): Update to 6.3.1.

5 years agognu: ffmpeg@2.8: Update to 2.8.15.
Marius Bakke [Tue, 17 Jul 2018 13:11:04 +0000 (15:11 +0200)]
gnu: ffmpeg@2.8: Update to 2.8.15.

* gnu/packages/video.scm (ffmpeg-2.8): Update to 2.8.15.

5 years agognu: Add bsdiff.
Marius Bakke [Sat, 14 Jul 2018 17:03:27 +0000 (19:03 +0200)]
gnu: Add bsdiff.

* gnu/packages/compression.scm (bsdiff): New public variable.

5 years agognu: sfml: Remove all bundled dependencies.
Marius Bakke [Sat, 14 Jul 2018 13:19:07 +0000 (15:19 +0200)]
gnu: sfml: Remove all bundled dependencies.

* gnu/packages/game-development.scm (sfml)[source](snippet): New field.
[inputs]: Add STB-IMAGE and STB-IMAGE-WRITE.

5 years agognu: Add stb-image-write.
Marius Bakke [Sat, 14 Jul 2018 13:54:23 +0000 (15:54 +0200)]
gnu: Add stb-image-write.

* gnu/packages/stb.scm (stb-image-write): New public variable.

5 years agognu: Add stb-image.
Marius Bakke [Sat, 14 Jul 2018 13:54:10 +0000 (15:54 +0200)]
gnu: Add stb-image.

* gnu/packages/stb.scm: New file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Register it.

5 years agognu: sfml: Update to 2.5.0.
Marius Bakke [Sat, 14 Jul 2018 13:08:12 +0000 (15:08 +0200)]
gnu: sfml: Update to 2.5.0.

* gnu/packages/game-development.scm (sfml): Update to 2.5.0.
[arguments]: Specify pkg-config dir in #:configure-flags.
[native-inputs]: Add PKG-CONFIG.
[inputs]: Move FLAC, FREETYPE, LIBVORBIS and OPENAL ...
[propagated-inputs]: ... here.  New field.

5 years agognu: physfs: Update to 3.0.1.
Marius Bakke [Sat, 14 Jul 2018 10:47:32 +0000 (12:47 +0200)]
gnu: physfs: Update to 3.0.1.

* gnu/packages/game-development.scm (physfs): Update to 3.0.1.
[arguments]: Add phase to ensure RUNPATH is set.

5 years agognu: libspiro: Update to 0.5.20150702.
Marius Bakke [Sat, 14 Jul 2018 09:54:16 +0000 (11:54 +0200)]
gnu: libspiro: Update to 0.5.20150702.

* gnu/packages/fontutils.scm (libspiro): Update to 0.5.20150702.
[source]: Change URI to maintained repository.
[arguments]: Remove.

5 years agognu: libmodplug: Update to 0.8.9.0.
Marius Bakke [Sat, 14 Jul 2018 09:42:56 +0000 (11:42 +0200)]
gnu: libmodplug: Update to 0.8.9.0.

* gnu/packages/audio.scm (libmodplug): Update to 0.8.9.0.

5 years agognu: libmikmod: Update to 3.3.11.1.
Marius Bakke [Sat, 14 Jul 2018 09:37:58 +0000 (11:37 +0200)]
gnu: libmikmod: Update to 3.3.11.1.

* gnu/packages/sdl.scm (libmikmod): Update to 3.3.11.1.

5 years agognu: libextractor: Update to 1.7.
Marius Bakke [Sat, 14 Jul 2018 09:27:38 +0000 (11:27 +0200)]
gnu: libextractor: Update to 1.7.

* gnu/packages/gnunet.scm (libextractor): Update to 1.7.

5 years agognu: libcue: Update to 2.2.1.
Marius Bakke [Sat, 14 Jul 2018 09:22:53 +0000 (11:22 +0200)]
gnu: libcue: Update to 2.2.1.

* gnu/packages/cdrom.scm (libcue): Update to 2.2.1.
[arguments]: Add #:configure-flags for building shared library, since the
package defaults to static since this version.

5 years agognu: libb2: Update to 0.98.
Marius Bakke [Sat, 14 Jul 2018 09:14:22 +0000 (11:14 +0200)]
gnu: libb2: Update to 0.98.

* gnu/packages/crypto.scm (libb2): Update to 0.98.
[source]: Use URL-FETCH.
[native-inputs]: Remove.

5 years agognu: rapidjson: Remove non-free code.
Marius Bakke [Fri, 13 Jul 2018 16:14:01 +0000 (18:14 +0200)]
gnu: rapidjson: Remove non-free code.

* gnu/packages/web.scm (rapidjson)[source](snippet, modules): New fields.

5 years agognu: libusb: Update home page.
Marius Bakke [Fri, 13 Jul 2018 00:57:07 +0000 (02:57 +0200)]
gnu: libusb: Update home page.

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

5 years agognu: guix-daemon: Fix file name of 'guix' command.
Ludovic Courtès [Tue, 17 Jul 2018 22:25:06 +0000 (00:25 +0200)]
gnu: guix-daemon: Fix file name of 'guix' command.

Fixes <https://bugs.gnu.org/32183>.
Reported by Pjotr Prins <pjotr.public12@thebird.nl>.

* gnu/packages/package-management.scm (guix-daemon)[arguments]: In
'install' phase, fix file name of 'guix' command.

5 years agognu: nethack: Make builds bit-reproducible.
Ludovic Courtès [Tue, 17 Jul 2018 22:12:13 +0000 (00:12 +0200)]
gnu: nethack: Make builds bit-reproducible.

* gnu/packages/games.scm (nethack)[arguments]: In 'patch-paths' phase,
define REPRODUCIBLE_BUILD in config.h and set SOURCE_DATE_EPOCH.

5 years agognu: Add nethack.
Anonymous [Tue, 17 Jul 2018 18:07:58 +0000 (11:07 -0700)]
gnu: Add nethack.

* gnu/packages/games.scm (nethack): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
5 years agobuild: Remove copy of (srfi srfi-64).
Ludovic Courtès [Tue, 17 Jul 2018 13:36:00 +0000 (15:36 +0200)]
build: Remove copy of (srfi srfi-64).

SRFI-64 was added in Guile 2.0.10 and we require 2.0.13 or newer.

* Makefile.am (EXTRA_DIST): Remove srfi/*.
* srfi: Remove directory.

5 years agognu: Add emacs-adoc-mode
Jack Hill [Mon, 16 Jul 2018 17:24:05 +0000 (13:24 -0400)]
gnu: Add emacs-adoc-mode

* gnu/packages/emacs.scm (emacs-adoc-mode): New variable.

Signed-off-by: Leo Famulari <leo@famulari.name>
5 years agognu: Add emacs-markup-faces
Jack Hill [Mon, 16 Jul 2018 17:22:28 +0000 (13:22 -0400)]
gnu: Add emacs-markup-faces

* gnu/packages/emacs.scm (emacs-markup-faces): New variable.

Signed-off-by: Leo Famulari <leo@famulari.name>
5 years agognu: php: Update to 7.2.7.
Julien Lepiller [Tue, 17 Jul 2018 21:25:00 +0000 (23:25 +0200)]
gnu: php: Update to 7.2.7.

* gnu/packages/php.scm (php): Update to 7.2.7.

5 years agognu: handbrake: Compile with ffmpeg-3.4.
Andreas Enge [Tue, 17 Jul 2018 20:42:25 +0000 (22:42 +0200)]
gnu: handbrake: Compile with ffmpeg-3.4.

* gnu/packages/video.scm (handbrake)[inputs]: Replace ffmpeg by ffmpeg-3.4.

5 years agognu: mplayer: Compile with ffmpeg-3.4.
Andreas Enge [Tue, 17 Jul 2018 19:53:03 +0000 (21:53 +0200)]
gnu: mplayer: Compile with ffmpeg-3.4.

* gnu/packages/video.scm (mplayer)[inputs]: Replace ffmpeg by ffmpeg-3.4.

5 years agognu: octave: Add qhull support.
Kei Kebreau [Tue, 17 Jul 2018 19:29:05 +0000 (15:29 -0400)]
gnu: octave: Add qhull support.

* gnu/packages/maths.scm (octave)[inputs]: Add qhull.

5 years agognu: Add qhull.
Kei Kebreau [Tue, 17 Jul 2018 16:49:20 +0000 (12:49 -0400)]
gnu: Add qhull.

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

5 years agognu: Add luakit.
43317 [Fri, 13 Jul 2018 13:28:41 +0000 (15:28 +0200)]
gnu: Add luakit.

* gnu/packages/web-browsers.scm (luakit): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
5 years agognu: twinkle: Add missing headers
Jovany Leandro G.C [Fri, 13 Jul 2018 15:27:52 +0000 (10:27 -0500)]
gnu: twinkle: Add missing headers

* gnu/packages/patches/twinkle-include-qregexpvalidator-explicity.patch:
New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/telephony.scm (twinkle)[source]: Use it.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
5 years agognu: elixir: Update to 1.6.6.
Nils Gillmann [Mon, 16 Jul 2018 09:59:32 +0000 (09:59 +0000)]
gnu: elixir: Update to 1.6.6.

* gnu/packages/elixir.scm (elixir): Update to 1.6.6.

Signed-off-by: Nils Gillmann <gillmann@infotropique.org>
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
5 years agognu: erlang: Update to 21.0.
Nils Gillmann [Mon, 16 Jul 2018 09:58:02 +0000 (09:58 +0000)]
gnu: erlang: Update to 21.0.

* gnu/packages/erlang.scm (erlang): Update to 21.0.

Signed-off-by: Nils Gillmann <gillmann@infotropique.org>
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
5 years agognu: guix: Update to 8bbb79c.
Ludovic Courtès [Tue, 17 Jul 2018 10:18:08 +0000 (12:18 +0200)]
gnu: guix: Update to 8bbb79c.

* gnu/packages/package-management.scm (guix): Update to 8bbb79c.

5 years agognu: guix: Build with Guile 2.2.4.
Ludovic Courtès [Tue, 17 Jul 2018 10:17:46 +0000 (12:17 +0200)]
gnu: guix: Build with Guile 2.2.4.

* gnu/packages/package-management.scm (guix)[inputs]: Switch to
GUILE-2.2.4.

5 years agognu: angband: Update to 4.1.2.
Efraim Flashner [Tue, 17 Jul 2018 07:49:09 +0000 (10:49 +0300)]
gnu: angband: Update to 4.1.2.

* gnu/packages/games.scm (angband): Update to 4.1.2.
[source]: Parameterize source uri.
[arguments]: Use custom 'autogen.sh phase to replace 'bootstrap phase.

5 years agognu: assimp: Update to 4.1.0.
Efraim Flashner [Tue, 17 Jul 2018 07:32:00 +0000 (10:32 +0300)]
gnu: assimp: Update to 4.1.0.

* gnu/packages/graphics.scm (assimp): Update to 4.1.0.
[source]: Don't use unstable tarball.
[home-page]: Update home-page.

5 years agognu: aspell-dict-en: Update to 2018.04.16-0.
Efraim Flashner [Tue, 17 Jul 2018 07:19:00 +0000 (10:19 +0300)]
gnu: aspell-dict-en: Update to 2018.04.16-0.

* gnu/packages/aspell.scm (aspell-dict-en): Update to 2018.04.16-0.

5 years agognu: vdirsyncer: Return #t from all phases.
Efraim Flashner [Tue, 17 Jul 2018 07:08:01 +0000 (10:08 +0300)]
gnu: vdirsyncer: Return #t from all phases.

* gnu/packages/dav.scm (vdirsyncer)[arguments]: Substitute invoke for
system*.

5 years agognu: vdirsyncer: Update home-page.
Efraim Flashner [Tue, 17 Jul 2018 07:03:16 +0000 (10:03 +0300)]
gnu: vdirsyncer: Update home-page.

* gnu/packages/dav.scm (vdirsyncer)[home-page]: Update to new upstream
home-page.

5 years agognu: mutt: Update to 1.10.1.
Leo Famulari [Tue, 17 Jul 2018 02:22:22 +0000 (22:22 -0400)]
gnu: mutt: Update to 1.10.1.

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

5 years agognu: libtorrent-rasterbar: Update to 1.1.8.
Leo Famulari [Mon, 16 Jul 2018 20:51:47 +0000 (16:51 -0400)]
gnu: libtorrent-rasterbar: Update to 1.1.8.

* gnu/packages/bittorrent.scm (libtorrent-rasterbar): Update to 1.1.8.

5 years agodoc: Remove the documentation about Cuirass' load-path.
Clément Lassieur [Mon, 16 Jul 2018 21:55:44 +0000 (23:55 +0200)]
doc: Remove the documentation about Cuirass' load-path.

* doc/guix.texi (Continuous Integration): Remove the load-path field.

5 years agognu: python-cairocffi: Fix loading of shared libraries.
Danny Milosavljevic [Mon, 16 Jul 2018 21:48:24 +0000 (23:48 +0200)]
gnu: python-cairocffi: Fix loading of shared libraries.

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

* gnu/packages/patches/python-cairocffi-dlopen-path.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/python.scm (python-cairocffi)[inputs]: Add glib, gtk+, pango.
[native-inputs]: Add python-pytest.
[arguments]: Enable tests.
[arguments]<#:phases>[patch-paths]: New phase.

5 years agognu: python-pyasn1-modules: Update to 0.2.2.
Leo Famulari [Mon, 16 Jul 2018 20:45:37 +0000 (16:45 -0400)]
gnu: python-pyasn1-modules: Update to 0.2.2.

* gnu/packages/python.scm (python-pyasn1-modules, python2-pyasn1-modules):
Update to 0.2.2.

5 years agognu: python-pyasn1: Update to 0.4.3.
Leo Famulari [Mon, 16 Jul 2018 20:44:59 +0000 (16:44 -0400)]
gnu: python-pyasn1: Update to 0.4.3.

* gnu/packages/python.scm (python-pyasn1, python2-pyasn1): Update to 0.4.3.

5 years agoservices: cuirass: Remove the LOAD-PATH option.
Clément Lassieur [Sun, 15 Jul 2018 11:18:00 +0000 (13:18 +0200)]
services: cuirass: Remove the LOAD-PATH option.

* gnu/services/cuirass.scm (<cuirass-configuration>,
cuirass-shepherd-service): Remove the LOAD-PATH option.

5 years agognu: cuirass: Update to 7b2f9e0.
Clément Lassieur [Tue, 19 Jun 2018 14:39:15 +0000 (16:39 +0200)]
gnu: cuirass: Update to 7b2f9e0.

* gnu/packages/ci.scm (cuirass): Update to 7b2f9e0.

5 years agognu: Remove leftover patch.
Leo Famulari [Mon, 16 Jul 2018 18:24:59 +0000 (14:24 -0400)]
gnu: Remove leftover patch.

* gnu/packages/patches/file-CVE-2017-1000249.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.patch'.

5 years agomailmap: Add a line for Pierre-Antoine.
Ludovic Courtès [Mon, 16 Jul 2018 15:12:49 +0000 (17:12 +0200)]
mailmap: Add a line for Pierre-Antoine.

* .mailmap: Add entry for Pierre-Antoine.

5 years agognu: emacs-bash-completion: Fix spelling of "Bash".
Ludovic Courtès [Mon, 16 Jul 2018 15:08:28 +0000 (17:08 +0200)]
gnu: emacs-bash-completion: Fix spelling of "Bash".

* gnu/packages/emacs.scm (emacs-bash-completion)[synopsis, description]:
Fix spelling of "Bash".

5 years agognu: emacs-pulseaudio-control: Record the file name of 'pactl'.
Ludovic Courtès [Mon, 16 Jul 2018 15:07:00 +0000 (17:07 +0200)]
gnu: emacs-pulseaudio-control: Record the file name of 'pactl'.

* gnu/packages/emacs.scm (emacs-pulseaudio-control)[arguments, inputs]:
New fields.

5 years agomailmap: Add another line for myself.
Nils Gillmann [Mon, 16 Jul 2018 09:53:40 +0000 (09:53 +0000)]
mailmap: Add another line for myself.

Signed-off-by: Nils Gillmann <gillmann@infotropique.org>
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
5 years agognu: ecryptfs-utils: Patch hardcoded-paths.
Brendan Tildesley [Sun, 15 Jul 2018 07:58:41 +0000 (17:58 +1000)]
gnu: ecryptfs-utils: Patch hardcoded-paths.

* gnu/packages/linux.scm: (ecryptfs-utils): Patch hardcoded-paths.
[arguments]: Add the phase patch-hardcoded-paths to replace various hardcoded
references to /bin, /sbin, ... with direct references to the store.
[inputs]: Add missing inputs util-linux, cryptsetup, and lvm2 so that the
correct paths can be found and the resulting code works.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
5 years agognu: monero-core: Rename package to "monero-gui".
Theodoros Foradis [Sun, 8 Jul 2018 17:39:32 +0000 (20:39 +0300)]
gnu: monero-core: Rename package to "monero-gui".

* gnu/packages/finance.scm (monero-core): Define in terms of
'deprecated-package'.
(monero-gui): New variable, formerly known as "monero-core".

Co-authored-by: Ludovic Courtès <ludo@gnu.org>
5 years agognu: monero-core: Return #t from phases.
Theodoros Foradis [Sun, 8 Jul 2018 17:39:29 +0000 (20:39 +0300)]
gnu: monero-core: Return #t from phases.

* gnu/packages/engineering.scm (monero)[arguments]: Substitute invoke for system*.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
5 years agognu: monero-core: Update to 0.12.2.0.
Theodoros Foradis [Sun, 8 Jul 2018 17:39:28 +0000 (20:39 +0300)]
gnu: monero-core: Update to 0.12.2.0.

* gnu/packages/finance.scm (monero-core): Update to 0.12.2.0.
[source]: Use 'git-fetch'.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
5 years agognu: monero: Return #t from phases.
Theodoros Foradis [Sun, 8 Jul 2018 17:39:27 +0000 (20:39 +0300)]
gnu: monero: Return #t from phases.

* gnu/packages/finance.scm (monero)[arguments]: Substitute invoke for system*.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
5 years agognu: monero: Update to 0.12.3.0.
Theodoros Foradis [Sun, 8 Jul 2018 17:39:26 +0000 (20:39 +0300)]
gnu: monero: Update to 0.12.3.0.

* gnu/packages/patches/monero-use-system-miniupnpc.patch: New file.
* gnu/local.mk: Add it.
* gnu/packages/finance.scm (monero): Update to 0.12.3.0.
[source]: Add patch. Remove snippet because miniupnpc, rapidjson
and unbound are no longer bundled in-tree.
[inputs]: Add zeromq, cppzmq, libsodium. Use monero-miniupnpc.
[arguments]: Change build-type to "release".

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
5 years agognu: Add electron-cash.
Vagrant Cascadian [Fri, 13 Jul 2018 22:39:16 +0000 (22:39 +0000)]
gnu: Add electron-cash.

* gnu/packages/finance.scm (electron-cash): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
5 years agognu: kodi: Build with mariadb.
Efraim Flashner [Mon, 16 Jul 2018 08:01:24 +0000 (11:01 +0300)]
gnu: kodi: Build with mariadb.

* gnu/packages/kodi.scm (kodi)[inputs]: Replace mysql with mariadb.

5 years agognu: java-bouncycastle: Update to 1.60 [fixes CVE-2018-1000180].
Leo Famulari [Mon, 16 Jul 2018 06:37:57 +0000 (02:37 -0400)]
gnu: java-bouncycastle: Update to 1.60 [fixes CVE-2018-1000180].

* gnu/packages/java.scm (java-bouncycastle): Update to 1.60.

5 years agognu: fltk: Update to 1.3.4-2.
Efraim Flashner [Sun, 15 Jul 2018 08:04:10 +0000 (11:04 +0300)]
gnu: fltk: Update to 1.3.4-2.

* gnu/packages/fltk.scm (fltk): Update to 1.3.4-2.
[source]: Remove patches.
[inputs]: Switch from libjpeg-8 to libjpeg.
* gnu/packages/patches/fltk-shared-lib-defines.patch,
gnu/packages/patches/fltk-xfont-on-demand.patch: Remove files.
* gnu/local.mk (dist_patch_DATA): Remove them.

5 years agognu: botan: Update to 2.7.0 [fixes CVE-2018-12435].
Leo Famulari [Mon, 16 Jul 2018 05:40:15 +0000 (01:40 -0400)]
gnu: botan: Update to 2.7.0 [fixes CVE-2018-12435].

* gnu/packages/crypto.scm (botan): Update to 2.7.0.

5 years agognu: ruby-options: Return #t from set-LIB phase.
Christopher Baines [Sat, 14 Jul 2018 10:57:38 +0000 (11:57 +0100)]
gnu: ruby-options: Return #t from set-LIB phase.

* gnu/packages/ruby.scm (ruby-options)[arguments]: Return #t from the set-LIB
phase.

5 years agoruby-build-system: Error or return #t from all phases.
Christopher Baines [Sat, 14 Jul 2018 10:52:14 +0000 (11:52 +0100)]
ruby-build-system: Error or return #t from all phases.

Previously, if the tests didn't pass, the check phase would evaluate to #f,
but the package would be built sucessfully. This changes all the phases to
raise exceptions if errors are encountered, and return #t otherwise.

This involves using invoke rather than system*, so that exceptions are raised
if the program exits with a status other than 0, and also returning #t at the
end of functions.

* gnu/build/ruby-build-system.scm (unpack): Use invoke rather than system*,
and return #t at the end.
(build, check): Use invoke rather than system*.
(install): Remove the use of "and", and rewrite the error handling to raise an
exception.
(wrap): Return #t.

5 years agognu: tor.scm: Fix copyright line.
Efraim Flashner [Sun, 15 Jul 2018 20:13:28 +0000 (23:13 +0300)]
gnu: tor.scm: Fix copyright line.

This is a follow-up to 2c6f0438d8c967dcfc0a2ccaa1a6a3ea1e1bcc00.

5 years agognu: libraw: Use libjpeg@9.
Efraim Flashner [Sun, 15 Jul 2018 19:58:41 +0000 (22:58 +0300)]
gnu: libraw: Use libjpeg@9.

* gnu/packages/photo.scm (libraw)[inputs]: Replace libjpeg@8 with
libjpeg.

5 years agognu: openimageio: Use libjpeg@9.
Efraim Flashner [Sun, 15 Jul 2018 19:40:24 +0000 (22:40 +0300)]
gnu: openimageio: Use libjpeg@9.

* gnu/packages/graphics.scm (openimageio)[inputs]: Replace libjpeg@8
with libjpeg.

5 years agognu: openimageio: Don't use unstable tarball.
Efraim Flashner [Sun, 15 Jul 2018 19:39:39 +0000 (22:39 +0300)]
gnu: openimageio: Don't use unstable tarball.

* gnu/packages/graphics.scm (openimageio)[source]: Download the source
from a git repository.

5 years agognu: podofo: Update to 0.9.6.
Efraim Flashner [Sun, 15 Jul 2018 19:16:16 +0000 (22:16 +0300)]
gnu: podofo: Update to 0.9.6.

* gnu/packages/pdf.scm (podofo): Update to 0.9.6.
[native-inputs]: Add cppunit, pkg-config.
[inputs]: Replace libjpeg@8 with libjpeg. Order alphabetically.

5 years agognu: gimp: Use libjpeg@9.
Efraim Flashner [Sun, 15 Jul 2018 19:02:34 +0000 (22:02 +0300)]
gnu: gimp: Use libjpeg@9.

* gnu/packages/gimp.scm (gimp)[inputs]: Replace libjpeg@8 with libjpeg.

5 years agognu: gegl: Use libjpeg@9.
Efraim Flashner [Sun, 15 Jul 2018 19:01:53 +0000 (22:01 +0300)]
gnu: gegl: Use libjpeg@9.

* gnu/packages/gimp.scm (gegl)[inputs]: Replace libjpeg@8 with libjpeg.

5 years agognu: rust@1.25: Fix build on aarch64-linux.
Efraim Flashner [Sun, 15 Jul 2018 18:49:21 +0000 (21:49 +0300)]
gnu: rust@1.25: Fix build on aarch64-linux.

* gnu/packages/rust.scm (rust@1.25)[arguments]: Replace inherited custom
'patch-aarch64-test phase. Make sure all phases return #t.

5 years agognu: rust@1.19: Don't make public.
Efraim Flashner [Sun, 15 Jul 2018 18:47:30 +0000 (21:47 +0300)]
gnu: rust@1.19: Don't make public.

* gnu/packages/rust.scm (rust@1.19): Don't make it a public variable.

5 years agognu: postgresql@9.6: Update to 9.6.9.
Efraim Flashner [Sun, 15 Jul 2018 18:46:16 +0000 (21:46 +0300)]
gnu: postgresql@9.6: Update to 9.6.9.

* gnu/packages/databases.scm (postgresql@9.6): Update to 9.6.9.

5 years agognu: emacs: Build with libjpeg@9.
Efraim Flashner [Sun, 15 Jul 2018 18:33:49 +0000 (21:33 +0300)]
gnu: emacs: Build with libjpeg@9.

* gnu/packages/emacs.scm (emacs)[inputs]: Replace libjpeg@8 with
libjpeg.