aboutsummaryrefslogtreecommitdiff
path: root/gnu
AgeCommit message (Expand)Author
2017-06-30Merge branch 'master' into core-updatesLudovic Courtès
2017-06-30system: Use "@" to refer to the 'shadow' package....Reported by Mark H Weaver at <https://lists.gnu.org/archive/html/guix-devel/2017-06/msg00349.html>. * gnu/system.scm (%base-packages): Use '@' for shadow. This fixes an error on Guile 2.0 where 'shadow' alone resolves to the (gnu system shadow) module. Ludovic Courtès
2017-06-30gnu: shishi: Build with latest libgcrypt....* gnu/packages/patches/shishi-fix-libgcrypt-detection.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/kerberos.scm (shishi)[source]: Use it. [inputs]: Use libgcrypt instead of libgcrypt-1.5. [arguments]: Set 'ac_cv_libgcrypt=yes' in #:configure-flags. * gnu/packages/gnupg.scm (libgcrypt-1.5): Remove variable. Leo Famulari
2017-06-30gnu: poppler: Integrate grafted update....* gnu/packages/pdf.scm (poppler): Update to 0.56.0. [replacement]: Remove field. (poppler-qt4, poppler-qt5): Use (inherit) instead of (package/inherit). Leo Famulari
2017-06-30gnu: libgcrypt: Integrate grafted update....* gnu/packages/gnupg.scm (libgcrypt): Update to 1.7.8. [replacement]: Remove field. (libgcrypt-1.7.8): Remove variable. (libgcrypt-1.5)[replacement]: Remove field. Leo Famulari
2017-06-30gnu: linux-libre: Update to 4.11.8....* gnu/packages/linux.scm (%linux-libre-version): Update to 4.11.8. (%linux-libre-hash): Update hash. Mark H Weaver
2017-06-30gnu: linux-libre@4.9: Update to 4.9.35....* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.35. Mark H Weaver
2017-06-30gnu: linux-libre@4.4: Update to 4.4.75....* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.75. Mark H Weaver
2017-06-30gnu: linux-libre@4.1: Update to 4.1.42 [mitigates CVE-2017-1000364]....* gnu/packages/linux.scm (linux-libre-4.1): Update to 4.1.42. Mark H Weaver
2017-06-30vm: Use 'fold2' from (guix combinators)....* gnu/build/vm.scm: Use (guix combinators). (fold2): Remove. Ludovic Courtès
2017-06-30vm: Estimate the disk size by default....* gnu/build/vm.scm (estimated-partition-size): New procedure. * gnu/system/vm.scm (expression->derivation-in-linux-vm): Change #:disk-image-size default to 'guess. [builder]: When DISK-IMAGE-SIZE is 'guess, use 'estimated-partition-size' and compute and estimate of the image size. (qemu-image): Likewise. * guix/build/store-copy.scm (file-size, closure-size): New procedures. * guix/scripts/system.scm (%default-options): Change 'image-size' to 'guess. * doc/guix.texi (Building the Installation Image): Remove '--image-size' flag from example. (Invoking guix system): Document the image size estimate. Ludovic Courtès
2017-06-30vm: Display the disk and partition sizes....* gnu/build/vm.scm (load-in-linux-vm): Add 'format' call when MAKE-DISK-IMAGE? is true. (initialize-partition-table): Show the size of the partitions being created. Ludovic Courtès
2017-06-30vm: Fix 'load-in-linux-vm' docstring....* gnu/build/vm.scm (load-in-linux-vm): Change default value of #:disk-image-size. Update docstring to note that DISK-IMAGE-SIZE is in bytes. Ludovic Courtès
2017-06-29Merge branch 'master' into core-updatesLeo Famulari
2017-06-29gnu: intltool: Fix a compatibility issue with Perl 5.26.0....* gnu/packages/patches/intltool-perl-compatibility.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/glib.scm (intltool)[source]: Use it. Leo Famulari
2017-06-29gnu: poppler: Fix CVE-2017-{9775,9776}....* gnu/packages/pdf.scm (poppler)[replacement]: New field. (poppler-0.56.0): New variable. (poppler-qt4, poppler-qt5): Use 'package/inherit'. Leo Famulari
2017-06-29gnu: thermald: Add file-name for source....* gnu/packages/admin.scm (thermald)[source]: Add file-name field. Efraim Flashner
2017-06-29gnu: thermald: Only build on i686 and x86_64....* gnu/packages/admin.scm (thermald)[supported-systems]: New field. Efraim Flashner
2017-06-29gnu: glibc/linux: Add patches for CVE-2017-1000366....* gnu/packages/patches/glibc-CVE-2017-1000366-pt1.patch, gnu/packages/patches/glibc-CVE-2017-1000366-pt2.patch, gnu/packages/patches/glibc-CVE-2017-1000366-pt3.patch: New files. * gnu/local.mk (dist_patch_DATA): Add them. * gnu/packages/base.scm (glibc/linux)[source](patches): Add them. [replacement]: Remove. (glibc-2.25-patched): Remove. (glibc-2.24, glibc-2.23, glibc-2.22, glibc-2.21) (glibc-locales): Remove 'replacement' field. Ludovic Courtès
2017-06-29gnu: libgcrypt: Add mitigation for CVE-2017-7526....* gnu/packages/gnupg.scm (libgcrypt)[replacment]: New field. (libgcrypt-1.7.8): New variable. (libgcrypt-1.5)[replacment]: New field. Efraim Flashner
2017-06-29gnu: mes: Update to 0.8....* gnu/packages/mes.scm (mes): Update to 0.8. Jan Nieuwenhuizen
2017-06-29gnu: Add mescc-tools....* gnu/packages/mes.scm (mescc-tools): New variable. Jan Nieuwenhuizen
2017-06-29system: Add 'shadow' to %BASE-PACKAGES....Suggested by Göktuğ Kayaalp <self@gkayaalp.com>. * gnu/system.scm (%base-packages): Add SHADOW. Ludovic Courtès
2017-06-29gnu: libxfce4ui: Do not propagate gtk+-2....Propagation of both gtk+ and gtk+-2 causes a conflict to be detected, preventing the installation of xfce. * gnu/packages/xfce.scm (libxfce4ui)[propagated-inputs]: Move "gtk+-2"... [inputs]: ...to here. (garcon)[inputs]: Add "gtk+-2". (xfce4-appfinder)[inputs]: Add "gtk+-2". (xfce4-power-manager)[inputs]: Add "gtk+-2". (ristretto)[inputs]: Add "gtk+-2". Ricardo Wurmus
2017-06-29gnu: xfce: Build union instead of propagating inputs....* gnu/packages/xfce.scm (xfce)[propagated-inputs]: Move all... [inputs]: ...here. [arguments]: Build a union. Ricardo Wurmus
2017-06-29gnu: clojure: Update "tools-reader-src" to 1.0.0....* gnu/packages/java.scm (clojure)[inputs]: Update "tools-reader-src" to 1.0.0. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Alex Vong
2017-06-29gnu: Add procenv....* gnu/packages/linux.scm (procenv): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Dave Love
2017-06-29gnu: ansible: Apply experimental patch to deal with wrapping of ansible script....See <http://lists.gnu.org/archive/html/bug-guix/2017-05/msg00015.html> for the rationale. * gnu/packages/patches/ansible-wrap-program-hack.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/admin.scm (ansible)[source]: Use it. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Jelle Licht
2017-06-29gnu: node: Update to 8.1.2....* gnu/packages/node.scm (node): Update to 8.1.2. (node)[arguments]: Disabled more tests. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Jelle Licht
2017-06-29gnu: lapack: Install libraries to PREFIX/lib, not PREFIX/lib64....This fixes a regression introduced in ef39a17717a10a7f406730258acfdb07934c7255, which would break python-scipy ("undefined reference to `zungqr_'"). * gnu/packages/maths.scm (lapack)[arguments]: Add "-DCMAKE_INSTALL_LIBDIR" to #:configure-flags. Ludovic Courtès
2017-06-29gnu: ovmf: Only build 32-bit firmware on i686-linux....* gnu/packages/firmware.scm (ovmf)[arguments]: Only when the build machine is x86_64-linux should the 64-bit firmware be built and installed. Efraim Flashner
2017-06-29gnu: openh264: Fix building on armhf and aarch64....* gnu/packages/video.scm (openh264)[arguments]: Add 'CC=gcc' to the #:make-flags. Efraim Flashner
2017-06-29gnu: r-spams: Update to 2.6-2017-03-22....* gnu/packages/statistics.scm (r-spams): Update to 2.6-2017-03-22. [arguments]: Remove R-3.3 work-around and syntax fixes, add phase to prevent tuning r-spams to the compiling hardware. Efraim Flashner
2017-06-28gnu: wdiff: Remove unused screen input....* gnu/packages/wdiff.scm (wdiff): 'inputs' -> 'native-inputs'. [native-inputs]: Remove unused screen input. [arguments]: Use modify-phases. Eric Bavier
2017-06-28gnu: screen: Update to 4.6.0....* gnu/packages/screen.scm (screen): Update to 4.6.0. [source]: Remove patch. * gnu/packages/patches/screen-fix-info-syntax-error.patch: Delete patch. * gnu/local.mk (dist_patch_DATA): Remove it. Eric Bavier
2017-06-28gnu: moe: Update to 1.9....* gnu/packages/moe.scm (moe): Update to 1.9. Eric Bavier
2017-06-29gnu: emacs-ess: Use texlive-union instead of texlive....* gnu/packages/emacs.scm (emacs-ess)[arguments]: Add phase "set-HOME". [native-inputs]: Replace texlive with a texlive-union. Ricardo Wurmus
2017-06-29gnu: Add texlive-tex-texinfo....* gnu/packages/tex.scm (texlive-tex-texinfo): New variable. Ricardo Wurmus
2017-06-29gnu: Add texlive-latex-hyperref....* gnu/packages/tex.scm (texlive-latex-hyperref): New variable. Ricardo Wurmus
2017-06-29gnu: texlive-latex-base: Install additional formats....* gnu/packages/tex.scm (texlive-latex-base)[arguments]: Additionally build and install tex.fmt, pdftex.fmt, pdfetex.fmt, and pdflatex.fmt. Ricardo Wurmus
2017-06-28gnu: mpg123: Update to 1.25.0....* gnu/packages/mp3.scm (mpg123): Update to 1.25.0. Leo Famulari
2017-06-28gnu: snakemake: Fix cluster execution....* gnu/packages/python.scm (snakemake)[arguments]: Add build phase "call-wrapper-not-wrapped-snakemake". Ricardo Wurmus
2017-06-28gnu: darktable: Limit supported platforms....* gnu/packages/photo.scm (darktable)[supported-systems]: New field, explicitly limit to i686-linux, x86_64-linux and aarch64-linux. Efraim Flashner
2017-06-28gnu: xf86-video-intel: Use UXA accel method by default....* gnu/packages/xorg.scm (xf86-video-intel)[arguments]: Add #:configure-flags with "--with-default-accel=uxa". Mark H Weaver
2017-06-28gnu: icecat: Add more fixes from upstream mozilla-esr52....* gnu/packages/gnuzilla.scm (icecat)[source]: Add selected fixes from the upstream mozilla-esr52 repository. Mark H Weaver
2017-06-28gnu: aria2: Update to 1.32.0....* gnu/packages/bittorrent.scm (aria2): Update to 1.32.0. Efraim Flashner
2017-06-28gnu: translate-shell: Update to 0.9.6.4....* gnu/packages/dictionaries.scm (translate-shell): Update to 0.9.6.4. Efraim Flashner
2017-06-28gnu: emacs-calfw: Fix typo in description....* gnu/packages/emacs.scm (emacs-calfw)[description]: Fix typo. Ricardo Wurmus
2017-06-28gnu: texlive-latex-graphics: Update hash for graphics-def....This is a follow-up commit to e3c970fc5c71b936279afee4fd24bc267f40549c. * gnu/packages/tex.scm (texlive-latex-graphics)[native-inputs]: Update hash for graphics-def. Ricardo Wurmus
2017-06-28gnu: Add texlive-latex-seminar....* gnu/packages/tex.scm (texlive-latex-seminar): New variable. Ricardo Wurmus