summaryrefslogtreecommitdiff
path: root/gnu
AgeCommit message (Collapse)Author
2018-03-29gnu: icu4c: Update to 61.1.Marius Bakke
* gnu/packages/icu4c.scm (icu4c): Update to 61.1.
2018-03-29gnu: util-linux: Update to 2.32.Marius Bakke
* gnu/packages/patches/util-linux-tests.patch: Adjust context. * gnu/packages/patches/util-linux-CVE-2018-7738.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it. * gnu/packages/linux.scm (util-linux): Update to 2.32. [source](patches): Remove 'util-linux-CVE-2018-7738.patch'.
2018-03-28gnu: openssl: Update to 1.0.2o.Mark H Weaver
* gnu/packages/tls.scm (openssl): Update to 1.0.2o. Remove snippet.
2018-03-28gnu: elogind: Fix build with glibc-2.27.Mark H Weaver
* gnu/packages/patches/elogind-glibc-2.27.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/freedesktop.scm (elogind)[source]: Add patch. [arguments]: Replace the bootstrap phase with what was previously the autogen phase.
2018-03-27gnu: liba52: Use invoke.Mark H Weaver
* gnu/packages/video.scm (liba52)[arguments]: Use invoke in the custom bootstrap phase.
2018-03-27gnu: aalib: Use invoke.Mark H Weaver
* gnu/packages/video.scm (aalib)[arguments]: Use invoke in the custom configure phase.
2018-03-27gnu: aspell-dict-*: Use invoke.Mark H Weaver
* gnu/packages/aspell.scm (aspell-dictionary): Use invoke in the custom configure phase.
2018-03-27gnu: Use invoke and return #t from all builders.Mark H Weaver
* gnu/packages/admin.scm, gnu/packages/android.scm, gnu/packages/audio.scm, gnu/packages/avr.scm, gnu/packages/base.scm, gnu/packages/bioinformatics.scm, gnu/packages/certs.scm, gnu/packages/check.scm, gnu/packages/code.scm, gnu/packages/commencement.scm, gnu/packages/dictionaries.scm, gnu/packages/docbook.scm, gnu/packages/emacs.scm, gnu/packages/embedded.scm, gnu/packages/fonts.scm, gnu/packages/games.scm, gnu/packages/gnome.scm, gnu/packages/gnu-doc.scm, gnu/packages/guile.scm, gnu/packages/hurd.scm, gnu/packages/javascript.scm, gnu/packages/libreoffice.scm, gnu/packages/linux.scm, gnu/packages/lisp.scm, gnu/packages/lxde.scm, gnu/packages/mail.scm, gnu/packages/markup.scm, gnu/packages/mate.scm, gnu/packages/pkg-config.scm, gnu/packages/qt.scm, gnu/packages/rust.scm, gnu/packages/scheme.scm, gnu/packages/sdl.scm, gnu/packages/statistics.scm, gnu/packages/syncthing.scm, gnu/packages/tex.scm, gnu/packages/web.scm, gnu/packages/wine.scm, gnu/packages/xfce.scm: In the builders of packages using 'trivial-build-system', use invoke where appropriate, raise exceptions on errors, and otherwise return #t.
2018-03-27gnu: 0ad-data: Use invoke.Mark H Weaver
* gnu/packages/games.scm (0ad-data)[source]: Use invoke in the snippet.
2018-03-27gnu: vera: Use invoke.Mark H Weaver
* gnu/packages/dictionaries.scm (vera)[arguments]: Use invoke and remove vestigial plumbing in the builder.
2018-03-27gnu: sicp: Use invoke.Mark H Weaver
* gnu/packages/scheme.scm (sicp)[arguments]: Use invoke and remove vestigial plumbing in the builder.
2018-03-28gnu: curl: Use nghttp2's ‘lib’ output.Tobias Geerinckx-Rice
This follows up on commit 1300e4ee5bf97e7687aa0fa5497d87cf1afaa813, which was based on a monolithic nghttp2. * gnu/packages/curl.scm (curl)[inputs]: Use nghttp2's ‘lib’ output.
2018-03-27gnu: libatomic-ops: Update to 7.6.4.Marius Bakke
* gnu/packages/bdw-gc.scm (libatomic-ops): Update to 7.6.4.
2018-03-27gnu: bzip2: Provide libbz2.so and libbz2.so.1.Marius Bakke
Fixes <https://bugs.gnu.org/30006>. * gnu/packages/compression.scm (bzip2)[arguments]: Rework INSTALL-SHARED-LIBS-PHASE to manage all library symlinks.
2018-03-25gnu: libselinux: Use invoke.Mark H Weaver
* gnu/packages/selinux.scm (libselinux)[arguments]: Use invoke in the 'pywrap' and 'install-pywrap' phases.
2018-03-25gnu: libva: Return #t from all phases.Mark H Weaver
* gnu/packages/video.scm (libva)[arguments]: Return #t from the 'fix-dlopen-paths' phase.
2018-03-25gnu: perl-boot0: Return #t from all phases.Mark H Weaver
* gnu/packages/commencement.scm (perl-boot0): Return #t from the 'disable-pthreads' phase.
2018-03-25gnu: make-bootstrap: Adapt glibc-bootstrap-system.patch for glibc-2.27.Mark H Weaver
* gnu/packages/patches/glibc-bootstrap-system.patch: Adapt for glibc-2.27.
2018-03-25gnu: crda: Inhibit gzip timestamp.Mark H Weaver
* gnu/packages/linux.scm (crda)[arguments]: Add 'gzip-determinism' phase.
2018-03-25gnu: asciidoc: Restore custom 'bootstrap' phase.Mark H Weaver
Fix a regression introduced by commit 189be331acfda1c242a9c85fca8d2a0356742f48. * gnu/packages/documentation.scm (asciidoc)[arguments]: Restore the custom 'bootstrap' phase that present prior to commit 189be33.
2018-03-25gnu: wireless-regdb: Inhibit gzip timestamp.Mark H Weaver
* gnu/packages/linux.scm (wireless-regdb)[arguments]: Add 'gzip-determinism' phase.
2018-03-25gnu: xf86-video-intel: Fix error during bootstrap.Mark H Weaver
* gnu/packages/xorg.scm (xf86-video-intel)[arguments]: Add 'pre-bootstrap' phase.
2018-03-25gnu: shadow: Return #t from all phases.Mark H Weaver
* gnu/packages/admin.scm (shadow)[arguments]: Return #t from the 'set-nscd-file-name' phase.
2018-03-25gnu: pulseaudio: Fix build with glibc-2.27.Mark H Weaver
* gnu/packages/patches/pulseaudio-glibc-2.27.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/pulseaudio.scm (pulseaudio)[source]: Add the patch. [arguments]: Replace 'bootstrap' phase. [native-inputs]: Add autoconf, automake, and libtool.
2018-03-25gnu: mkfontdir: Return #t from all phases.Mark H Weaver
* gnu/packages/xorg.scm (mkfontdir)[arguments]: Return #t from the 'wrap-mkfontdir' phase.
2018-03-25gnu: binutils-vc4: Use invoke.Mark H Weaver
* gnu/packages/embedded.scm (binutils-vc4)[arguments]: Use invoke.
2018-03-25gnu: bdb: Use invoke.Mark H Weaver
* gnu/packages/databases.scm (bdb, bdb-5.3)[arguments]: Use invoke in the custom configure phase.
2018-03-23gnu: clang: Return #t from all phases.Mark H Weaver
* gnu/packages/llvm.scm (clang-from-llvm): Return #t from the 'set-glibc-file-names' phase.
2018-03-23gnu: at-spi2-atk: Use invoke.Mark H Weaver
* gnu/packages/gtk.scm (at-spi2-atk)[arguments]: Use invoke.
2018-03-23gnu: at-spi2-core: Use invoke.Mark H Weaver
* gnu/packages/gtk.scm (at-spi2-core)[arguments]: Use invoke.
2018-03-23gnu: texmaker: Use invoke.Mark H Weaver
* gnu/packages/tex.scm (texmaker)[arguments]: Use invoke in the custom configure phase.
2018-03-23gnu: texlive-metafont-base: Use invoke.Mark H Weaver
* gnu/packages/tex.scm (texlive-metafont-base)[arguments]: Use invoke in the custom build phase.
2018-03-23gnu: texlive-latex-base: Use invoke.Mark H Weaver
* gnu/packages/tex.scm (texlive-latex-base)[arguments]: Use invoke and remove vestigial plumbing.
2018-03-23gnu: texlive-fonts-rsfs: Remove vestigial error plumbing.Mark H Weaver
* gnu/packages/tex.scm (texlive-fonts-rsfs)[arguments]: Remove vestigial error code plumbing.
2018-03-23gnu: texlive-fonts-latex: Use invoke.Mark H Weaver
* gnu/packages/tex.scm (texlive-fonts-latex)[arguments]: Use invoke and remove vestigial plumbing from the build phase.
2018-03-23gnu: texlive-fonts-knuth-lib: Use invoke.Mark H Weaver
* gnu/packages/tex.scm (texlive-fonts-knuth-lib)[arguments]: Use invoke in the custom build phase.
2018-03-23gnu: texlive-fonts-ec: Remove vestigial error code plumbing.Mark H Weaver
* gnu/packages/tex.scm (texlive-fonts-ec)[arguments]: Remove vestigial error code plumbing.
2018-03-23gnu: texlive-fonts-cm: Use invoke.Mark H Weaver
* gnu/packages/tex.scm (texlive-fonts-cm)[arguments]: Use invoke and remove vestigial plumbing.
2018-03-23gnu: texlive-fonts-amsfonts: Use invoke.Mark H Weaver
* gnu/packages/tex.scm (texlive-fonts-amsfonts)[arguments]: Use invoke and remove vestigial plumbing in the custom build phase.
2018-03-23gnu: texlive-bin: Use invoke.Mark H Weaver
* gnu/packages/tex.scm (texlive-bin)[arguments]: Use invoke in the 'postinst' phase.
2018-03-23gnu: tcl: Use invoke.Mark H Weaver
* gnu/packages/tcl.scm (tcl)[arguments]: Use invoke and remove vestigial plumbing in the 'install-private-headers' phase.
2018-03-23gnu: subversion: Use invoke.Mark H Weaver
* gnu/packages/version-control.scm (subversion)[arguments]: Use invoke and remove vestigial plumbing in the 'install-perl-bindings' phase.
2018-03-23gnu: postgresql: Use invoke.Mark H Weaver
* gnu/packages/databases.scm (postgresql)[arguments]: Use invoke in the 'build-contrib' and 'install-contrib' phases.
2018-03-23gnu: pciutils: Use invoke.Mark H Weaver
* gnu/packages/pciutils.scm (pciutils)[arguments]: Use invoke in the custom install phase.
2018-03-23gnu: openssh: Use invoke.Mark H Weaver
* gnu/packages/ssh.scm (openssh)[arguments]: Use invoke and remove vestigial plumbing in the custom install phase.
2018-03-23gnu: le-certs: Use invoke.Mark H Weaver
* gnu/packages/certs.scm (le-certs)[arguments]: Use invoke in the builder.
2018-03-23gnu: nss-certs: Use invoke.Mark H Weaver
* gnu/packages/certs.scm (nss-certs)[arguments]: Use invoke to detect errors while running 'certdata2pem.py'.
2018-03-23gnu: nss: Use invoke.Mark H Weaver
* gnu/packages/gnuzilla.scm (nss)[arguments]: Use invoke in the check phase.
2018-03-23gnu: nasm: Use invoke.Mark H Weaver
* gnu/packages/assembly.scm (nasm)[arguments]: Use invoke in the 'install-info' phase.
2018-03-23gnu: mysql: Return #t from all phases.Mark H Weaver
* gnu/packages/databases.scm (mysql)[arguments]: Return #t from the 'patch-boost-version' phase.