jackhill/guix/guix.git
7 years agomailmap: Update entries for Adriano Peluso
Adriano Peluso [Mon, 22 May 2017 19:26:40 +0000 (21:26 +0200)]
mailmap: Update entries for Adriano Peluso

* .mailmap: Add new entry for Adriano Peluso

Signed-off-by: Leo Famulari <leo@famulari.name>
7 years agognu: node: Use unbundled dependencies.
Jelle Licht [Mon, 22 May 2017 18:03:21 +0000 (20:03 +0200)]
gnu: node: Use unbundled dependencies.

* gnu/packages/node.scm (node)[inputs]: Add c-ares and http-parser.
[arguments]: Add configure flags for using system libraries.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
7 years agognu: node: Update to 7.10.0.
Jelle Licht [Mon, 22 May 2017 18:03:20 +0000 (20:03 +0200)]
gnu: node: Update to 7.10.0.

* gnu/packages/node.scm (node): Update to 7.10.0.
(node)[arguments]: Disabled more tests.
* gnu/packages/patches/node-9077.patch: Delete incompatible patch file.
Recreate patch file from node pull request 9077.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
7 years agognu: Add MuseScore.
Nicolas Goaziou [Tue, 16 May 2017 15:55:29 +0000 (17:55 +0200)]
gnu: Add MuseScore.

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

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
7 years agognu: emacs-auctex: Add arguments to work with new `install' phase.
Arun Isaac [Wed, 26 Apr 2017 14:04:59 +0000 (19:34 +0530)]
gnu: emacs-auctex: Add arguments to work with new `install' phase.

* gnu/packages/emacs.scm (emacs-auctex)[arguments]: Add #:include and
  #:exclude arguments.

7 years agognu: emacs-slime: Add arguments to work with new `install' phase.
Arun Isaac [Wed, 26 Apr 2017 14:03:42 +0000 (19:33 +0530)]
gnu: emacs-slime: Add arguments to work with new `install' phase.

* gnu/packages/emacs.scm (emacs-slime)[arguments]: Add #:include and #:exclude
  arguments.

7 years agobuild-system: emacs: Install only a subset of files.
Arun Isaac [Wed, 19 Apr 2017 07:29:11 +0000 (12:59 +0530)]
build-system: emacs: Install only a subset of files.

* guix/build/emacs-build-system.scm (install): Install files matching
  #:include while excluding files matching #:exclude.
* guix/build-system/emacs.scm (emacs-build): Add keyword arguments #:include
  and #:exclude.

7 years agoinstall: Add 'passwd' to installation image.
Marius Bakke [Mon, 22 May 2017 20:22:02 +0000 (22:22 +0200)]
install: Add 'passwd' to installation image.

* gnu/system/install.scm (installation-os): Add SHADOW in package list.

7 years agobuild: emacs: Fix `store-file->elisp-source-file'.
Arun Isaac [Wed, 17 May 2017 16:09:27 +0000 (21:39 +0530)]
build: emacs: Fix `store-file->elisp-source-file'.

This prevents a ".el.el" extension for source files with no version number in
their file name.

* guix/build/emacs-build-system.scm (store-file->elisp-source-file): Remove
  ".el" extension from file name before splitting to name and version.

7 years agoguix: lint: Slightly simplify `check-source-file-name'.
Arun Isaac [Wed, 17 May 2017 16:00:12 +0000 (21:30 +0530)]
guix: lint: Slightly simplify `check-source-file-name'.

* guix/scripts/lint.scm (check-source-file-name): Implement file name matching
  with regular expression.

7 years agognu: lint: Fix typo.
Arun Isaac [Wed, 17 May 2017 15:53:23 +0000 (21:23 +0530)]
gnu: lint: Fix typo.

* guix/scripts/lint.scm (check-source-file-name): Fix wrong return value in
  docstring.

7 years agognu: diamond: Update to 0.9.1.
Ben Woodcroft [Mon, 22 May 2017 20:17:32 +0000 (21:17 +0100)]
gnu: diamond: Update to 0.9.1.

* gnu/packages/bioinformatics.scm (diamond): Update to 0.9.1.

7 years agomailmap: Add an entry for Mathieu Othacehe.
Mathieu Othacehe [Mon, 22 May 2017 19:44:02 +0000 (21:44 +0200)]
mailmap: Add an entry for Mathieu Othacehe.

This avoids duplicated entries with Othacehe in uppercase.

7 years agognu: Remove GCJ.
Ricardo Wurmus [Wed, 17 May 2017 11:26:13 +0000 (13:26 +0200)]
gnu: Remove GCJ.

* gnu/packages/patches/gcj-arm-mode.patch: Remove file.
* gnu/local.mk (dist_patch_DATA): Delete it.
* gnu/packages/gcc.scm (javac.in, gcj, ecj-bootstrap): Remove variables.

7 years agognu: ant: Implement in terms of ant/java8.
Ricardo Wurmus [Thu, 18 May 2017 20:28:07 +0000 (22:28 +0200)]
gnu: ant: Implement in terms of ant/java8.

* gnu/packages/java.scm (ant): Inherit from ant/java8.

7 years agognu: Add ant/java8.
Ricardo Wurmus [Thu, 18 May 2017 21:28:17 +0000 (23:28 +0200)]
gnu: Add ant/java8.

* gnu/packages/java.scm (ant/java8): New variable.

7 years agognu: ant: Move after bootstrap packages.
Ricardo Wurmus [Thu, 18 May 2017 21:36:05 +0000 (23:36 +0200)]
gnu: ant: Move after bootstrap packages.

* gnu/packages/java.scm (ant): Move package.

7 years agognu: ant: Delete bundled jars.
Ricardo Wurmus [Sat, 13 May 2017 22:07:33 +0000 (00:07 +0200)]
gnu: ant: Delete bundled jars.

* gnu/packages/java.scm (ant)[source]: Delete bundled jars in a snippet.

7 years agognu: ant: Inherit from ant-bootstrap.
Ricardo Wurmus [Sat, 13 May 2017 05:34:17 +0000 (07:34 +0200)]
gnu: ant: Inherit from ant-bootstrap.

* gnu/packages/java.scm (ant)[build-system]
[home-page][synopsis][description][license]: Remove fields.
[arguments]: Adapt arguments of ant-bootstrap package.

7 years agognu: clojure: Move below bootstrap packages.
Ricardo Wurmus [Tue, 16 May 2017 19:23:38 +0000 (21:23 +0200)]
gnu: clojure: Move below bootstrap packages.

* gnu/packages/java.scm (clojure): Move package.

7 years agognu: java-swt: Move below the bootstrap packages.
Ricardo Wurmus [Tue, 16 May 2017 19:21:19 +0000 (21:21 +0200)]
gnu: java-swt: Move below the bootstrap packages.

* gnu/packages/java.scm (java-swt): Move the package.

7 years agognu: icedtea-7: Use icedtea-6 for bootstrapping.
Ricardo Wurmus [Mon, 15 May 2017 17:44:12 +0000 (19:44 +0200)]
gnu: icedtea-7: Use icedtea-6 for bootstrapping.

* gnu/packages/java.scm (icedtea-7)[source]: Remove Makefile.in patch to link
with GCJ libs.
[arguments]: Remove (ice-9 rdelim) module; adjust configure flags; do not add
GCJ headers to CPATH in build phase "set-additional-paths".
[native-inputs]: Remove gcj and ant; add icedtea-6 and ant-bootstrap.  Remove
autoconf and automake.
(icedtea-8)[native-inputs]: Delete "icedtea" from the inherited inputs, not
"gcj".

7 years agognu: Add icedtea-6.
Ricardo Wurmus [Mon, 15 May 2017 12:37:18 +0000 (14:37 +0200)]
gnu: Add icedtea-6.

* gnu/packages/java.scm (icedtea-6): New variable.

7 years agognu: Add ecj-javac-on-jamvm-wrapper-final.
Ricardo Wurmus [Mon, 15 May 2017 12:34:46 +0000 (14:34 +0200)]
gnu: Add ecj-javac-on-jamvm-wrapper-final.

* gnu/packages/java.scm (ecj-javac-on-jamvm-wrapper-final): New variable.

7 years agognu: Add jamvm.
Ricardo Wurmus [Mon, 15 May 2017 12:33:08 +0000 (14:33 +0200)]
gnu: Add jamvm.

* gnu/packages/java.scm (jamvm): New variable.

7 years agognu: Add classpath-devel.
Ricardo Wurmus [Mon, 15 May 2017 12:32:20 +0000 (14:32 +0200)]
gnu: Add classpath-devel.

* gnu/packages/java.scm (classpath-devel): New variable.

7 years agognu: Add ecj-javac-on-jamvm-wrapper.
Ricardo Wurmus [Sat, 13 May 2017 22:31:02 +0000 (00:31 +0200)]
gnu: Add ecj-javac-on-jamvm-wrapper.

* gnu/packages/java.scm (ecj-javac-on-jamvm-wrapper): New variable.

7 years agognu: Add classpath-jamvm-wrappers.
Ricardo Wurmus [Sat, 13 May 2017 22:30:18 +0000 (00:30 +0200)]
gnu: Add classpath-jamvm-wrappers.

* gnu/packages/java.scm (classpath-jamvm-wrappers): New variable.

7 years agognu: Add jamvm-bootstrap.
Ricardo Wurmus [Thu, 11 May 2017 08:15:44 +0000 (10:15 +0200)]
gnu: Add jamvm-bootstrap.

* gnu/packages/java.scm (jamvm-bootstrap): New variable.

7 years agognu: Add classpath.
Ricardo Wurmus [Sat, 13 May 2017 05:33:15 +0000 (07:33 +0200)]
gnu: Add classpath.

* gnu/packages/java.scm (classpath): New variable.

7 years agognu: Add ecj-javac-wrapper.
Ricardo Wurmus [Sat, 13 May 2017 05:32:19 +0000 (07:32 +0200)]
gnu: Add ecj-javac-wrapper.

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

7 years agognu: Add ecj-bootstrap.
Ricardo Wurmus [Sat, 13 May 2017 05:31:30 +0000 (07:31 +0200)]
gnu: Add ecj-bootstrap.

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

7 years agognu: Add ant-bootstrap.
Ricardo Wurmus [Sat, 13 May 2017 05:30:25 +0000 (07:30 +0200)]
gnu: Add ant-bootstrap.

* gnu/packages/java.scm (ant-bootstrap): New variable.

7 years agognu: Add sablevm.
Ricardo Wurmus [Sat, 13 May 2017 05:27:23 +0000 (07:27 +0200)]
gnu: Add sablevm.

* gnu/packages/java.scm (sablevm): New variable.

7 years agognu: Add sablevm-classpath.
Ricardo Wurmus [Mon, 8 May 2017 14:53:37 +0000 (16:53 +0200)]
gnu: Add sablevm-classpath.

* gnu/packages/java.scm (sablevm-classpath): New variable.

7 years agognu: Add jikes.
Ricardo Wurmus [Mon, 8 May 2017 13:34:15 +0000 (15:34 +0200)]
gnu: Add jikes.

* gnu/packages/java.scm (jikes): New variable.

7 years agognu: Add r-edaseq.
Ricardo Wurmus [Wed, 17 May 2017 14:38:17 +0000 (16:38 +0200)]
gnu: Add r-edaseq.

* gnu/packages/bioinformatics.scm (r-edaseq): New variable.

7 years agognu: Add r-deseq.
Ricardo Wurmus [Wed, 17 May 2017 14:36:57 +0000 (16:36 +0200)]
gnu: Add r-deseq.

* gnu/packages/bioinformatics.scm (r-deseq): New variable.

7 years agognu: Add r-aroma-light.
Ricardo Wurmus [Wed, 17 May 2017 14:36:35 +0000 (16:36 +0200)]
gnu: Add r-aroma-light.

* gnu/packages/bioinformatics.scm (r-aroma-light): New variable.

7 years agoMerge branch 'version-0.13.0'
Marius Bakke [Mon, 22 May 2017 16:25:01 +0000 (18:25 +0200)]
Merge branch 'version-0.13.0'

7 years agoUpdate NEWS.
Ludovic Courtès [Mon, 22 May 2017 15:25:08 +0000 (17:25 +0200)]
Update NEWS.

7 years agognu: vte-ng: Update to 0.48.3.a.
Marius Bakke [Mon, 22 May 2017 13:28:59 +0000 (15:28 +0200)]
gnu: vte-ng: Update to 0.48.3.a.

* gnu/packages/gnome.scm (vte-ng): Update to 0.48.3.a.

7 years agognu: gexiv2: Update to 0.10.6.
Marius Bakke [Mon, 22 May 2017 13:11:19 +0000 (13:11 +0000)]
gnu: gexiv2: Update to 0.10.6.

* gnu/packages/gnome.scm (gexiv2): Update to 0.10.6.

7 years agognu: dconf-editor: Update to 3.22.3.
Marius Bakke [Mon, 22 May 2017 13:10:11 +0000 (13:10 +0000)]
gnu: dconf-editor: Update to 3.22.3.

* gnu/packages/gnome.scm (dconf-editor): Update to 3.22.3.

7 years agognu: aisleriot: Update to 3.22.2.
Marius Bakke [Mon, 22 May 2017 13:08:40 +0000 (13:08 +0000)]
gnu: aisleriot: Update to 3.22.2.

* gnu/packages/gnome.scm (aisleriot): Update to 3.22.2.

7 years agognu: vte: Update to 0.48.3.
Marius Bakke [Mon, 22 May 2017 13:06:16 +0000 (13:06 +0000)]
gnu: vte: Update to 0.48.3.

* gnu/packages/gnome.scm (vte): Update to 0.48.3.

7 years agognu: fraggenescan: Update to 1.30.
Ben Woodcroft [Sun, 21 May 2017 21:33:05 +0000 (22:33 +0100)]
gnu: fraggenescan: Update to 1.30.

* gnu/packages/bioinformatics.scm (fraggenescan): Update to 1.30.
[arguments]: Update patching of paths, install procedure.  Add new test
case.

7 years agognu: roary: Update to 3.8.2.
Ben Woodcroft [Sun, 21 May 2017 21:25:54 +0000 (22:25 +0100)]
gnu: roary: Update to 3.8.2.

* gnu/packages/bioinformatics.scm (roary): Update to 3.8.2.

7 years agognu: taxtastic: Update to 0.6.4.
Ben Woodcroft [Sun, 21 May 2017 21:06:51 +0000 (22:06 +0100)]
gnu: taxtastic: Update to 0.6.4.

* gnu/packages/bioinformatics.scm (taxtastic): Update to 0.6.4.
[source]: Use PyPI URI.

7 years agognu: r-mutationalpatterns: Update to 1.2.1.
Roel Janssen [Mon, 22 May 2017 07:43:18 +0000 (09:43 +0200)]
gnu: r-mutationalpatterns: Update to 1.2.1.

* gnu/packages/bioinformatics.scm (r-mutationalpatterns): Update to 1.2.1.

7 years agobootloader: extlinux: Add a warning message on top of generated conf file.
Mathieu Othacehe [Sun, 21 May 2017 16:56:03 +0000 (18:56 +0200)]
bootloader: extlinux: Add a warning message on top of generated conf file.

* gnu/bootloader/extlinux.scm (extlinux-configuration-file): Warn users about
  the fact that the configuration file is automatically generated.

7 years agognu: v4l-utils: Update to 1.12.5.
Marius Bakke [Sun, 21 May 2017 15:04:59 +0000 (17:04 +0200)]
gnu: v4l-utils: Update to 1.12.5.

* gnu/packages/video.scm (v4l-utils): Update to 1.12.5.

7 years agognu: x265: Update to 2.4.
Marius Bakke [Sun, 21 May 2017 15:04:41 +0000 (17:04 +0200)]
gnu: x265: Update to 2.4.

* gnu/packages/video.scm (x265): Update to 2.4.

7 years agognu: vlc: Update to 2.2.5.1.
Marius Bakke [Sun, 21 May 2017 14:51:45 +0000 (16:51 +0200)]
gnu: vlc: Update to 2.2.5.1.

* gnu/packages/video.scm (vlc): Update to 2.2.5.1.
[source]: Remove obsolete snippet.

7 years agognu: libaacs: Update to 0.9.0.
Marius Bakke [Sun, 21 May 2017 14:48:55 +0000 (16:48 +0200)]
gnu: libaacs: Update to 0.9.0.

* gnu/packages/video.scm (libaacs): Update to 0.9.0.

7 years agognu: diamond: Update to 0.9.0.
Ben Woodcroft [Sun, 21 May 2017 15:07:04 +0000 (16:07 +0100)]
gnu: diamond: Update to 0.9.0.

* gnu/packages/bioinformatics.scm (diamond): Update to 0.9.0.
[license]: Change to AGPL3+.

7 years agognu: guix: Update to a6d728b.
Ludovic Courtès [Sun, 21 May 2017 14:59:04 +0000 (16:59 +0200)]
gnu: guix: Update to a6d728b.

7 years agognu: guix: Update to 0.13.0.
Ludovic Courtès [Sun, 21 May 2017 14:58:53 +0000 (16:58 +0200)]
gnu: guix: Update to 0.13.0.

7 years agognu: fasttree: Update to 2.1.10.
Ben Woodcroft [Sun, 21 May 2017 14:38:34 +0000 (15:38 +0100)]
gnu: fasttree: Update to 2.1.10.

* gnu/packages/bioinformatics.scm (fasttree): Update to 2.1.10.

7 years agognu: python-biom-format: Update to 2.1.6.
Ben Woodcroft [Sat, 20 May 2017 06:56:23 +0000 (08:56 +0200)]
gnu: python-biom-format: Update to 2.1.6.

* gnu/packages/bioinformatics.scm (python-biom-format): Update to 2.1.6.
[propagated-inputs]: Add python-pandas.

7 years agognu: python-future: Update to 0.16.0.
Ben Woodcroft [Sun, 21 May 2017 07:55:07 +0000 (08:55 +0100)]
gnu: python-future: Update to 0.16.0.

* gnu/packages/python.scm (python-future): Update to 0.16.0.

7 years agognu: ccid: Update to 1.4.27.
Marius Bakke [Sun, 21 May 2017 14:37:54 +0000 (16:37 +0200)]
gnu: ccid: Update to 1.4.27.

* gnu/packages/security-token.scm (ccid): Update to 1.4.27.

7 years agognu: fio: Update to 2.20.
Marius Bakke [Sun, 21 May 2017 14:28:25 +0000 (16:28 +0200)]
gnu: fio: Update to 2.20.

* gnu/packages/benchmark.scm (fio): Update to 2.20.
[arguments]<#:phases>: Drop removed script from 'move-outputs' phase.

7 years agognu: nano: Update to 2.8.4.
Marius Bakke [Sun, 21 May 2017 14:17:01 +0000 (16:17 +0200)]
gnu: nano: Update to 2.8.4.

* gnu/packages/nano.scm (nano): Update to 2.8.4.

7 years agognu: vim: Update to 8.0.0600.
Marius Bakke [Sun, 21 May 2017 12:20:45 +0000 (14:20 +0200)]
gnu: vim: Update to 8.0.0600.

* gnu/packages/vim.scm (vim, vim-full): Update to 8.0.0600.

7 years agognu: vim-full: Disable failing test.
Marius Bakke [Sun, 21 May 2017 12:34:38 +0000 (14:34 +0200)]
gnu: vim-full: Disable failing test.

* gnu/packages/vim.scm (vim-full)[arguments]<#:phases>: Add substitution.

7 years agodoc: Replace fingerprint of OpenPGP signing key.
Ludovic Courtès [Sun, 21 May 2017 11:46:35 +0000 (13:46 +0200)]
doc: Replace fingerprint of OpenPGP signing key.

* doc/guix.texi (OPENPGP-SIGNING-KEY-ID): Change to Ludo's key.

7 years agoUpdate NEWS.
Ludovic Courtès [Sun, 21 May 2017 09:58:35 +0000 (11:58 +0200)]
Update NEWS.

7 years agotests: ssh: Use 'guile2.0-ssh'.
Ludovic Courtès [Sun, 21 May 2017 09:56:29 +0000 (11:56 +0200)]
tests: ssh: Use 'guile2.0-ssh'.

Fixes a regression introduced in 4d8806c3d662c74e6d48d0f0d6ce423fce9a3a08.

* gnu/tests/ssh.scm (run-ssh-test): Use GUILE2.0-SSH instead of GUILE-SSH.

7 years agoguix system: Don't warn about old distros for "guix system init".
Ludovic Courtès [Sun, 21 May 2017 09:49:07 +0000 (11:49 +0200)]
guix system: Don't warn about old distros for "guix system init".

* guix/scripts/system.scm (process-action): Don't call
'warn-about-old-distro' when ACTION is 'init' or 'build'.

7 years agognu: linux-libre: Update to 4.11.2.
Mark H Weaver [Sun, 21 May 2017 06:03:32 +0000 (02:03 -0400)]
gnu: linux-libre: Update to 4.11.2.

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

7 years agognu: linux-libre: Remove CONFIG_SMC from x86 kernel configurations.
Mark H Weaver [Sun, 21 May 2017 05:47:09 +0000 (01:47 -0400)]
gnu: linux-libre: Remove CONFIG_SMC from x86 kernel configurations.

This removes support for the "shared memory communications over RDMA" (SMC-R)
networking protocol, which was added in 4.11 without the knowledge of the RDMA
maintainers, and which is thought to contain significant security flaws.  For
details, see <https://lwn.net/Articles/723081> and
<https://lwn.net/Articles/723070>.

* gnu/packages/aux-files/linux-libre/4.11-x86_64.conf,
gnu/packages/aux-files/linux-libre/4.11-i686.conf: Disable CONFIG_SMC.

723# 0001-gnu-libevent-2.0-Add-fix-from-upstream.patch

7 years agognu: linux-libre@4.9: Update to 4.9.29.
Mark H Weaver [Sun, 21 May 2017 05:45:21 +0000 (01:45 -0400)]
gnu: linux-libre@4.9: Update to 4.9.29.

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

7 years agognu: linux-libre@4.4: Update to 4.4.69.
Mark H Weaver [Sun, 21 May 2017 05:44:25 +0000 (01:44 -0400)]
gnu: linux-libre@4.4: Update to 4.4.69.

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

7 years agoguix system: Increase image size for 'guix system vm'.
Ludovic Courtès [Sat, 20 May 2017 23:25:16 +0000 (01:25 +0200)]
guix system: Increase image size for 'guix system vm'.

This is a followup to 9a1bfe764859365b6726f168da95b88a2d22403b.

* guix/scripts/system.scm (system-derivation-for-action): Add 40MiB to
the default size for 'vm'.

7 years agognu: unionfs-fuse-static: Remove 'unionfsctl' executable.
Ludovic Courtès [Sat, 20 May 2017 23:07:17 +0000 (01:07 +0200)]
gnu: unionfs-fuse-static: Remove 'unionfsctl' executable.

This avoids pulling in glibc & co.  Fixes a regression introduced in
2f861edf5cf5118ad560737343312c9a5efe5b2f (the 'unionfsctl' executable
did not exist in unionfs-fuse 0.26).

* gnu/packages/linux.scm (unionfs-fuse/static)[arguments]
<post-install>: Remove 'unionfsctl' binary.

7 years agovm: Increase default disk size to account for ESP partition.
Marius Bakke [Sat, 20 May 2017 19:28:20 +0000 (21:28 +0200)]
vm: Increase default disk size to account for ESP partition.

Fixes a test regression introduced by ecf5d5376979fadd971559367bf553df89fcc62b.

* gnu/system/vm.scm (system-qemu-image/shared-store-script): 30MiB -> 70MiB.

7 years agognu: unionfs-fuse-static: Remove 'unionfsctl' executable.
Ludovic Courtès [Sat, 20 May 2017 23:07:17 +0000 (01:07 +0200)]
gnu: unionfs-fuse-static: Remove 'unionfsctl' executable.

This avoids pulling in glibc & co.  Fixes a regression introduced in
2f861edf5cf5118ad560737343312c9a5efe5b2f (the 'unionfsctl' executable
did not exist in unionfs-fuse 0.26).

* gnu/packages/linux.scm (unionfs-fuse/static)[arguments]
<post-install>: Remove 'unionfsctl' binary.

7 years agovm: Increase default disk size to account for ESP partition.
Marius Bakke [Sat, 20 May 2017 19:28:20 +0000 (21:28 +0200)]
vm: Increase default disk size to account for ESP partition.

Fixes a test regression introduced by ecf5d5376979fadd971559367bf553df89fcc62b.

* gnu/system/vm.scm (system-qemu-image/shared-store-script): 30MiB -> 70MiB.

7 years agoUpdate NEWS.
Ricardo Wurmus [Sat, 20 May 2017 21:39:30 +0000 (23:39 +0200)]
Update NEWS.

7 years agognu: ghostscript: Add TODO comment about bundled jbig2dec.
Leo Famulari [Sat, 20 May 2017 20:24:42 +0000 (16:24 -0400)]
gnu: ghostscript: Add TODO comment about bundled jbig2dec.

* gnu/packages/ghostscript.scm (ghostscript): Add comment.

7 years agognu: jbig2dec: Fix CVE-2017-{7885,7975,7976}.
Leo Famulari [Sat, 20 May 2017 19:48:11 +0000 (15:48 -0400)]
gnu: jbig2dec: Fix CVE-2017-{7885,7975,7976}.

* gnu/packages/patches/jbig2dec-CVE-2017-7885.patch,
gnu/packages/patches/jbig2dec-CVE-2017-7975.patch,
gnu/packages/patches/jbig2dec-CVE-2017-7976.patch: New files.
* gnu/local.mk (dist_patch_DATA): Add them.
* gnu/packages/image.scm (jbig2dec)[source]: Use them.

7 years agognu: pcsc-lite: Update to 1.8.21.
Marius Bakke [Sat, 20 May 2017 18:44:07 +0000 (20:44 +0200)]
gnu: pcsc-lite: Update to 1.8.21.

* gnu/packages/security-token.scm (pcsc-lite): Update to 1.8.21.

7 years agognu: icedtea@3: Add aarch32-drop.
Leo Famulari [Sat, 20 May 2017 00:13:37 +0000 (20:13 -0400)]
gnu: icedtea@3: Add aarch32-drop.

* gnu/packages/java.scm (icedtea-8)[native-inputs]: Add aarch32-drop.

7 years agognu: icedtea@3: Update to 3.4.0 [security fixes].
Leo Famulari [Fri, 19 May 2017 23:39:58 +0000 (19:39 -0400)]
gnu: icedtea@3: Update to 3.4.0 [security fixes].

Fixes CVE-2017-{3509,3511,3512,3514,3526,3533,3539,3544}.

* gnu/packages/java.scm (icedtea-8): Update to 3.4.0.

7 years agognu: imagemagick: Update to 6.9.8-6.
Leo Famulari [Sat, 20 May 2017 17:47:11 +0000 (13:47 -0400)]
gnu: imagemagick: Update to 6.9.8-6.

* gnu/packages/imagemagick.scm (imagemagick): Update to 6.9.8-6.

7 years agodownload: Prune the ImageMagick mirror list.
Leo Famulari [Sat, 20 May 2017 17:49:15 +0000 (13:49 -0400)]
download: Prune the ImageMagick mirror list.

These sites' TLS certificates are invalid.

* guix/download.scm (%mirrors) <imagemagick>: Remove
mirrors-{au,ru,uk}.go-parts.com.

7 years agognu: guix: Add 'guile2.0-guix'.
Ludovic Courtès [Sat, 20 May 2017 18:00:53 +0000 (20:00 +0200)]
gnu: guix: Add 'guile2.0-guix'.

* gnu/packages/package-management.scm (guile2.0-guix): New variable.

7 years agognu: libssh, guile-ssh: Add a "debug" output.
Ludovic Courtès [Sat, 20 May 2017 17:49:36 +0000 (19:49 +0200)]
gnu: libssh, guile-ssh: Add a "debug" output.

* gnu/packages/ssh.scm (libssh)[outputs]: New field.
(guile-ssh)[outputs]: New field.

7 years agopack: Use 'guile2.0-json' when building with Guile 2.0.
Ludovic Courtès [Sat, 20 May 2017 12:28:24 +0000 (14:28 +0200)]
pack: Use 'guile2.0-json' when building with Guile 2.0.

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

Fixes a regression introduced in commit
2252f087d4bd450ab41a71379320467887edfc0f.

* guix/scripts/pack.scm (docker-image)[json]: New variable.
[build]: Use it.

7 years agognu: icedtea@2: Update to 2.6.10 [security fixes].
Leo Famulari [Fri, 19 May 2017 22:31:48 +0000 (18:31 -0400)]
gnu: icedtea@2: Update to 2.6.10 [security fixes].

Fixes CVE-2017-{3509,3511,3512,3514,3526,3533,3539,3544}.

* gnu/packages/java.scm (icedtea-7): Update to 2.6.10.

7 years agognu: dropbear: Update to 2017.75 [fixes CVE-2017-{9078,9079}].
Leo Famulari [Sat, 20 May 2017 00:26:58 +0000 (20:26 -0400)]
gnu: dropbear: Update to 2017.75 [fixes CVE-2017-{9078,9079}].

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

7 years agosystem: Use Guile 2.2 rather than 2.0 in %BASE-PACKAGES.
Ludovic Courtès [Fri, 19 May 2017 21:36:56 +0000 (23:36 +0200)]
system: Use Guile 2.2 rather than 2.0 in %BASE-PACKAGES.

* gnu/system.scm (%base-packages): Change GUILE-2.0 to GUILE-2.2.

7 years agopack: Use 'guile2.0-json' when building with Guile 2.0.
Ludovic Courtès [Sat, 20 May 2017 12:28:24 +0000 (14:28 +0200)]
pack: Use 'guile2.0-json' when building with Guile 2.0.

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

Fixes a regression introduced in commit
2252f087d4bd450ab41a71379320467887edfc0f.

* guix/scripts/pack.scm (docker-image)[json]: New variable.
[build]: Use it.

7 years agovm: Add UEFI loader to disk images.
Marius Bakke [Sun, 7 May 2017 13:31:30 +0000 (15:31 +0200)]
vm: Add UEFI loader to disk images.

* gnu/build/vm.scm (install-efi): New procedure.
(initialize-hard-disk): Generate EFI blob when ESP is present.
* gnu/system/vm.scm (qemu-image): Append 40MiB EFI System Partition.

(cherry picked from commit ecf5d5376979fadd971559367bf553df89fcc62b)

7 years agovm: Support creating FAT partitions.
Marius Bakke [Sat, 6 May 2017 20:53:58 +0000 (22:53 +0200)]
vm: Support creating FAT partitions.

* gnu/build/vm.scm (create-ext-file-system, create-fat-file-system): New procedures.
(format-partition): Use them. Error for unknown file systems.
* gnu/system/vm.scm (qemu-image): Include DOSFSTOOLS.
* gnu/system/linux-initrd.scm (base-initrd): Always add nls_is8859-1.ko.

7 years agovm: Support arbitrary partition flags.
Marius Bakke [Tue, 11 Apr 2017 08:47:38 +0000 (10:47 +0200)]
vm: Support arbitrary partition flags.

* gnu/build/vm.scm (<partition>): Change BOOTABLE? to FLAGS.
(initialize-partition-table): Pass each flag to parted.
(initialize-hard-disk): Locate boot partition.
* gnu/system/vm.scm (qemu-image): Adjust partition flags.

7 years agognu: guile-ssh: Fix potential double-free/use-after-free issue.
Ludovic Courtès [Fri, 19 May 2017 08:50:20 +0000 (10:50 +0200)]
gnu: guile-ssh: Fix potential double-free/use-after-free issue.

Fixes <http://bugs.gnu.org/26976>.
Reported by Mark H Weaver <mhw@netris.org>.

* gnu/packages/patches/guile-ssh-double-free.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/ssh.scm (guile-ssh)[source](patches): Add it.

7 years agomodules: Add more source-less modules.
Ludovic Courtès [Fri, 19 May 2017 08:45:12 +0000 (10:45 +0200)]
modules: Add more source-less modules.

* guix/modules.scm (%source-less-modules): New variable.
(source-module-dependencies): Use it.

7 years agopublish: Fix narinfo rendering for already-compressed items.
Ludovic Courtès [Thu, 18 May 2017 19:19:49 +0000 (21:19 +0200)]
publish: Fix narinfo rendering for already-compressed items.

Fixes <http://bugs.gnu.org/26975>.
Reported by Mark H Weaver <mhw@netris.org>.

* guix/scripts/publish.scm (bake-narinfo+nar): Pass #f as the 2nd
argument to 'stat' and properly handle #f.
* tests/publish.scm (wait-for-file): New procedure.
("with cache"): Remove 'wait-for-file' procedure.
("with cache, uncompressed"): New test.