Marius Bakke
ec867b86a0
gnu: python2-oslotest: Disable tests.
...
* gnu/packages/openstack.scm(python2-oslotest)[arguments]: New field.
(python-oslotest)[properties]: Delay it.
2017-02-24 20:41:12 +01:00
Leo Famulari
55e61c4db8
gnu: gnutls: Support internationalized domain names.
...
* gnu/packages/tls.scm (gnutls)[propagated-inputs]: Replace libidn with
libidn2.
2017-02-24 14:03:16 -05:00
Marius Bakke
3b86a385db
gnu: python-passlib: Update to 1.7.1.
...
* gnu/packages/python.scm (python-passlib, python2-passlib): Update to 1.7.1.
2017-02-24 19:44:10 +01:00
Marius Bakke
cf46d07150
gnu: fio: Update to 2.18.
...
* gnu/packages/benchmark.scm (fio): Update to 2.18.
[arguments]: Enable tests.
2017-02-24 19:44:10 +01:00
Leo Famulari
c71011f80f
gnu: tcsh: Use modify-phases.
...
* gnu/packages/shells.scm (tcsh)[arguments]: Use modify-phases.
2017-02-24 13:22:07 -05:00
Leo Famulari
816417f5a4
gnu: tcsh: Update to 6.20.00.
...
* gnu/packages/shells.scm (tcsh): Update to 6.20.00.
[source]: Remove 'tcsh-do-not-define-BSDWAIT.patch'.
[inputs]: Remove coreutils. Move autoconf to ...
[native-inputs]: ... here. Add perl.
* gnu/packages/patches/tcsh-fix-autotest.patch: Adjust patch to upstream
changes.
* gnu/packages/patches/tcsh-do-not-define-BSDWAIT.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
2017-02-24 13:22:06 -05:00
Marius Bakke
42945fb58c
gnu: python-fake-factory: Fix build on 32bit.
...
* gnu/packages/patches/python-fake-factory-fix-build-32bit.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/python.scm (python-fake-factory, python2-fake-factory)[source]:
Use it.
2017-02-24 18:55:29 +01:00
ng0
b53e4cbd2c
gnu: gnurl: Update to 7.53.1.
...
* gnu/packages/gnunet.scm (gnurl): Update to 7.53.1.
(source)[uri]: Update to new upstream filename.
Signed-off-by: Kei Kebreau <kei@openmailbox.org>
2017-02-24 11:55:55 -05:00
Tobias Geerinckx-Rice
588edb9c01
gnu: youtube-dl: Update to 2017.02.22.
...
* gnu/packages/video.scm (youtube-dl): Update to 2017.02.22.
2017-02-24 16:39:42 +01:00
Tobias Geerinckx-Rice
6b08982d4a
gnu: gparted: Update to 0.28.1.
...
* gnu/packages/disk.scm (gparted): Update to 0.28.1.
2017-02-24 16:39:41 +01:00
Marius Bakke
630bc4fc07
gnu: rocksdb: Update to 5.1.3.
...
* gnu/packages/databases.scm (rocksdb): Update to 5.1.3.
2017-02-24 11:47:28 +01:00
Marius Bakke
2c8b6b4f84
gnu: maim: Update to 4.4.49.
...
* gnu/packages/xdisorg.scm (maim): Update to 4.4.49.
2017-02-24 11:47:27 +01:00
Marius Bakke
e1c014d7f3
gnu: slop: Update to 5.3.27.
...
* gnu/packages/xdisorg.scm (slop): Update to 5.3.27.
[arguments]: Remove #:configure-flags.
[inputs]: Add LIBXRENDER.
2017-02-24 11:47:27 +01:00
Marius Bakke
4fb9c83c54
gnu: graphicsmagick: Update to 1.3.25-2.6156b4c [security fixes].
...
* gnu/packages/imagemagick.scm (graphicsmagick): Update to 1.3.25-2.6156b4c.
2017-02-24 11:47:27 +01:00
Mark H Weaver
5fb34141cc
gnu: linux-libre@4.9: Update to 4.9.12.
...
* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.12.
2017-02-24 00:49:26 -05:00
Mark H Weaver
398433dc96
gnu: linux-libre@4.4: Update to 4.4.51.
...
* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.51.
2017-02-24 00:48:11 -05:00
Leo Famulari
0d7feebb62
gnu: lightweight-desktop.tmpl: Remove xmonad.
...
* gnu/system/examples/lightweight-desktop.tmpl (packages): Remove xmonad.
2017-02-23 17:44:59 -05:00
Leo Famulari
533372319e
gnu: lightweight-desktop.tmpl: Complete i3-wm.
...
* gnu/system/examples/lightweight-desktop.tmpl (packages): Add i3status
and dmenu.
(use-package-modules): Add suckless.
2017-02-23 17:44:54 -05:00
John Darrington
a20b084a04
gnu: Add gnushogi and xshogi
...
* gnu/packages/games.scm (gnushogi, xshogi): New variables.
2017-02-23 21:25:08 +01:00
Leo Famulari
1d311009fe
gnu: util-linux: Fix CVE-2017-2616.
...
* gnu/packages/patches/util-linux-CVE-2017-2616.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/linux.scm (util-linux)[replacement]: New field.
(util-linux/fixed): New variable.
2017-02-23 15:01:54 -05:00
Leo Famulari
1c851cbe0c
gnu: shadow: Fix CVE-2017-2616.
...
* gnu/packages/patches/shadow-CVE-2017-2616.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/admin.scm (shadow): Use it.
2017-02-23 14:59:50 -05:00
Leo Famulari
9f05908fb1
download: Provide a fall-back guile for older daemons.
...
Fixes <http://bugs.gnu.org/25775 >.
* guix/download.scm (in-band-download): Use %bootstrap-guile as a
fall-back when using older daemons that do not have a built-in
downloader.
Written-by: Ricardo Wurmus <rekado@elephly.net>
2017-02-23 14:27:35 -05:00
Leo Famulari
b191f0a6c5
services: guix: Support building in a directory besides '/tmp'.
...
* gnu/services/base.scm (<guix-configuration>)[tmpdir]: New field.
(guix-shepherd-service): Use 'tmpdir' in #:environment-variables.
* doc/guix.texi (Base Services)[guix-configuration]: Document it.
2017-02-23 13:03:14 -05:00
Clément Lassieur
94b28aed1e
gnu: prosody: Update to 0.9.12.
...
* gnu/packages/messaging.scm (prosody): Update to 0.9.12.
[inputs]: Change lua5.1-sec-0.5 to lua5.1-sec.
* gnu/packages/lua.scm (lua5.1-sec-0.5): Remove variable.
Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2017-02-23 14:46:19 +01:00
Marius Bakke
2b7d10d2db
gnu: maim: Update to 4.4.47.
...
* gnu/packages/xdisorg.scm (maim): Update to 4.4.47.
[arguments]: Remove obsolete 'patch-source' phase.
[inputs]: Remove LIBX11 and IMLIB2. Add GLM, LIBJPEG-TURBO, LIBPNG,
LIBXCOMPOSITE, MESA and ZLIB.
2017-02-23 14:06:19 +01:00
Marius Bakke
937b71dfce
gnu: slop: Update to 5.3.21.
...
* gnu/packages/xdisorg.scm (slop): Update to 5.3.21.
[arguments]: Specify -std=gnu++11 in #:configure-flags.
[inputs]: Drop LIBX11, LIBXRANDR, IMLIB2 and GLEW. Add GLM.
2017-02-23 13:53:34 +01:00
Marius Bakke
83090f6ae7
gnu: util-linux: Update to 2.29.2.
...
* gnu/packages/linux.scm (util-linux): Update to 2.29.2.
2017-02-23 11:15:23 +01:00
Marius Bakke
5f3070a500
gnu: alsa-lib: Update to 1.1.3.
...
* gnu/packages/patches/alsa-lib-mips-atomic-fix.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
* gnu/packages/linux.scm (alsa-lib): Update to 1.1.3.
[source]: Remove patch.
[home-page]: Use HTTPS.
2017-02-23 11:02:21 +01:00
Leo Famulari
93d32da9f8
services: guix: Support using an HTTP proxy.
...
* gnu/services/base.scm (<guix-configuration>)[http-proxy]: New field.
(guix-shepherd-service): Use 'http-proxy' in #:environment-variables.
* doc/guix.texi (Base Services)[guix-configuration]: Document it.
2017-02-22 15:25:55 -05:00
Leo Famulari
8923441951
gnu: linux-libre@4.1, linux-libre@4.4, linux-libre@4.9: Fix CVE-2017-6074.
...
* gnu/packages/linux.scm (linux-libre-4.1, linux-libre-4.4,
linux-libre-4.9): Add patch for CVE-2017-6074.
2017-02-22 12:38:57 -05:00
Marius Bakke
2f7b4749e7
gnu: libxcb: Update to 1.12.
...
* gnu/packages/patches/libxcb-python-3.5-compat.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/xorg.scm (libxcb): Update to 1.12.
[source]: Add patch. Download from new home.
[home-page]: Change to new xcb.fd.o home.
2017-02-22 13:31:49 +01:00
Marius Bakke
ba5e23d605
gnu: xcb-proto: Update to 1.12.
...
* gnu/packages/patches/xcb-proto-python3-print.patch,
gnu/packages/patches/xcb-proto-python3-whitespace.patch: New files.
* gnu/local.mk (dist_patch_DATA): Add them.
* gnu/packages/xorg.scm (xcb-proto): Update to 1.12.
[source]: Use patches. Download from new home.
[home-page]: Change to new xcb.fd.o home.
2017-02-22 13:31:48 +01:00
Danny Milosavljevic
f59a20cb6c
gnu: xonsh: Update to 0.5.5.
...
* gnu/packages/shells.scm (xonsh): Update to 0.5.5.
2017-02-22 11:33:06 +01:00
Danny Milosavljevic
052f75da75
gnu: python-pygame: Update to 1.9.3.
...
* gnu/packages/game-development.scm (python-pygame)[version]: Update to 1.9.3.
[source]: Use pypi-uri.
[inputs]: Add freetype.
[arguments]: Use python-3 instead of python-2.
Provide path to freetype library in 'set-library-paths' phase.
Remove "src/movie.c" dummy substitution.
(python2-pygame): New variable.
2017-02-22 11:31:30 +01:00
Marius Bakke
c0185d8e84
gnu: nginx: Update to 1.11.10.
...
* gnu/packages/web.scm (nginx): Update to 1.11.10.
2017-02-22 10:31:59 +01:00
Marius Bakke
6983b8a826
gnu: strace: Update to 4.16.
...
* gnu/packages/linux.scm (strace): Update to 4.16.
[arguments]: Add phase to patch /bin/sh reference. New field.
[home-page]: Update to redirected URL.
2017-02-22 10:24:00 +01:00
Marius Bakke
c762d09e89
gnu: bash-completion: Update to 2.5.
...
* gnu/packages/bash.scm (bash-completion): Update to 2.5.
2017-02-22 08:13:05 +01:00
Marius Bakke
7db818c945
gnu: ola: Update to 0.10.3.
...
* gnu/packages/lighting.scm (ola): Update to 0.10.3.
2017-02-22 08:13:01 +01:00
Marius Bakke
bc5d2620b6
gnu: mpv: Update to 0.24.0.
...
* gnu/packages/video.scm (mpv): Update to 0.24.0.
2017-02-22 08:12:57 +01:00
Marius Bakke
7031b9a763
gnu: libass: Update to 0.13.6.
...
* gnu/packages/video.scm (libass): Update to 0.13.6.
2017-02-22 08:12:53 +01:00
Marius Bakke
c05be50a6f
gnu: graphite2: Update to 1.3.9.
...
* gnu/packages/fontutils.scm (graphite2): Update to 1.3.9.
2017-02-22 07:26:14 +01:00
Marius Bakke
827dc6295c
gnu: libepoxy: Update to 1.4.0.
...
* gnu/packages/patches/libepoxy-gl-null-checks.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
* gnu/packages/gl.scm (libepoxy): Update to 1.4.0.
[source]: Remove patch. Use release tarball and remove explicit file-name.
[arguments]: Drop 'autoreconf' phase. Remove obsolete test substitution.
[native-inputs]: Remove AUTOCONF, AUTOMAKE and LIBTOOL.
2017-02-22 07:26:04 +01:00
Christopher Allan Webber
aaf1bdc349
gnu: Add guile-fibers.
...
* gnu/packages/guile.scm (guile-fibers): New variable.
2017-02-21 22:22:36 -06:00
Leo Famulari
53a55c9c86
gnu: curl: Update replacement to 7.53.0 [fixes CVE-2017-2629].
...
* gnu/packages/curl.scm (curl-7.52.1): Replace variable with ...
(curl-7.53.0): ... new variable.
(curl)[replacement]: Update to 7.53.0.
2017-02-21 19:07:05 -05:00
Efraim Flashner
a6d352cc01
gnu: gs-fonts: Use 'modify-phases'.
...
* gnu/packages/ghostscript.scm (gs-fonts)[arguments]: Use
'modify-phases' syntax.
2017-02-21 21:49:31 +02:00
Efraim Flashner
6446555876
gnu: aalib: Support aarch64.
...
* gnu/packages/video.scm (aalib)[arguments]: Modify custom configure
phase to declare host type on aarch64.
2017-02-21 21:15:06 +02:00
Efraim Flashner
fd61591850
gnu: python: Remove failing test on aarch64.
...
* gnu/packages/python.scm (python-3.5)[source]: Add snippet removing
test that fails on aarch64.
2017-02-21 21:14:57 +02:00
Efraim Flashner
db700d5829
gnu: libelf: Use 'modify-phases'.
...
* gnu/packages/elf.scm (libelf)[arguments]: Use 'modify-phases'.
2017-02-21 21:14:48 +02:00
Efraim Flashner
eb9a603317
gnu: libelf: Support aarch64.
...
* gnu/packages/elf.scm (libelf)[arguments]: Modify custom configure
phase to declare host type on aarch64.
2017-02-21 21:14:36 +02:00
Efraim Flashner
6d755c7b84
gnu: libgpg-error: Update to 1.26.
...
* gnu/packages/gnupg.scm (libgpg-error): Update to 1.26.
2017-02-21 20:28:53 +02:00