jackhill/guix/guix.git
7 years agognu: gd: Fix CVE-2016-8670.
Leo Famulari [Sat, 15 Oct 2016 19:31:01 +0000 (15:31 -0400)]
gnu: gd: Fix CVE-2016-8670.

* gnu/packages/patches/gd-CVE-2016-8670.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/gd.scm (gd)[source]: Use it.

7 years agognu: services sddm Fix typo.
John Darrington [Sat, 15 Oct 2016 14:32:34 +0000 (16:32 +0200)]
gnu: services sddm  Fix typo.

* gnu/services/sddm.scm: sddm-confiugration? --> sddm-configuration?

7 years agognu: guitarix: Update to 0.35.2.
Ricardo Wurmus [Sat, 15 Oct 2016 07:20:59 +0000 (09:20 +0200)]
gnu: guitarix: Update to 0.35.2.

* gnu/packages/audio.scm (guitarix): Update to 0.35.2.

7 years agognu: gx-switchless-wah-lv2: Fix SSE detection.
Ricardo Wurmus [Fri, 14 Oct 2016 21:38:41 +0000 (23:38 +0200)]
gnu: gx-switchless-wah-lv2: Fix SSE detection.

* gnu/packages/music.scm (gx-switchless-wah-lv2)[arguments]: Add phase
"escape-shell-commands".

7 years agognu: gx-slow-gear-lv2: Fix SSE detection.
Ricardo Wurmus [Fri, 14 Oct 2016 21:38:18 +0000 (23:38 +0200)]
gnu: gx-slow-gear-lv2: Fix SSE detection.

* gnu/packages/music.scm (gx-slow-gear-lv2)[arguments]: Add phase
"escape-shell-commands".

7 years agognu: gx-vintage-fuzz-master-lv2: Fix SSE detection.
Ricardo Wurmus [Fri, 14 Oct 2016 21:37:55 +0000 (23:37 +0200)]
gnu: gx-vintage-fuzz-master-lv2: Fix SSE detection.

* gnu/packages/music.scm (gx-vintage-fuzz-master-lv2)[arguments]: Add
phase "escape-shell-commands".

7 years agognu: gx-super-fuzz-lv2: Fix SSE detection.
Ricardo Wurmus [Fri, 14 Oct 2016 21:37:36 +0000 (23:37 +0200)]
gnu: gx-super-fuzz-lv2: Fix SSE detection.

* gnu/packages/music.scm (gx-super-fuzz-lv2)[arguments]: Add phase
"escape-shell-commands".

7 years agognu: gx-voodoo-fuzz-lv2: Fix SSE detection.
Ricardo Wurmus [Fri, 14 Oct 2016 21:37:15 +0000 (23:37 +0200)]
gnu: gx-voodoo-fuzz-lv2: Fix SSE detection.

* gnu/packages/music.scm (gx-voodoo-fuzz-lv2)[arguments]: Add phase
"escape-shell-commands".

7 years agognu: gx-hyperion-lv2: Fix SSE detection.
Ricardo Wurmus [Fri, 14 Oct 2016 21:36:52 +0000 (23:36 +0200)]
gnu: gx-hyperion-lv2: Fix SSE detection.

* gnu/packages/music.scm (gx-hyperion-lv2)[arguments]: Add phase
"escape-shell-commands".

7 years agognu: gx-saturator-lv2: Fix SSE detection.
Ricardo Wurmus [Fri, 14 Oct 2016 21:35:52 +0000 (23:35 +0200)]
gnu: gx-saturator-lv2: Fix SSE detection.

* gnu/packages/music.scm (gx-saturator-lv2)[arguments]: Add phase
"escape-shell-commands".

7 years agografts: 'graft-derivation' does now introduce grafts that shadow other grafts.
Ludovic Courtès [Fri, 14 Oct 2016 16:56:48 +0000 (18:56 +0200)]
grafts: 'graft-derivation' does now introduce grafts that shadow other grafts.

Partly fixes <http://bugs.gnu.org/24418>.

* guix/grafts.scm (cumulative-grafts)[graft-origin?]: New procedure.
[dependency-grafts]: Use it in new 'if' around recursive call.
* tests/grafts.scm ("graft-derivation, grafts are not shadowed"): New test.

7 years agopackages: 'package-grafts' applies grafts on replacement.
Ludovic Courtès [Fri, 14 Oct 2016 08:36:37 +0000 (10:36 +0200)]
packages: 'package-grafts' applies grafts on replacement.

Partly fixes <http://bugs.gnu.org/24418>.

* guix/packages.scm (input-graft): Compute 'new' with #:graft? #t.
(input-cross-graft): Likewise.
* tests/packages.scm ("package-grafts, indirect grafts, cross"): Comment
out.
("replacement also grafted"): New test.

7 years agognu: libraw: Update to 0.17.2 [fixes CVE-2015-{8366,8367}].
Alex Vong [Fri, 14 Oct 2016 13:45:47 +0000 (21:45 +0800)]
gnu: libraw: Update to 0.17.2 [fixes CVE-2015-{8366,8367}].

* gnu/packages/photo.scm (libraw): Update to 0.17.2.

Signed-off-by: Leo Famulari <leo@famulari.name>
7 years agognu: freeimage: Use 'modify-phases' syntax.
Efraim Flashner [Fri, 14 Oct 2016 08:31:26 +0000 (11:31 +0300)]
gnu: freeimage: Use 'modify-phases' syntax.

* gnu/packages/image.scm (freeimage)[arguments]: Use 'modify-phases'
syntax.

7 years agognu: freeimage: Fix CVE-2016-5684.
Efraim Flashner [Fri, 14 Oct 2016 08:28:21 +0000 (11:28 +0300)]
gnu: freeimage: Fix CVE-2016-5684.

* gnu/packages/image.scm (freeimage)[source]: Add patch.
* gnu/packages/patches/freeimage-CVE-2016-5684.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it.

7 years agognu: mail: Add notifymuch.
Hartmut Goebel [Fri, 14 Oct 2016 09:27:14 +0000 (11:27 +0200)]
gnu: mail: Add notifymuch.

* gnu/packages/mail.scm (notifymuch): New variable.

7 years agognu: dbus: Replace with 1.10.12 [security fix].
Leo Famulari [Fri, 14 Oct 2016 02:33:54 +0000 (22:33 -0400)]
gnu: dbus: Replace with 1.10.12 [security fix].

Fixes <https://bugs.freedesktop.org/show_bug.cgi?id=98157>
"format string vulnerability processing ActivationFailure messages"

* gnu/packages/glib.scm (dbus)[replacement]: New field.
(dbus-1.10.12): New variable.

7 years agognu: Add jack-keyboard.
Ricardo Wurmus [Thu, 13 Oct 2016 05:58:07 +0000 (07:58 +0200)]
gnu: Add jack-keyboard.

* gnu/packages/music.scm (jack-keyboard): New variable.

7 years agognu: Add gx-switchless-wah-lv2.
Ricardo Wurmus [Wed, 12 Oct 2016 18:08:24 +0000 (20:08 +0200)]
gnu: Add gx-switchless-wah-lv2.

* gnu/packages/music.scm (gx-switchless-wah-lv2): New variable.

7 years agognu: Add gx-slow-gear-lv2.
Ricardo Wurmus [Wed, 12 Oct 2016 18:08:05 +0000 (20:08 +0200)]
gnu: Add gx-slow-gear-lv2.

* gnu/packages/music.scm (gx-slow-gear-lv2): New variable.

7 years agognu: Add gx-vintage-fuzz-master-lv2.
Ricardo Wurmus [Wed, 12 Oct 2016 18:07:48 +0000 (20:07 +0200)]
gnu: Add gx-vintage-fuzz-master-lv2.

* gnu/packages/music.scm (gx-vintage-fuzz-master-lv2): New variable.

7 years agognu: Add gx-super-fuzz-lv2.
Ricardo Wurmus [Wed, 12 Oct 2016 18:07:31 +0000 (20:07 +0200)]
gnu: Add gx-super-fuzz-lv2.

* gnu/packages/music.scm (gx-super-fuzz-lv2): New variable.

7 years agognu: Add gx-voodoo-fuzz-lv2.
Ricardo Wurmus [Wed, 12 Oct 2016 18:07:14 +0000 (20:07 +0200)]
gnu: Add gx-voodoo-fuzz-lv2.

* gnu/packages/music.scm (gx-voodoo-fuzz-lv2): New variable.

7 years agognu: Add gx-hyperion-lv2.
Ricardo Wurmus [Wed, 12 Oct 2016 18:06:57 +0000 (20:06 +0200)]
gnu: Add gx-hyperion-lv2.

* gnu/packages/music.scm (gx-hyperion-lv2): New variable.

7 years agognu: Add gx-saturator-lv2.
Ricardo Wurmus [Wed, 12 Oct 2016 18:06:40 +0000 (20:06 +0200)]
gnu: Add gx-saturator-lv2.

* gnu/packages/music.scm (gx-saturator-lv2): New variable.

7 years agognu: Add gx-suppa-tone-bender-lv2.
Ricardo Wurmus [Wed, 12 Oct 2016 18:06:23 +0000 (20:06 +0200)]
gnu: Add gx-suppa-tone-bender-lv2.

* gnu/packages/music.scm (gx-suppa-tone-bender-lv2): New variable.

7 years agognu: Add gx-push-pull-lv2.
Ricardo Wurmus [Wed, 12 Oct 2016 18:05:58 +0000 (20:05 +0200)]
gnu: Add gx-push-pull-lv2.

* gnu/packages/music.scm (gx-push-pull-lv2): New variable.

7 years agognu: Add gx-tone-mender-lv2.
Ricardo Wurmus [Wed, 12 Oct 2016 18:05:34 +0000 (20:05 +0200)]
gnu: Add gx-tone-mender-lv2.

* gnu/packages/music.scm (gx-tone-mender-lv2): New variable.

7 years agognu: Add gx-overdriver-lv2.
Ricardo Wurmus [Wed, 12 Oct 2016 18:05:17 +0000 (20:05 +0200)]
gnu: Add gx-overdriver-lv2.

* gnu/packages/music.scm (gx-overdriver-lv2): New variable.

7 years agognu: Add gx-vbass-preamp-lv2.
Ricardo Wurmus [Wed, 12 Oct 2016 18:05:00 +0000 (20:05 +0200)]
gnu: Add gx-vbass-preamp-lv2.

* gnu/packages/music.scm (gx-vbass-preamp-lv2): New variable.

7 years agognu: Add gx-guvnor-lv2.
Ricardo Wurmus [Wed, 12 Oct 2016 18:04:23 +0000 (20:04 +0200)]
gnu: Add gx-guvnor-lv2.

* gnu/packages/music.scm (gx-guvnor-lv2): New variable.

7 years agognu: Add emacs-nginx-mode.
Arun Isaac [Thu, 13 Oct 2016 05:49:57 +0000 (11:19 +0530)]
gnu: Add emacs-nginx-mode.

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

Signed-off-by: Alex Kost <alezost@gmail.com>
7 years agognu: Add emacs-evil.
ng0 [Wed, 12 Oct 2016 23:00:27 +0000 (23:00 +0000)]
gnu: Add emacs-evil.

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

Co-authored-by: Alex Kost <alezost@gmail.com>
7 years agognu: Add emacs-goto-chg.
ng0 [Wed, 12 Oct 2016 23:00:26 +0000 (23:00 +0000)]
gnu: Add emacs-goto-chg.

* gnu/packages/emacs.scm (emacs-goto-chg): New variable.

Co-authored-by: Alex Kost <alezost@gmail.com>
7 years agoRevert "guix: python-build-system: Fix an outdated comment."
Mark H Weaver [Thu, 13 Oct 2016 19:27:16 +0000 (15:27 -0400)]
Revert "guix: python-build-system: Fix an outdated comment."

This reverts commit 635a7af45d6e2105ad65d1a9531126cc232a2a50.

7 years agoguix: python-build-system: Fix an outdated comment.
Hartmut Goebel [Sun, 2 Oct 2016 16:48:56 +0000 (18:48 +0200)]
guix: python-build-system: Fix an outdated comment.

The python-build-system uses phases the build and install, but not
configure. So the old comment was plain wrong since Sept. 2013, when the build
phase has been added.

7 years agognu: python-pathlib: Update description.
Hartmut Goebel [Wed, 5 Oct 2016 14:37:42 +0000 (16:37 +0200)]
gnu: python-pathlib: Update description.

* gnu/packages/python.scm (python-pathlib, python2-pathlib): Update
  description.

7 years agognu: python-keyring: Update home-page url.
Hartmut Goebel [Wed, 5 Oct 2016 14:37:42 +0000 (16:37 +0200)]
gnu: python-keyring: Update home-page url.

* gnu/packages/python.scm (python-keyring, python2-keyring): Update home-page
  url.

7 years agognu: python-pylockfile: Update home-page url.
Hartmut Goebel [Wed, 5 Oct 2016 14:37:42 +0000 (16:37 +0200)]
gnu: python-pylockfile: Update home-page url.

* gnu/packages/python.scm (python-pylockfile, python2-pylockfile): Update
  home-page url.

7 years agognu: python-zope-testing: Strip byte-code and backup-files from source.
Hartmut Goebel [Fri, 7 Oct 2016 19:50:29 +0000 (21:50 +0200)]
gnu: python-zope-testing: Strip byte-code and backup-files from source.

* gnu/package/python.scm (python-zope-testing, python2-zope-testing)[source]:
  Add snippet to strip byte-code and backup-files.

7 years agognu: python-pytest-xdist: Remove python byte-code files from source.
Hartmut Goebel [Mon, 10 Oct 2016 09:59:04 +0000 (11:59 +0200)]
gnu: python-pytest-xdist: Remove python byte-code files from source.

* gnu/packages/python.scm (python-pytest-xdist,
  python2-pytest-xdist)[source]: Add snippet.

7 years agognu: python2-pytest-runner, python2-msgpack: Remove duplicate definitions.
Hartmut Goebel [Mon, 10 Oct 2016 09:45:05 +0000 (11:45 +0200)]
gnu: python2-pytest-runner, python2-msgpack: Remove duplicate definitions.

* gnu/packages/python.scm (python2-pytest-runner): Was defined twice, remove
  duplicate definition. (python2-msgpack): Was defined twice, but differently,
  remove the obviously wrong second definition.

7 years agogit: webkitgtk: Update to 2.14.1.
Mark H Weaver [Thu, 13 Oct 2016 10:36:05 +0000 (06:36 -0400)]
git: webkitgtk: Update to 2.14.1.

* gnu/packages/webkit.scm (webkitgtk): Update to 2.14.1.

7 years agognu: linux-libre@4.1: Update to 4.1.34.
Mark H Weaver [Thu, 13 Oct 2016 10:27:55 +0000 (06:27 -0400)]
gnu: linux-libre@4.1: Update to 4.1.34.

* gnu/packages/linux.scm (linux-libre-4.1): Update to 4.1.34.

7 years agognu: graphicsmagick: Update to 1.3.25-1-56c8cae [security fixes].
Mark H Weaver [Thu, 13 Oct 2016 08:57:40 +0000 (04:57 -0400)]
gnu: graphicsmagick: Update to 1.3.25-1-56c8cae [security fixes].

Fixes CVE-2016-7800, CVE-2016-7996, CVE-2016-7997, and several other flaws.

* gnu/packages/imagemagick.scm (graphicsmagick): Update to 1.3.25-1-56c8cae.
[source]: Change method from 'url-fetch' to 'hg-fetch'.  Add 'file-name'.

7 years agognu: imagemagick: Disable tests.
Mark H Weaver [Thu, 13 Oct 2016 09:28:25 +0000 (05:28 -0400)]
gnu: imagemagick: Disable tests.

* gnu/packages/imagemagick.scm (imagemagick)[arguments]: Disable tests.

7 years agognu: imagemagick: Update to 6.9.6-2 [Fixes CVE-2016-{7799,7906}].
Mark H Weaver [Thu, 13 Oct 2016 08:27:11 +0000 (04:27 -0400)]
gnu: imagemagick: Update to 6.9.6-2 [Fixes CVE-2016-{7799,7906}].

* gnu/packages/imagemagick.scm (imagemagick): Update to 6.9.6-2.

7 years agognu: ghostscript-with-x: Avoid inheriting replacement field.
Mark H Weaver [Thu, 13 Oct 2016 07:38:03 +0000 (03:38 -0400)]
gnu: ghostscript-with-x: Avoid inheriting replacement field.

This is a followup to commit 1de17a648fa631f0074d315bfff0716220ce4880.

* gnu/packages/ghostscript.scm (ghostscript/fixed)[replacement]:
Override inherited value.

7 years agognu: ghostscript: Fix CVE-2013-5653 and CVE-2016-{7976,7978,7979,8602}.
Mark H Weaver [Thu, 13 Oct 2016 07:20:46 +0000 (03:20 -0400)]
gnu: ghostscript: Fix CVE-2013-5653 and CVE-2016-{7976,7978,7979,8602}.

* gnu/packages/patches/ghostscript-CVE-2013-5653.patch,
gnu/packages/patches/ghostscript-CVE-2016-7976.patch,
gnu/packages/patches/ghostscript-CVE-2016-7978.patch,
gnu/packages/patches/ghostscript-CVE-2016-7979.patch,
gnu/packages/patches/ghostscript-CVE-2016-8602.patch: New files.
* gnu/local.mk (dist_patch_DATA): Add them.
* gnu/packages/ghostscript.scm (ghostscript)[replacement]: New field.
(ghostscript/fixed): New variable.
(ghostscript/x): Inherit 'ghostscript/fixed'.

7 years agodoc: Add guide on how to specify dependencies for Python packages.
Hartmut Goebel [Mon, 10 Oct 2016 16:15:23 +0000 (18:15 +0200)]
doc: Add guide on how to specify dependencies for Python packages.

* doc/guix.texi (Python Modules): New sub-subsection "Specifying
Dependencies".

Co-authored-by: Ludovic Courtès <ludo@gnu.org>
7 years agognu: Add hdf4
Thomas Danckaert [Wed, 28 Sep 2016 08:34:58 +0000 (10:34 +0200)]
gnu: Add hdf4

* gnu/packages/maths.scm (hdf4, hdf4-alt): New variables.
* gnu/packages/patches/hdf4-reproducibility.patch: New file.
* gnu/packages/patches/hdf4-shared-fortran.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add patches.

Co-Authored-By: Jeremy Robst <jpro@bas.ac.uk>
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
7 years agobuild: Make 'assert-no-store-file-names' effective.
Ludovic Courtès [Wed, 12 Oct 2016 13:26:01 +0000 (15:26 +0200)]
build: Make 'assert-no-store-file-names' effective.

Lack of '-E' made it useless.

* Makefile.am (assert-no-store-file-names): Pass '-E' to grep.  Add
'--exclude' and '--exclude-dir' flags.

7 years agobuild: Arrange so temporary .go files are deleted upon SIGINT.
Ludovic Courtès [Wed, 12 Oct 2016 12:55:32 +0000 (14:55 +0200)]
build: Arrange so temporary .go files are deleted upon SIGINT.

* build-aux/compile-all.scm: Install SIGINT handler.

7 years agognu: Add NFS related services.
John Darrington [Sat, 10 Sep 2016 19:07:07 +0000 (21:07 +0200)]
gnu: Add NFS related services.

* gnu/services/nfs.scm (pipefs-service-type): New variable,
(gss-service-type): New variable, (idmap-service-type) New variable.

* doc/guix.texi (Network File System): New node.

7 years agognu: mcelog: Update to 142.
Tobias Geerinckx-Rice [Wed, 12 Oct 2016 16:16:07 +0000 (18:16 +0200)]
gnu: mcelog: Update to 142.

* gnu/packages/linux.scm (mcelog): Update to 142.

7 years agognu: btrfs-progs: Update to 4.8.1.
Tobias Geerinckx-Rice [Wed, 12 Oct 2016 16:07:42 +0000 (18:07 +0200)]
gnu: btrfs-progs: Update to 4.8.1.

* gnu/packages/linux.scm (btrfs-progs): Update to 4.8.1.

7 years agognu: icecat: Update to 45.3.0-gnu1-beta. Add fixes from Firefox ESR 45.4.0.
Mark H Weaver [Tue, 11 Oct 2016 03:15:32 +0000 (23:15 -0400)]
gnu: icecat: Update to 45.3.0-gnu1-beta. Add fixes from Firefox ESR 45.4.0.

Includes fixes for CVE-2016-5250, CVE-2016-5257, CVE-2016-5261, CVE-2016-5270,
CVE-2016-5272, CVE-2016-5274, CVE-2016-5276, CVE-2016-5277, CVE-2016-5278,
CVE-2016-5280, CVE-2016-5281, and CVE-2016-5284.

* gnu/packages/gnuzilla.scm (mozilla-patch): New procedure.
(icecat): Update to 45.3.0-gnu1.
[source]: Add alternate source URI for the beta release.  Update patches.
[inputs]: Replace 'sqlite' input with a customized sqlite with
SQLITE_ENABLE_DBSTAT_VTAB support.
[native-inputs]: Add 'which'.
* gnu/packages/patches/icecat-avoid-bundled-includes.patch: Rename to...
* gnu/packages/patches/icecat-avoid-bundled-libraries.patch: ... and adapt
to version 45.
* gnu/packages/patches/icecat-CVE-2016-2818-pt1.patch,
gnu/packages/patches/icecat-CVE-2016-2818-pt2.patch,
gnu/packages/patches/icecat-CVE-2016-2818-pt3.patch,
gnu/packages/patches/icecat-CVE-2016-2818-pt4.patch,
gnu/packages/patches/icecat-CVE-2016-2818-pt5.patch,
gnu/packages/patches/icecat-CVE-2016-2818-pt6.patch,
gnu/packages/patches/icecat-CVE-2016-2818-pt7.patch,
gnu/packages/patches/icecat-CVE-2016-2818-pt8.patch,
gnu/packages/patches/icecat-CVE-2016-2818-pt9.patch,
gnu/packages/patches/icecat-CVE-2016-2819.patch,
gnu/packages/patches/icecat-CVE-2016-2821.patch,
gnu/packages/patches/icecat-CVE-2016-2824.patch,
gnu/packages/patches/icecat-CVE-2016-2828.patch,
gnu/packages/patches/icecat-CVE-2016-2831.patch: Delete files.
* gnu/local.mk (dist_patch_DATA): Update accordingly.

7 years agognu: redis: Update to 3.2.4.
David Thompson [Tue, 11 Oct 2016 14:54:28 +0000 (10:54 -0400)]
gnu: redis: Update to 3.2.4.

* gnu/packages/databases.scm (redis): Update to 3.2.4.
[arguments]: Add LDFLAGS to #:make-flags to work around missing linker
flag.

7 years agognu: newt: Update source and home-page URLs.
Leo Famulari [Tue, 11 Oct 2016 16:05:05 +0000 (12:05 -0400)]
gnu: newt: Update source and home-page URLs.

* gnu/packages/slang.scm (newt)[source]: Update URL.
[home-page]: Update URL.

7 years agognu: vsearch: Update to 2.3.0.
Ben Woodcroft [Tue, 11 Oct 2016 12:29:48 +0000 (22:29 +1000)]
gnu: vsearch: Update to 2.3.0.

* gnu/packages/bioinformatics.scm (vsearch): Update to 2.3.0.

7 years agognu: diamond: Update to 0.8.23.
Ben Woodcroft [Tue, 11 Oct 2016 09:51:49 +0000 (19:51 +1000)]
gnu: diamond: Update to 0.8.23.

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

7 years agoUpdate e-mail address for ng0.
ng0 [Mon, 10 Oct 2016 12:28:44 +0000 (12:28 +0000)]
Update e-mail address for ng0.

* .mailmap: Update entries for ng0.

7 years agognu: qemu: Patch CVE-2016-857{6,7,8}.
Efraim Flashner [Mon, 10 Oct 2016 19:29:43 +0000 (22:29 +0300)]
gnu: qemu: Patch CVE-2016-857{6,7,8}.

* gnu/packages/qemu.scm (qemu)[source]: Add patches.
* gnu/packages/patches/qemu-CVE-2016-8576.patch,
gnu/packages/patches/qemu-CVE-2016-8577.patch,
gnu/packages/patches/qemu-CVE-2016-8578.patch: New files.
* gnu/local.mk (dist_patch_DATA): Register them.

7 years agognu: Add infamous-plugins.
Ricardo Wurmus [Mon, 10 Oct 2016 07:01:22 +0000 (09:01 +0200)]
gnu: Add infamous-plugins.

* gnu/packages/audio.scm (infamous-plugins): New variable.

7 years agografts: Always make directories #o755.
Ludovic Courtès [Mon, 10 Oct 2016 19:36:58 +0000 (21:36 +0200)]
grafts: Always make directories #o755.

Fixes <http://bugs.gnu.org/22954>.
Reported by Albin <albin@fripost.org>
and Jeffrey Serio <serio.jeffrey@gmail.com>.

* guix/build/graft.scm (mkdir-p*): New procedure.
(rewrite-directory): Use it instead of 'mkdir-p'.

7 years agobournish: Add 'reboot' command.
Ludovic Courtès [Mon, 10 Oct 2016 07:57:36 +0000 (09:57 +0200)]
bournish: Add 'reboot' command.

Suggested by Ricardo Wurmus.

* guix/build/bournish.scm (reboot-command): New procedure.
(%commands): Add it.

7 years agosubstitute: Make download messages more concise.
Ludovic Courtès [Mon, 10 Oct 2016 07:55:25 +0000 (09:55 +0200)]
substitute: Make download messages more concise.

'guix substitute' now displays 2 lines per download instead of 4.
Suggested by Ricardo Wurmus.

* guix/scripts/substitute.scm (assert-valid-narinfo): Have #:verbose?
default to #f.  Remove leading newline in message.
(process-substitution): Display the URI rather than the store file name.
Display two newlines after the substitution.

7 years agognu: font-un: Update source uri.
ng0 [Mon, 10 Oct 2016 15:33:22 +0000 (15:33 +0000)]
gnu: font-un: Update source uri.

Fixes <http://bugs.gnu.org/22908>.

* gnu/packages/fonts.scm (font-un)[source]: Update source uri.

7 years agognu: man-pages: Update to 4.08.
Tobias Geerinckx-Rice [Mon, 10 Oct 2016 14:00:23 +0000 (16:00 +0200)]
gnu: man-pages: Update to 4.08.

* gnu/packages/man.scm (man-pages): Update to 4.08.

7 years agognu: cmocka: Update to 1.1.0.
Efraim Flashner [Mon, 10 Oct 2016 12:13:12 +0000 (15:13 +0300)]
gnu: cmocka: Update to 1.1.0.

* gnu/packages/check.scm (cmocka): Update to 1.1.0.

7 years agognu: cppcheck: Update to 1.76.
Efraim Flashner [Mon, 10 Oct 2016 10:50:23 +0000 (13:50 +0300)]
gnu: cppcheck: Update to 1.76.

* gnu/packages/check.scm (cppcheck): Update to 1.76.

7 years agognu: libuninameslist: Use 'modify-phases' syntax.
Efraim Flashner [Mon, 10 Oct 2016 09:58:14 +0000 (12:58 +0300)]
gnu: libuninameslist: Use 'modify-phases' syntax.

* gnu/packages/fontutils.scm (libuninameslist)[arguments]: Use
'modify-phases' syntax.

7 years agognu: libuninameslist: Update to 20160701.
Efraim Flashner [Mon, 10 Oct 2016 09:56:54 +0000 (12:56 +0300)]
gnu: libuninameslist: Update to 20160701.

* gnu/packages/fontutils.scm (libuninameslist): Update to 20160701.

7 years agognu: bash-completion: Update to 2.4.
Efraim Flashner [Mon, 10 Oct 2016 08:58:11 +0000 (11:58 +0300)]
gnu: bash-completion: Update to 2.4.

* gnu/packages/bash.scm (bash-completion): Update to 2.4.
[home-page]: Update to redirected home-page.

7 years agoimport: github: Add .love extension.
Efraim Flashner [Mon, 10 Oct 2016 08:52:03 +0000 (11:52 +0300)]
import: github: Add .love extension.

* guix/import/github.scm (find-extension): Add '.love' extension to the
list of extensions checked.

7 years agognu: obs: Update to 0.16.2.
Efraim Flashner [Mon, 10 Oct 2016 08:07:07 +0000 (11:07 +0300)]
gnu: obs: Update to 0.16.2.

* gnu/packages/video.scm (obs): Update to 0.16.2.

7 years agognu: laby: Update source uri.
Efraim Flashner [Mon, 10 Oct 2016 06:36:07 +0000 (09:36 +0300)]
gnu: laby: Update source uri.

* gnu/packages/games.scm (laby)[source]: Use the publicly visible
download uri.

7 years agognu: Add gxtuner.
Ricardo Wurmus [Sun, 9 Oct 2016 18:09:37 +0000 (20:09 +0200)]
gnu: Add gxtuner.

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

7 years agognu: gnome: Add pinentry-gnome3 to gnome
Christopher Baines [Sun, 9 Oct 2016 20:27:12 +0000 (21:27 +0100)]
gnu: gnome: Add pinentry-gnome3 to gnome

* gnu/packages/gnome.scm (gnome)[propagated-inputs]: Add
pinentry-gnome3.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
7 years agognu: Add pinentry-gnome3.
Christopher Baines [Sun, 9 Oct 2016 20:27:11 +0000 (21:27 +0100)]
gnu: Add pinentry-gnome3.

* gnu/packages/gnupg.scm (pinentry-gnome3): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
7 years agognu: pinentry: Remove 'gpg2' from description.
Christopher Baines [Sun, 9 Oct 2016 20:27:10 +0000 (21:27 +0100)]
gnu: pinentry: Remove 'gpg2' from description.

* gnu/package/gnupg.scm (pinentry-tty, pinentry-gtk2, pinentry-qt)
[description]: The default in Guix is gpg, so only use this.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
7 years agognu: sane-backends: Update to 1.0.25.
Al McElrath [Thu, 6 Oct 2016 19:01:31 +0000 (12:01 -0700)]
gnu: sane-backends: Update to 1.0.25.

* gnu/packages/scanner.scm (sane-backends): Update to 1.0.25.

Signed-off-by: Leo Famulari <leo@famulari.name>
7 years agognu: wpa-supplicant: Update to 2.6.
Marius Bakke [Wed, 5 Oct 2016 03:08:46 +0000 (04:08 +0100)]
gnu: wpa-supplicant: Update to 2.6.

* gnu/packages/admin.scm (wpa-supplicant-minimal)[source]: Update to
  2.6. Remove 'patches' field.
* gnu/packages/patches/wpa-supplicant-CVE-2015-5310.patch,
  gnu/packages/patches/wpa-supplicant-CVE-2015-5314.patch,
  gnu/packages/patches/wpa-supplicant-CVE-2015-5315.patch,
  gnu/packages/patches/wpa-supplicant-CVE-2015-5316.patch,
  gnu/packages/patches/wpa-supplicant-CVE-2016-4476.patch,
  gnu/packages/patches/wpa-supplicant-CVE-2016-4477-pt1.patch,
  gnu/packages/patches/wpa-supplicant-CVE-2016-4477-pt2.patch,
  gnu/packages/patches/wpa-supplicant-CVE-2016-4477-pt3.patch,
  gnu/packages/patches/wpa-supplicant-CVE-2016-4477-pt4.patch: Delete
  files.
* gnu/local.mk (dist_patch_DATA): Remove them.

Signed-off-by: Leo Famulari <leo@famulari.name>
7 years agognu: guile-ssh: Update to 0.10.1.
Ludovic Courtès [Sun, 9 Oct 2016 12:57:21 +0000 (14:57 +0200)]
gnu: guile-ssh: Update to 0.10.1.

* gnu/packages/ssh.scm (libssh-0.6): Remove.
(guile-ssh): Update to 0.10.1.
[inputs]: Use LIBSSH instead of LIBSSH-0.7.3.
[arguments]: Remove #:configure-flags.

7 years agognu: guile-ssh: Compile .scm files after patching them.
Ludovic Courtès [Sat, 8 Oct 2016 14:34:53 +0000 (16:34 +0200)]
gnu: guile-ssh: Compile .scm files after patching them.

Before this commit, the .go files were obtained by compiling the
unpatched .scm files, so they would refer to libguile-ssh without its
absolute file name.

* gnu/packages/ssh.scm (guile-ssh)[arguments]: Move
'fix-libguile-ssh-file-name' before 'build'.  Have it run "make install
-C libguile-ssh" first.

7 years agognu: guile-ssh: Use 'modify-phases'.
Ludovic Courtès [Sat, 8 Oct 2016 14:09:28 +0000 (16:09 +0200)]
gnu: guile-ssh: Use 'modify-phases'.

* gnu/packages/ssh.scm (guile-ssh)[arguments]: Use 'modify-phases'.

7 years agognu: gcj: Switch dejagnu test command.
Efraim Flashner [Sun, 9 Oct 2016 20:10:04 +0000 (23:10 +0300)]
gnu: gcj: Switch dejagnu test command.

* gnu/packages/gcc.scm (gcj)[arguments]: Switch the depreciated dejagnu
command 'absolute' for the new testing command 'file normalize'.

7 years agognu: lynx: Update to 2.8.9dev.9 and fix GnuTLS support.
Kei Kebreau [Sun, 9 Oct 2016 20:57:18 +0000 (16:57 -0400)]
gnu: lynx: Update to 2.8.9dev.9 and fix GnuTLS support.

* gnu/packages/lynx.scm (lynx): Update to 2.8.9dev.9.
[arguments]: Append the path to the GnuTLS to "--with-gnutls=".

7 years agognu: hexchat: Update to 2.12.2.
Tobias Geerinckx-Rice [Sun, 9 Oct 2016 19:21:16 +0000 (21:21 +0200)]
gnu: hexchat: Update to 2.12.2.

* gnu/packages/messaging.scm (hexchat): Update to 2.12.2.

7 years agognu: vdirsyncer: Update to 0.13.1.
Leo Famulari [Sat, 8 Oct 2016 02:47:50 +0000 (22:47 -0400)]
gnu: vdirsyncer: Update to 0.13.1.

* gnu/packages/dav.scm (vdirsyncer): Update to 0.13.1.

7 years agognu: libupnp: Fix CVE-2016-6255.
Leo Famulari [Thu, 6 Oct 2016 05:48:57 +0000 (01:48 -0400)]
gnu: libupnp: Fix CVE-2016-6255.

* gnu/packages/patches/libupnp-CVE-2016-6255.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/libupnp.scm (libupnp): Use it.

7 years agognu: ardour: Update to 5.4.
Ricardo Wurmus [Sun, 9 Oct 2016 16:52:24 +0000 (18:52 +0200)]
gnu: ardour: Update to 5.4.

* gnu/packages/audio.scm (ardour): Update to 5.4.
[inputs]: Add libarchive.

7 years agognu: Add gtkwave.
Danny Milosavljevic [Tue, 27 Sep 2016 00:05:00 +0000 (02:05 +0200)]
gnu: Add gtkwave.

* gnu/packages/fpga.scm (gtkwave): New variable.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
7 years agognu: Add arachne-pnr.
Danny Milosavljevic [Tue, 27 Sep 2016 00:04:59 +0000 (02:04 +0200)]
gnu: Add arachne-pnr.

* gnu/packages/fpga.scm (arachne-pnr): New variable.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
7 years agognu: Add icestorm.
Danny Milosavljevic [Tue, 27 Sep 2016 00:04:58 +0000 (02:04 +0200)]
gnu: Add icestorm.

* gnu/packages/fpga.scm (icestorm): New variable.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
7 years agognu: Add yosys.
Danny Milosavljevic [Tue, 27 Sep 2016 00:04:57 +0000 (02:04 +0200)]
gnu: Add yosys.

* gnu/packages/fpga.scm (yosys): New variable.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
7 years agognu: Add iverilog.
Danny Milosavljevic [Tue, 27 Sep 2016 00:04:56 +0000 (02:04 +0200)]
gnu: Add iverilog.

* gnu/packages/fpga.scm (iverilog): New variable.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
7 years agognu: Add abc.
Danny Milosavljevic [Tue, 27 Sep 2016 00:04:55 +0000 (02:04 +0200)]
gnu: Add abc.

* gnu/packages/fpga.scm (abc): New file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add it.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
7 years agognu: guile-next: Increase timeout.
Ricardo Wurmus [Sat, 8 Oct 2016 07:59:43 +0000 (09:59 +0200)]
gnu: guile-next: Increase timeout.

* gnu/packages/guile.scm (guile-next)[properties]: Set timeout to
20 hours.

7 years agognu: Add newlib-nano-arm-none-eabi.
Ricardo Wurmus [Sat, 17 Sep 2016 17:13:45 +0000 (19:13 +0200)]
gnu: Add newlib-nano-arm-none-eabi.

* gnu/packages/embedded.scm (newlib-nano-arm-none-eabi): New variable.