Mathieu Othacehe
8b22107e5d
bootloader: Use menu-entry to define custom bootloader entries.
...
* gnu/bootloader.scm (<menu-entry>): New variable. Export associated getters,
This record is extracted from grub module.
* gnu/bootloader/extlinux.scm (extlinux-configuration-file): Use
menu-entry->boot-parameters to convert menu-entry records to
boot-parameters.
* gnu/bootloader/grub.scm (<menu-entry>): Remove.
(boot-parameters->menu-entry): Remove.
(grub-configuration-file): Use boot-parameters to create configuration
entries.
* gnu/system.scm (menu-entry->boot-parameters): New exported procedure.
2017-06-08 16:29:29 +02:00
Maxim Cournoyer
45f523d9f0
gnu: emacs: Fix ert-runner by adding 'reporters' subdirectory.
...
Previous this change, ert-runner would fail with error:
"Invalid reporter: dot".
* gnu/packages/emacs.scm (ert-runner)[include]: Add regexp to match elisp
files under the 'reporters' subdirectory.
Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
2017-06-08 19:56:17 +05:30
Rutger Helling
dfe93c9ac0
gnu: Add nftables.
...
* gnu/packages/linux.scm (nftables): New variable
Signed-off-by: Kei Kebreau <kei@openmailbox.org>
2017-06-08 09:40:14 -04:00
Clément Lassieur
4391a0295e
gnu: the-silver-searcher: Update to 2.0.0.
...
* gnu/packages/code.scm (the-silver-searcher): Update to 2.0.0.
2017-06-08 11:27:51 +02:00
Ben Woodcroft
f69ff11af7
gnu: diamond: Update to 0.9.6.
...
* gnu/packages/bioinformatics.scm (diamond): Update to 0.9.6.
2017-06-08 09:39:23 +10:00
Mark H Weaver
1577a65809
gnu: guile-2.2: Increase max-silent-time to 6 hours.
...
* gnu/packages/guile.scm (guile-2.2)[properties]: Increase max-silent-time
to 6 hours.
2017-06-07 19:13:59 -04:00
Mark H Weaver
f45878a80d
mapped-devices: Cope with delayed appearance of LUKS source.
...
Fixes <https://bugs.gnu.org/27242 >.
* gnu/system/mapped-devices.scm (open-luks-device): If
'find-partition-by-luks-uuid' fails, try again once per second, up to ten
times.
2017-06-07 19:03:03 -04:00
Clément Lassieur
517c66c03d
gnu: livemedia-utils: Change source URL to one that is archived.
...
* gnu/packages/video.scm (livemedia-utils)[source]: Change it.
2017-06-08 00:42:56 +02:00
Mark H Weaver
9a68fb6c30
gnu: Rename 's' to 's-shell'.
...
* gnu/packages/shells.scm (s): Rename to ...
(s-shell): ... this.
[name]: Change to "s-shell".
2017-06-07 18:18:39 -04:00
Leo Famulari
94db92f78e
artwork: Use a descriptive name for the source directory.
...
* gnu/artwork.scm (%artwork-repository): Set a descriptive file-name and
use the full commit hash when fetching.
2017-06-07 15:58:16 -04:00
Christopher Baines
fe4e0b0ae7
gnu: Add packagekit.
...
* gnu/packages/freedesktop.scm (packagekit): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-06-07 14:55:17 +02:00
Nicolas Goaziou
8a7304d609
gnu: emacs-org: Update to 20170606.
...
* gnu/packages/emacs.scm (emacs-org): Update to 20170606.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-06-07 14:13:47 +02:00
Clément Lassieur
e71789963f
gnu: livemedia-utils: Update to 2017.06.04.
...
* gnu/packages/video.scm (livemedia-utils): Update to 2017.06.04.
2017-06-07 10:51:57 +02:00
Danny Milosavljevic
c6aee77e29
file-systems: Use creation time if modification time is unset for ISO9660.
...
* gnu/build/file-systems.scm (iso9660-superblock-uuid): Modify.
2017-06-07 08:34:52 +02:00
Leo Famulari
15df12beae
gnu: perl: Fix CVE-2017-6512 in File::Path.
...
* gnu/packages/perl.scm (perl)[replacement]: New field.
(perl/fixed): New variable.
* gnu/packages/patches/perl-file-path-CVE-2017-6512.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
2017-06-06 20:59:12 -04:00
Leo Famulari
9c8fb06e4c
gnu: perl-file-path: Update to 2.13.
...
This fixes CVE-2017-6512.
* gnu/packages/perl.scm (perl-file-path): Update to 2.13.
2017-06-06 20:59:08 -04:00
Marius Bakke
2ad7919da6
gnu: signify: Update to 21.
...
* gnu/packages/crypto.scm (signify): Update to 21.
2017-06-07 00:50:06 +02:00
Marius Bakke
a8d2750ec5
gnu: feh: Update to 2.19.
...
* gnu/packages/image-viewers.scm (feh): Update to 2.19.
2017-06-07 00:50:06 +02:00
Marius Bakke
1ce1050d59
gnu: ffmpeg@2.8: Update to 2.8.12.
...
* gnu/packages/video.scm (ffmpeg-2.8): Update to 2.8.12.
2017-06-07 00:50:05 +02:00
Marius Bakke
a2265ea316
gnu: libnl: Update to 3.3.0.
...
Since version 3.2.5, signed tarballs are distributed via GitHub. See e.g.
release announcements:
https://lists.infradead.org/pipermail/libnl/2017-May/002313.html
The home page is somewhat outdated, but still hosts mailing lists and git mirror.
* gnu/packages/linux.scm (libnl): Update to 3.3.0.
[source]: Switch to new release URL.
2017-06-07 00:50:05 +02:00
Marius Bakke
f608f40c35
gnu: irssi: Update to 1.0.3.
...
* gnu/packages/irc.scm (irssi): Update to 1.0.3.
2017-06-07 00:03:54 +02:00
Kei Kebreau
89b8df9765
gnu: maxima: Update to 5.40.0.
...
* gnu/packages/maths.scm (maxima): Update to 5.40.0.
2017-06-06 16:58:23 -04:00
Julien Lepiller
50cbbc9bd4
gnu: coq: Add search-paths for coq libraries.
...
* gnu/packages/ocaml.scm (coq)[native-search-paths]: New field.
2017-06-06 21:10:09 +02:00
Julien Lepiller
61bafd4477
gnu: Add ocaml-hex.
...
* gnu/packages/ocaml.scm (ocaml-hex): New variable.
2017-06-06 21:10:06 +02:00
Julien Lepiller
0090b89564
gnu: Add ocaml-cstruct.
...
* gnu/packages/ocaml.scm (ocaml-cstruct): New variable.
2017-06-06 21:10:03 +02:00
Julien Lepiller
9059d856d2
gnu: Add ocaml-ocplib-endian.
...
* gnu/packages/ocaml.scm (ocaml-ocplib-endian): New variable.
2017-06-06 21:10:00 +02:00
Julien Lepiller
84470902dc
gnu: Add ocaml-async.
...
* gnu/packages/ocaml.scm (ocaml-async): New variable.
2017-06-06 21:09:57 +02:00
Julien Lepiller
d7f6d048b1
gnu: Add ocaml-async-extra.
...
* gnu/packages/ocaml.scm (ocaml-async-extra): New variable.
2017-06-06 21:09:54 +02:00
Julien Lepiller
7f1620df14
gnu: Add ocaml-async-unix.
...
* gnu/packages/ocaml.scm (ocaml-async-unix): New variable.
2017-06-06 21:09:51 +02:00
Julien Lepiller
4a5fd87203
gnu: Add ocaml-core.
...
* gnu/packages/ocaml.scm (ocaml-core): New variable.
2017-06-06 21:09:48 +02:00
Julien Lepiller
cf28a731c6
gnu: Add ocaml-async-rpc-kernel.
...
* gnu/packages/ocaml.scm (ocaml-async-rpc-kernel): New variable.
2017-06-06 21:09:46 +02:00
Julien Lepiller
e31ee74d91
gnu: Add ocaml-async-kernel.
...
* gnu/packages/ocaml.scm (ocaml-async-kernel): New variable.
2017-06-06 21:09:43 +02:00
Julien Lepiller
52485163f3
gnu: Add ocaml-core-kernel.
...
* gnu/packages/ocaml.scm (ocaml-core-kernel): New variable.
2017-06-06 21:09:09 +02:00
Tobias Geerinckx-Rice
de3108835c
gnu: dovecot: Update to 2.2.30.2.
...
* gnu/packages/mail.scm (dovecot): Update to 2.2.30.2.
2017-06-06 19:32:55 +02:00
Hartmut Goebel
6b982a7846
gnu: Add qgpgme.
...
* gnu/packages/gnupg.scm (qgpgme): New variable.
2017-06-06 14:03:38 +02:00
Tobias Geerinckx-Rice
4604a98855
gnu: knot: Update to 2.4.4.
...
* gnu/packages/dns.scm (knot): Update to 2.4.4.
2017-06-06 12:30:52 +02:00
Kei Kebreau
be4d26f559
gnu: python-tmx: Fix source URL.
...
* gnu/packages/game-development.scm (python-tmx)[origin]: Add missing
subdirectory to URL.
2017-06-05 18:51:22 -04:00
Ludovic Courtès
c84aca6546
gnu: gdb: Update to 8.0.
...
* gnu/packages/gdb.scm (gdb): Update to 8.0.
2017-06-05 23:52:41 +02:00
Ludovic Courtès
9cbc9d8612
gnu: global: Update to 6.5.7.
...
* gnu/packages/code.scm (global): Update to 6.5.7.
2017-06-05 23:52:41 +02:00
Ludovic Courtès
d7c5aac1b1
gnu: openscenegraph: Tweak description.
...
* gnu/packages/graphics.scm (openscenegraph)[description]: Remove "open
source". Use en_US spelling.
2017-06-05 23:52:41 +02:00
Kei Kebreau
1819fd2cd9
gnu: liboauth: Correct synopsis and description.
...
* gnu/packages/web.scm (liboauth): Correct them.
2017-06-05 11:41:29 -04:00
David Thompson
3535181f80
gnu: tiled: Update to 1.0.0.
...
* gnu/packages/game-development.scm (tiled): Update to 1.0.0.
2017-06-05 11:16:10 -04:00
Arun Isaac
a3d3b7a4e1
gnu: Add js-mathjax.
...
* gnu/packages/javascript.scm: New file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add it.
* gnu/packages/javascript.scm (js-mathjax): New variable.
2017-06-05 19:16:06 +05:30
Arun Isaac
6bce59552f
gnu: Add font-mathjax.
...
* gnu/packages/fonts.scm (font-mathjax): New variable.
2017-06-05 19:16:05 +05:30
Tobias Geerinckx-Rice
044daaabe6
gnu: youtube-dl: Update to 2017.05.07.
...
* gnu/packages/video.scm (youtube-dl): Update to 2017.05.07.
2017-06-05 15:23:44 +02:00
Marius Bakke
7379a14617
gnu: git: Update to 2.13.1.
...
* gnu/packages/version-control.scm (git): Update to 2.13.1.
2017-06-05 15:17:42 +02:00
Marius Bakke
00c5e3e5fc
gnu: xf86-input-wacom: Update to 0.34.2.
...
* gnu/packages/xdisorg.scm (xf86-input-wacom): Update to 0.34.2.
[source]: Remove obsolete patch.
* gnu/packages/patches/xf86-input-wacom-xorg-abi-25.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
2017-06-05 14:58:01 +02:00
Marius Bakke
0c70d8097f
gnu: libwacom: Update to 0.25.
...
* gnu/packages/xdisorg.scm (libwacom): Update to 0.25.
2017-06-05 14:54:37 +02:00
Marius Bakke
22ffa153f2
gnu: ethtool: Update to 4.11.
...
* gnu/packages/networking.scm (ethtool): Update to 4.11.
2017-06-05 14:36:44 +02:00
Marius Bakke
025817a558
gnu: iproute2: Update to 4.11.0.
...
* gnu/packages/linux.scm (iproute): Update to 4.11.0.
2017-06-05 14:36:43 +02:00
Tobias Geerinckx-Rice
9cf9f7a886
gnu: libconfuse: Update to 3.2.
...
* gnu/packages/wm.scm (libconfuse): Update to 3.2.
2017-06-05 13:51:15 +02:00
Tobias Geerinckx-Rice
2d53c506de
gnu: exfat-tools: Update to 1.2.7.
...
* gnu/packages/mtools.scm (exfat-tools): Update to 1.2.7.
2017-06-05 13:51:15 +02:00
Tobias Geerinckx-Rice
be90008220
gnu: fuse-exfat: Update to 1.2.7.
...
* gnu/packages/linux.scm (fuse-exfat): Update to 1.2.7.
2017-06-05 13:51:15 +02:00
Ludovic Courtès
3bee4b6196
services: guix: Add 'max-silent-time' and 'timeout'.
...
* gnu/services/base.scm (<guix-configuration>)[max-silent-time]
[timeout]: New fields.
(guix-shepherd-service): Honor them.
* doc/guix.texi (Base Services): Document them.
2017-06-05 01:42:38 +02:00
Ludovic Courtès
368680d819
gnu: guix: Update snapshot.
...
* gnu/packages/package-management.scm (guix): Update to de9d8f0
.
2017-06-05 01:42:38 +02:00
Marius Bakke
f484a50d50
Merge branch 'staging'
2017-06-05 00:36:11 +02:00
Leo Famulari
0efea21288
gnu: imagemagick: Update to 6.9.8-9.
...
* gnu/packages/imagemagick.scm (imagemagick): Update to 6.9.8-9.
2017-06-04 17:20:57 -04:00
Marius Bakke
6cb5476a3e
gnu: libass: Update to 0.13.7.
...
* gnu/packages/video.scm (libass): Update to 0.13.7.
2017-06-04 23:16:02 +02:00
Ludovic Courtès
fb976ada5b
gnu: libssh: Update to 0.7.5.
...
* gnu/packages/ssh.scm (libssh): Update to 0.7.5.
[source](patches): New field.
2017-06-04 23:00:32 +02:00
Marius Bakke
de6f6efd73
gnu: ruby-ae: Fix build failure with ruby@2.4.0.
...
* gnu/packages/ruby.scm (ruby-ae)[arguments]<#:phases>: Add 'replace-broken-symlink'.
2017-06-04 22:54:40 +02:00
Marius Bakke
0899352f97
gnu: ruby-ansi: Fix build failure with ruby@2.4.0.
...
* gnu/packages/ruby.scm (ruby-ansi)[arguments]<#:phases>: Add 'replace-broken-symlink'.
2017-06-04 22:46:10 +02:00
Marius Bakke
a793862592
gnu: ruby-net-ssh: Update to 4.1.0.
...
* gnu/packages/ruby.scm (ruby-net-ssh): Update to 4.1.0.
[native-inputs]: Add BUNDLER.
2017-06-04 22:25:23 +02:00
Marius Bakke
71153ef12c
gnu: ruby-pg: Update to 0.20.0.
...
* gnu/packages/ruby.scm (ruby-pg): Update to 0.20.0.
2017-06-04 22:17:20 +02:00
Marius Bakke
39d4d6f675
gnu: ruby-ox: Update to 2.5.0.
...
* gnu/packages/ruby.scm (ruby-ox): Update to 2.5.0.
2017-06-04 22:11:15 +02:00
Manolis Ragkousis
6bf11392f9
gnu: Add openscenegraph.
...
* gnu/packages/graphics.scm (openscenegraph): New variable.
* gnu/packages/patches/openscenegraph-ffmpeg3.patch: New file.
* gnu-system.am (dist_patch_DATA): Add it.
2017-06-04 21:57:08 +03:00
Leo Famulari
cc24bf98bd
gnu: Add spiped.
...
* gnu/packages/networking.scm (spiped): New variable.
2017-06-04 12:35:46 -04:00
Manolis Ragkousis
9e6ada8f87
gnu : Add unshield.
...
* gnu/packages/compression.scm (unshield): New variable.
2017-06-04 18:07:45 +03:00
ng0
0e4591bb69
gnu: Add s.
...
* gnu/packages/shells.scm (s): New variable.
Signed-off-by: Kei Kebreau <kei@openmailbox.org>
2017-06-04 10:45:06 -04:00
ng0
17cf788ffa
gnu: Add linenoise.
...
* gnu/packages/shells.scm (linenoise): New variable.
Signed-off-by: Kei Kebreau <kei@openmailbox.org>
2017-06-04 10:45:06 -04:00
Danny Milosavljevic
543c5f3fda
gnu: Add python-flasgger.
...
* gnu/packages/python.scm (python-flasgger, python2-flasgger): New variables.
2017-06-04 15:42:04 +02:00
Danny Milosavljevic
635b3636e2
gnu: Add python-apispec.
...
* gnu/packages/python.scm (python-apispec, python2-apispec): New variables.
2017-06-04 15:41:58 +02:00
Danny Milosavljevic
d270df8d62
gnu: Add python-bottle.
...
* gnu/packages/python.scm (python-bottle, python2-bottle): New variables.
2017-06-04 15:41:53 +02:00
Danny Milosavljevic
235bc01b28
gnu: Add python-marshmallow.
...
* gnu/packages/python.scm (python-marshmallow, python2-marshmallow):
New variables.
2017-06-04 15:41:48 +02:00
Danny Milosavljevic
620b59eac9
gnu: Add python-flex.
...
* gnu/packages/python.scm (python-flex, python2-flex): New variables.
2017-06-04 15:41:42 +02:00
Danny Milosavljevic
0960bf8b39
gnu: Add python-validate-email.
...
* gnu/packages/python.scm (python-validate-email, python2-validate-email):
New variables.
2017-06-04 15:41:37 +02:00
Danny Milosavljevic
7d88093f42
gnu: Add python-rfc3987.
...
* gnu/packages/python.scm (python-rfc3987, python2-rfc3987): New variables.
2017-06-04 15:41:30 +02:00
Danny Milosavljevic
1e92287d41
gnu: Add python-jsonpointer.
...
* gnu/packages/python.scm (python-jsonpointer, python2-jsonpointer):
New variables.
2017-06-04 15:41:02 +02:00
Muriithi Frederick Muriuki
7e488f9991
gnu: Add python-nose-randomly.
...
* gnu/packages/python.scm (python-nose-randomly, python2-nose-randomly): New
variables.
Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2017-06-04 14:48:18 +02:00
Muriithi Frederick Muriuki
5786b47c7e
gnu: Add python2-steadymark.
...
* gnu/packages/python.scm (python2-steadymark): New variable.
Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2017-06-04 14:42:29 +02:00
Muriithi Frederick Muriuki
511b47dec2
gnu: Add python-misaka.
...
* gnu/packages/python.scm (python-misaka, python2-misaka): New variables.
Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2017-06-04 14:38:49 +02:00
Muriithi Frederick Muriuki
a0ffc701d4
gnu: Add python2-couleur.
...
* gnu/packages/python.scm (python2-couleur): New variable.
Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2017-06-04 14:28:58 +02:00
Muriithi Frederick Muriuki
50d586f6df
gnu: Add python-sure.
...
* gnu/packages/python.scm (python-sure, python2-sure): New variables.
Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2017-06-04 14:18:43 +02:00
Marius Bakke
2c320d5175
gnu: kodi: Update to 18.0_alpha-6-f22d62d.
...
* gnu/packages/kodi.scm (kodi): Update to 18.0_alpha-6-f22d62d.
2017-06-04 13:49:23 +02:00
Hartmut Goebel
c1151ecf80
gnu: Add git-repo.
...
* gnu/packages/android.scm (git-repo): New variable.
2017-06-04 11:22:26 +02:00
Clément Lassieur
72b6a89467
gnu: vlc: Use libdvbpsi.
...
* gnu/packages/video.scm (vlc)[inputs]: Add libdvbpsi.
2017-06-04 10:11:29 +02:00
Clément Lassieur
0dff4dd986
gnu: Add libdvbpsi.
...
* gnu/packages/video.scm (libdvbpsi): New variable.
2017-06-04 10:11:29 +02:00
Clément Lassieur
2aaa57294e
gnu: vlc: Use livemedia-utils.
...
* gnu/packages/video.scm (vlc)[inputs]: Add livemedia-utils.
[native-inputs]: Add autoconf, automake and libtool.
[arguments]: Add bootstrap and fix-livemedia-utils-prefix phases.
2017-06-04 10:11:29 +02:00
Clément Lassieur
fa379a5b45
gnu: Add livemedia-utils.
...
* gnu/packages/video.scm (livemedia-utils): New variable.
2017-06-04 10:11:29 +02:00
Jan Nieuwenhuizen
d5cb2ac7f9
gnu: mes: Update to 0.7.
...
* gnu/packages/mes.scm (mes): Update to 0.7.
2017-06-04 07:17:17 +02:00
Jan Nieuwenhuizen
a11f1170ae
gnu: nyacc: Update to 0.79.4.
...
* gnu/packages/mes.scm (nyacc): Update to 0.79.4.
2017-06-04 07:17:10 +02:00
Leo Famulari
8b5cb8d054
gnu: qemu: Fix CVE-2017-{8112,8309,8379,8380}.
...
* gnu/packages/patches/qemu-CVE-2017-8112.patch,
gnu/packages/patches/qemu-CVE-2017-8309.patch,
gnu/packages/patches/qemu-CVE-2017-8379.patch,
gnu/packages/patches/qemu-CVE-2017-8380.patch: New files.
* gnu/local.mk (dist_patch_DATA): Add them.
* gnu/packages/qemu.scm (qemu)[source]: Use them.
2017-06-03 20:50:10 -04:00
Sergei Trofimovich
34cfeca84e
gnu: libgit2: Fix Clar test framework.
...
This commit reverts 'patch' hack introduced in
a48a1071a6
and fixes bug in the Clar test
framework.
Patch is proposed to Clar upstream as
<https://github.com/vmg/clar/pull/78 >.
* gnu/local.mk: Add libgit2-0.25.1-mtime-0.patch.
* gnu/packages/patches/libgit2-0.25.1-mtime-0.patch: New file.
* gnu/packages/version-control.scm (libgit2)[arguments]:
Remove 'apply-patch' phase.
[inputs]: Remove "patch".
[source]: Add 'patches' field.
Signed-off-by: Sergei Trofimovich <slyfox@inbox.ru>
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-06-04 00:56:18 +02:00
Kei Kebreau
20214f7115
gnu: Add cataclysm-dda.
...
* gnu/packages/games.scm (cataclysm-dda): New variable.
2017-06-03 18:29:43 -04:00
Efraim Flashner
8d2832e3f4
gnu: allegro: Update to 5.2.2.0.
...
* gnu/packages/game-development.scm (allegro): Update to 5.2.2.0.
2017-06-03 23:53:26 +03:00
Efraim Flashner
3a12e21c1c
gnu: allegro: Update source uris.
...
* gnu/packages/game-development.scm (allegro@5.2, allegro@5.0,
allegro@4.4)[source]: Update source uris.
2017-06-03 23:53:18 +03:00
Danny Milosavljevic
fb03f44bb1
file-systems: Improve error handling in the iso9660 case - fixes boot problem.
...
* gnu/build/file-systems.scm (read-iso9660-superblock): Modify.
2017-06-03 22:10:23 +02:00
Efraim Flashner
b92e8da0a8
gnu: freeciv: Update to 2.5.7.
...
* gnu/packages/games.scm (freeciv): Update to 2.5.7.
[source]: Update uri list.
2017-06-03 22:44:37 +03:00
Julien Lepiller
98d6cdda37
gnu: Remove old vtk module dependence in image-processing.scm.
...
* gnu/packages/image-processing.scm: Remove old vtk module dependence.
2017-06-03 18:19:07 +02:00
Rutger Helling
f885fc754a
gnu: wine: Update to 2.9
...
* gnu/packages/wine.scm (wine): Update to 2.9
Signed-off-by: Leo Famulari <leo@famulari.name>
2017-06-03 11:54:33 -04:00
Marius Bakke
ac1560f18c
gnu: slop: Update to 6.3.41.
...
* gnu/packages/xdisorg.scm (slop): Update to 6.3.41.
2017-06-03 17:35:49 +02:00
Tobias Geerinckx-Rice
a280232f41
gnu: mcelog: Update to 152.
...
* gnu/packages/linux.scm (mcelog): Update to 152.
2017-06-03 16:50:25 +02:00
Mark H Weaver
e35a76f670
gnu: linux-libre@4.1: Update to 4.1.40.
...
* gnu/packages/linux.scm (linux-libre-4.1): Update to 4.1.40.
2017-06-03 01:51:01 -04:00
Ben Woodcroft
5b884348cc
gnu: ruby-test-unit: Update to 3.2.4.
...
* gnu/packages/ruby.scm (ruby-test-unit): Update to 3.2.4.
2017-06-02 22:59:03 -05:00
Ben Woodcroft
3fd577e3c5
gnu: ruby-gem-hadar: Update to 1.9.1.
...
* gnu/packages/ruby.scm (ruby-gem-hadar): Update to 1.9.1.
[propagated-inputs]: Remove ruby-sdoc, add ruby-yard.
[native-inputs]: Remove bundler.
2017-06-02 22:59:03 -05:00
Ben Woodcroft
fc29d5e61b
gnu: ruby-sdoc: Relax dependency requirement versions.
...
* gnu/packages/ruby.scm (ruby-sdoc)[arguments]: Relax dependency requirement
versions.
2017-06-02 22:58:46 -05:00
Ben Woodcroft
fb4074897b
gnu: bundler: Update to 1.15.1.
...
* gnu/packages/ruby.scm (bundler): Update to 1.15.1.
2017-06-02 21:46:45 -05:00
Ben Woodcroft
9a7017ebd5
gnu: ruby-minitest-4: Exclude failing tests.
...
gnu/packages/ruby.scm (ruby-minitest-4): Exclude failing tests.
2017-06-02 21:41:59 -05:00
Ben Woodcroft
b4092cb801
gnu: ruby-minitest: Update to 5.10.2.
...
* gnu/packages/ruby.scm (ruby-minitest): Update to 5.10.2.
2017-06-02 21:41:59 -05:00
Ben Woodcroft
a281accec5
gnu: ruby-json: Update to 2.1.0.
...
* gnu/packages/ruby.scm (ruby-json): Update to 2.1.0.
2017-06-02 20:58:18 -05:00
Ludovic Courtès
caa464ff44
gnu: grub: Run tests sequentially.
...
Reported by Maxim Cournoyer <maxim.cournoyer@gmail.com>
at <http://bugs.gnu.org/26936 >.
* gnu/packages/bootloaders.scm (grub)[arguments]: Add #:parallel-tests?.
2017-06-03 00:55:04 +02:00
Marius Bakke
3416bed277
gnu: sudo: Update to 1.8.20p2.
...
* gnu/packages/admin.scm (sudo): Update to 1.8.20p2.
2017-06-03 00:28:18 +02:00
Marius Bakke
84a8ec13a6
gnu: re2: Update to 2017-06-01.
...
* gnu/packages/regex.scm (re2): Update to 2017-06-01.
2017-06-03 00:28:18 +02:00
ng0
65441209b1
gnu: neomutt: Update to 20170602.
...
* gnu/packages/mail.scm (neomutt): Update to 20170602.
Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
2017-06-03 02:09:45 +05:30
John Darrington
fb226b4351
gnu: Move vtk to image-processing.scm.
...
* gnu/packages/image-processing.scm (vtk): New variable.
* gnu/packages/vtk.scm: Delete file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Remove it.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-06-02 18:47:06 +02:00
Leo Famulari
835a658281
gnu: mutt: Update to 1.8.3.
...
* gnu/packages/mail.scm (mutt): Update to 1.8.3.
2017-06-02 12:10:20 -04:00
Rutger Helling
1eacffb9bc
gnu: Add archivemount
...
* gnu/packages/linux.scm (archivemount): New variable.
2017-06-02 12:02:37 -04:00
Rutger Helling
466073c063
gnu: Update retroarch to 1.6.0.
...
* gnu/packages/games.scm (retroarch): Update to 1.6.0.
2017-06-02 11:56:00 -04:00
Roel Janssen
b9a601d9db
gnu: Add kaiju.
...
* gnu/packages/bioinformatics.scm (kaiju): New variable.
2017-06-02 12:38:23 +02:00
Ivan Vilata-i-Balaguer
99c63f3f07
gnu: python-gpg: Use explicit version 1.8.0 instead of GPGME's.
...
GPGME defines version 1.9.0, which isn't yet available for python-gnupg, whose
latest version is 1.8.0, so we use that explicitly instead.
Fixes <https://bugs.gnu.org/26610 >.
* gnu/packages/gnupg.scm (python-gpg, python2-gpg): Use explicit version 1.8.0
instead of GPGME's version.
Signed-off-by: Leo Famulari <leo@famulari.name>
2017-06-01 23:21:20 -04:00
Ricardo Wurmus
dd35abfeee
gnu: Add uglify-js.
...
* gnu/packages/lisp.scm (uglify-js): New variable.
2017-06-01 23:32:23 +02:00
Ricardo Wurmus
52650a4d2e
gnu: Add sbcl-cl-uglify-js.
...
* gnu/packages/lisp.scm (sbcl-cl-uglify-js): New variable.
2017-06-01 23:32:23 +02:00
Ricardo Wurmus
476b583fbf
gnu: Add sbcl-iterate.
...
* gnu/packages/lisp.scm (sbcl-iterate): New variable.
2017-06-01 23:30:28 +02:00
Ricardo Wurmus
d0eec99a48
gnu: Add sbcl-parse-number.
...
* gnu/packages/lisp.scm (sbcl-parse-number): New variable.
2017-06-01 23:30:28 +02:00
Ricardo Wurmus
d00c96d727
gnu: Add sbcl-parse-js.
...
* gnu/packages/lisp.scm (sbcl-parse-js): New variable.
2017-06-01 23:30:28 +02:00
Ricardo Wurmus
b693aa6e63
gnu: Add sbcl-cl-ppcre-unicode.
...
* gnu/packages/lisp.scm (sbcl-cl-ppcre-unicode): New variable.
2017-06-01 23:30:28 +02:00
ng0
dec63df4ff
gnu: Add open-adventure.
...
* gnu/packages/games.scm (open-adventure): New variable.
Co-authored-by: Ricardo Wurmus <rekado@elephly.net>
2017-06-01 23:29:23 +02:00
Efraim Flashner
924e6ddf72
gnu: qt: Update to 5.9.0.
...
* gnu/packages/qt.scm (qtbase, qtsvg, qtimageformats, qtx11extras,
qtxmlpatterns, qtdeclarative, qtconnectivity, qtwebsockets, qtsensors,
qtmultimedia, qtwayland, qtserialport, qtserialbus, qtwebchannel,
qtlocation, qttools, qtscript, qtquickcontrols, qtquickcontrols2,
qtgraphicaleffects, qtgamepad, qtscxml, qtpurchasing, qtcanvas3d,
qtcharts, qtdatavis3d, qtwebkit): Update to 5.9.0.
(qtbase)[source]: Remove bundled freetype, libpng, libjpeg, pcre2, xcb,
xkbcommon, zlib.
[inputs]: Remove pcre, add pcre2.
[arguments]: Add configure flag to use system pcre, update flag to not
compile examples.
(qtwayland)[source]: Remove examples in a snippet.
(qtlocation)[inputs]: add icu4c, openssl, zlib.
2017-06-01 22:38:38 +03:00
Arun Isaac
44636f57bc
gnu: font-comic-neue: Prevent hidden files from being installed.
...
* gnu/packages/fonts.scm (font-comic-neue)[arguments]: Add
'delete-macosx-files' phase.
2017-06-02 00:11:46 +05:30
Brendan Tildesley
8c5ad44843
gnu: font-cns11643: Use 'font-build-system'.
...
* gnu/packages/fonts.scm (font-cns16643): Switch to 'font-build-system'.
[outputs]: Combine all outputs into one.
Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
2017-06-01 22:48:49 +05:30
Brendan Tildesley
ad37bed336
gnu: font-cns11643: Update to 98.1.20170524.
...
* gnu/packages/fonts.scm (font-cns11643): Update to 98.1.20170524.
Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
2017-06-01 22:23:03 +05:30
Marius Bakke
607b424f13
gnu: mariadb: Update to 10.1.24.
...
Release notes: https://mariadb.com/kb/en/mariadb/mariadb-10124-release-notes/
* gnu/packages/databases.scm (mariadb): Update to 10.1.24.
2017-06-01 17:48:09 +02:00
Marius Bakke
a3e85a906a
gnu: maim: Update to 5.4.63.
...
* gnu/packages/xdisorg.scm (maim): Update to 5.4.63.
2017-06-01 17:41:39 +02:00
Marius Bakke
85071d5a2d
gnu: slop: Update to 6.3.40.
...
* gnu/packages/xdisorg.scm (slop): Update to 6.3.40.
2017-06-01 17:40:44 +02:00
Marius Bakke
7fb5c2cfab
gnu: notmuch: Update to 0.24.2.
...
* gnu/packages/mail.scm (notmuch): Update to 0.24.2.
2017-06-01 17:38:19 +02:00
Alex Griffin
532f09dff3
gnu: font-comic-neue: Add fontconfig alias.
...
* gnu/packages/fonts.scm (font-comic-neue): Add fontconfig alias for "Comic
Sans MS".
[arguments]: Add new 'install-conf' phase.
Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
2017-06-01 20:38:18 +05:30
Alex Griffin
b963d8c2e5
gnu: font-comic-neue: Use 'font-build-system'.
...
* gnu/packages/fonts.scm (font-comic-neue): Switch to 'font-build-system'.
Re-indent.
[source]: Use url-fetch/zipbomb.
[native-inputs]: Remove dependency on unzip.
Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
2017-06-01 20:36:52 +05:30
Brendan Tildesley
a5ce48c8f5
gnu: font-cns11643-swjz: Use 'font-build-system'.
...
* gnu/packages/fonts.scm (font-cns11643-swjz): Switch to 'font-build-system'.
Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
2017-06-01 20:09:39 +05:30
Brendan Tildesley
7359cffaf8
gnu: par2cmdline: Update to 0.7.1.
...
* gnu/packages/backup.scm (par2cmdline): Update to 0.7.1.
[arguments]: Parallel tests work now; reenable them.
Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
2017-06-01 20:04:03 +05:30
ng0
45d32e243a
gnu: font-liberation: Use 'font-build-system'.
...
* gnu/packages/fonts.scm (font-liberation): Switch to 'font-build-system'.
Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
2017-06-01 15:17:05 +05:30
ng0
7f8e8ff811
gnu: font-dejavu: Fix the switch to 'font-build-system'.
...
This is a follow-up to commit 2e88401941
.
* gnu/packages/fonts.scm (font-dejavu): Remove 'trivial-build-system' line.
Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
2017-06-01 15:17:05 +05:30
ng0
278c608a25
gnu: font-awesome: Use 'font-build-system'.
...
* gnu/packages/fonts.scm (font-awesome): Switch to 'font-build-system'.
[source]: The package was updated in place, so hash has changed.
Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
2017-06-01 15:16:53 +05:30
Clément Lassieur
01d71f6222
gnu: sicp: Add the HTML version.
...
* gnu/packages/scheme.scm (sicp)[arguments]: Copy the HTML directory to the
output.
2017-06-01 11:04:37 +02:00
Alex Kost
3e9afff873
gnu: emacs-let-alist: Use 'emacs-build-system'.
...
* gnu/packages/emacs.scm (let-alist): Use 'emacs-build-system'.
[arguments, native-inputs]: Remove.
2017-06-01 10:56:11 +03:00
Alex Kost
79b3c9305a
gnu: emacs-paredit: Use 'emacs-build-system'.
...
* gnu/packages/emacs.scm (paredit): Use 'emacs-build-system'.
[arguments, native-inputs]: Remove.
2017-06-01 10:56:11 +03:00
Alex Kost
3d01b2939f
gnu: git-modes: Use 'emacs-build-system'.
...
* gnu/packages/emacs.scm (git-modes): Use 'emacs-build-system'.
[arguments, native-inputs]: Remove.
2017-06-01 10:56:11 +03:00
Kei Kebreau
e99039b5da
gnu: Add python-xsge.
...
* gnu/packages/game-development.scm (python-xsge, python2-xsge): New
variables.
2017-05-31 20:45:43 -04:00
Alex Griffin
b6726480e2
gnu: font-go: Use 'font-build-system'.
...
* gnu/packages/fonts.scm (font-go): Switch to font-build-system.
Re-indent.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2017-05-31 23:29:44 +02:00
Alex Griffin
4a9140b1ee
gnu: font-iosevka: Use 'font-build-system'.
...
Fixes <https://bugs.gnu.org/27172 >.
* gnu/packages/fonts.scm (font-iosevka): Switch to font-build-system.
[source]: Use url-fetch/zipbomb.
[native-inputs]: Remove dependency on unzip.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2017-05-31 23:25:49 +02:00
Danny Milosavljevic
203a9455c4
file-systems: Improve error reporting.
...
Suggested by Chris Marusich <cmmarusich@gmail.com>.
Fixes <https://bugs.gnu.org/27143 >.
* gnu/build/file-systems.scm (read-iso9660-primary-volume-descriptor):
Improve error reporting.
2017-05-31 21:13:15 +02:00
Danny Milosavljevic
cdc701ea48
gnu: build: Improve comments.
...
* gnu/build/file-systems.scm (iso9660-superblock-volume-name):
Add clarifying comment.
2017-05-31 19:38:49 +02:00
Kei Kebreau
1ed398d192
gnu: gnumeric: Update to 1.12.34.
...
* gnu/packages/gnome.scm (gnumeric): Update to 1.12.34.
[native-inputs]: Add docbook-xml and itstool.
2017-05-31 12:25:06 -04:00
Leo Famulari
1c797d4bfb
gnu: go@1.8: Update to 1.8.3 [fixes CVE-2017-8932].
...
* gnu/packages/golang.scm (go-1.8): Update to 1.8.3.
2017-05-31 11:54:57 -04:00
Roel Janssen
76ab3141f5
gnu: scons: Update to 2.5.1.
...
* gnu/packages/python.scm (scons): Update to 2.5.1.
2017-05-31 17:40:16 +02:00
Alex Griffin
208abecabf
gnu: font-iosevka: Update to 1.12.5.
...
* gnu/packages/fonts.scm (font-iosevka): Update to 1.12.5. Re-indent.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-05-31 17:08:45 +02:00
Alex Griffin
406c46e20a
gnu: font-go: Update to 20170330-1.f03a046.
...
* gnu/packages/fonts.scm (font-go): Update to 20170330-1.f03a046.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-05-31 17:08:45 +02:00
Ethan R. Jones
d5fa27774c
gnu: Add mediainfo.
...
* gnu/packages/video.scm (mediainfo): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-05-31 17:08:45 +02:00
Ethan R. Jones
e0c407074e
gnu: Add libmediainfo
...
* gnu/packages/video.scm (libmediainfo): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-05-31 17:08:45 +02:00
Ethan R. Jones
17ce0d45bd
gnu: Add libzen.
...
* gnu/local.mk (GNU_SYSTEM_MODULES): Add new file.
* gnu/packages/cpp.scm (libzen): New varible.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-05-31 17:08:45 +02:00
Tobias Geerinckx-Rice
bbc4167995
gnu: dovecot: Update to 2.2.30.1.
...
* gnu/packages/mail.scm (dovecot): Update to 2.2.30.1.
2017-05-31 15:54:42 +02:00
Ricardo Wurmus
ae44ebb90e
gnu: synfigstudio: Fix crash on opening files.
...
* gnu/packages/animation.scm (synfigstudio)[arguments]: Add "wrap-program"
phase.
2017-05-31 08:27:45 +02:00
Leo Famulari
b0415c0361
gnu: openldap: Fix CVE-2017-9287.
...
* gnu/packages/patches/openldap-CVE-2017-9287.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/openldap.scm (openldap)[replacement]: New field.
(openldap/fixed): New variable.
2017-05-30 18:15:23 -04:00
Tobias Geerinckx-Rice
8e33bc1816
gnu: dovecot: Update to 2.2.30.
...
* gnu/packages/mail.scm (dovecot): Update to 2.2.30.
2017-05-30 21:09:35 +02:00
Marius Bakke
6b7f1b6ce9
gnu: sudo: Unbundle zlib.
...
* gnu/packages/admin.scm (sudo)[source]: Add 'snippet'.
[inputs]: Add ZLIB.
2017-05-30 19:49:19 +02:00
Marius Bakke
cab1c11741
gnu: Add xsel.
...
* gnu/packages/xdisorg.scm (xsel): New variable.
2017-05-30 19:47:50 +02:00
Leo Famulari
6e82fb2c27
gnu: graphicsmagick: Remove bundled libraries from source checkout.
...
Fixes <https://bugs.gnu.org/27120 >.
* gnu/packages/imagemagick.scm (graphicsmagick)[source]: Add a snippet
to delete bundled libraries.
[version]: Bump the package revision counter to 3.
2017-05-30 13:33:15 -04:00
Kei Kebreau
dfb0323db0
gnu: shotwell: Update to 0.26.1.
...
* gnu/packages/gnome.scm (shotwell): Update to 0.26.1.
[inputs]: Add libgdata.
2017-05-30 13:13:16 -04:00
Kei Kebreau
adc5cb1b49
gnu: Add libgdata.
...
* gnu/packages/gnome.scm (libgdata): New variable.
* gnu/packages/patches/libgdata-fix-tests.patch,
gnu/packages/patches/libgdata-glib-duplicate-tests.patch: New files.
* gnu/local.mk (dist_patch_DATA): Add them.
2017-05-30 13:13:16 -04:00
André Miranda
ed2b7cb2f9
gnu: Add 'git-remote-gcrypt' package
...
* gnu/packages/version-control.scm (git-remote-gcrypt): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-05-30 18:08:38 +02:00
Ludovic Courtès
41db5a7563
activation: Change permissions on /root to #o700.
...
Reported by Alex Griffin <a@ajgrf.com>.
Fixes <http://bugs.gnu.org/27135 >.
* gnu/build/activation.scm (add-user): When UID is zero, add 'chmod'
call.
* gnu/tests/base.scm (run-basic-test)["permissions on /root"]: New test.
2017-05-30 18:08:37 +02:00
Ricardo Wurmus
294739b5b8
gnu: libntlm: Update to 1.4.
...
* gnu/packages/gsasl.scm (libntlm): Update to 1.4.
2017-05-30 17:57:48 +02:00
Marius Bakke
eea879d74c
gnu: sudo: Update to 1.8.20p1 [fixes CVE-2017-1000367].
...
* gnu/packages/admin.scm (sudo): Update to 1.8.20p1.
2017-05-30 17:40:23 +02:00
Alex Kost
91762db6fe
gnu: emacs-debbugs: Install missing file.
...
This is a followup to commit d879685176
.
* gnu/packages/emacs.scm (emacs-debbugs)[arguments]: Include ".wsdl"
along with ".el" and ".info".
2017-05-30 18:30:39 +03:00
Ricardo Wurmus
93c103ab59
gnu: classpath-devel: Ensure initial heap size is less than maximum.
...
Fixes <https://bugs.gnu.org/27142 >.
* gnu/packages/java.scm (classpath-devel)[arguments]: Pass Xms option with a
value lower than Xmx.
2017-05-30 15:56:25 +02:00
Alex Griffin
98b9732cb8
gnu: asciinema: Update to 1.4.0.
...
* gnu/packages/terminals.scm (asciinema): Update to 1.4.0.
[source]: Use pypi-uri.
Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
2017-05-29 22:37:34 +05:30
Leo Famulari
4a897c4990
gnu: jasper: Update to 2.0.13.
...
* gnu/packages/image.scm (jasper): Update to 2.0.13.
[source]: Use GitHub URL and set the file-name. Remove
'jasper-CVE-2017-6850.patch'.
* gnu/packages/patches/jasper-CVE-2017-6850.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
2017-05-29 12:52:30 -04:00
Ludovic Courtès
be99170ddb
gnu: cross-base: Turn '%xgcc' into a macro.
...
Previously:
./pre-inst-env guile -c '(use-modules (gnu packages gcc))'
would fail due to circular dependencies.
* gnu/packages/cross-base.scm (%xgcc): Turn into a macro.
2017-05-29 13:46:25 +02:00
Efraim Flashner
0f3847bfd8
gnu: Add translate-shell.
...
* gnu/packages/dictionaries.scm (translate-shell): New variable.
2017-05-29 13:25:38 +03:00
Ludovic Courtès
0b8e89f6bb
gnu: libtiff@4.0.8: Fix source URL.
...
* gnu/packages/image.scm (libtiff-4.0.8)[origin]: Use 'ftp://' not
'http://'.
2017-05-29 11:52:19 +02:00
Efraim Flashner
5a6527e43d
byzanz: Add file-name for source.
...
* gnu/packages/gnome.scm (byzanz)[source]: Add file-name field.
2017-05-29 10:16:45 +03:00
Ben Woodcroft
0d2b2fd4f4
gnu: diamond: Update to 0.9.3.
...
* gnu/packages/bioinformatics.scm (diamond): Update to 0.9.3.
2017-05-28 21:06:06 -04:00
Marius Bakke
6f8cda185e
Merge branch 'master' into staging
2017-05-28 23:47:25 +02:00
Marius Bakke
6c1db130a8
gnu: parallel: Update to 20170522.
...
* gnu/packages/parallel.scm (parallel): Update to 20170522.
2017-05-28 23:45:41 +02:00
Christopher Baines
a8d0c9cbcc
gnu: Add emacs-direnv.
...
* gnu/packages/emacs.scm (emacs-direnv): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-05-28 23:13:40 +02:00
ng0
78dfc9e2dd
gnu: Add spectrwm.
...
* gnu/packages/wm.scm (spectrwm): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-05-28 23:13:40 +02:00
James Richardson
ce67601564
gnu: Add emacs-restclient.
...
* gnu/packages/emacs.scm (emacs-restclient): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-05-28 23:13:39 +02:00
Leo Famulari
2b95f24721
gnu: certbot, python-acme: Update to 0.14.2.
...
* gnu/packages/tls.scm (certbot, python-acme, python2-acme): Update to 0.14.2.
2017-05-28 15:33:08 -04:00
Leo Famulari
0fd0bb56a8
gnu: rxvt-unicode: Disable an unwanted code execution vector.
...
* gnu/packages/patches/rxvt-unicode-escape-sequences.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/xdisorg.scm (rxvt-unicode)[source]: Use it.
2017-05-28 14:41:46 -04:00
Leo Famulari
5cd0122e60
gnu: synfigstudio: Fix patch name in 'gnu/local.mk'.
...
This is a followup to commit 2ac2b17251
.
* gnu/local.mk (dist_patch_DATA): Fix typo.
2017-05-28 14:34:43 -04:00
Leo Famulari
22e6656d25
gnu: libtiff: Update replacement to 4.0.8 [security fixes].
...
See 'ChangeLog' in the source distribution for more information about
the bugs and security issues fixed in this release.
* gnu/packages/image.scm (libtiff)[replacement]: Replace with libtiff-4.0.8.
(libtiff/fixed): Replace with ...
(libtiff-4.0.8): New variable.
* gnu/packages/patches/libtiff-CVE-2017-7593.patch,
gnu/packages/patches/libtiff-CVE-2017-7594.patch,
gnu/packages/patches/libtiff-multiple-UBSAN-crashes.patch: Delete files.
* gnu/local.mk (dist_patch_DATA): Remove them.
2017-05-28 14:34:43 -04:00
Tobias Geerinckx-Rice
3cae15023f
gnu: offlineimap: Update to 7.1.1.
...
* gnu/packages/mail.scm (offlineimap): Update to 7.1.1.
2017-05-28 18:29:34 +02:00
Arun Isaac
e46e0de1b5
gnu: font-bitstream-vera: Use 'font-build-system'.
...
* gnu/packages/fonts.scm (font-bitstream-vera): Switch to 'font-build-system'.
2017-05-28 19:30:05 +05:30
Arun Isaac
2e88401941
gnu: font-dejavu: Use 'font-build-system'.
...
* gnu/packages/fonts.scm (font-dejavu): Switch to 'font-build-system'.
2017-05-28 19:30:05 +05:30
Arun Isaac
5978658841
gnu: font-ubuntu: Use 'font-build-system'.
...
* gnu/packages/fonts.scm (font-ubuntu): Switch to 'font-build-system'.
2017-05-28 19:30:05 +05:30
Arun Isaac
b2f89c19fc
gnu: font-inconsolata: Use 'font-build-system'.
...
* gnu/packages/fonts.scm (font-inconsolata): Switch to 'font-build-system'.
2017-05-28 19:30:05 +05:30
Ricardo Wurmus
2ac2b17251
gnu: synfigstudio: Fix UI bug.
...
* gnu/packages/patches/synfigstudio-fix-ui-with-gtk3.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add patch.
* gnu/packages/animation.scm (synfigstudio)[source]: Apply patch.
2017-05-28 15:59:52 +02:00
Andreas Enge
802907e423
gnu: pari-gp: Update to 2.9.2.
...
* gnu/packages/algebra.scm (pari-gp): Update to 2.9.2.
2017-05-28 15:57:17 +02:00
Marius Bakke
3803b069f6
gnu: gajim: Fix CVE-2016-10376.
...
* gnu/packages/patches/gajim-CVE-2016-10376.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/messaging.scm (gajim)[source]: Use it.
2017-05-28 13:18:24 +02:00
Ben Woodcroft
ca40d4e7c5
gnu: diamond: Update to 0.9.2.
...
* gnu/packages/bioinformatics.scm (diamond): Update to 0.9.2.
2017-05-27 22:03:00 -04:00
Kei Kebreau
1622637bb7
gnu: Add liboauth.
...
* gnu/packages/web.scm (liboauth): New variable.
2017-05-27 20:29:37 -04:00
Ricardo Wurmus
21fea1d1a9
gnu: synfigstudio: Update to 1.2.0.
...
* gnu/packages/patches/synfig-build-fix.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove patch.
* gnu/packages/animation.scm (etl): Update to 0.04.22.
(synfig): Update to 1.2.0.
[source]: Remove patch.
[arguments]: Remove obsolete build phases.
[propagated-inputs]: Add fftw.
(synfigstudio): Update to 1.2.0.
[source]: Remove unnecessary snippet.
[arguments]: Remove.
2017-05-27 22:37:48 +02:00
Muriithi Frederick Muriuki
65e7d52a0c
gnu: Add python-radon
...
* gnu/packages/python.scm (python-radon, python2-radon): New variables.
2017-05-27 13:46:40 -04:00
ng0
574e4e16d8
gnu: Add florence.
...
* gnu/packages/accessibility.scm: New file.
* gnu/local.mk: (GNU_SYSTEM_MODULES): Add it.
Signed-off-by: Leo Famulari <leo@famulari.name>
2017-05-27 13:35:02 -04:00
Adriano Peluso
16855482fd
gnu: Add tryton.
...
* gnu/packages/tryton.scm (tryton): New variable.
Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
2017-05-27 18:41:13 +05:30
Adriano Peluso
48174fb9aa
gnu: Add trytond.
...
* gnu/packages/tryton.scm: New file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add it.
* gnu/packages/tryton.scm (trytond): New variable.
Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
2017-05-27 18:41:12 +05:30
Adriano Peluso
ecca63b654
gnu: Add python-relatorio.
...
* gnu/packages/python.scm (python-relatorio, python2-relatorio): New variables.
Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
2017-05-27 18:41:12 +05:30
Adriano Peluso
b208f71b9b
gnu: Add python-genshi.
...
* gnu/packages/python.scm (python-genshi, python2-genshi): New variables.
* gnu/packages/patches/python-genshi-add-support-for-python-3.4-AST.patch: New file.
* gnu/packages/patches/python-genshi-buildable-on-python-2.7.patch: New file.
* gnu/packages/patches/python-genshi-disable-speedups-on-python-3.3.patch: New file.
* gnu/packages/patches/python-genshi-fix-tests-on-python-3.5.patch: New file.
* gnu/packages/patches/python-genshi-isstring-helper.patch: New file.
* gnu/packages/patches/python-genshi-stripping-of-unsafe-script-tags.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add them.
Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
2017-05-27 18:41:12 +05:30
Adriano Peluso
ad2ef26073
gnu: Add python-sql.
...
* gnu/packages/python.scm (python-sql, python2-sql): New variables.
Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
2017-05-27 18:12:34 +05:30
Danny Milosavljevic
3dba9b3782
gnu: build: Improve docstrings.
...
* gnu/build/file-systems.scm (iso9660-superblock?,
read-iso9660-superblock, iso9660-superblock-uuid): Improve docstrings.
2017-05-27 12:35:43 +02:00
Arun Isaac
dc443f5149
gnu: emacs-exwm: Fix DISPLAY environment variable issue.
...
* gnu/packages/emacs.scm (emacs-exwm): Set DISPLAY environment variable in
shell wrapper.
2017-05-27 15:20:12 +05:30
Julien Lepiller
ba69e8f7ce
gnu: Add knot-service-type.
...
* gnu/services/dns.scm: New file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add it.
* doc/guix.texi (DNS Services): New subsubsection.
2017-05-27 10:40:24 +02:00
Mark H Weaver
d771ba62f8
gnu: icecat: Add more fixes from upstream mozilla-esr52.
...
* gnu/packages/gnuzilla.scm (icecat)[source]: Add selected fixes from the
upstream mozilla-esr52 repository.
2017-05-27 03:06:39 -04:00
Mark H Weaver
12f37d6015
gnu: graphite2/fixed: Update to 1.3.10.
...
* gnu/packages/fontutils.scm (graphite2/fixed): Update to 1.3.10. Remove
patches that have been incorporated upstream.
* gnu/packages/patches/graphite2-CVE-2017-5436.patch,
gnu/packages/patches/graphite2-check-code-point-limit.patch,
gnu/packages/patches/graphite2-fix-32-bit-wrap-arounds.patch,
gnu/packages/patches/graphite2-non-linear-classes-even-number.patch: Delete
files.
* gnu/local.mk (dist_patch_DATA): Remove them.
2017-05-27 00:22:10 -04:00
Marius Bakke
9df24909e2
Merge branch 'master' into staging
2017-05-27 03:55:24 +02:00
Mark H Weaver
fdabfdbf8d
gnu: linux-libre: Update to 4.11.3.
...
* gnu/packages/linux.scm (%linux-libre-version): Update to 4.11.3.
(%linux-libre-hash): Update hash.
2017-05-26 16:17:08 -04:00
Mark H Weaver
cf86b917aa
gnu: linux-libre@4.9: Update to 4.9.30.
...
* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.30.
2017-05-26 16:16:32 -04:00
Mark H Weaver
26f8e6f2eb
gnu: linux-libre@4.4: Update to 4.4.70.
...
* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.70.
2017-05-26 16:15:51 -04:00
Leo Famulari
dc1bd2b560
gnu: python-cryptography: Update to 1.8.2.
...
* gnu/packages/python.scm (python-cryptography, python2-cryptography,
python-cryptography-vectors, python2-cryptography-vectors):
Update to 1.8.2.
(python-cryptography, python2-cryptography)[propagated-inputs]: Add
python-asn1crypto and python-packaging. Remove python-pyasn1.
[native-inputs]: Remove python-pyasn1 and python-pyasn1-modules.
2017-05-26 14:47:43 -04:00
Leo Famulari
c0f5b80295
gnu: Add python-packaging.
2017-05-26 14:47:42 -04:00
José Miguel Sánchez García
8347c12291
gnu: python-xcffib: Update to 0.5.1.
...
* gnu/packages/python.scm (python-xcffib): Update to 0.5.1.
[source]: Use 'pypi-uri'.
Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2017-05-26 20:30:32 +02:00
José Miguel Sánchez García
e46bf22391
gnu: python-xcffib: Fix libxcb.so.1 path.
...
* gnu/packages/python.scm (python-xcffib)[arguments]<#:phases>: Add phase to
embed full path to libxcb.so.1.
Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2017-05-26 20:30:32 +02:00
Jan Nieuwenhuizen
7a0efa77a4
gnu: Add emacs-disable-mouse.
...
* gnu/packages/emacs.scm (emacs-disable-mouse): New variable.
2017-05-26 15:13:04 +02:00
Danny Milosavljevic
013e1e853b
gnu: Add python-flask-migrate.
...
* gnu/packages/python.scm (python-flask-migrate,
python2-flask-migrate): New variables.
2017-05-26 11:59:49 +02:00
Danny Milosavljevic
75baf3193c
gnu: Add python-flask-script.
...
* gnu/packages/python.scm (python-flask-script,
python2-flask-script): New variables.
2017-05-26 11:59:39 +02:00
Mark H Weaver
e0775d2a01
gnu: Fix another call to cross-gcc.
...
This is a followup to commit 7b3318e34f
.
* gnu/packages/make-bootstrap.scm (package-with-relocatable-glibc)
[native-inputs]: Fix 'cross-gcc' call.
* gnu/packages/cross-base.scm: Fix example 'cross-gcc' call in a comment.
2017-05-26 04:05:21 -04:00
Stefan Reichoer
37a5719642
gnu: Add multitail.
...
* gnu/packages/logging.scm (multitail): New variable.
Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2017-05-26 00:05:20 +02:00
Stefan Reichoer
ca0e62bfe2
gnu: Add python-ansi2html.
...
* gnu/packages/python.scm (python-ansi2html, python2-ansi2html): New variables.
Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2017-05-25 23:27:31 +02:00
Leo Famulari
09c36743fa
gnu: Add python-asn1crypto.
...
* gnu/packages/crypto.scm (python-asn1crypto, python2-asn1crypto): New variables.
2017-05-25 15:39:36 -04:00
Clément Lassieur
1113386beb
gnu: Add cpuid.
...
* gnu/packages/linux.scm (cpuid): New variable.
2017-05-25 21:38:20 +02:00
Leo Famulari
fc3a041674
gnu: openssl@1.1.0: Update to 1.1.0f.
...
* gnu/packages/tls.scm (openssl-next): Update to 1.1.0f.
2017-05-25 14:43:31 -04:00
Marius Bakke
e3d59877e0
gnu: kodi: Update to 18.0_alpha-5-1a38948.
...
* gnu/packages/kodi.scm (kodi): Update to 18.0_alpha-5-1a38948.
2017-05-25 20:20:04 +02:00
ng0
103b7e7955
gnu: Add kbd-neo.
...
* gnu/packages/linux.scm (kbd-neo): New variable.
Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2017-05-25 20:15:39 +02:00
ng0
fd7000fe33
gnu: kbd: Add 'native-search-paths'.
...
* gnu/packages/linux.scm (kbd)[native-search-paths]: Add it.
Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2017-05-25 20:05:11 +02:00
Marius Bakke
2af3743bc2
gnu: strace: Update to 4.17.
...
* gnu/packages/linux.scm (strace): Update to 4.17.
2017-05-25 20:04:32 +02:00
Marius Bakke
acc417ca36
gnu: slop: Update to 6.3.38.
...
* gnu/packages/xdisorg.scm (slop): Update to 6.3.38.
2017-05-25 20:04:32 +02:00
Arun Isaac
87c95cb242
gnu: emacs-exwm: Fix 'line too long' lint warning.
...
* gnu/packages/emacs.scm (emacs-exwm): Split line to fix 'line too long' lint
warning.
2017-05-25 23:31:25 +05:30
Jan Nieuwenhuizen
c10d887dd9
gnu: emacs-exwm: Update to 0.14.
...
* gnu/packages/emacs.scm (emacs-exwm): Update to 0.14.
Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
2017-05-25 23:26:47 +05:30
Kei Kebreau
ae40e02cd6
gnu: python-pyobject: Update to 3.24.1.
...
* gnu/packages/glib.scm (python-pyobject, python2-pyobject): Update to 3.24.1.
[arguments]: Remove field.
[native-inputs]: Add dbus.
2017-05-25 12:42:50 -04:00
Marius Bakke
60793e3732
gnu: webkitgtk: Update to 2.16.3 [fixes CVE-2017-{2496,2510,2539}].
...
* gnu/packages/webkit.scm (webkitgtk): Update to 2.16.3.
2017-05-25 18:04:13 +02:00
Julien Lepiller
2f4c2df12e
gnu: Add ocaml-ppx-jane.
...
* gnu/packages/ocaml.scm (ocaml-ppx-jane): New variable.
2017-05-25 14:48:15 +02:00
Julien Lepiller
5cd47fb05b
gnu: Add ocaml-ppx-expect.
...
* gnu/packages/ocaml.scm (ocaml-ppx-expect): New variable.
2017-05-25 14:48:01 +02:00
Julien Lepiller
f27522d6db
gnu: Add ocaml-re.
...
* gnu/packages/ocaml.scm (ocaml-re): New variable.
2017-05-25 14:47:58 +02:00
Julien Lepiller
38cb1ec64b
gnu: Add ocaml-ppx-fields-conv.
...
* gnu/packages/ocaml.scm (ocaml-ppx-fields-conv): New variable.
2017-05-25 14:47:56 +02:00
Julien Lepiller
9b8bc95747
gnu: Add ocaml-ppx-sexp-message.
...
* gnu/packages/ocaml.scm (ocaml-ppx-sexp-message): New variable.
2017-05-25 14:47:54 +02:00
Julien Lepiller
c64fecc20b
gnu: Add ocaml-ppx-custom-printf.
...
* gnu/packages/ocaml.scm (ocaml-ppx-custom-printf): New variable.
2017-05-25 14:47:52 +02:00
Julien Lepiller
7ea5acc668
gnu: Add ocaml-ppx-fail.
...
* gnu/packages/ocaml.scm (ocaml-ppx-fail): New variable.
2017-05-25 14:47:50 +02:00
Julien Lepiller
5d6d7ab0cf
gnu: Add ocaml-ppx-bin-prot.
...
* gnu/packages/ocaml.scm (ocaml-ppx-bin-prot): New variable.
2017-05-25 14:47:48 +02:00
Julien Lepiller
3674d7df2f
gnu: Add ocaml-ppx-pipebang.
...
* gnu/packages/ocaml.scm (ocaml-ppx-pipebang): New variable.
2017-05-25 14:47:45 +02:00
Julien Lepiller
25941ca13b
gnu: Add ocaml-ppx-sexp-value.
...
* gnu/packages/ocaml.scm (ocaml-ppx-sexp-value): New variable.
2017-05-25 14:47:22 +02:00
Danny Milosavljevic
faa6bdf8ad
gnu: sunxi-tools: Build armhf target tools.
...
* gnu/packages/admin.scm (sunxi-tools)
[native-inputs]: Add cross-gcc, cross-libc.
[arguments]: Add "set-environment-up" phase.
Replace "build" phase.
Add "build-armhf" phase.
Update make-flags.
2017-05-25 11:37:29 +02:00
Danny Milosavljevic
d169326908
gnu: Add python-behave-web-api.
...
Fixes <http://bugs.gnu.org/26906 >.
* gnu/packages/python.scm (python-behave-web-api, python2-behave-web-api):
New variables.
2017-05-25 11:37:29 +02:00