summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-08-25Merge branch 'staging' into core-updatesMarius Bakke
2018-08-25gnu: libdrm: Update to 2.4.93.Marius Bakke
* gnu/packages/xdisorg.scm (libdrm): Update to 2.4.93.
2018-08-25gnu: mesa: Build against elfutils instead of libelf.Marius Bakke
* gnu/packages/gl.scm (mesa)[inputs]: Change from LIBELF to ELFUTILS.
2018-08-25Merge branch 'master' into stagingMarius Bakke
2018-08-25gnu: libx11: Replace with 1.6.6 [security fixes].Marius Bakke
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-25gnu: linux-libre-headers: Update to 4.14.67.Marius Bakke
* gnu/packages/linux.scm (linux-libre-headers): Update to 4.14.67.
2018-08-25gnu: Remove bison@2.7.Marius Bakke
* gnu/packages/bison.scm (bison-2.7): Remove variable.
2018-08-25gnu: flex: Update bison-for-tests to 3.0.5.Marius Bakke
* 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-25gnu: findutils: Fix build with glibc 2.28.Marius Bakke
* 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-25gnu: grep: Work around test failure with glibc 2.28.Marius Bakke
* gnu/packages/base.scm (grep)[arguments]: Add phase 'disable-failing-tests'.
2018-08-25gnu: coreutils: Update to 8.30.Marius Bakke
* gnu/packages/base.scm (coreutils): Update to 8.30. [arguments]: Add phase to skip broken test.
2018-08-25gnu: gzip: Fix FTBFS with glibc >= 2.28.Marius Bakke
* gnu/packages/compression.scm (gzip)[arguments]: Add phase 'patch-for-glibc-2.28'.
2018-08-25gnu: m4: Fix FTBFS with glibc >= 2.28.Marius Bakke
* 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-25gnu: gcc: Fix build with glibc >= 2.28.Marius Bakke
* 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-25gnu: glibc: Update to 2.28.Marius Bakke
* 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-25gnu: dante: Disable preloading to make 'sockd' work.宋文武
* gnu/packages/networking.scm (dante)[arguments]: Pass '--disable-preload' to #:configure-flags.
2018-08-24gnu: OpenSSH: Update to 7.8p1.Leo Famulari
* 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-24nls: Update 'de' translation.Leo Famulari
2018-08-24import: cpan: Adjust test to new URL.Ludovic Courtès
This is a followup to 9aba9b127840a116c806a2cbac901cf8077abcd0. * tests/cpan.scm ("cpan->guix-package"): Adjust 'home-page' URL.
2018-08-24grafts: Add (guix build debug-link) and use it.Ludovic Courtès
Fixes <https://bugs.gnu.org/19973>. Reported by Mark H Weaver <mhw@netris.org>. * guix/build/debug-link.scm: New file. * guix/build/graft.scm (%graft-hooks): New variable. (graft): Add #:hooks and honor it. * guix/grafts.scm (graft-derivation/shallow): Add (guix build debug-link) and (guix elf) to #:modules. * tests/debug-link.scm: New file. * Makefile.am (MODULES): Add guix/build/debug-link.scm. (SCM_TESTS): Add tests/debug-link.scm.
2018-08-24grafts: Add high-level 'graft' procedure on the build side.Ludovic Courtès
* guix/build/graft.scm (graft): New procedure. * guix/grafts.scm (graft-derivation/shallow)[build]: Use it instead of inline code.
2018-08-24gnu: font-gnu-unifont: Update to 11.0.02.Ludovic Courtès
* 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-24gnu: gdb: Update to 8.1.1.Ludovic Courtès
* gnu/packages/gdb.scm (gdb): Update to 8.1.1.
2018-08-24gnu: Add find-circ.Ricardo Wurmus
* gnu/packages/bioinformatics.scm (find-circ): New variable.
2018-08-24gnu: r-catools: Update to 1.17.1.1.Tobias Geerinckx-Rice
* gnu/packages/statistics.scm (r-catools): Update to 1.17.1.1.
2018-08-24gnu: keepassxc: Update to 2.3.4.Tobias Geerinckx-Rice
* gnu/packages/password-utils.scm (keepassxc): Update to 2.3.4. [arguments]: Remove obsolete ‘patch-sources’ phase.
2018-08-24gnu: capstone: Update to 3.0.5.Tobias Geerinckx-Rice
* 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-24gnu: r-trimcluster: Update to 0.1-2.1.Tobias Geerinckx-Rice
* gnu/packages/statistics.scm (r-trimcluster): Update to 0.1-2.1.
2018-08-24gnu: r-synchronicity: Update to 1.3.5.Tobias Geerinckx-Rice
* gnu/packages/statistics.scm (r-synchronicity): Update to 1.3.5.
2018-08-24gnu: guile-lib: Update to 0.2.6.1.Tobias Geerinckx-Rice
* gnu/packages/guile.scm (guile-lib): Update to 0.2.6.1. [source]: Remove obsolete snippet.
2018-08-24gnu: tuxguitar: Update to 1.5.2.Tobias Geerinckx-Rice
* gnu/packages/music.scm (tuxguitar): Update to 1.5.2. [source]: Remove obsolete snippet.
2018-08-24gnu: libgig: Update to 4.1.0.Tobias Geerinckx-Rice
* gnu/packages/music.scm (libgig): Update to 4.1.0.
2018-08-24gnu: denemo: Use INVOKE.Tobias Geerinckx-Rice
* gnu/packages/music.scm (denemo)[arguments]: Substitute INVOKE for SYSTEM*.
2018-08-24gnu: ncmpc: Update to 0.29.Tobias Geerinckx-Rice
* gnu/packages/mpd.scm (ncmpc): Update to 0.29. [build-system]: Switch to Meson. [arguments]: Find ncurses.h. [native-inputs]: Add gettext.
2018-08-24gnu: parallel: Update to 20180822.Ludovic Courtès
* gnu/packages/parallel.scm (parallel): Update to 20180822.
2018-08-24gnu: boost: Move 1.59.0 definition to boost.scm.Ludovic Courtès
Fixes a regression introduced in commit 7cbf06d8c2935abfc6c688cf3f9b99e0e5393960 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-23gnu: r-devtools: Update to 1.13.6.Tobias Geerinckx-Rice
* gnu/packages/statistics.scm (r-devtools): Update to 1.13.6.
2018-08-23gnu: drumkv1: Update to 0.9.2.Tobias Geerinckx-Rice
* gnu/packages/music.scm (drumkv1): Update to 0.9.2.
2018-08-23gnu: synthv1: Update to 0.9.2.Tobias Geerinckx-Rice
* gnu/packages/music.scm (synthv1): Update to 0.9.2.
2018-08-23gnu: samplv1: Update to 0.9.2.Tobias Geerinckx-Rice
* gnu/packages/music.scm (samplv1): Update to 0.9.2.
2018-08-23gnu: padthv1: Update to 0.9.2.Tobias Geerinckx-Rice
* gnu/packages/music.scm (padthv1): Update to 0.9.2.
2018-08-23gnu: Update home pages for the V1 synth family.Tobias Geerinckx-Rice
* gnu/packages/music.scm (synthv1, drumkv1, samplv1, padthv1) [home-page]: Update & use HTTPS.
2018-08-23gnu: Add r-a3.pimi
gnu/packages/cran.scm (r-a3): New variable. Signed-off-by: Leo Famulari <leo@famulari.name>
2018-08-23gnu: Add r-manipulatewidget.pimi
gnu/packages/cran.scm (r-manipulatewidget): New variable. Signed-off-by: Leo Famulari <leo@famulari.name>
2018-08-23gnu: Add r-slam.pimi
gnu/packages/cran.scm (r-slam): New variable. Signed-off-by: Leo Famulari <leo@famulari.name>
2018-08-23gnu: Add r-abcanalysis.pimi
gnu/packages/cran.scm (r-abcanalysis): New variable. Signed-off-by: Leo Famulari <leo@famulari.name>
2018-08-23gnu: Add r-miniui.pimi
gnu/packages/web.scm (r-miniui): New variable. Signed-off-by: Leo Famulari <leo@famulari.name>
2018-08-23gnu: qjackctl: Update to 0.5.3.Tobias Geerinckx-Rice
* gnu/packages/audio.scm (qjackctl): Update to 0.5.3.
2018-08-23gnu: byobu: Update home page.Tobias Geerinckx-Rice
* gnu/packages/screen.scm (byobu)[home-page]: Update & use HTTPS.
2018-08-23gnu: byobu: Update to 5.127.Tobias Geerinckx-Rice
* gnu/packages/screen.scm (byobu): Update to 5.127. * gnu/packages/patches/byobu-writable-status.patch: Adjust context accordingly.