Marius Bakke
e48859b2b2
gnu: mpc: Update to 1.1.0.
...
* gnu/packages/multiprecision.scm (mpc): Update to 1.1.0.
2018-02-20 19:54:25 +01:00
Marius Bakke
784d3b7e8e
gnu: ncurses: Update to 6.1.
...
* gnu/packages/ncurses.scm (ncurses): Update to 6.1.
[arguments]: Remove APPLY-ROLLUP-PATCH-PHASE.
[native-inputs]: Remove "rollup-patch" origin. Move comment.
2018-02-20 19:54:24 +01:00
Marius Bakke
eaa7b9664e
gnu: gdbm: Update to 1.14.
...
* gnu/packages/databases.scm (gdbm): Update to 1.14.
2018-02-20 19:54:24 +01:00
Marius Bakke
49b080de9a
gnu: gzip: Update to 1.9.
...
* gnu/packages/compression.scm (gzip): Update to 1.9.
2018-02-20 19:53:56 +01:00
Tobias Geerinckx-Rice
71a96ecb29
gnu: nspr: Update to 4.18.
...
* gnu/packages/gnuzilla.scm (nspr): Update to 4.18.
2018-02-20 19:52:46 +01:00
Pjotr Prins
1b541c3e93
gnu: ldc: Update to 1.7.0.
...
Fixes recent bootstrap and updates ldc and package manager to match.
* gnu/packages/ldc.scm (ldc-bootstrap): Update to 0.17.4.
[properties]: Add max-slient-time.
[arguments]<#:phases>[patch-phobos]: Update patches (see below).
(ldc): Update to 1.7.0.
(ldc-beta): Delete variable.
[arguments]<#:phases>[patch-phobos]: Update patches (see below).
[arguments]<#:phases>[check]: Use invoke.
(rdmd): Update to 2.077.1.
(dub): Update to 1.7.2.
* gnu/local.mk (dist_patch_DATA): Remove "ldc-disable-tests.patch".
Add "ldc-bootstrap-disable-tests.patch".
Remove "ldc-1.1.0-disable-phobos-tests.patch".
Add "ldc-1.7.0-disable-phobos-tests.patch".
Remove "ldc-1.1.0-disable-dmd-tests.patch".
Co-Authored-By: Danny Milosavljevic <dannym@scratchpost.org>
2018-02-20 19:36:34 +01:00
Tobias Geerinckx-Rice
70144879aa
gnu: coreutils: Update to 8.29.
...
* gnu/packages/base.scm (coreutils): Update to 8.29.
2018-02-20 19:32:45 +01:00
Tobias Geerinckx-Rice
05d86d70d9
gnu: m4: Update phase style.
...
* gnu/packages/m4.scm (m4)[arguments]: Use MODIFY-PHASES syntax and end
phase with #t.
2018-02-20 19:29:16 +01:00
Tobias Geerinckx-Rice
5170bbd5bc
gnu: ncurses: Update phase style.
...
* gnu/packages/ncurses.scm (ncurses)[arguments]: Use INVOKE and end
phases with #t.
2018-02-20 19:29:12 +01:00
Tobias Geerinckx-Rice
e9190dd4c4
gnu: eudev: Update to 3.2.5.
...
* gnu/packages/linux.scm (eudev): Update to 3.2.5.
2018-02-20 19:29:08 +01:00
Marius Bakke
5dd53cbf56
gnu: nginx: Update to 1.13.9.
...
* gnu/packages/web.scm (nginx): Update to 1.13.9.
2018-02-20 19:05:13 +01:00
Marius Bakke
d64bcccf43
gnu: grub: Run tests against Qemu 2.10.
...
* gnu/packages/bootloaders.scm (qemu-minimal-2.10): New variable.
(grub)[native-inputs]: Replace QEMU-MINIMAL with QEMU-MINIMAL-2.10.
2018-02-20 18:23:14 +01:00
Marius Bakke
09183df209
gnu: libical: Update to 3.0.2.
...
* gnu/packages/calendar.scm (libical)[native-inputs]: Add PKG-CONFIG.
[inputs]: Add GLIB and LIBXML2. Move ICU4C to ...
[propagated-inputs]: ... here.
[arguments]: Add #:configure-flags to only build shared libs. Don't access
%build-inputs directly in PATCH-PATHS-PHASE.
[license]: Add MPL2.0.
2018-02-20 17:58:11 +01:00
Marius Bakke
49057c8fc1
Revert "gnu: python2-tqdm: Work around missing flake8 propagation."
...
This reverts commit 53f826cd0f
.
2018-02-20 17:56:06 +01:00
Marius Bakke
7c9a1d5e80
Revert "Revert "gnu: python2-flake8: Fix python-enum34 propagation.""
...
This reverts commit b7049b2e23
.
2018-02-20 17:55:53 +01:00
Marius Bakke
5fa6b52a54
gnu: qemu: Update to 2.11.1.
...
* gnu/packages/patches/qemu-CVE-2017-15038.patch,
gnu/packages/patches/qemu-CVE-2017-15289.patch: Delete files.
* gnu/local.mk (dist_patch_DATA): Remove them.
* gnu/packages/virtualization.scm (qemu): Update to 2.11.1
[source](patches): Remove.
2018-02-20 17:44:43 +01:00
Marius Bakke
7f69459aca
Merge branch 'master' into staging
2018-02-20 17:36:56 +01:00
Marius Bakke
b1989c1250
gnu: freetype: Fix CVE-2018-6942.
...
* gnu/packages/patches/freetype-CVE-2018-6942.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it.
* gnu/packages/fontutils.scm (freetype)[replacement]: New field.
(freetype/fixed): New variable.
2018-02-20 16:26:20 +01:00
Tobias Geerinckx-Rice
3d2d5ebffa
gnu: gnurl: Add HTTP/2 support.
...
* gnu/packages/gnunet.scm (gnurl)[inputs]: Add nghttp2:lib.
2018-02-20 16:06:11 +01:00
Tobias Geerinckx-Rice
c36615877b
gnu: patchelf: Update phase style.
...
* gnu/packages/elf.scm (patchelf)[arguments]: Use MODIFY-PHASES syntax
and INVOKE, and end phase with #t.
2018-02-20 16:06:11 +01:00
Tobias Geerinckx-Rice
273cab96d7
gnu: cross-base: Update phase style.
...
* gnu/packages/cross-base.scm (cross-kernel-headers, cross-libc): Use
MODIFY-PHASES syntax and end phases with #t.
2018-02-20 16:06:10 +01:00
Tobias Geerinckx-Rice
fc783fb264
gnu: indent: Update phase style.
...
* gnu/packages/indent.scm (indent)[arguments]: Use MODIFY-PHASES syntax
and end phase with #t.
2018-02-20 16:06:10 +01:00
Tobias Geerinckx-Rice
e0f71c802c
gnu: intltool: Update phase style.
...
* gnu/packages/glib.scm (intltool)[arguments]: Use MODIFY-PHASES syntax
and end phase with #t.
2018-02-20 16:06:10 +01:00
Tobias Geerinckx-Rice
edbce464b9
gnu: make-bootstrap: Update phase style.
...
* gnu/packages/make-bootstrap.scm (%static-inputs): Use MODIFY-PHASES
syntax and end phases with #t.
(%binutils-static, %gcc-static)[arguments]: Likewise.
2018-02-20 16:06:10 +01:00
Tobias Geerinckx-Rice
667e6f1e24
gnu: libffi: Update phase style.
...
* gnu/packages/libffi.scm (libffi): Move let-bound POST-INSTALL-PHASE to...
[arguments]: ...here, use MODIFY-PHASES syntax, and end phase with #t.
2018-02-20 16:06:10 +01:00
Tobias Geerinckx-Rice
d2d1144d61
gnu: dblatex: Update phase style.
...
* gnu/packages/docbook.scm (dblatex)[arguments]: Use MODIFY-PHASES
syntax and end phase with #t.
2018-02-20 16:06:09 +01:00
Tobias Geerinckx-Rice
c04e511693
gnu: glibc-hurd-headers: Update phase style.
...
* gnu/packages/base.scm (glibc/hurd-headers)[arguments]: Use
MODIFY-PHASES syntax and INVOKE, and end phases with #t.
2018-02-20 16:06:09 +01:00
Tobias Geerinckx-Rice
20897536e5
gnu: guile@2.0.14: Update phase style.
...
* gnu/packages/guile.scm (guile-2.0)[arguments]: Use MODIFY-PHASES
syntax and end phase with #t.
2018-02-20 16:06:09 +01:00
Tobias Geerinckx-Rice
53bfec7bc4
gnu: commencement: Update phase style.
...
* gnu/packages/commencement.scm (gnu-make-boot0): Substitute INVOKE for
SYSTEM* and end phases with #t.
(glibc-final-with-bootstrap-bash)[arguments]: Use MODIFY-PHASES syntax
and end phase with #t.
(gcc-boot0)[arguments]: Do all of the above.
2018-02-20 16:06:09 +01:00
Tobias Geerinckx-Rice
ba81ca6af3
gnu: gcc@4.7: Update phase style.
...
* gnu/packages/gcc.scm (gcc-4.7)[arguments]: Use MODIFY-PHASES syntax
and end phases with #t.
2018-02-20 16:06:08 +01:00
Tobias Geerinckx-Rice
c0ad84ff1e
gnu: gts: Update phase style.
...
* gnu/packages/graphviz.scm (gts)[arguments]: Use MODIFY-PHASES syntax
and end phase with #t.
2018-02-20 16:06:08 +01:00
Tobias Geerinckx-Rice
0dc618067b
gnu: util-macros: Update phase style.
...
* gnu/packages/xorg.scm (util-macros)[arguments]: Use MODIFY-PHASES
syntax and end phases with #t.
2018-02-20 16:06:08 +01:00
Marius Bakke
fb9d035015
gnu: python-pyopenssl: Update to 17.5.0.
...
* gnu/packages/python-crypto.scm (python-pyopenssl): Update to 17.5.0.
2018-02-20 16:03:07 +01:00
Marius Bakke
0ba631b90f
gnu: python-cryptography: Update to 2.1.4.
...
* gnu/packages/python-crypto.scm (python-cryptography-vectors,
python-cryptography): Update to 2.1.4.
2018-02-20 16:03:00 +01:00
Marius Bakke
cb4a178b20
gnu: libbsd: Update to 0.8.7.
...
* gnu/packages/libbsd.scm (libbsd): Update to 0.8.7.
2018-02-20 16:01:46 +01:00
Marius Bakke
e83f62f947
gnu: sqlite: Update to 3.22.0.
...
* gnu/packages/databases.scm (sqlite): Update to 3.22.0.
2018-02-20 16:01:46 +01:00
Marius Bakke
797278dff6
gnu: dbus: Update to 1.12.4.
...
* gnu/packages/glib.scm (dbus): Update to 1.12.4.
2018-02-20 16:01:46 +01:00
Marius Bakke
ab1ac4a56b
gnu: glib: Update to 2.54.3.
...
* gnu/packages/glib.scm (glib): Update to 2.54.3.
2018-02-20 16:01:46 +01:00
Marius Bakke
f0539f797a
gnu: util-linux: Update to 2.31.1.
...
* gnu/packages/linux.scm (util-linux): Update to 2.31.1.
2018-02-20 16:01:45 +01:00
Marius Bakke
c8b16de75c
gnu: libuv: Update to 1.19.1.
...
* gnu/packages/libevent.scm (libuv): Update to 1.19.1.
[arguments]: Use INVOKE instead of SYSTEM*.
2018-02-20 16:01:45 +01:00
Marius Bakke
5c73e162e2
gnu: imagemagick: Update to 6.9.9-35.
...
* gnu/packages/imagemagick.scm (imagemagick): Update to 6.9.9-35.
2018-02-20 15:04:28 +01:00
Marius Bakke
1eaba63f73
gnu: calendar.scm: Use license: prefix.
...
* gnu/packages/calendar.scm (libical, khal, remind, libhdate): Use license: prefix.
2018-02-20 14:58:52 +01:00
Marius Bakke
9d13e77adb
gnu: rrdtool: Use a fixed version of tzdata for tests.
...
* gnu/packages/rrdtool.scm (rrdtool)[native-inputs]: Replace TZDATA with
TZDATA-FOR-TESTS.
2018-02-20 14:58:52 +01:00
Marius Bakke
4a82722a65
gnu: gtk+: Update to 3.22.28.
...
* gnu/packages/gtk.scm (gtk+): Update to 3.22.28.
2018-02-20 14:55:58 +01:00
Marius Bakke
f55ef78b5c
gnu: gtk+@2: Update to 2.24.32.
...
* gnu/packages/patches/gtk2-fix-failing-test.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
* gnu/packages/gtk.scm (gtk+-2): Update to 2.24.32.
[source]: Remove 'gtk2-fix-failing-test.patch'.
2018-02-20 14:55:58 +01:00
Marius Bakke
ac85920a74
gnu: bluez: Update to 5.48.
...
* gnu/packages/linux.scm (bluez): Update to 5.48.
2018-02-20 14:55:58 +01:00
Rutger Helling
2395181a67
gnu: Update copyright line.
...
* gnu/packages/gl.scm: Update copyright line for commit 7dbd98a
.
2018-02-20 09:19:30 +01:00
Rutger Helling
7dbd98a1d5
gnu: mesa: Update to 17.3.5.
...
* gnu/packages/gl.scm (mesa): Update to 17.3.5.
2018-02-20 09:15:55 +01:00
Leo Famulari
62868f124c
gnu: tzdata: Preserve directory layout from before tzdata 2018a.
...
tzdata 2018a instroduced some changes to the build and installation
procedures that commit e2832cdc3
failed to address. They are described
in the NEWS file.
This is a followup to commit e2832cdc35
.
* gnu/packages/base.scm (tzdata)[arguments]: Set TZDEFAULT. Remove the
time-zone utility programs in a build phase.
2018-02-19 23:57:36 -05:00
Tobias Geerinckx-Rice
775989c7a8
gnu: nix, patchelf: Use HTTPS for nixos.org home pages.
...
* gnu/packages/elf.scm (patchelf)[home-page]: Use HTTPS.
* gnu/packages/package-management.scm (nix)[home-page]: Likewise.
2018-02-20 05:02:44 +01:00