jackhill/guix/guix.git
8 years agognu: glibc: Refer to the target kernel headers when cross-compiling.
Ludovic Courtès [Sun, 29 May 2016 21:15:14 +0000 (23:15 +0200)]
gnu: glibc: Refer to the target kernel headers when cross-compiling.

This fixes a regression introduced in
efc4eb147512fa7a2c6d74d9b296cfc22b1ef198 whereby the build process
corresponding to 'guix build glibc --target=mips64el-linux-gnu' would
refer to the native headers instead of the target headers, leading to a
build failure:

  ../sysdeps/unix/sysv/linux/statfs64.c: In function ‘__statfs64’:
  ../sysdeps/unix/sysv/linux/statfs64.c:73:1: error: control reaches end of non-void function [-Werror=return-type]
   }
   ^

When we were using CROSS_CPATH instead of CROSS_C_INCLUDE_PATH, the
problem was hidden by the fact that CPATH corresponds to '-I' whereas
C_INCLUDE_PATH corresponds to '-isystem', and '-isystem' directories are
searched after '-I' directories.

* gnu/packages/base.scm (glibc)[arguments]: Refer to the kernel headers
from '%build-target-inputs' when cross-building.

8 years agognu: libtar: Update to 1.2.20 [fixes CVE-2013-4397, CVE-2013-4420].
Efraim Flashner [Sun, 29 May 2016 19:46:29 +0000 (22:46 +0300)]
gnu: libtar: Update to 1.2.20 [fixes CVE-2013-4397, CVE-2013-4420].

* gnu/packages/compression.scm (libtar): Update to 1.2.20.
[source]: Add Debian mirror.
[arguments]: Add 'autoconf phase.
[native-inputs]: Add autoconf, automake, libtool.
[inputs]: Add zlib.
[home-page]: Point to temporary home.

8 years agognu: pciutils: Add kmod support.
Efraim Flashner [Sun, 29 May 2016 18:58:57 +0000 (21:58 +0300)]
gnu: pciutils: Add kmod support.

* gnu/packages/pciutils.scm (pciutils)[inputs]: Add kmod.

8 years agognu: pciutils: Use 'modify-phases'.
Efraim Flashner [Sun, 29 May 2016 18:50:27 +0000 (21:50 +0300)]
gnu: pciutils: Use 'modify-phases'.

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

8 years agognu: pciutils: Update to 3.5.1.
Efraim Flashner [Sun, 29 May 2016 18:45:43 +0000 (21:45 +0300)]
gnu: pciutils: Update to 3.5.1.

* gnu/packages/pciutils.scm (pciutils): Update to 3.5.1.

8 years agognu: rpm: Fix CVE-2014-8118.
Leo Famulari [Sun, 29 May 2016 17:57:56 +0000 (13:57 -0400)]
gnu: rpm: Fix CVE-2014-8118.

* gnu/packages/patches/rpm-CVE-2014-8118.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/package-management.scm (rpm): Use it.

8 years agognu: rpm: Update to 4.12.0.1.
Leo Famulari [Sun, 29 May 2016 17:57:13 +0000 (13:57 -0400)]
gnu: rpm: Update to 4.12.0.1.

* gnu/packages/package-management.scm (rpm): Update to 4.12.0.1.

8 years agognu: zeromq: Update to 4.0.7 [fixes CVE-2014-9721].
Leo Famulari [Sun, 29 May 2016 17:31:29 +0000 (13:31 -0400)]
gnu: zeromq: Update to 4.0.7 [fixes CVE-2014-9721].

* gnu/packages/networking.scm (zeromq): Update to 4.0.7.

8 years agognu: libsodium: Update to 1.0.10.
Leo Famulari [Sun, 29 May 2016 17:26:22 +0000 (13:26 -0400)]
gnu: libsodium: Update to 1.0.10.

* gnu/packages/crypto.scm (libsodium): Update to 1.0.10.

8 years agognu: procmail: Fix CVE-2014-3618.
Leo Famulari [Sun, 29 May 2016 17:02:23 +0000 (13:02 -0400)]
gnu: procmail: Fix CVE-2014-3618.

* gnu/packages/patches/procmail-CVE-2014-3618.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/mail.scm (procmail): Use it.

8 years agognu: elfutils: Update to 0.166 [fixes CVE-2014-9447].
Leo Famulari [Sun, 29 May 2016 16:46:12 +0000 (12:46 -0400)]
gnu: elfutils: Update to 0.166 [fixes CVE-2014-9447].

* gnu/packages/elf.scm (elfutils): Update to 0.166.

8 years agognu: luajit: Update to 2.0.4.
Efraim Flashner [Sun, 29 May 2016 06:12:47 +0000 (09:12 +0300)]
gnu: luajit: Update to 2.0.4.

* gnu/packages/lua.scm (luajit): Update to 2.0.4.

8 years agognu: lua: Update to 5.2.4.
Efraim Flashner [Sun, 29 May 2016 05:57:27 +0000 (08:57 +0300)]
gnu: lua: Update to 5.2.4.

* gnu/packages/lua.scm (lua): Update to 5.2.4.

8 years agognu: lua: Use 'modify-phases'.
Efraim Flashner [Sun, 29 May 2016 05:56:07 +0000 (08:56 +0300)]
gnu: lua: Use 'modify-phases'.

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

8 years agognu: lua-5.1: Fix CVE-2014-5461.
Efraim Flashner [Sun, 29 May 2016 05:50:15 +0000 (08:50 +0300)]
gnu: lua-5.1: Fix CVE-2014-5461.

* gnu/packages/lua.scm (lua-5.1)[source]: Add patch.
* gnu/packages/patches/lua-CVE-2014-5461: New file.
* gnu/local.mk (dist_patch_DATA): Add it.

8 years agognu: retroarch: Update to 1.3.4.
宋文武 [Sun, 29 May 2016 03:09:11 +0000 (11:09 +0800)]
gnu: retroarch: Update to 1.3.4.

* gnu/packages/games.scm (retroarch): Update to 1.3.4.

8 years agognu: libyaml: Update to 0.1.6 [fixes CVE-2014-2525].
Leo Famulari [Sat, 28 May 2016 05:14:49 +0000 (01:14 -0400)]
gnu: libyaml: Update to 0.1.6 [fixes CVE-2014-2525].

* gnu/packages/web.scm (libyaml): Update to 0.1.6.

8 years agoservices: Add urandom-seed-service.
Leo Famulari [Sat, 28 May 2016 17:41:21 +0000 (13:41 -0400)]
services: Add urandom-seed-service.

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

* gnu/services/base.scm (urandom-seed-service): New procedure.
(%random-seed-file, urandom-seed-service-type): New variables.
(%urandom-seed-shepherd-service): New procedure.
(%base-services): Call 'urandom-seed-service'.
* doc/guix.texi (Base Services): Document it.

8 years agognu: potrace: Update to 1.13 [fixes CVE-2013-7437].
Efraim Flashner [Sat, 28 May 2016 19:57:16 +0000 (22:57 +0300)]
gnu: potrace: Update to 1.13 [fixes CVE-2013-7437].

* gnu/packages/fontutils.scm (potrace): Update to 1.13.

8 years agognu: Add Guile-GNOME.
Patrick Hetu [Sat, 28 May 2016 16:01:48 +0000 (18:01 +0200)]
gnu: Add Guile-GNOME.

* gnu/packages/gtk.scm (guile-gnome): New variable.

Co-authored-by: Ludovic Courtès <ludo@gnu.org>
8 years agognu: Update diamond to 0.8.3.
Ben Woodcroft [Sat, 28 May 2016 13:44:16 +0000 (23:44 +1000)]
gnu: Update diamond to 0.8.3.

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

8 years agognu: Add gcide.
宋文武 [Sat, 28 May 2016 04:53:01 +0000 (12:53 +0800)]
gnu: Add gcide.

* gnu/packages/dictionaries.scm (gcide): New variable.

8 years agognu: wxmaxima: Wrap with GSETTINGS_SCHEMA_DIR and XDG_DATA_DIRS.
宋文武 [Sun, 15 May 2016 07:26:46 +0000 (15:26 +0800)]
gnu: wxmaxima: Wrap with GSETTINGS_SCHEMA_DIR and XDG_DATA_DIRS.

Fixes <http://bugs.gnu.org/22709> and <http://bugs.gnu.org/23260>.

* gnu/packages/math.scm (wxmaxima)[arguments]: Wrap with
GSETTINGS_SCHEMA_DIR and XDG_DATA_DIRS.

8 years agognu: gprolog: Don't install files into "$out/gprolog-1.4.4".
宋文武 [Thu, 26 May 2016 13:42:15 +0000 (21:42 +0800)]
gnu: gprolog: Don't install files into "$out/gprolog-1.4.4".

* gnu/packages/gprolog.scm (gprolog)[arguments]: Pass '--with-install-dir'
to #:configure-flags.

8 years agognu: Add wiredtiger.
宋文武 [Sun, 15 May 2016 02:20:05 +0000 (10:20 +0800)]
gnu: Add wiredtiger.

* gnu/packages/database.scm (wiredtiger): New variable.

8 years agocve: Use a more compact format for the list of package/versions.
Ludovic Courtès [Fri, 27 May 2016 22:44:36 +0000 (00:44 +0200)]
cve: Use a more compact format for the list of package/versions.

On a warm cache, "guix lint -c cve vorbis-tools" goes down
from 6.5s to 2.4s.

* guix/cve.scm (cpe->package-name): Change to return two values instead
of a pair.
(cpe->product-alist): New procedure.
(%parse-vulnerability-feed): Use it instead of 'filter-map'.
(fetch-vulnerabilities): Bump sexp format version to 1.
(vulnerabilities->lookup-proc): Adjust accordingly.  When #:version is
omitted, return a list of vulnerabilities instead of a list of
version/vulnerability pairs.
* tests/cve.scm (%expected-vulnerabilities)
("vulnerabilities->lookup-proc): Adjust accordingly.

8 years agoguix package: Inherit the transformed version number.
Ludovic Courtès [Fri, 27 May 2016 13:17:42 +0000 (15:17 +0200)]
guix package: Inherit the transformed version number.

Previously, 'guix package -i emacs --with-source=./emacs-42.tar.gz'
would fail to use "42" as the version number in the manifest entry.

Reported by piyo on #guix.

* guix/scripts/package.scm (process-actions)[transform-entry]: Inherit
the version number from the result of TRANSFORM when it's a package.
* tests/guix-package.sh: Test it.

8 years agognu: gd: Update to 2.2.1 [fixes CVE-2015-{8874, 8877}].
Leo Famulari [Fri, 27 May 2016 15:42:22 +0000 (11:42 -0400)]
gnu: gd: Update to 2.2.1 [fixes CVE-2015-{8874, 8877}].

* gnu/packages/patches/gd-CVE-2016-3074.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
* gnu/packages/gd.scm (gd): Update to 2.2.1.
[source]: Remove patch. Update source URL.

8 years agognu: scrot: Add source mirror.
Efraim Flashner [Fri, 27 May 2016 13:49:12 +0000 (16:49 +0300)]
gnu: scrot: Add source mirror.

* gnu/packages/xdisorg.scm (scrot)[source]: Add fossies mirror.

8 years agognu: serf: Update project source.
Efraim Flashner [Fri, 27 May 2016 13:40:05 +0000 (16:40 +0300)]
gnu: serf: Update project source.

* gnu/packages/web.scm (serf)[source]: Releases are now hosted by Apache.
[home-page]: Project is now hosted by Apache.

8 years agognu: xlockmore: Update to 5.47.
Efraim Flashner [Fri, 27 May 2016 13:35:47 +0000 (16:35 +0300)]
gnu: xlockmore: Update to 5.47.

* gnu/packages/xdisorg.scm (xlockmore): Update to 5.47.

8 years agognu: t1lib: Add source mirror.
Efraim Flashner [Fri, 27 May 2016 13:23:21 +0000 (16:23 +0300)]
gnu: t1lib: Add source mirror.

* gnu/packages/fontutils.scm (t1lib)[souce]: Add fossies mirror.

8 years agognu: synergy: Update to 1.7.6.
Efraim Flashner [Fri, 27 May 2016 13:07:20 +0000 (16:07 +0300)]
gnu: synergy: Update to 1.7.6.

* gnu/packages/synergy.scm (synergy): Update to 1.7.6.

8 years agognu: synergy: Use 'modify-phases'.
Efraim Flashner [Fri, 27 May 2016 12:54:10 +0000 (15:54 +0300)]
gnu: synergy: Use 'modify-phases'.

* gnu/packages/synergy.scm (synergy)[arguments]; Use 'modify-phases'.

8 years agognu: synergy: Update project source.
Efraim Flashner [Fri, 27 May 2016 11:56:49 +0000 (14:56 +0300)]
gnu: synergy: Update project source.

* gnu/packages/synergy.scm (synergy)[source]: Use new location.
[home-page]: Use project's new website.

8 years agognu: eyed3: Update to 0.7.9.
Efraim Flashner [Fri, 27 May 2016 08:37:12 +0000 (11:37 +0300)]
gnu: eyed3: Update to 0.7.9.

* gnu/packages/mp3.scm (eyed3): Update to 0.7.9.

8 years agognu: mpc123: Use 'modify-phases'.
Efraim Flashner [Fri, 27 May 2016 08:34:44 +0000 (11:34 +0300)]
gnu: mpc123: Use 'modify-phases'.

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

8 years agognu: mpc123: Add new source location.
Efraim Flashner [Fri, 27 May 2016 08:29:21 +0000 (11:29 +0300)]
gnu: mpc123: Add new source location.

* gnu/packages/mp3.scm (mpc123)[source]: Add Debian mirror.
[home-page]: Project has moved to Github.

8 years agodownload: Default to a 10s connection establishment timeout.
Ludovic Courtès [Fri, 27 May 2016 08:33:23 +0000 (10:33 +0200)]
download: Default to a 10s connection establishment timeout.

* guix/build/download.scm (ftp-fetch): Add #:timeout and pass it to
'ftp-open'.
(http-fetch): Add #:timeout and pass it to 'open-connection-for-uri' and
in recursive calls.
(url-fetch): Add #:timeout and pass it to 'http-fetch' and 'ftp-fetch'.

8 years agodownload: Use URI objects for content-addressed mirrors.
Ludovic Courtès [Fri, 27 May 2016 08:29:10 +0000 (10:29 +0200)]
download: Use URI objects for content-addressed mirrors.

This fixes a bug whereby 'http-fetch' would be passed a string instead
of a URI object.

* guix/build/download.scm (url-fetch): Rename 'content-addressed-urls'
to 'content-addressed-uris', and call 'string->uri'.

8 years agognu: Add emacs-epl.
humanitiesNerd [Wed, 25 May 2016 23:31:30 +0000 (01:31 +0200)]
gnu: Add emacs-epl.

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

Signed-off-by: Alex Kost <alezost@gmail.com>
8 years agognu: emacs-async: Update to 1.9.
Alex Kost [Thu, 26 May 2016 09:09:51 +0000 (12:09 +0300)]
gnu: emacs-async: Update to 1.9.

* gnu/packages/emacs.scm (emacs-async): Update to 1.9.

8 years agognu: magit: Update to 2.7.0.
Alex Kost [Thu, 26 May 2016 09:09:36 +0000 (12:09 +0300)]
gnu: magit: Update to 2.7.0.

* gnu/packages/emacs.scm (magit): Update to 2.7.0.

8 years agognu: moreutils: Use 'modify-phases'.
Efraim Flashner [Fri, 27 May 2016 04:06:02 +0000 (07:06 +0300)]
gnu: moreutils: Use 'modify-phases'.

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

8 years agognu: moreutils: Update to 0.58.
Efraim Flashner [Fri, 27 May 2016 04:03:52 +0000 (07:03 +0300)]
gnu: moreutils: Update to 0.58.

* gnu/packages/moreutils.scm (moreutils): Update to 0.58.

8 years agognu: qemu: Make tests more verbose.
Ludovic Courtès [Thu, 26 May 2016 21:57:15 +0000 (23:57 +0200)]
gnu: qemu: Make tests more verbose.

* gnu/packages/qemu.scm (qemu)[arguments]: Add 'make-gtester-verbose'
phase.

8 years agognu: qemu: Use 'install-file' instead of 'copy-file'.
Ludovic Courtès [Thu, 26 May 2016 21:40:27 +0000 (23:40 +0200)]
gnu: qemu: Use 'install-file' instead of 'copy-file'.

* gnu/packages/qemu.scm (qemu)[arguments]: Use 'install-file'.

8 years agognu: qemu: Use 'modify-phases'.
Ludovic Courtès [Thu, 26 May 2016 21:39:46 +0000 (23:39 +0200)]
gnu: qemu: Use 'modify-phases'.

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

8 years agognu: qemu: Disable parallel tests again.
Ludovic Courtès [Thu, 26 May 2016 21:37:54 +0000 (23:37 +0200)]
gnu: qemu: Disable parallel tests again.

* gnu/packages/qemu.scm (qemu)[arguments]: Re-add #:parallel-tests? #f,
which had been removed in a2ccaa0d790004c1c303a4421f7494ef73b65bd5.

8 years agocve: Include the 3 previous years of vulnerabilities.
Ludovic Courtès [Thu, 26 May 2016 21:00:08 +0000 (23:00 +0200)]
cve: Include the 3 previous years of vulnerabilities.

* guix/cve.scm (fetch-vulnerabilities): Add 'format' call.
(current-vulnerabilities): Include the 3 previous years.

8 years agognu: isc-dhcp: Specify CPE name.
Ludovic Courtès [Thu, 26 May 2016 20:56:51 +0000 (22:56 +0200)]
gnu: isc-dhcp: Specify CPE name.

* gnu/packages/admin.scm (isc-dhcp)[properties]: New field.

8 years agognu: rush: Fix CVE-2013-6889.
Ludovic Courtès [Thu, 26 May 2016 20:51:12 +0000 (22:51 +0200)]
gnu: rush: Fix CVE-2013-6889.

* gnu/packages/patches/rush-CVE-2013-6889.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/rush.scm (rush): Use it.

8 years agonls: Adjust to texlive.scm renaming.
Ludovic Courtès [Thu, 26 May 2016 14:59:29 +0000 (16:59 +0200)]
nls: Adjust to texlive.scm renaming.

* po/packages/POTFILES.in: Adjust to texlive.scm rename in
commit 8f9ac90182c022c69600f17ef9c1149e029bc301.

8 years agosubstitute: Internationalize the "Downloading" message.
Ludovic Courtès [Thu, 26 May 2016 10:15:04 +0000 (12:15 +0200)]
substitute: Internationalize the "Downloading" message.

* guix/scripts/substitute.scm (process-substitution): I18n "Downloading"
message.

8 years agognu: Add mitlm.
David Thompson [Tue, 24 May 2016 16:53:18 +0000 (12:53 -0400)]
gnu: Add mitlm.

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

8 years agognu: Add autoconf-archive.
David Thompson [Tue, 24 May 2016 16:47:49 +0000 (12:47 -0400)]
gnu: Add autoconf-archive.

* gnu/packages/autotools.scm (autoconf-archive): New variable.

8 years agodoc: Fix typo.
Mathieu Lirzin [Thu, 26 May 2016 12:22:26 +0000 (14:22 +0200)]
doc: Fix typo.

* doc/guix.texi (Derivations): Add 's' to "contain".

8 years agognu: hurd: Add hurd-core-headers package.
Manolis Ragkousis [Tue, 24 May 2016 17:42:59 +0000 (20:42 +0300)]
gnu: hurd: Add hurd-core-headers package.

* gnu/packages/hurd.scm (hurd-core-headers): New variable.

8 years agognu: Add texmaker.
Roel Janssen [Tue, 24 May 2016 19:23:31 +0000 (21:23 +0200)]
gnu: Add texmaker.

* gnu/packages/tex.scm (texmaker): New variable.

8 years agognu: Rename texlive module to tex.
Roel Janssen [Tue, 24 May 2016 19:18:53 +0000 (21:18 +0200)]
gnu: Rename texlive module to tex.

* gnu/local.mk (GNU_SYSTEM_MODULES): Rename texlive.scm to tex.scm.
* gnu/packages/texlive.scm: Rename file to tex.scm.
* gnu/packages/tex.scm: Renamed from texlive.scm.
* gnu/packages/algebra.scm: Adjust accordingly.
* gnu/packages/docbook.scm: Likewise.
* gnu/packages/engineering.scm: Likewise.
* gnu/packages/gettext.scm: Likewise.
* gnu/packages/gnome.scm: Likewise.
* gnu/packages/lisp.scm: Likewise.
* gnu/packages/maths.scm: Likewise.
* gnu/packages/music.scm: Likewise.
* gnu/packages/ocaml.scm: Likewise.
* gnu/packages/photo.scm: Likewise.
* gnu/packages/plotutils.scm: Likewise.
* gnu/packages/python.scm: Likewise.
* gnu/packages/scheme.scm: Likewise.

8 years agognu: aria2: Update to 1.23.0.
Efraim Flashner [Thu, 26 May 2016 05:59:22 +0000 (08:59 +0300)]
gnu: aria2: Update to 1.23.0.

* gnu/packages/bittorrent.scm (aria2): Update to 1.23.0.
[inputs]: Move cppunit ...
[native-inputs]: ... to here.
[home-page]: Update to new Github website.

8 years agografts: Create only one grafted variant of each derivation.
Ludovic Courtès [Wed, 25 May 2016 13:22:36 +0000 (15:22 +0200)]
grafts: Create only one grafted variant of each derivation.

Currently, with several grafts applicable to Inkscape, this makes:

  guix gc -R $(guix build inkscape -d) | wc -l

go from 2376 to 2266 (4.6%).

* guix/grafts.scm (cumulative-grafts): Pass 'graft-derivation/shallow'
the subset of GRAFTS that applies to DRV.

8 years agognu: randomjungle: Add gfortran:lib to native-inputs.
Efraim Flashner [Wed, 25 May 2016 18:48:22 +0000 (21:48 +0300)]
gnu: randomjungle: Add gfortran:lib to native-inputs.

* gnu/packages/machine-learning.scm (randomjungle)[native-inputs]: Add
gfortran:lib.

8 years agognu: enlightenment: Update to 0.20.8.
Efraim Flashner [Wed, 25 May 2016 15:19:41 +0000 (18:19 +0300)]
gnu: enlightenment: Update to 0.20.8.

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

8 years agognu: elementary: Update to 1.17.1.
Efraim Flashner [Wed, 25 May 2016 15:18:34 +0000 (18:18 +0300)]
gnu: elementary: Update to 1.17.1.

* gnu/packages/enlightenment.scm (elementary): Update to 1.17.1.

8 years agognu: efl: Update to 1.17.1.
Efraim Flashner [Wed, 25 May 2016 15:17:34 +0000 (18:17 +0300)]
gnu: efl: Update to 1.17.1.

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

8 years agognu: python-llfuse: Update to 1.1.
Leo Famulari [Tue, 24 May 2016 17:13:05 +0000 (13:13 -0400)]
gnu: python-llfuse: Update to 1.1.

* gnu/packages/python.scm (python-llfuse, python2-llfuse): Update to 1.1.

8 years agognu: fuse: Update to 2.9.6.
Leo Famulari [Tue, 24 May 2016 17:12:35 +0000 (13:12 -0400)]
gnu: fuse: Update to 2.9.6.

* gnu/packages/linux.scm (fuse): Update to 2.9.6.
[home-page]: Update home-page URL.

8 years agognu: dnsmasq: Update to 2.76 [fixes CVE-2015-3294].
Leo Famulari [Wed, 25 May 2016 06:23:14 +0000 (02:23 -0400)]
gnu: dnsmasq: Update to 2.76 [fixes CVE-2015-3294].

* gnu/packages/dns.scm (dnsmasq): Update to 2.76.

8 years agognu: ruby-mime-types: Update to 3.1.
Ben Woodcroft [Wed, 25 May 2016 11:42:05 +0000 (21:42 +1000)]
gnu: ruby-mime-types: Update to 3.1.

* gnu/packages/ruby.scm (ruby-mime-types): Update to 3.1.
[native-inputs]: Add 'ruby-minitest-hooks'.

8 years agognu: Add ruby-minitest-hooks.
Ben Woodcroft [Wed, 25 May 2016 12:15:13 +0000 (22:15 +1000)]
gnu: Add ruby-minitest-hooks.

* gnu/packages/ruby.scm (ruby-minitest-hooks): New variable.

8 years agognu: Add ruby-sequel.
Ben Woodcroft [Wed, 25 May 2016 12:08:36 +0000 (22:08 +1000)]
gnu: Add ruby-sequel.

* gnu/packages/ruby.scm (ruby-sequel): New variable.

8 years agognu: ruby-nokogumbo: Update to 1.4.7-1.
Ben Woodcroft [Sat, 21 May 2016 13:31:56 +0000 (23:31 +1000)]
gnu: ruby-nokogumbo: Update to 1.4.7-1.

* gnu/packages/ruby.scm (ruby-nokogumbo): Update to 1.4.7-1.

8 years agognu: ruby-mini-portile-2: Update to 2.1.0.
Ben Woodcroft [Sat, 21 May 2016 13:05:18 +0000 (23:05 +1000)]
gnu: ruby-mini-portile-2: Update to 2.1.0.

* gnu/packages/ruby.scm (ruby-mini-portile-2): Update to 2.1.0.

8 years agognu: ruby-mime-types-data: Update to 3.2016.0221.
Ben Woodcroft [Sat, 21 May 2016 13:03:47 +0000 (23:03 +1000)]
gnu: ruby-mime-types-data: Update to 3.2016.0221.

* gnu/packages/ruby.scm (ruby-mime-types-data): Update to 3.2016.0221.

8 years agognu: ruby-shoulda-matchers: Update to 3.1.1.
Ben Woodcroft [Sat, 21 May 2016 13:01:37 +0000 (23:01 +1000)]
gnu: ruby-shoulda-matchers: Update to 3.1.1.

* gnu/packages/ruby.scm (ruby-shoulda-matchers): Update to 3.1.1.
[arguments]: Remove 'fix-import' phase.

8 years agognu: ruby-domain-name: Update to 0.5.20160310.
Ben Woodcroft [Sat, 21 May 2016 12:57:07 +0000 (22:57 +1000)]
gnu: ruby-domain-name: Update to 0.5.20160310.

* gnu/packages/ruby.scm (ruby-domain-name): Update to 0.5.20160310.

8 years agognu: ruby-nokogiri: Update to 1.6.7.2.
Ben Woodcroft [Sat, 21 May 2016 22:49:41 +0000 (08:49 +1000)]
gnu: ruby-nokogiri: Update to 1.6.7.2.

* gnu/packages/ruby.scm (ruby-nokogiri): Update to 1.6.7.2.
[arguments]: Relax 'mini_portile2' dependency.

8 years agoguix: ruby-build-system: Extract gemspec during 'extract-gemspec'.
Ben Woodcroft [Sat, 21 May 2016 22:46:39 +0000 (08:46 +1000)]
guix: ruby-build-system: Extract gemspec during 'extract-gemspec'.

* guix/build/ruby-build-system.scm (build): Move extraction from here ...
(extract-gemspec): ... to here.  New variable.
(first-gemspec): New variable.
(%standard-phases): Add 'extract-gemspec' phase.

8 years agognu: linux-libre: Update to 4.6.
Mark H Weaver [Tue, 24 May 2016 05:28:57 +0000 (01:28 -0400)]
gnu: linux-libre: Update to 4.6.

* gnu/packages/linux.scm (linux-libre): Update to 4.6.
* gnu/packages/linux-libre-4.6-x86_64.conf,
gnu/packages/linux-libre-4.6-i686.conf: New files.
* gnu/packages/linux-libre-4.5-x86_64.conf,
gnu/packages/linux-libre-4.5-i686.conf: Delete files.
* Makefile.am (KCONFIGS): Update accordingly.

8 years agognu: python-libxml2: Drop replacement from inherited libxml2.
Mark H Weaver [Wed, 25 May 2016 08:45:18 +0000 (04:45 -0400)]
gnu: python-libxml2: Drop replacement from inherited libxml2.

This is a followup to commit 493e9a5a8f613764cfa396c33ee6cb381b0dbbef.

* gnu/packages/xml.scm (python-libxml2)[replacement]: Set to #f, overriding
inherited value.

8 years agognu: freeipmi: Update to 1.5.2.
Efraim Flashner [Wed, 25 May 2016 06:13:13 +0000 (09:13 +0300)]
gnu: freeipmi: Update to 1.5.2.

* gnu/packages/freeipmi.scm (freeipmi): Update to 1.5.2.

8 years agognu: linux-libre-4.1: Update to 4.1.25.
Mark H Weaver [Wed, 25 May 2016 04:26:40 +0000 (00:26 -0400)]
gnu: linux-libre-4.1: Update to 4.1.25.

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

8 years agognu: webkitgtk: Update to 2.12.3 [fixes CVE-2016-{1856,1857}].
Mark H Weaver [Wed, 25 May 2016 04:14:32 +0000 (00:14 -0400)]
gnu: webkitgtk: Update to 2.12.3 [fixes CVE-2016-{1856,1857}].

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

8 years agograft: Fail when one of the threads raises an exception.
Ludovic Courtès [Tue, 24 May 2016 21:49:26 +0000 (23:49 +0200)]
graft: Fail when one of the threads raises an exception.

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

* guix/build/graft.scm (exit-on-exception): New procedure.
(rewrite-directory): Use it to wrap REWRITE-LEAF.

8 years agosize: Pass 'requisites' a list of items.
Ludovic Courtès [Tue, 24 May 2016 21:41:30 +0000 (23:41 +0200)]
size: Pass 'requisites' a list of items.

* guix/scripts/size.scm (substitutable-requisites): Change 'item' to
'items' and adjust.
(requisites*): Likewise.
(mappend-map): Remove.
(store-profile): Adjust accordingly.

8 years agostore: 'requisites' now takes a list of store items.
Ludovic Courtès [Tue, 24 May 2016 21:27:07 +0000 (23:27 +0200)]
store: 'requisites' now takes a list of store items.

* guix/store.scm (fold-path): Change 'path' to 'paths' and adjust body
accordingly.
(requisites): Likewise.
* guix/scripts/environment.scm (inputs->requisites): Adjust
user accordingly.
* guix/scripts/size.scm (requisites*): Likewise.
* guix/scripts/gc.scm (guix-gc): Likewise.
* tests/store.scm ("requisites"): Likewise.

8 years agosize: Accept several arguments.
Ludovic Courtès [Tue, 24 May 2016 19:37:13 +0000 (21:37 +0200)]
size: Accept several arguments.

* guix/scripts/size.scm (display-profile): Display WHOLE at then end.
(guix-size): Accept several FILES.
* doc/guix.texi (Invoking guix size): Add example with several items.

8 years agosize: 'store-profile' takes a list of store items.
Ludovic Courtès [Tue, 24 May 2016 18:51:49 +0000 (20:51 +0200)]
size: 'store-profile' takes a list of store items.

* guix/scripts/size.scm (mappend-map): New procedure.
(store-profile): Change 'item' to 'items' and adjust code accordingly.
(guix-size): Update caller.
* tests/size.scm ("store-profile"): Likewise.

8 years agotests: Do not run 'cve' checker in 'tests/guix-lint.sh'.
Ludovic Courtès [Tue, 24 May 2016 12:45:18 +0000 (14:45 +0200)]
tests: Do not run 'cve' checker in 'tests/guix-lint.sh'.

Reported by Malcolm, Cook <MEC@stowers.org>.

* tests/guix-lint.sh: Pass '-c synopsis,description' in first invocation
so we don't run the 'cve' checker.

8 years agognu: libxml2: Fix CVE-2016-3627 and CVE-2016-3705.
Ludovic Courtès [Tue, 24 May 2016 12:11:52 +0000 (14:11 +0200)]
gnu: libxml2: Fix CVE-2016-3627 and CVE-2016-3705.

* gnu/packages/patches/libxml2-CVE-2016-3627.patch,
gnu/packages/patches/libxml2-CVE-2016-3705.patch: New files.
* gnu/local.mk (dist_patch_DATA): Add them.
* gnu/packages/xml.scm (libxml2)[replacement]: New field.
(libxml2/fixed): New variable.

8 years agobuild: Use "%D%" in Makefile fragments.
Mathieu Lirzin [Tue, 24 May 2016 11:06:21 +0000 (13:06 +0200)]
build: Use "%D%" in Makefile fragments.

* doc/local.mk: Use "%D%" for the directory of the fragment relative to
the base 'Makefile.am'.
* emacs/local.mk: Likewise.
* gnu/local.mk: Likewise.
* nix/local.mk: Likewise.

8 years agoui: Let users report translation bugs.
Mathieu Lirzin [Mon, 16 May 2016 15:55:38 +0000 (17:55 +0200)]
ui: Let users report translation bugs.

* guix/ui.scm (show-bug-report-information): Add a comment for
translators.

8 years agognu: Add emacs-clojure-mode.
humanitiesNerd [Wed, 18 May 2016 13:41:47 +0000 (15:41 +0200)]
gnu: Add emacs-clojure-mode.

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

Signed-off-by: Alex Kost <alezost@gmail.com>
8 years agognu: Use 'emacs-minimal' instead of 'emacs-no-x'.
Alex Kost [Wed, 11 May 2016 22:58:59 +0000 (01:58 +0300)]
gnu: Use 'emacs-minimal' instead of 'emacs-no-x'.

* gnu/packages/code.scm (cflow)[native-inputs]: Use 'emacs-minimal'
  instead of 'emacs-no-x'.
* gnu/packages/databases.scm (recutils): Likewise.
* gnu/packages/finance.scm (ledger): Likewise
* gnu/packages/idutils.scm (idutils): Likewise.
* gnu/packages/mail.scm (mu): Likewise.
* gnu/packages/ocaml.scm (proof-general): Likewise.
* gnu/packages/package-management.scm (guix-0.10.0): Likewise.
* gnu/packages/plotutils.scm (asymptote): Likewise.
* gnu/packages/scheme.scm (scmutils): Likewise.
* gnu/packages/version-control.scm (vc-dwim): Likewise.
* gnu/packages/emacs.scm (geiser): Likewise.
(paredit): Likewise.
(git-modes): Likewise.
(magit): Likewise.
(magit-svn): Likewise.
(haskell-mode): Likewise.
(let-alist): Likewise.
(emacs-w3m): Likewise.
(emacs-wget): Likewise.
(emms): Likewise.
(bbdb): Likewise.
(emacs-mmm-mode): Likewise.
(emacs-pdf-tools): Likewise.
(emacs-popup)[native-inputs]: Remove as it is not needed for
emacs-build-system.
(emacs-rfcview): Likewise.
(emacs-ffap-rfc-space): Likewise.

8 years agognu: Move emacs for building from inputs to native-inputs.
Alex Kost [Wed, 11 May 2016 22:53:02 +0000 (01:53 +0300)]
gnu: Move emacs for building from inputs to native-inputs.

* gnu/packages/emacs.scm (geiser): Move "emacs" from inputs to native-inputs.
(paredit): Likewise.
(haskell-mode): Likewise.
(emacs-w3m): Likewise.
(emacs-wget): Likewise.
* gnu/packages/mail.scm (mu): Likewise.
* gnu/packages/version-control.scm (vc-dwim): Likewise.

8 years agobuild-system/emacs: Use 'emacs-minimal' by default.
Alex Kost [Wed, 11 May 2016 21:41:12 +0000 (00:41 +0300)]
build-system/emacs: Use 'emacs-minimal' by default.

* guix/build-system/emacs.scm (default-emacs): Use 'emacs-minimal'.
* gnu/packages/emacs.scm (emacs-auctex): Use 'emacs'.

8 years agognu: Add emacs-minimal.
Alex Kost [Wed, 11 May 2016 20:25:29 +0000 (23:25 +0300)]
gnu: Add emacs-minimal.

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

8 years agognu: emacs: Remove *.elc and autoloads from the tarball.
Alex Kost [Thu, 19 May 2016 08:01:40 +0000 (11:01 +0300)]
gnu: emacs: Remove *.elc and autoloads from the tarball.

* gnu/packages/emacs.scm (emacs)[source]: Add 'snippet' to remove
  compiled and generated elisp files.

8 years agognu: enblend-enfuse: Update to 4.2.
Efraim Flashner [Tue, 24 May 2016 05:47:59 +0000 (08:47 +0300)]
gnu: enblend-enfuse: Update to 4.2.

* gnu/packages/photo.scm (enblend-enfuse): Update to 4.2.
[native-inputs]: Add help2man, texlive-minimal.