Age | Commit message (Collapse) | Author |
|
* gnu/packages/video.scm (youtube-dl): Update to 2017.05.07.
|
|
* gnu/packages/version-control.scm (git): Update to 2.13.1.
|
|
* 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.
|
|
* gnu/packages/xdisorg.scm (libwacom): Update to 0.25.
|
|
* gnu/packages/networking.scm (ethtool): Update to 4.11.
|
|
* gnu/packages/linux.scm (iproute): Update to 4.11.0.
|
|
* gnu/packages/wm.scm (libconfuse): Update to 3.2.
|
|
* gnu/packages/mtools.scm (exfat-tools): Update to 1.2.7.
|
|
* gnu/packages/linux.scm (fuse-exfat): Update to 1.2.7.
|
|
* gnu/services/base.scm (<guix-configuration>)[max-silent-time]
[timeout]: New fields.
(guix-shepherd-service): Honor them.
* doc/guix.texi (Base Services): Document them.
|
|
* gnu/packages/package-management.scm (guix): Update to de9d8f0.
|
|
|
|
* gnu/packages/imagemagick.scm (imagemagick): Update to 6.9.8-9.
|
|
* gnu/packages/video.scm (libass): Update to 0.13.7.
|
|
Fixes <http://bugs.gnu.org/26972>.
* guix/ssh.scm (store-import-channel)[import]: Add 'consume-input'
procedure. Wrap body in 'catch' and 'guard'. Use 'open-remote-pipe'
with OPEN_BOTH instead of 'open-remote-output-pipe'.
(send-files): After the 'channel-send-eof' call, do (read port).
Interpret the result sexp and raise an error condition if needed.
|
|
* gnu/packages/ssh.scm (libssh): Update to 0.7.5.
[source](patches): New field.
|
|
* gnu/packages/ruby.scm (ruby-ae)[arguments]<#:phases>: Add 'replace-broken-symlink'.
|
|
* gnu/packages/ruby.scm (ruby-ansi)[arguments]<#:phases>: Add 'replace-broken-symlink'.
|
|
* gnu/packages/ruby.scm (ruby-net-ssh): Update to 4.1.0.
[native-inputs]: Add BUNDLER.
|
|
* gnu/packages/ruby.scm (ruby-pg): Update to 0.20.0.
|
|
* gnu/packages/ruby.scm (ruby-ox): Update to 2.5.0.
|
|
* gnu/packages/graphics.scm (openscenegraph): New variable.
* gnu/packages/patches/openscenegraph-ffmpeg3.patch: New file.
* gnu-system.am (dist_patch_DATA): Add it.
|
|
* gnu/packages/networking.scm (spiped): New variable.
|
|
* gnu/packages/compression.scm (unshield): New variable.
|
|
* gnu/packages/shells.scm (s): New variable.
Signed-off-by: Kei Kebreau <kei@openmailbox.org>
|
|
* gnu/packages/shells.scm (linenoise): New variable.
Signed-off-by: Kei Kebreau <kei@openmailbox.org>
|
|
* gnu/packages/python.scm (python-flasgger, python2-flasgger): New variables.
|
|
* gnu/packages/python.scm (python-apispec, python2-apispec): New variables.
|
|
* gnu/packages/python.scm (python-bottle, python2-bottle): New variables.
|
|
* gnu/packages/python.scm (python-marshmallow, python2-marshmallow):
New variables.
|
|
* gnu/packages/python.scm (python-flex, python2-flex): New variables.
|
|
* gnu/packages/python.scm (python-validate-email, python2-validate-email):
New variables.
|
|
* gnu/packages/python.scm (python-rfc3987, python2-rfc3987): New variables.
|
|
* gnu/packages/python.scm (python-jsonpointer, python2-jsonpointer):
New variables.
|
|
* gnu/packages/python.scm (python-nose-randomly, python2-nose-randomly): New
variables.
Signed-off-by: Marius Bakke <mbakke@fastmail.com>
|
|
* gnu/packages/python.scm (python2-steadymark): New variable.
Signed-off-by: Marius Bakke <mbakke@fastmail.com>
|
|
* gnu/packages/python.scm (python-misaka, python2-misaka): New variables.
Signed-off-by: Marius Bakke <mbakke@fastmail.com>
|
|
* gnu/packages/python.scm (python2-couleur): New variable.
Signed-off-by: Marius Bakke <mbakke@fastmail.com>
|
|
* gnu/packages/python.scm (python-sure, python2-sure): New variables.
Signed-off-by: Marius Bakke <mbakke@fastmail.com>
|
|
* gnu/packages/kodi.scm (kodi): Update to 18.0_alpha-6-f22d62d.
|
|
* gnu/packages/android.scm (git-repo): New variable.
|
|
* gnu/packages/video.scm (vlc)[inputs]: Add libdvbpsi.
|
|
* gnu/packages/video.scm (libdvbpsi): New variable.
|
|
* 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.
|
|
* gnu/packages/video.scm (livemedia-utils): New variable.
|
|
* guix/scripts/refresh.scm (%options): Add -m option,
(show-help): document it,
(packages-from-manifest): new procedure,
(guix-refresh): use packages from manifest if specified, otherwise
keep the previous behaviour.
* doc/guix.texi (Invoking guix refresh): document new option.
|
|
* gnu/packages/mes.scm (mes): Update to 0.7.
|
|
* gnu/packages/mes.scm (nyacc): Update to 0.79.4.
|
|
* 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.
|
|
This commit reverts 'patch' hack introduced in
a48a1071a686b250bf8b7982ca0ce8dda1d93c61 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>
|