aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* gnu: make-bootstrap: Add libc:static to the inputs.•••Fixes use of 'getpwnam' & co. from the statically-linked guile in the initrd, as reported by Leo Famulari <leo@famulari.name> at <https://lists.gnu.org/archive/html/guix-devel/2018-01/msg00061.html>. * gnu/packages/make-bootstrap.scm (package-with-relocatable-glibc)[native-inputs]: Add "libc:static". Ludovic Courtès2018-01-10
* gnu: gpm: Fix building with glibc 2.26.•••* gnu/packages/patches/gpm-glibc-2.26.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/linux.scm (gpm)[source]: Use it. Leo Famulari2018-01-10
* gnu: nfs-utils: Adapt to changes in glibc 2.26.•••* gnu/packages/patches/nfs-utils-missing-headers.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/nfs.scm (nfs-utils)[source]: Use it. Leo Famulari2018-01-10
* gnu: rpcbind: Build with libnsl.•••* gnu/packages/onc-rpc.scm (rpcbind)[inputs]: Add libnsl. Leo Famulari2018-01-10
* gnu: Add libnsl.•••* gnu/packages/onc-rpc.scm (libnsl): New variable. Leo Famulari2018-01-10
* gnu: libtirpc: Update to 1.0.2.•••* gnu/packages/onc-rpc.scm (libtirpc): Update to 1.0.2. [source]: Adjust patch list. * gnu/packages/patches/libtirpc-CVE-2017-8779.patch: Delete file. * gnu/packages/patches/libtirpc-missing-headers.patch: New file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. Leo Famulari2018-01-10
* gnu: librsvg: Disable more failing tests.•••* gnu/packages/gnome.scm (librsvg)[arguments]: Rename 'remove-failing-test' phase to 'remove-failing-tests'. Disable more tests that fail on i686 and armhf. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Mark H Weaver2018-01-08
* gnu: potrace: Relax unit tests.•••* gnu/packages/patches/potrace-tests.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/fontutils.scm (potrace)[source]: Use it. Ludovic Courtès2018-01-06
* gnu: python2-subprocess32: Skip the tests.•••* gnu/packages/python.scm (python2-subprocess32)[arguments]: Skip the tests. Leo Famulari2018-01-05
* gnu: Remove python-numpy-next.•••This package was effectively superseded when NumPy was updated to 1.13.3. This is a followup to commit 68014502793ab8f3b0162fa8271a2be288519f93. * gnu/packages/python.scm (python-numpy-next, python2-numpy-next): Remove variables. Leo Famulari2018-01-05
* gnu: python-zope-testing: Update to 4.6.1.•••* gnu/packages/python-web.scm (python-zope-testing, python-zope-testing): Update to 4.6.1. [source]: Use pypi-uri. Leo Famulari2018-01-05
* gnu: python-numpy: Update to 1.13.3.•••* gnu/packages/python.scm (python-numpy, python2-numpy): Update to 1.13.3. Leo Famulari2018-01-05
* gnu: python-click: Disable the test suite.•••* gnu/packages/python.scm (python-click, python2-click)[arguments]: Skip the tests. Leo Famulari2018-01-05
* gnu: gcc@6: Fix building with glibc@2.26.•••* gnu/packages/gcc.scm (gcc@6)[source]: Add snippet to adjust linux-unwind.h to changes in glibc@2.26. Add patch. * gnu/packages/patches/gcc-libsanitizer-fix.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it. Efraim Flashner2018-01-05
* Merge branch 'master' into core-updatesMark H Weaver2018-01-04
|\
| * gnu: surfraw: Point to the correct Perl executable.•••* gnu/packages/web.scm (surfraw)[arguments]: Hardcode the path to Perl in a 'patch-perl' phase. Signed-off-by: Leo Famulari <leo@famulari.name> Mark Meyer2018-01-04
| * gnu: GNU Unifont: Update to 10.0.07.•••* gnu/packages/fonts.scm (font-gnu-unifont): Update to 10.0.07. Leo Famulari2018-01-04
| * gnu: Add python2-scientific.•••* gnu/packages/python.scm (python2-scientific): New public variable. Signed-off-by: Leo Famulari <leo@famulari.name> Konrad Hinsen2018-01-04
| * gnu: Add python2-pyro.•••* gnu/packages/python.scm (python2-pyro): New public variable. Signed-off-by: Leo Famulari <leo@famulari.name> Konrad Hinsen2018-01-04
| * gnu: file: Mention libmagic.•••* gnu/packages/file.scm (file)[description]: Mention libmagic. Leo Famulari2018-01-04
| * gnu: vlc: Enable libdvdread and libdvdcss support.•••* gnu/packages/video.scm (libdvdread): Compile with libdvdcss support; (vlc): Add libdvdread as input. Roel Janssen2018-01-04
| * gnu: tiled: Update to 1.1.0.•••* gnu/packages/game-development.scm (tiled): Update to 1.1.0. David Thompson2018-01-04
| * gnu: giac-xcas: Update to 1.4.9-43.•••* gnu/packages/algebra.scm (giac-xcas): Update to 1.4.9-43. Nicolas Goaziou2018-01-04
| * gnu: Add emacs-evil-quickscope.•••* gnu/packages/emacs.scm (emacs-evil-quickscope): New variable. Arun Isaac2018-01-04
| * Revert "gnu: vlc: Enable libdvdread and libdvdcss support."•••This reverts commit d5456444f7032e7bc9168db2b59e548672795b72. It broke 'gnome', via 'gnome-disk-utility'. Mark H Weaver2018-01-04
| * gnu: Add libgeotiff.•••* gnu/packages/geo.scm (libgeotiff): New variable. Signed-off-by: Arun Isaac <arunisaac@systemreboot.net> Björn Höfling2018-01-04
| * gnu: Add fc-host-tools.•••* gnu/packages/embedded.scm (fc-host-tools): New variable. Danny Milosavljevic2018-01-04
| * gnu: linux-libre: Update to 4.14.11.•••* gnu/packages/linux.scm (%linux-libre-version): Update to 4.14.11. (%linux-libre-hash): Update hash. Mark H Weaver2018-01-03
| * gnu: linux-libre@4.9: Update to 4.9.74.•••* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.74. Mark H Weaver2018-01-03
| * gnu: linux-libre@4.4: Update to 4.4.109.•••* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.109. Mark H Weaver2018-01-03
| * gnu: newsboat: Update to 2.10.2.•••* gnu/packages/syndication.scm (newsboat): Update to 2.10.2. [inherit]: Remove inheritance of unmaintained newsbeuter. [native-inputs]: Remove perl. [arguments]: Remove #:make-flags to build on ARM, which should work now. [synopsis, description]: Mash up Newsboat's own description with useful information from its predecessor. Tobias Geerinckx-Rice2018-01-04
| * gnu: newsbeuter, newsboat: Correct licence.•••See <https://github.com/newsboat/newsboat/issues/34>. * gnu/packages/syndication.scm (newsbeuter)[license]: x11 -> expat. Tobias Geerinckx-Rice2018-01-04
| * gnu: json-c: Update to 0.13.•••* gnu/packages/web.scm (json-c): Update to 0.13. [description]: Add new resolution. (json-c-0.12): New public variable. (hubbub)[inputs]: Use it. * gnu/packages/syndication.scm (newsbeuter)[inputs]: Likewise. Tobias Geerinckx-Rice2018-01-04
| * gnu: vlc: Enable libdvdread and libdvdcss support.•••* gnu/packages/video.scm (libdvdread): Compile with libdvdcss support; (vlc): Add libdvdread as input. Roel Janssen2018-01-04
| * gnu: ilmbase: Update to 2.2.1.•••* gnu/packages/graphics.scm (ilmbase): Update to 2.2.1. Leo Famulari2018-01-03
| * gnu: openexr: Update to 2.2.1 [security fixes].•••Fixes CVE-2017-{9110,9111,9112,9113,9114,9115,9116}. * gnu/packages/graphics.scm (openexr): Update to 2.2.1. Leo Famulari2018-01-03
* | gnu: python-pytest-localserver: Update to 0.4.1.•••* gnu/packages/check.scm (python-pytest-localserver): Update to 0.4.1. Leo Famulari2018-01-04
* | gnu: gcc@4.8: Fix libsanitizer cross-compilation.•••This patch is modified from the original patch targeting gcc@5. * gnu/packages/patches/gcc-asan-missing-include.patch: New file. * gnu/packages/gcc.scm (gcc@4.8)[source](patches): Add it. * gnu/local.mk (dist_patch_DATA): Add it. Ludovic Courtès2018-01-03
* | gnu: gcc@4.8: Fix building with glibc@2.26.•••* gnu/packages/gcc.scm (gcc@4.8)[source]: Add snippet to adjust linux-unwind.h to changes in glibc@2.26. Efraim Flashner2018-01-03
* | gnu: fossil: Update to 2.4.•••* gnu/packages/version-control.scm (fossil): Update to 2.4. [source]: Remove patch. * gnu/packages/patches/fossil-CVE-2017-17459.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it. Leo Famulari2018-01-03
* | Merge branch 'master' into core-updatesLeo Famulari2018-01-03
|\|
| * gnu: fossil: Fix CVE-2017-17459.•••* gnu/packages/patches/fossil-CVE-2017-17459.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/version-control.scm (fossil)[source]: Use it. Leo Famulari2018-01-03
| * gnu: krita: Add comment about the wrapper.•••* gnu/packages/kde.scm (krita): Add comment. Leo Famulari2018-01-03
| * gnu: krita: Ensure icons are found at runtime.•••Fixes <https://bugs.gnu.org/29905>. * gnu/packages/kde.scm (krita)[arguments]: Set the QT_PLUGIN_PATH in a new 'wrap-executable' phase. Leo Famulari2018-01-03
| * gnu: kdelibs4support: Blacklist a recently failing test-function.Hartmut Goebel2018-01-03
| * gnu: wine64-staging: Fix incorrect input.•••* gnu/packages/wine.scm (wine64-staging): Copy from correct "wine-staging" input instead of "wine". Rutger Helling2018-01-03
| * gnu: wine64-staging: Fix arguments.•••* gnu/packages/wine.scm (wine64-staging)[arguments]: Use new 'copy-wine32-binaries and 'copy-wine32-manpage phases instead of 'copy-wine32-files phase. Rutger Helling2018-01-03
| * gnu: wine64: Fix arguments.•••* gnu/packages/wine.scm (wine64)[arguments]: Use new 'copy-wine32-binaries and 'copy-wine32-manpage phases instead of 'copy-wine32-files phase. Rutger Helling2018-01-03
| * gnu: wine: Update to 2.0.4.•••* gnu/packages/wine.scm: Update to 2.0.4. Rutger Helling2018-01-03
| * gnu: python-mistune: Update to 0.8.3 [fixes CVE-2017-{15612,16876}].•••* gnu/packages/python.scm (python-mistune, python2-mistune): Update to 0.8.3. Leo Famulari2018-01-03