jackhill/guix/guix.git
6 years agognu: b43-tools: Update to 0.0.0-1.27892ef.
Tobias Geerinckx-Rice [Thu, 1 Mar 2018 22:18:52 +0000 (23:18 +0100)]
gnu: b43-tools: Update to 0.0.0-1.27892ef.

* gnu/packages/firmware.scm (b43-tools): Update to 0.0.0-1.27892ef.
[version]: Use our standard versioning scheme.

6 years agognu: Update (gnu packages python-web) phase styles.
Tobias Geerinckx-Rice [Fri, 2 Mar 2018 03:39:51 +0000 (04:39 +0100)]
gnu: Update (gnu packages python-web) phase styles.

* gnu/packages/python-web.scm (python-openid, python-terminado)
(python-geventhttpclient, python-cachecontrol, python-webencodings)
(python-s3transfer)[arguments]: Substitute INVOKE for SYSTEM* and end
phases with #t.

6 years agognu: python-flask-script: Update to 2.0.6.
Tobias Geerinckx-Rice [Fri, 2 Mar 2018 00:09:50 +0000 (01:09 +0100)]
gnu: python-flask-script: Update to 2.0.6.

* gnu/packages/python-web.scm (python-flask-script): Update to 2.0.6.

6 years agognu: python-htmlmin: Update to 0.1.12.
Tobias Geerinckx-Rice [Fri, 2 Mar 2018 00:09:24 +0000 (01:09 +0100)]
gnu: python-htmlmin: Update to 0.1.12.

* gnu/packages/python-web.scm (python-htmlmin): Update to 0.1.12.

6 years agognu: python-s3transfer: Update to 0.1.13.
Tobias Geerinckx-Rice [Fri, 2 Mar 2018 00:04:35 +0000 (01:04 +0100)]
gnu: python-s3transfer: Update to 0.1.13.

* gnu/packages/python-web.scm (python-s3transfer): Update to 0.1.13.

6 years agognu: python-webtest: Update to 2.0.29.
Tobias Geerinckx-Rice [Fri, 2 Mar 2018 00:00:52 +0000 (01:00 +0100)]
gnu: python-webtest: Update to 2.0.29.

* gnu/packages/python-web.scm (python-webtest): Update to 2.0.29.

6 years agognu: python-ndg-httpsclient: Update to 0.4.4.
Tobias Geerinckx-Rice [Thu, 1 Mar 2018 23:58:49 +0000 (00:58 +0100)]
gnu: python-ndg-httpsclient: Update to 0.4.4.

* gnu/packages/python-web.scm (python-ndg-httpsclient): Update to 0.4.4.

6 years agognu: python-cssutils: Update to 1.0.2.
Tobias Geerinckx-Rice [Thu, 1 Mar 2018 23:55:45 +0000 (00:55 +0100)]
gnu: python-cssutils: Update to 1.0.2.

* gnu/packages/python-web.scm (python-cssutils): Update to 1.0.2.

6 years agognu: python-flask-babel: Update to 0.11.2.
Tobias Geerinckx-Rice [Thu, 1 Mar 2018 23:54:26 +0000 (00:54 +0100)]
gnu: python-flask-babel: Update to 0.11.2.

* gnu/packages/python-web.scm (python-flask-babel): Update to 0.11.2.

6 years agoguix system: Check for the lack of modules in the initrd.
Ludovic Courtès [Tue, 27 Feb 2018 13:55:43 +0000 (14:55 +0100)]
guix system: Check for the lack of modules in the initrd.

* guix/scripts/system.scm (check-mapped-devices): Take an OS instead of
a list of <mapped-device>.  Pass #:needed-for-boot? and #:initrd-modules
to CHECK.
(check-initrd-modules): New procedure.
(perform-action): Move 'check-mapped-devices' call first.  Add call to
'check-initrd-modules'.
* gnu/system/mapped-devices.scm (check-device-initrd-modules): New
procedure.
(check-luks-device): Add #:initrd-modules and #:needed-for-boot?.  Use
them to call 'check-device-initrd-modules'.

6 years agosystem: Add 'initrd-modules' field.
Ludovic Courtès [Tue, 27 Feb 2018 10:42:09 +0000 (11:42 +0100)]
system: Add 'initrd-modules' field.

* gnu/system.scm (<operating-system>)[initrd-modules]: New field.
(operating-system-initrd-file): Pass #:linux-modules to 'make-initrd'.
* gnu/system/linux-initrd.scm (default-initrd-modules): New procedure.
(%base-initrd-modules): New macro.
(base-initrd): Add #:linux-modules and honor it.
* gnu/system/install.scm (embedded-installation-os): Use
'initrd-modules' instead of 'initrd'.
* gnu/tests/install.scm (%raid-root-os): Likewise.
* doc/guix.texi (operating-system Reference): Add 'initrd-modules'.
(Initial RAM Disk): Document it.  Adjust example to not use
 #:extra-modules.

6 years agolinux-initrd: Separate file system module logic.
Ludovic Courtès [Tue, 27 Feb 2018 10:16:37 +0000 (11:16 +0100)]
linux-initrd: Separate file system module logic.

* gnu/system/linux-initrd.scm (vhash, lookup-procedure): New macros.
(file-system-type-modules, file-system-modules): New procedures.
(base-initrd)[cifs-modules, virtio-9p-modules]: Remove.
[file-system-type-predicate]: Remove.
Use 'file-system-modules' instead of 'find' +
'file-system-type-predicate'.

6 years agolinux-modules: Add 'device-module-aliases' and related procedures.
Ludovic Courtès [Fri, 16 Feb 2018 17:51:16 +0000 (18:51 +0100)]
linux-modules: Add 'device-module-aliases' and related procedures.

* gnu/build/linux-modules.scm (readlink*, stat->device-major)
(stat->device-minor): New procedures.
(%not-slash): New variable.
(read-uevent, device-module-aliases, read-module-aliases)
(current-alias-file, known-module-aliases, matching-modules): New
procedures.

6 years agoAdd (guix glob).
Ludovic Courtès [Fri, 16 Feb 2018 17:31:46 +0000 (18:31 +0100)]
Add (guix glob).

* guix/glob.scm, tests/glob.scm: New files.
* Makefile.am (MODULES): Add guix/glob.scm.
(SCM_TESTS): Add tests/glob.scm.

6 years agoenvironment: Add --user.
Mike Gerwitz [Fri, 26 Jan 2018 03:29:32 +0000 (22:29 -0500)]
environment: Add --user.

This change allows overriding the home directory of all filesystem mappings to
help hide the identity of the calling user in a container.

* doc/guix.texi (Invoking guix environment)[--container]: Mention --user.
[--user]: Add item.
* guix/scripts/environment.scm (show-help): Add --user.
(%options): Add --user.
(launch-environment/container) Add 'user' parameter.  Update doc.  Override
'user-mappings' using 'override-user-mappings'.  Consider override for chdir.
(mock-passwd, user-override-home, overrid-euser-dir): New procedures.
(guix-environment): Disallow --user without --container.  Provide user to
'launch-environment/container'.
* tests/guix-environment.sh: Add user test.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
6 years agoenvironment: Add --link-profile.
Mike Gerwitz [Fri, 26 Jan 2018 03:29:15 +0000 (22:29 -0500)]
environment: Add --link-profile.

This change is motivated by attempts to run programs (like GNU IceCat) within
containers.  The 'fontconfig' program, for example, is configured explicitly
to check ~/.guix-profile for additional fonts.

There were no existing container tests in 'tests/guix-environment.sh', but I
added one anyway for this change.

* doc/guix.texi (Invoking guix environment): Add '--link-profile'.
* guix/scripts/environment.scm (show-help): Add '--link-profile'.
(%options): Add 'link-profile' as '#\P', assigned to 'link-profile?'.
(link-environment): New procedure.
(launch-environment/container): Use it when 'link-profile?'.
[link-profile?]: New parameter.
(guix-environment): Leave when '--link-prof' but not '--container'.  Add
'#:link-profile?' argument to 'launch-environment/container' application.
* tests/guix-environment-container.sh: New '--link-profile' test.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
6 years agognu: icecat: Add more fixes from upstream mozilla-esr52.
Mark H Weaver [Fri, 2 Mar 2018 05:04:24 +0000 (00:04 -0500)]
gnu: icecat: Add more fixes from upstream mozilla-esr52.

* gnu/packages/gnuzilla.scm (icecat)[source]: Add selected fixes from the
upstream mozilla-esr52 repository.

6 years agognu: icecat: Update to 52.6.0-gnu1.
Mark H Weaver [Fri, 2 Mar 2018 03:45:25 +0000 (22:45 -0500)]
gnu: icecat: Update to 52.6.0-gnu1.

* gnu/packages/gnuzilla.scm (icecat): Update to 52.6.0-gnu1.
[source]: Remove patches that are no longer needed.
* gnu/packages/patches/icecat-bug-1348660-pt5.patch,
gnu/packages/patches/icecat-bug-1414945.patch,
gnu/packages/patches/icecat-bug-1415133.patch,
gnu/packages/patches/icecat-bug-1424373-pt2.patch: Delete files.
* gnu/local.mk (dist_patch_DATA): Remove them.

6 years agognu: postgresql@9.6: Update to 9.6.8 [fixes CVE-2018-1058].
Leo Famulari [Thu, 1 Mar 2018 23:05:20 +0000 (18:05 -0500)]
gnu: postgresql@9.6: Update to 9.6.8 [fixes CVE-2018-1058].

* gnu/packages/databases.scm (postgresql-9.6): Update to 9.6.8.

6 years agognu: postgresql: Update to 10.3 [fixes CVE-2018-1058].
Leo Famulari [Thu, 1 Mar 2018 23:04:43 +0000 (18:04 -0500)]
gnu: postgresql: Update to 10.3 [fixes CVE-2018-1058].

* gnu/packages/databases.scm (postgresql): Update to 10.3.

6 years agognu: memcached: Update to 1.5.6.
Leo Famulari [Fri, 2 Mar 2018 00:59:55 +0000 (19:59 -0500)]
gnu: memcached: Update to 1.5.6.

* gnu/packages/databases.scm (memcached): Update to 1.5.6.

6 years agognu: linux-libre: Update to 4.15.7.
Mark H Weaver [Thu, 1 Mar 2018 22:59:21 +0000 (17:59 -0500)]
gnu: linux-libre: Update to 4.15.7.

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

6 years agognu: linux-libre@4.14: Update to 4.14.23.
Mark H Weaver [Thu, 1 Mar 2018 22:58:35 +0000 (17:58 -0500)]
gnu: linux-libre@4.14: Update to 4.14.23.

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

6 years agognu: linux-libre@4.9: Update to 4.9.85.
Mark H Weaver [Thu, 1 Mar 2018 22:58:04 +0000 (17:58 -0500)]
gnu: linux-libre@4.9: Update to 4.9.85.

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

6 years agognu: linux-libre@4.4: Update to 4.4.119.
Mark H Weaver [Thu, 1 Mar 2018 22:57:22 +0000 (17:57 -0500)]
gnu: linux-libre@4.4: Update to 4.4.119.

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

6 years agognu: php: Fix test failure.
Julien Lepiller [Thu, 1 Mar 2018 19:34:51 +0000 (20:34 +0100)]
gnu: php: Fix test failure.

* gnu/packages/php.scm (php)[inputs]: Use gd-for-php.
(gd-for-php): New private variable.
* gnu/packages/patches/gd-CVE-2018-5711.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.

6 years agognu: sdcc: Fix typo in description.
Tobias Geerinckx-Rice [Thu, 1 Mar 2018 19:36:09 +0000 (20:36 +0100)]
gnu: sdcc: Fix typo in description.

* gnu/packages/sdcc.scm (sdcc)[description]: Fix (upstream) typo.  Add
hyphens.

6 years agognu: sdcc: Update to 3.7.0.
Tobias Geerinckx-Rice [Thu, 1 Mar 2018 19:34:50 +0000 (20:34 +0100)]
gnu: sdcc: Update to 3.7.0.

* gnu/packages/sdcc.scm (sdcc): Update to 3.7.0.

6 years agognu: php: Update to 7.2.3.
Tobias Geerinckx-Rice [Thu, 1 Mar 2018 17:21:25 +0000 (18:21 +0100)]
gnu: php: Update to 7.2.3.

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

6 years agognu: python-stem: Update to 1.6.0.
Tobias Geerinckx-Rice [Thu, 1 Mar 2018 15:34:38 +0000 (16:34 +0100)]
gnu: python-stem: Update to 1.6.0.

* gnu/packages/python.scm (python-stem): Update to 1.6.0.
[arguments]: Add ‘fix-test-environment’ phase.

6 years agognu: onionshare: Update phase style.
Tobias Geerinckx-Rice [Thu, 1 Mar 2018 15:31:06 +0000 (16:31 +0100)]
gnu: onionshare: Update phase style.

* gnu/packages/tor.scm (onionshare)[arguments]: Substitute INVOKE for
SYSTEM* and end phase with #t.

6 years agognu: privoxy: Update phase style.
Tobias Geerinckx-Rice [Thu, 1 Mar 2018 15:30:40 +0000 (16:30 +0100)]
gnu: privoxy: Update phase style.

* gnu/packages/tor.scm (privoxy)[arguments]: Substitute INVOKE for
SYSTEM* and end phase with #t.

6 years agognu: python-stem: Update phase style.
Tobias Geerinckx-Rice [Thu, 1 Mar 2018 15:29:31 +0000 (16:29 +0100)]
gnu: python-stem: Update phase style.

* gnu/packages/python.scm (python-stem)[arguments]: Substitute INVOKE
for SYSTEM* and end phase with #t.

6 years agognu: liblo: Update to 0.29.
Tobias Geerinckx-Rice [Thu, 1 Mar 2018 05:50:39 +0000 (06:50 +0100)]
gnu: liblo: Update to 0.29.

* gnu/packages/audio.scm (liblo): Update to 0.29.

6 years agognu: nagios: Update to 4.3.4.
Tobias Geerinckx-Rice [Wed, 28 Feb 2018 23:47:18 +0000 (00:47 +0100)]
gnu: nagios: Update to 4.3.4.

* gnu/packages/monitoring.scm (nagios): Update to 4.3.4.

6 years agognu: libftdi: Use HTTPS home page.
Tobias Geerinckx-Rice [Wed, 28 Feb 2018 23:46:23 +0000 (00:46 +0100)]
gnu: libftdi: Use HTTPS home page.

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

6 years agognu: dbacl: Use HTTPS home page.
Tobias Geerinckx-Rice [Wed, 28 Feb 2018 22:55:49 +0000 (23:55 +0100)]
gnu: dbacl: Use HTTPS home page.

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

6 years agognu: dbacl: Update phase style.
Tobias Geerinckx-Rice [Wed, 28 Feb 2018 22:54:36 +0000 (23:54 +0100)]
gnu: dbacl: Update phase style.

* gnu/packages/textutils.scm (dbacl)[arguments]: Substitute INVOKE for SYSTEM* and end phases with #t.

6 years agognu: Graft glibc to allow execution on Linux 2.6.32.
Ricardo Wurmus [Mon, 19 Feb 2018 19:04:06 +0000 (20:04 +0100)]
gnu: Graft glibc to allow execution on Linux 2.6.32.

* gnu/packages/patches/glibc-allow-kernel-2.6.32.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/base.scm (glibc/linux)[replacement]: New field.
(glibc-2.26-patched): New variable.

6 years agognu: r-httpuv: Update to 1.3.6.1.
Ricardo Wurmus [Thu, 1 Mar 2018 20:19:21 +0000 (21:19 +0100)]
gnu: r-httpuv: Update to 1.3.6.1.

* gnu/packages/web.scm (r-httpuv): Update to 1.3.6.1.

6 years agognu: r-lubridate: Update to 1.7.3.
Ricardo Wurmus [Thu, 1 Mar 2018 20:19:10 +0000 (21:19 +0100)]
gnu: r-lubridate: Update to 1.7.3.

* gnu/packages/statistics.scm (r-lubridate): Update to 1.7.3.

6 years agognu: r-tidyselect: Update to 0.2.4.
Ricardo Wurmus [Thu, 1 Mar 2018 20:18:58 +0000 (21:18 +0100)]
gnu: r-tidyselect: Update to 0.2.4.

* gnu/packages/statistics.scm (r-tidyselect): Update to 0.2.4.

6 years agognu: r-rmarkdown: Update to 1.9.
Ricardo Wurmus [Thu, 1 Mar 2018 20:18:47 +0000 (21:18 +0100)]
gnu: r-rmarkdown: Update to 1.9.

* gnu/packages/statistics.scm (r-rmarkdown): Update to 1.9.

6 years agognu: r-rcpparmadillo: Update to 0.8.400.0.0.
Ricardo Wurmus [Thu, 1 Mar 2018 20:18:30 +0000 (21:18 +0100)]
gnu: r-rcpparmadillo: Update to 0.8.400.0.0.

* gnu/packages/statistics.scm (r-rcpparmadillo): Update to 0.8.400.0.0.

6 years agognu: r-yaml: Update to 2.1.17.
Ricardo Wurmus [Thu, 1 Mar 2018 20:18:19 +0000 (21:18 +0100)]
gnu: r-yaml: Update to 2.1.17.

* gnu/packages/statistics.scm (r-yaml): Update to 2.1.17.

6 years agognu: r-gdtools: Update to 0.1.7.
Ricardo Wurmus [Thu, 1 Mar 2018 20:18:04 +0000 (21:18 +0100)]
gnu: r-gdtools: Update to 0.1.7.

* gnu/packages/statistics.scm (r-gdtools): Update to 0.1.7.
[inputs]: Add zlib.

6 years agognu: r-rpart: Update to 4.1-13.
Ricardo Wurmus [Thu, 1 Mar 2018 20:17:53 +0000 (21:17 +0100)]
gnu: r-rpart: Update to 4.1-13.

* gnu/packages/statistics.scm (r-rpart): Update to 4.1-13.

6 years agognu: r-mass: Update to 7.3-49.
Ricardo Wurmus [Thu, 1 Mar 2018 20:17:40 +0000 (21:17 +0100)]
gnu: r-mass: Update to 7.3-49.

* gnu/packages/statistics.scm (r-mass): Update to 7.3-49.

6 years agognu: r-rmysql: Update to 0.10.14.
Ricardo Wurmus [Thu, 1 Mar 2018 20:17:26 +0000 (21:17 +0100)]
gnu: r-rmysql: Update to 0.10.14.

* gnu/packages/databases.scm (r-rmysql): Update to 0.10.14.

6 years agognu: r-pillar: Update to 1.2.1.
Ricardo Wurmus [Thu, 1 Mar 2018 20:17:17 +0000 (21:17 +0100)]
gnu: r-pillar: Update to 1.2.1.

* gnu/packages/cran.scm (r-pillar): Update to 1.2.1.

6 years agognu: r-truncnorm: Update to 1.0-8.
Ricardo Wurmus [Thu, 1 Mar 2018 20:17:07 +0000 (21:17 +0100)]
gnu: r-truncnorm: Update to 1.0-8.

* gnu/packages/cran.scm (r-truncnorm): Update to 1.0-8.

6 years agognu: r-scran: Update to 1.6.8.
Ricardo Wurmus [Thu, 1 Mar 2018 20:16:57 +0000 (21:16 +0100)]
gnu: r-scran: Update to 1.6.8.

* gnu/packages/bioinformatics.scm (r-scran): Update to 1.6.8.

6 years agognu: r-wgcna: Update to 1.63.
Ricardo Wurmus [Thu, 1 Mar 2018 20:16:45 +0000 (21:16 +0100)]
gnu: r-wgcna: Update to 1.63.

* gnu/packages/bioinformatics.scm (r-wgcna): Update to 1.63.

6 years agognu: r-topgo: Update to 2.30.1.
Ricardo Wurmus [Thu, 1 Mar 2018 20:16:35 +0000 (21:16 +0100)]
gnu: r-topgo: Update to 2.30.1.

* gnu/packages/bioinformatics.scm (r-topgo): Update to 2.30.1.

6 years agognu: r-genomicranges: Update to 1.30.3.
Ricardo Wurmus [Thu, 1 Mar 2018 20:16:23 +0000 (21:16 +0100)]
gnu: r-genomicranges: Update to 1.30.3.

* gnu/packages/bioinformatics.scm (r-genomicranges): Update to 1.30.3.

6 years agognu: r-limma: Update to 3.34.9.
Ricardo Wurmus [Thu, 1 Mar 2018 20:16:12 +0000 (21:16 +0100)]
gnu: r-limma: Update to 3.34.9.

* gnu/packages/bioinformatics.scm (r-limma): Update to 3.34.9.

6 years agognu: r-edger: Update to 3.20.9.
Ricardo Wurmus [Thu, 1 Mar 2018 20:16:00 +0000 (21:16 +0100)]
gnu: r-edger: Update to 3.20.9.

* gnu/packages/bioinformatics.scm (r-edger): Update to 3.20.9.

6 years agognu: r-shortread: Update to 1.36.1.
Ricardo Wurmus [Thu, 1 Mar 2018 20:15:50 +0000 (21:15 +0100)]
gnu: r-shortread: Update to 1.36.1.

* gnu/packages/bioinformatics.scm (r-shortread): Update to 1.36.1.

6 years agognu: r-dexseq: Update to 1.24.3.
Ricardo Wurmus [Thu, 1 Mar 2018 20:15:40 +0000 (21:15 +0100)]
gnu: r-dexseq: Update to 1.24.3.

* gnu/packages/bioinformatics.scm (r-dexseq): Update to 1.24.3.

6 years agognu: efl: Use separate "include" output.
Efraim Flashner [Thu, 1 Mar 2018 20:18:23 +0000 (22:18 +0200)]
gnu: efl: Use separate "include" output.

* gnu/packages/enlightenment.scm (efl)[outputs]: Add 'include' output.

6 years agognu: efl: Update to 1.20.7.
Efraim Flashner [Thu, 1 Mar 2018 14:41:37 +0000 (16:41 +0200)]
gnu: efl: Update to 1.20.7.

* gnu/packages/enlightenment.scm (efl): Update to 1.20.7.

6 years agognu: Add patchmatrix.
Ricardo Wurmus [Mon, 19 Feb 2018 17:41:25 +0000 (18:41 +0100)]
gnu: Add patchmatrix.

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

6 years agognu: ghc-uuid: Fix build.
Ricardo Wurmus [Thu, 1 Mar 2018 20:11:43 +0000 (21:11 +0100)]
gnu: ghc-uuid: Fix build.

* gnu/packages/haskell.scm (ghc-uuid)[arguments]: Allow building with a newer
version of QuickCheck.

6 years agognu: golly: Fix source url.
Christopher Lemmer Webber [Thu, 1 Mar 2018 17:00:30 +0000 (11:00 -0600)]
gnu: golly: Fix source url.

* gnu/packages/games.scm (golly): Fix source url.

6 years agognu: imagemagick: Update to 6.9.9-36.
Marius Bakke [Wed, 28 Feb 2018 19:59:15 +0000 (20:59 +0100)]
gnu: imagemagick: Update to 6.9.9-36.

* gnu/packages/imagemagick.scm (imagemagick): Update to 6.9.9-36.

6 years agognu: libe-book: Update to 0.1.3.
Marius Bakke [Wed, 28 Feb 2018 19:42:54 +0000 (20:42 +0100)]
gnu: libe-book: Update to 0.1.3.

* gnu/packages/libreoffice.scm (libe-book): Update to 0.1.3.
[propagated-inputs]: Add LIBLANGTAG.

6 years agognu: libabw: Update to 0.1.2.
Marius Bakke [Wed, 28 Feb 2018 19:40:44 +0000 (20:40 +0100)]
gnu: libabw: Update to 0.1.2.

* gnu/packages/libreoffice.scm (libabw): Update to 0.1.2.

6 years agognu: libpagemaker: Update to 0.0.4.
Marius Bakke [Wed, 28 Feb 2018 19:39:17 +0000 (20:39 +0100)]
gnu: libpagemaker: Update to 0.0.4.

* gnu/packages/libreoffice.scm (libpagemaker): Update to 0.0.4.
[source](uri): Use HTTPS.

6 years agognu: libmspub: Update to 0.1.4.
Marius Bakke [Wed, 28 Feb 2018 19:38:37 +0000 (20:38 +0100)]
gnu: libmspub: Update to 0.1.4.

* gnu/packages/libreoffice.scm (libmspub): Update to 0.1.4.
[source](uri): Use HTTPS.

6 years agognu: xorgproto: Update to 2018.4.
Marius Bakke [Wed, 28 Feb 2018 19:33:48 +0000 (20:33 +0100)]
gnu: xorgproto: Update to 2018.4.

* gnu/packages/xorg.scm (xorgproto): Update to 2018.4.

6 years agognu: cuirass: Update to aa4c778.
Ludovic Courtès [Thu, 1 Mar 2018 16:38:55 +0000 (17:38 +0100)]
gnu: cuirass: Update to aa4c778.

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

6 years agoimport: cpan: Drop "v" prefix from version strings.
Ludovic Courtès [Thu, 1 Mar 2018 13:54:55 +0000 (14:54 +0100)]
import: cpan: Drop "v" prefix from version strings.

Fixes <https://bugs.gnu.org/30641>.
Reported by Oleg Pykhalov <go.wigust@gmail.com>.

* guix/import/cpan.scm (cpan-version): Drop the "v" prefix when it is
there.

6 years agognu: nautilus: Use meson-build-system, update to 3.26.2.
Rene [Thu, 1 Mar 2018 02:33:36 +0000 (20:33 -0600)]
gnu: nautilus: Use meson-build-system, update to 3.26.2.

* gnu/packages/gnome.scm (nautilus): Update to 3.26.2.
[build-system]: Use meson-build-system.
[native-inputs]: Add desktop-file-utils and gtk+:bin.
[inputs]: Add libselinux.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
6 years agoprofiles: 'manifest-add' truly deletes duplicate entries.
Ludovic Courtès [Thu, 1 Mar 2018 10:37:36 +0000 (11:37 +0100)]
profiles: 'manifest-add' truly deletes duplicate entries.

Fixes <https://bugs.gnu.org/30569>.
Reported by Andreas Enge <andreas@enge.fr>.

* guix/profiles.scm (manifest-add): Don't append ENTRIES as is.
Instead, cons each element of ENTRIES as we fold over it.
Remove unneeded ellispes in 'match' patterns.

6 years agognu: Fix Borg crashes with Python msgpack > 0.5
Leo Famulari [Thu, 1 Mar 2018 04:20:02 +0000 (23:20 -0500)]
gnu: Fix Borg crashes with Python msgpack > 0.5

The Python msgpack library changed its name, but borg (and possibly
other packages) still uses the old name.

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

* gnu/packages/python.scm (python-msgpack-transitional): New variable.
* gnu/packages/backup.scm (borg)[inputs]: Use it.

6 years agognu: Remove duplicate definition of emacs-esxml.
Ricardo Wurmus [Wed, 28 Feb 2018 22:02:36 +0000 (23:02 +0100)]
gnu: Remove duplicate definition of emacs-esxml.

* gnu/packages/emacs.scm (emacs-esxml): Remove.

6 years agognu: Remove emacs-nov.
Ricardo Wurmus [Wed, 28 Feb 2018 22:01:23 +0000 (23:01 +0100)]
gnu: Remove emacs-nov.

The package already exists with the name "emacs-nov-el".

* gnu/packages/emacs.scm (emacs-nov): Remove.

6 years agognu: java-bouncycastle-bcpkix: Use invoke.
Ricardo Wurmus [Tue, 27 Feb 2018 20:03:37 +0000 (21:03 +0100)]
gnu: java-bouncycastle-bcpkix: Use invoke.

* gnu/packages/java.scm (java-bouncycastle-bcpkix)[arguments]: Use invoke.

6 years agognu: java-bouncycastle-bcprov: Use invoke.
Ricardo Wurmus [Tue, 27 Feb 2018 20:02:03 +0000 (21:02 +0100)]
gnu: java-bouncycastle-bcprov: Use invoke.

* gnu/packages/java.scm (java-bouncycastle-bcprov)[arguments]: Use invoke.

6 years agognu: java-lz4: Use invoke.
Ricardo Wurmus [Tue, 27 Feb 2018 20:00:24 +0000 (21:00 +0100)]
gnu: java-lz4: Use invoke.

* gnu/packages/java.scm (java-lz4)[arguments]: Use invoke.

6 years agognu: antlr3-3.1: Remove version from package name.
Ricardo Wurmus [Tue, 27 Feb 2018 19:56:32 +0000 (20:56 +0100)]
gnu: antlr3-3.1: Remove version from package name.

* gnu/packages/java.scm (antlr3-3.1)[name]: Remove.
[arguments]: Adjust accordingly.

6 years agognu: antlr3-3.1: Use invoke.
Ricardo Wurmus [Tue, 27 Feb 2018 19:56:02 +0000 (20:56 +0100)]
gnu: antlr3-3.1: Use invoke.

* gnu/packages/java.scm (antlr3-3.1)[arguments]: Use invoke.

6 years agognu: java-jansi-native: Simplify.
Ricardo Wurmus [Tue, 27 Feb 2018 19:53:15 +0000 (20:53 +0100)]
gnu: java-jansi-native: Simplify.

* gnu/packages/java.scm (java-jansi-native)[arguments]: Use "invoke"; remove
useless "mkdir-p".

6 years agognu: java-jansi-native: Fix description.
Ricardo Wurmus [Tue, 27 Feb 2018 19:52:00 +0000 (20:52 +0100)]
gnu: java-jansi-native: Fix description.

* gnu/packages/java.scm (java-jansi-native)[description]: Replace placeholder
text with an actual description.

6 years agognu: java-hawtjni: Simplify build phases.
Ricardo Wurmus [Tue, 27 Feb 2018 19:48:49 +0000 (20:48 +0100)]
gnu: java-hawtjni: Simplify build phases.

* gnu/packages/java.scm (java-hawtjni)[arguments]: Use "invoke" instead of
"system*"; use "install-file" instead of "mkdir-p" and "copy-file".

6 years agognu: java-commons-jexl-2: Use invoke.
Ricardo Wurmus [Tue, 27 Feb 2018 19:45:53 +0000 (20:45 +0100)]
gnu: java-commons-jexl-2: Use invoke.

* gnu/packages/java.scm (java-commons-jexl-2)[arguments]: Use invoke.

6 years agognu: java-jnacl: Do not prefix jar with "java-".
Ricardo Wurmus [Tue, 27 Feb 2018 19:43:56 +0000 (20:43 +0100)]
gnu: java-jnacl: Do not prefix jar with "java-".

* gnu/packages/java.scm (java-jnacl)[arguments]: Rename jar to "jnacl.jar".

6 years agognu: java-jnacl: Update to 0.1.0-2.094e819.
Ricardo Wurmus [Tue, 27 Feb 2018 19:43:05 +0000 (20:43 +0100)]
gnu: java-jnacl: Update to 0.1.0-2.094e819.

* gnu/packages/java.scm (java-jnacl): Update to 0.1.0-2.094e819.

6 years agognu: java-jnacl: Simplify build phase.
Ricardo Wurmus [Tue, 27 Feb 2018 19:40:02 +0000 (20:40 +0100)]
gnu: java-jnacl: Simplify build phase.

* gnu/packages/java.scm (java-jnacl)[arguments]: Simplify "fix-tests" phase.

6 years agognu: java-jnacl: Correct license.
Ricardo Wurmus [Tue, 27 Feb 2018 19:39:38 +0000 (20:39 +0100)]
gnu: java-jnacl: Correct license.

* gnu/packages/java.scm (java-jnacl)[license]: Change to BSD-2.

6 years agognu: java-jnacl: Use invoke.
Ricardo Wurmus [Tue, 27 Feb 2018 19:36:58 +0000 (20:36 +0100)]
gnu: java-jnacl: Use invoke.

* gnu/packages/java.scm (java-jnacl)[arguments]: Use "invoke".

6 years agognu: Add java-ecj-3.5.
Ricardo Wurmus [Wed, 28 Feb 2018 21:13:12 +0000 (22:13 +0100)]
gnu: Add java-ecj-3.5.

* gnu/packages/java.scm (java-ecj-3.5): New variable.

6 years agognu: Add java-ecj-3.
Ricardo Wurmus [Wed, 28 Feb 2018 21:12:52 +0000 (22:12 +0100)]
gnu: Add java-ecj-3.

* gnu/packages/java.scm (java-ecj-3): New variable.

6 years agognu: dovecot: Update to 2.3.0.1 [fixes CVE-2017-14461].
Tobias Geerinckx-Rice [Wed, 28 Feb 2018 21:57:04 +0000 (22:57 +0100)]
gnu: dovecot: Update to 2.3.0.1 [fixes CVE-2017-14461].

* gnu/packages/mail.scm (dovecot): Update to 2.3.0.1.
[source]: Remove upstreamed patch.
* gnu/packages/patches/dovecot-CVE-2017-15132.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.

6 years agognu: html-xml-utils: Update to 7.6.
Tobias Geerinckx-Rice [Wed, 28 Feb 2018 21:53:47 +0000 (22:53 +0100)]
gnu: html-xml-utils: Update to 7.6.

* gnu/packages/xml.scm (html-xml-utils): Update to 7.6.

6 years agognu: libftdi: Update to 1.4.
Tobias Geerinckx-Rice [Wed, 28 Feb 2018 15:26:14 +0000 (16:26 +0100)]
gnu: libftdi: Update to 1.4.

* gnu/packages/libftdi.scm (libftdi): Update to 1.4.

6 years agognu: git-remote-gcrypt: Update to 1.0.2.
Tobias Geerinckx-Rice [Wed, 28 Feb 2018 15:51:28 +0000 (16:51 +0100)]
gnu: git-remote-gcrypt: Update to 1.0.2.

* gnu/packages/version-control.scm (git-remote-gcrypt): Update to 1.0.2.

6 years agognu: dropbear: Update to 2018.76.
Tobias Geerinckx-Rice [Mon, 12 Feb 2018 10:08:54 +0000 (11:08 +0100)]
gnu: dropbear: Update to 2018.76.

* gnu/packages/ssh.scm (dropbear): Update to 2018.76.

6 years agognu: Add sala.
Konrad Hinsen [Wed, 28 Feb 2018 14:21:24 +0000 (15:21 +0100)]
gnu: Add sala.

* gnu/packages/password-utils.scm (sala): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
6 years agolinux-modules: Use 'load-linux-module/fd'.
Ludovic Courtès [Wed, 28 Feb 2018 21:02:27 +0000 (22:02 +0100)]
linux-modules: Use 'load-linux-module/fd'.

This should be more efficient than loading the whole thing in user space.

* gnu/build/linux-modules.scm (load-linux-module*): Use
'load-linux-module/fd' instead of 'load-linux-module'.  Remove 'slurp'.