Commit Graph

29218 Commits (74f3fdbdb3738e191b8723df9132f5d33d9dd11e)

Author SHA1 Message Date
Marius Bakke 74f3fdbdb3
gnu: python-pygobject: Update to 3.28.3.
* gnu/packages/glib.scm (python-pygobject): Update to 3.28.3.
2018-08-27 16:30:02 +02:00
Marius Bakke e30fc54637
gnu: python-dateutil: Update to 2.7.3.
* gnu/packages/time.scm (python-dateutil): Update to 2.7.3.
[native-inputs]: Add PYTHON-SETUPTOOLS-SCM.
[license]: Add ASL2.0.
2018-08-27 16:28:06 +02:00
Marius Bakke d7c82e8e03
gnu: python-numpy: Update to 1.15.1.
* gnu/packages/python.scm (python-numpy): Update to 1.15.1.
[native-inputs]: Replace PYTHON-NOSE with PYTHON-PYTEST.
[arguments]: Set PATH before running tests.  Use INVOKE.
2018-08-27 16:05:11 +02:00
Rutger Helling c0fdc5a53d
gnu: wayland: Update to 1.16.0.
* gnu/packages/freedesktop.scm (wayland): Update to 1.16.0.
2018-08-27 10:16:51 +02:00
Marius Bakke 45c78bf924
gnu: gcc: Include libsanitizer patch for versions 6 and 7.
* gnu/packages/gcc.scm (gcc-6, gcc-7)[source](patches): Add
"gcc-libsanitizer-ustat.patch".
2018-08-26 16:50:39 +02:00
Marius Bakke 8d48f358e9
gnu: parted: Fix build with glibc >= 2.28.
* gnu/packages/patches/parted-glibc-compat.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it.
* gnu/packages/disk.scm (parted)[source](patches): New field.
2018-08-26 16:20:04 +02:00
Marius Bakke 60ecc10f18
gnu: xorg-server@1.19.3: Rename to "xorg-server-for-tests".
...and update to the latest xorg-server.

* gnu/packages/gtk.scm (gtk+, gtkmm, girara): Change XORG-SERVER-1.19.3
references to XORG-SERVER-FOR-TESTS.
* gnu/packages/pdf.scm (zathura)[native-inputs]: Likewise.
* gnu/packages/xorg.scm (xorg-server-1.19.3): Rename to ...
(xorg-server-for-tests): ... this.
2018-08-26 16:17:31 +02:00
Marius Bakke 8ad6584103
gnu: mesa: Update to 18.1.7.
* gnu/packages/gl.scm (mesa): Update to 18.1.7.
2018-08-26 01:04:45 +02:00
Marius Bakke fa2146f769
gnu: xkeyboard-config: Update to 2.24.
* gnu/packages/xorg.scm (xkeyboard-config): Update to 2.24.
2018-08-25 20:13:08 +02:00
Marius Bakke c37e932764
gnu: gdb: Remove obsolete patch.
* gnu/packages/patches/gdb-python-3.7.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
* gnu/packages/gdb.scm (gdb)[source](patches): Remove field.
2018-08-25 19:23:35 +02:00
Marius Bakke 65ba72d749
gnu: libx11: Remove graft for 1.6.6.
* gnu/packages/xorg.scm (libx11): Update to 1.6.6.
[replacement]: Remove field.
(libx11-1.6.6): Remove variable.
2018-08-25 16:57:35 +02:00
Marius Bakke 839167ff9d
Merge branch 'staging' into core-updates 2018-08-25 16:44:07 +02:00
Marius Bakke 030c912616
gnu: libdrm: Update to 2.4.93.
* gnu/packages/xdisorg.scm (libdrm): Update to 2.4.93.
2018-08-25 16:40:31 +02:00
Marius Bakke 9b3b4c05a0
gnu: mesa: Build against elfutils instead of libelf.
* gnu/packages/gl.scm (mesa)[inputs]: Change from LIBELF to ELFUTILS.
2018-08-25 16:40:31 +02:00
Marius Bakke 173d291466
Merge branch 'master' into staging 2018-08-25 16:38:51 +02:00
Marius Bakke 94e9d750a2
gnu: libx11: Replace with 1.6.6 [security fixes].
This fixes CVE-2018-14599, CVE-2018-14600, and CVE-2018-14598.

* gnu/packages/xorg.scm (libx11)[replacement]: New field.
(libx11-1.6.6): New public variable.
2018-08-25 16:32:06 +02:00
Marius Bakke 27c1df05a8
gnu: linux-libre-headers: Update to 4.14.67.
* gnu/packages/linux.scm (linux-libre-headers): Update to 4.14.67.
2018-08-25 16:27:46 +02:00
Marius Bakke cf59c62853
gnu: Remove bison@2.7.
* gnu/packages/bison.scm (bison-2.7): Remove variable.
2018-08-25 16:23:37 +02:00
Marius Bakke 34f4c214b6
gnu: flex: Update bison-for-tests to 3.0.5.
* gnu/packages/flex.scm (flex)[inputs]: Make BISON-FOR-TESTS inherit source
from BISON, and disable tests on it since they require flex.
2018-08-25 16:23:36 +02:00
Marius Bakke 2fa4066c0a
gnu: findutils: Fix build with glibc 2.28.
* gnu/packages/patches/findutils-gnulib-libio.patch,
gnu/packages/patches/findutils-makedev.patch: New files.
* gnu/local.mk (dist_patch_DATA): Register it.
* gnu/packages/base.scm (findutils)[source](patches): Use them.
2018-08-25 16:23:36 +02:00
Marius Bakke 8c8ded2cc9
gnu: grep: Work around test failure with glibc 2.28.
* gnu/packages/base.scm (grep)[arguments]: Add phase 'disable-failing-tests'.
2018-08-25 16:23:36 +02:00
Marius Bakke a8dcf6cec7
gnu: coreutils: Update to 8.30.
* gnu/packages/base.scm (coreutils): Update to 8.30.
[arguments]: Add phase to skip broken test.
2018-08-25 16:23:36 +02:00
Marius Bakke c7b87eeda2
gnu: gzip: Fix FTBFS with glibc >= 2.28.
* gnu/packages/compression.scm (gzip)[arguments]: Add phase
'patch-for-glibc-2.28'.
2018-08-25 16:23:36 +02:00
Marius Bakke 95895d53b0
gnu: m4: Fix FTBFS with glibc >= 2.28.
* gnu/packages/patches/m4-gnulib-libio.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it.
* gnu/packages/m4.scm (m4)[source](patches): New field.
2018-08-25 16:23:36 +02:00
Marius Bakke 1aef659e86
gnu: gcc: Fix build with glibc >= 2.28.
* gnu/packages/patches/gcc-libsanitizer-ustat.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it.
* gnu/packages/gcc.scm (gcc-5)[source](patches): Add it.
2018-08-25 16:23:36 +02:00
Marius Bakke e13b547407
gnu: glibc: Update to 2.28.
* gnu/packages/patches/glibc-2.28-git-fixes.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it.
* gnu/packages/base.scm (glibc/linux): Update to 2.28.
[source](patches): Add 'glibc-2.28-git-fixes.patch'.  Remove 2.27 equivalent.
(glibc-2.28): Remove variable.
(glibc-2.27): New public variable
2018-08-25 16:23:35 +02:00
宋文武 7789bf9531
gnu: dante: Disable preloading to make 'sockd' work.
* gnu/packages/networking.scm (dante)[arguments]: Pass '--disable-preload'
to #:configure-flags.
2018-08-25 16:40:21 +08:00
Leo Famulari 36a8d5cdf4
gnu: OpenSSH: Update to 7.8p1.
* gnu/packages/ssh.scm (openssh): Update to 7.8p1.
[source]: Remove 'openssh-CVE-2018-15473.patch'.
* gnu/packages/patches/openssh-CVE-2018-15473.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
2018-08-24 17:04:58 -04:00
Ludovic Courtès c1352b4bad
gnu: font-gnu-unifont: Update to 11.0.02.
* gnu/packages/fonts.scm (font-gnu-unifont): Update to 11.0.02.
[arguments]: Adjust code to install 'unifont.info.gz' in 'install'
phase.
2018-08-24 17:54:10 +02:00
Ludovic Courtès bf0bb925ea
gnu: gdb: Update to 8.1.1.
* gnu/packages/gdb.scm (gdb): Update to 8.1.1.
2018-08-24 17:50:52 +02:00
Ricardo Wurmus 079cdd9c15
gnu: Add find-circ.
* gnu/packages/bioinformatics.scm (find-circ): New variable.
2018-08-24 11:20:19 +02:00
Tobias Geerinckx-Rice 4a3cf8929f
gnu: r-catools: Update to 1.17.1.1.
* gnu/packages/statistics.scm (r-catools): Update to 1.17.1.1.
2018-08-24 04:25:50 +02:00
Tobias Geerinckx-Rice 0e5d66abf6
gnu: keepassxc: Update to 2.3.4.
* gnu/packages/password-utils.scm (keepassxc): Update to 2.3.4.
[arguments]: Remove obsolete ‘patch-sources’ phase.
2018-08-24 04:25:50 +02:00
Tobias Geerinckx-Rice a7b14a1b39
gnu: capstone: Update to 3.0.5.
* gnu/packages/engineering.scm (capstone): Update to 3.0.5.
[arguments]: Set cstool's LDFLAGS in the environment instead of
SUBSTITUTE*ing the Makefile.
2018-08-24 03:04:56 +02:00
Tobias Geerinckx-Rice 77c027b98b
gnu: r-trimcluster: Update to 0.1-2.1.
* gnu/packages/statistics.scm (r-trimcluster): Update to 0.1-2.1.
2018-08-24 02:30:43 +02:00
Tobias Geerinckx-Rice 6d83cd1f9a
gnu: r-synchronicity: Update to 1.3.5.
* gnu/packages/statistics.scm (r-synchronicity): Update to 1.3.5.
2018-08-24 02:30:42 +02:00
Tobias Geerinckx-Rice 6a9a50fd2f
gnu: guile-lib: Update to 0.2.6.1.
* gnu/packages/guile.scm (guile-lib): Update to 0.2.6.1.
[source]: Remove obsolete snippet.
2018-08-24 02:30:42 +02:00
Tobias Geerinckx-Rice a0a7e42500
gnu: tuxguitar: Update to 1.5.2.
* gnu/packages/music.scm (tuxguitar): Update to 1.5.2.
[source]: Remove obsolete snippet.
2018-08-24 02:30:41 +02:00
Tobias Geerinckx-Rice 38146797e6
gnu: libgig: Update to 4.1.0.
* gnu/packages/music.scm (libgig): Update to 4.1.0.
2018-08-24 02:30:41 +02:00
Tobias Geerinckx-Rice f6181921e5
gnu: denemo: Use INVOKE.
* gnu/packages/music.scm (denemo)[arguments]: Substitute INVOKE for
SYSTEM*.
2018-08-24 02:30:41 +02:00
Tobias Geerinckx-Rice fbde7b08e5
gnu: ncmpc: Update to 0.29.
* gnu/packages/mpd.scm (ncmpc): Update to 0.29.
[build-system]: Switch to Meson.
[arguments]: Find ncurses.h.
[native-inputs]: Add gettext.
2018-08-24 02:30:41 +02:00
Ludovic Courtès 0b4e5f7e5b
gnu: parallel: Update to 20180822.
* gnu/packages/parallel.scm (parallel): Update to 20180822.
2018-08-24 00:40:09 +02:00
Ludovic Courtès 444488fc1b
gnu: boost: Move 1.59.0 definition to boost.scm.
Fixes a regression introduced in commit
7cbf06d8c2 where the top-level code of
these two modules would depend on each other, leading to "boost: unbound
variable" kind of errors in some circumstances.

* gnu/packages/databases.scm (boost-for-mysql): Move to...
* gnu/packages/boost.scm (boost-for-mysql): ... here.  Make public and
add 'properties' field.
2018-08-24 00:36:04 +02:00
Tobias Geerinckx-Rice d32da49c76
gnu: r-devtools: Update to 1.13.6.
* gnu/packages/statistics.scm (r-devtools): Update to 1.13.6.
2018-08-23 23:11:52 +02:00
Tobias Geerinckx-Rice c95f9f09a7
gnu: drumkv1: Update to 0.9.2.
* gnu/packages/music.scm (drumkv1): Update to 0.9.2.
2018-08-23 23:01:56 +02:00
Tobias Geerinckx-Rice 69b4d24871
gnu: synthv1: Update to 0.9.2.
* gnu/packages/music.scm (synthv1): Update to 0.9.2.
2018-08-23 23:01:56 +02:00
Tobias Geerinckx-Rice 29618d6722
gnu: samplv1: Update to 0.9.2.
* gnu/packages/music.scm (samplv1): Update to 0.9.2.
2018-08-23 23:01:56 +02:00
Tobias Geerinckx-Rice 2c59066f6a
gnu: padthv1: Update to 0.9.2.
* gnu/packages/music.scm (padthv1): Update to 0.9.2.
2018-08-23 23:01:56 +02:00
Tobias Geerinckx-Rice 9459216aa1
gnu: Update home pages for the V1 synth family.
* gnu/packages/music.scm (synthv1, drumkv1, samplv1, padthv1)
[home-page]: Update & use HTTPS.
2018-08-23 23:01:55 +02:00
pimi 16b0e8da48
gnu: Add r-a3.
gnu/packages/cran.scm (r-a3): New variable.

Signed-off-by: Leo Famulari <leo@famulari.name>
2018-08-23 16:26:40 -04:00