summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-04-28gnu: gzip: Update to 1.8....* gnu/packages/compression.scm (gzip): Update to 1.8. Efraim Flashner
2016-04-24gnu: grep: Update to 2.25....* gnu/packages/base.scm (grep): Update to 2.25. Ludovic Courtès
2016-04-24gnu: Default to GCC 5....* gnu/packages/patches/gcc-libiberty-printf-decl.patch: New file. * gnu/packages/gcc.scm (gcc-5)[source]: Use it. (gcc): Switch to GCC-5. * gnu/packages/commencement.scm (libstdc++-boot0): New variable. (gcc-boot0)[inputs]: Add it. [native-inputs]: Remove. (gcc-toolchain-4.9): Switch to GCC-4.9. (gcc-toolchain-5): Switch to GCC-FINAL. * gnu-system.am (dist_patch_DATA): Add 'gcc-libiberty-printf-decl.patch'. Ludovic Courtès
2016-04-24gnu: gcc-5: Remove dependency on Texinfo....* gnu/packages/gcc.scm (gcc-5): Set 'native-inputs' to '(). Ludovic Courtès
2016-04-21gnu: libgcrypt: Update to 1.7.0....* gnu/packages/gnupg.scm (libgcrypt): Update to 1.7.0. Signed-off-by: Leo Famulari <leo@famulari.name> Nils Gillmann
2016-04-14gnu: btrfs-progs: Add "static" output....* gnu/packages/linux.scm (btrfs-progs)[outputs]: New field. [inputs]: Add "static" outputs of util-linux for libuuid and libblkid. [arguments]: Add 'build-static' and 'install-static' phases. Signed-off-by: Leo Famulari <leo@famulari.name> Tobias Geerinckx-Rice
2016-04-14gnu: util-linux: Add "static" output....* gnu/packages/linux.scm: (util-linux)[outputs]: New field. [arguments]: Remove "--disable-static" from #:configure-flags. Add 'move-static-libraries' phase. Signed-off-by: Leo Famulari <leo@famulari.name> Tobias Geerinckx-Rice
2016-04-08gnu: gzip: Fix download url....* gnu/packages/compression.scm (gzip)[source]: Change to '.tar.xz'. Efraim Flashner
2016-04-06gnu: pcre: Disallow references to the "doc" output....* gnu/packages/pcre.scm (pcre)[arguments]: Add #:disallowed-references. Ludovic Courtès
2016-04-06gnu: pcre: Add missing #:use-module....This is a followup to 425b853. * gnu/packages/pcre.scm: Add missing #:use-module. Ludovic Courtès
2016-04-06gnu: pcre: Fix CVE-2016-3191....* gnu/packages/patches/pcre-CVE-2016-3191.patch: New file. * gnu/packages/pcre.scm (pcre)[source]: Use it. * gnu-system.am (dist_patch_DATA): Add it. Ludovic Courtès
2016-04-06gnu: glibc: Update to 2.23....* gnu/packages/base.scm (glibc): Update to 2.23. Remove "glibc-locale-incompatibility.patch" and "glibc-CVE-2015-7547.patch", now unneeded. [arguments]: Add "libc_cv_ssp_strong=no" to #:configure-flags. Remove now unneeded patching of 'configure'. * gnu/packages/patches/glibc-CVE-2015-7547.patch: Remove. * gnu/packages/patches/glibc-locale-incompatibility.patch: Remove. * gnu-system.am (dist_patch_DATA): Adjust accordingly. Ludovic Courtès
2016-04-06Revert "gnu: binutils: Update to 2.26."...This reverts commit 5d9356f0fe67e679e35b92b5020a4a7b850af81c. Binutils 2.26 and ld in particular reportedly has serious bugs. For us, ld from 'binutils-cross-boot0' fails when linking 'cc1plus' in the first stage. Ludovic Courtès
2016-04-06gnu: perl: Do not retain references to GCC & co....Fixes <http://bugs.gnu.org/23077>. Reported by David Thompson <dthompson2@worcester.edu>. * gnu/packages/perl.scm (perl)[arguments]: Add 'remove-extra-references' phase. Remove -Dlibpth and -Dplibpth from #:configure-flags. * gnu/packages/commencement.scm (perl-boot0): Add #:disallowed-references. Ludovic Courtès
2016-04-06ld-wrapper: Unset 'GUILE_LOAD_COMPILED_PATH'....* gnu/packages/ld-wrapper.in: Unset 'GUILE_LOAD_COMPILED_PATH'. Ludovic Courtès
2016-04-06gnu: commencement: Disable Texinfo tests during bootstrap....* gnu/packages/commencement.scm (texinfo-boot0): Add #:tests? #f. Ludovic Courtès
2016-04-06gnu: info-reader: Adjust to 'texinfo-6.1' removal....* gnu/packages/texinfo.scm (info-reader): Change 'texinfo-6.1' to 'texinfo'. Ludovic Courtès
2016-04-06Merge branch 'master' into core-updatesLudovic Courtès
2016-04-05gnu: Add iodine....* gnu/packages/networking.scm (iodine): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Tobias Geerinckx-Rice
2016-04-05gnu: Add cddlib....* gnu/packages/maths.scm (cddlib): New variable. Andreas Enge
2016-04-05gnu: Add 4ti2....* gnu/packages/maths.scm (4ti2): New variable. Andreas Enge
2016-04-05gnu: Add NTL....* gnu/packages/algebra.scm (ntl): New variable. Andreas Enge
2016-04-05gnu: mercurial: Update to 3.7.3 [fixes CVE-2016-{3068,3069,3630}]....* gnu/packages/version-control.scm (mercurial): Update to 3.7.3. Efraim Flashner
2016-04-05gnu: python-futures: Remove variable....* gnu/packages/python.scm (python-futures): Remove it. Efraim Flashner
2016-04-05gnu: git-annex-remote-hubic: Change to python2....* gnu/packages/version-control.scm (git-annex-remote-hubic) [arguments]: Build with python2. Efraim Flashner
2016-04-05gnu: Add wmbattery....* gnu/packages/gnustep.scm (wmbattery): New variable. Signed-off-by: Alex Kost <alezost@gmail.com> Kei Yamashita
2016-04-05gnu: vcftools: Update to 0.1.14....* gnu/packages/bioinformatics.scm (vcftools): Update to 0.1.14. [arguments]: Do not modify phases as it is not needed anymore. [native-inputs]: Add 'pkg-config'. [home-page]: Update to new location. Signed-off-by: Alex Kost <alezost@gmail.com> Roel Janssen
2016-04-05gnu: mutt: Update to 1.6.0....* gnu/packages/mail.scm (mutt): Update to 1.6.0. Efraim Flashner
2016-04-05gnu: vim: Use 'modify-phases'....* gnu/packages/vim.scm (vim)[arguments]: Use 'modify-phases' syntax. Efraim Flashner
2016-04-05gnu: mpd: Update to 0.19.14....* gnu/packages/mpd.scm (mpd): Update to 0.19.14. Leo Famulari
2016-04-04gnu: libextractor: Improve ffmpeg-3 patch....* gnu/packages/patches/libextractor-ffmpeg-3.patch: Add additional fixes and harmonize with patches in upstream repository. Mark H Weaver
2016-04-04gnu: libextractor: Add patch to fix build with ffmpeg-3....* gnu/packages/patches/libextractor-ffmpeg-3.patch: New file. * gnu-system.am (dist_patch_DATA): Add it. * gnu/packages/gnunet.scm (libextractor)[source]: Add patch. Mark H Weaver
2016-04-04system: Define 'GTK_DATA_PREFIX' globally....Fixes <http://bugs.gnu.org/23200>. Reported by Chris Marusich <cmmarusich@gmail.com>. * gnu/system.scm (operating-system-environment-variables): Add 'GTK_DATA_PREFIX'. Ludovic Courtès
2016-04-04CoC: Clarify which project we're talking about....* CODE-OF-CONDUCT: Define "project" and "project maintainer" as suggested by rms. Ludovic Courtès
2016-04-04gnu: mplayer: Update to 1.3.0....* gnu/packages/video.scm (mplayer): Update to 1.3.0. Raymond Nicholson
2016-04-04gnu: gst-libav: Update to 1.8.0....* gnu/packages/ffmpeg.scm (gst-libav): Update to 1.8.0. Raymond Nicholson
2016-04-04gnu: global: Update to 6.5.4....* gnu/packages/code.scm (global): Update to 6.5.4. Efraim Flashner
2016-04-04gnu: network-manager: Update to 1.0.12....* gnu/packages/gnome.scm (network-manager): Update to 1.0.12. Mark H Weaver
2016-04-04gnu: scheme48: Update to 1.9.2....* gnu/packages/scheme.scm (scheme48): Update to 1.9.2. Efraim Flashner
2016-04-04emacs: Speed up starting the REPL....Delay initializing variables. * emacs/guix-main.scm: (%packages): Rename to... (%package-vhash): ... this. Delay setting the value. (package-vhash): New procedure (wrapper for '%package-vhash'). (%package-table): Delay setting the value. (package-table): New procedure (wrapper for '%package-table'). (package-by-address, packages-by-name+version): Use wrappers. Alex Kost
2016-04-04emacs: Use (guix scripts lint) only when needed....* emacs/guix-main.scm: Do not use (guix scripts pull) module. (lint-checker-names): Adjust to use it. Alex Kost
2016-04-04emacs: Remove unused module....This is a followup to commit c67e344f21fda2bf5a2a377a34d4749a1c7e7c9c. * emacs/guix-main.scm: Do not use (guix scripts pull). Alex Kost
2016-04-04emacs: Stylistic improvements in guile code....* emacs/guix-main.scm (package-unique?): Use 'match' instead of 'cdr'. (package-by-address): Likewise. Alex Kost
2016-04-04emacs: Use 'build-and-use-profile' from (guix scripts package)....* guix/scripts/package.scm: Export 'build-and-use-profile'. * emacs/guix-main.scm (process-package-actions): Use it. Alex Kost
2016-04-04gnu: python-pyopenssl: Update to 16.0.0....* gnu/packages/python.scm (python-pyopenssl, python2-pyopenssl): Update to 16.0.0. [arguments]: Remove field. Leo Famulari
2016-04-04gnu: python-cryptography, python-cryptography-vectors: Update to 1.3.1....These packages should be udpated together. * gnu/packages/python.scm (python-cryptography): Update to 1.3.1. (python-cryptogprahy-vectors): Update to 1.3.1. Leo Famulari
2016-04-04gnu: python-pytest: Update to 2.7.3....* gnu/packages/python.scm (python-pytest, python2-pytest): Update to 2.7.3. Leo Famulari
2016-04-04gnu: i3-wm: Update to 4.12....* gnu/packages/wm.scm (13-wm): Update to 4.12. Efraim Flashner
2016-04-04gnu: Move pspp from maths.scm to statistics.scm...* gnu/packages/maths.scm (pspp): Deleted. * gnu/packages/statistics.scm (pspp): New variable. John Darrington
2016-04-04gnu: irssi: Update to 0.8.19....* gnu/packages/irc.scm (irssi): Update to 0.8.19. Efraim Flashner