summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* gnu: pcre: Fix CVE-2016-3191.Ludovic Courtès2016-04-06
| | | | | | * 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.
* gnu: glibc: Update to 2.23.Ludovic Courtès2016-04-06
| | | | | | | | | | | * 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.
* Revert "gnu: binutils: Update to 2.26."Ludovic Courtès2016-04-06
| | | | | | | | 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.
* gnu: perl: Do not retain references to GCC & co.Ludovic Courtès2016-04-06
| | | | | | | | | 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.
* ld-wrapper: Unset 'GUILE_LOAD_COMPILED_PATH'.Ludovic Courtès2016-04-06
| | | | * gnu/packages/ld-wrapper.in: Unset 'GUILE_LOAD_COMPILED_PATH'.
* gnu: commencement: Disable Texinfo tests during bootstrap.Ludovic Courtès2016-04-06
| | | | * gnu/packages/commencement.scm (texinfo-boot0): Add #:tests? #f.
* gnu: info-reader: Adjust to 'texinfo-6.1' removal.Ludovic Courtès2016-04-06
| | | | | * gnu/packages/texinfo.scm (info-reader): Change 'texinfo-6.1' to 'texinfo'.
* Merge branch 'master' into core-updatesLudovic Courtès2016-04-06
|\
| * gnu: Add iodine.Tobias Geerinckx-Rice2016-04-05
| | | | | | | | | | | | * gnu/packages/networking.scm (iodine): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| * gnu: Add cddlib.Andreas Enge2016-04-05
| | | | | | | | * gnu/packages/maths.scm (cddlib): New variable.
| * gnu: Add 4ti2.Andreas Enge2016-04-05
| | | | | | | | * gnu/packages/maths.scm (4ti2): New variable.
| * gnu: Add NTL.Andreas Enge2016-04-05
| | | | | | | | * gnu/packages/algebra.scm (ntl): New variable.
| * gnu: mercurial: Update to 3.7.3 [fixes CVE-2016-{3068,3069,3630}].Efraim Flashner2016-04-05
| | | | | | | | * gnu/packages/version-control.scm (mercurial): Update to 3.7.3.
| * gnu: python-futures: Remove variable.Efraim Flashner2016-04-05
| | | | | | | | * gnu/packages/python.scm (python-futures): Remove it.
| * gnu: git-annex-remote-hubic: Change to python2.Efraim Flashner2016-04-05
| | | | | | | | | | * gnu/packages/version-control.scm (git-annex-remote-hubic) [arguments]: Build with python2.
| * gnu: Add wmbattery.Kei Yamashita2016-04-05
| | | | | | | | | | | | * gnu/packages/gnustep.scm (wmbattery): New variable. Signed-off-by: Alex Kost <alezost@gmail.com>
| * gnu: vcftools: Update to 0.1.14.Roel Janssen2016-04-05
| | | | | | | | | | | | | | | | | | * 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>
| * gnu: mutt: Update to 1.6.0.Efraim Flashner2016-04-05
| | | | | | | | * gnu/packages/mail.scm (mutt): Update to 1.6.0.
| * gnu: vim: Use 'modify-phases'.Efraim Flashner2016-04-05
| | | | | | | | * gnu/packages/vim.scm (vim)[arguments]: Use 'modify-phases' syntax.
| * gnu: mpd: Update to 0.19.14.Leo Famulari2016-04-05
| | | | | | | | * gnu/packages/mpd.scm (mpd): Update to 0.19.14.
| * gnu: libextractor: Improve ffmpeg-3 patch.Mark H Weaver2016-04-04
| | | | | | | | | | * gnu/packages/patches/libextractor-ffmpeg-3.patch: Add additional fixes and harmonize with patches in upstream repository.
| * gnu: libextractor: Add patch to fix build with ffmpeg-3.Mark H Weaver2016-04-04
| | | | | | | | | | | | * 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.
| * system: Define 'GTK_DATA_PREFIX' globally.Ludovic Courtès2016-04-04
| | | | | | | | | | | | | | | | Fixes <http://bugs.gnu.org/23200>. Reported by Chris Marusich <cmmarusich@gmail.com>. * gnu/system.scm (operating-system-environment-variables): Add 'GTK_DATA_PREFIX'.
| * CoC: Clarify which project we're talking about.Ludovic Courtès2016-04-04
| | | | | | | | | | * CODE-OF-CONDUCT: Define "project" and "project maintainer" as suggested by rms.
| * gnu: mplayer: Update to 1.3.0.Raymond Nicholson2016-04-04
| | | | | | | | * gnu/packages/video.scm (mplayer): Update to 1.3.0.
| * gnu: gst-libav: Update to 1.8.0.Raymond Nicholson2016-04-04
| | | | | | | | * gnu/packages/ffmpeg.scm (gst-libav): Update to 1.8.0.
| * gnu: global: Update to 6.5.4.Efraim Flashner2016-04-04
| | | | | | | | * gnu/packages/code.scm (global): Update to 6.5.4.
| * gnu: network-manager: Update to 1.0.12.Mark H Weaver2016-04-04
| | | | | | | | * gnu/packages/gnome.scm (network-manager): Update to 1.0.12.
| * gnu: scheme48: Update to 1.9.2.Efraim Flashner2016-04-04
| | | | | | | | * gnu/packages/scheme.scm (scheme48): Update to 1.9.2.
| * emacs: Speed up starting the REPL.Alex Kost2016-04-04
| | | | | | | | | | | | | | | | | | | | | | 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.
| * emacs: Use (guix scripts lint) only when needed.Alex Kost2016-04-04
| | | | | | | | | | * emacs/guix-main.scm: Do not use (guix scripts pull) module. (lint-checker-names): Adjust to use it.
| * emacs: Remove unused module.Alex Kost2016-04-04
| | | | | | | | | | | | This is a followup to commit c67e344f21fda2bf5a2a377a34d4749a1c7e7c9c. * emacs/guix-main.scm: Do not use (guix scripts pull).
| * emacs: Stylistic improvements in guile code.Alex Kost2016-04-04
| | | | | | | | | | * emacs/guix-main.scm (package-unique?): Use 'match' instead of 'cdr'. (package-by-address): Likewise.
| * emacs: Use 'build-and-use-profile' from (guix scripts package).Alex Kost2016-04-04
| | | | | | | | | | * guix/scripts/package.scm: Export 'build-and-use-profile'. * emacs/guix-main.scm (process-package-actions): Use it.
| * gnu: python-pyopenssl: Update to 16.0.0.Leo Famulari2016-04-04
| | | | | | | | | | | | * gnu/packages/python.scm (python-pyopenssl, python2-pyopenssl): Update to 16.0.0. [arguments]: Remove field.
| * gnu: python-cryptography, python-cryptography-vectors: Update to 1.3.1.Leo Famulari2016-04-04
| | | | | | | | | | | | | | 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.
| * gnu: python-pytest: Update to 2.7.3.Leo Famulari2016-04-04
| | | | | | | | * gnu/packages/python.scm (python-pytest, python2-pytest): Update to 2.7.3.
| * gnu: i3-wm: Update to 4.12.Efraim Flashner2016-04-04
| | | | | | | | * gnu/packages/wm.scm (13-wm): Update to 4.12.
| * gnu: Move pspp from maths.scm to statistics.scmJohn Darrington2016-04-04
| | | | | | | | | | * gnu/packages/maths.scm (pspp): Deleted. * gnu/packages/statistics.scm (pspp): New variable.
| * gnu: irssi: Update to 0.8.19.Efraim Flashner2016-04-04
| | | | | | | | * gnu/packages/irc.scm (irssi): Update to 0.8.19.
| * gnu: libpsl: Update to 0.13.0.Efraim Flashner2016-04-03
| | | | | | | | | | | | | | | | * gnu/packages/web.scm (libpsl): Update to 0.13.0. [arguments]: Remove bootstrap phase. [inputs]: Add python-2. [native-inputs]: Remove autoconf, automake, gettext, which, libtool, pkg-config.
| * gnu: libsrtp: Update to 1.5.4 [fixes CVE-2015-6360].Leo Famulari2016-04-03
| | | | | | | | * gnu/packages/telephony.scm (libsrtp): Update to 1.5.4.
| * gnu: check: Update home page URL.Jochem Raat2016-04-03
| | | | | | | | | | | | * gnu/packages/check.scm (check)[home-page]: Update to new location. Signed-off-by: Alex Kost <alezost@gmail.com>
| * gnu: magit: Update to 2.6.0.Alex Kost2016-04-03
| | | | | | | | * gnu/packages/emacs.scm (magit): Update to 2.6.0.
| * gnu: ffmpeg: Update to 3.0.0.rain12016-04-03
| | | | | | | | | | | | | | | | | | * gnu/packages/video.scm (ffmpeg): Update to 3.0.0. [inputs]: Remove libquvi. [arguments]: Remove '--enable-libquvi" configure flag, rename mipsdspri1 flag to mipsdsp. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
| * build: Distribute 'build-aux/test-driver.scm'.Mathieu Lirzin2016-04-03
| | | | | | | | * Makefile.am (EXTRA_DIST): Add 'build-aux/test-driver.scm'.
| * build: Add a Guile custom test driver using SRFI-64.Mathieu Lirzin2016-04-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Before that '.log' files for scheme tests were fragmented and not included in test-suite.log. This unifies the semantics of SRFI-64 API with Automake test suite. * build-aux/test-driver.scm: New file. * Makefile.am (SCM_LOG_DRIVER, AM_SCM_LOG_DRIVER_FLAGS): New variables. (SCM_LOG_COMPILER, AM_SCM_LOG_FLAGS): Delete variables. (AM_TESTS_ENVIRONMENT): Set GUILE_AUTO_COMPILE to 0. * test-env.in: Silence guix-daemon. * doc/guix.texi (Running the Test Suite): Describe how to display the detailed results. Bug reports require only 'test-suite.log' file. * tests/base32.scm, tests/build-utils.scm, tests/builders.scm, tests/challenge.scm, tests/cpan.scm, tests/cpio.scm, tests/cran.scm, tests/cve.scm, tests/derivations.scm, tests/elpa.scm, tests/file-systems.scm, tests/gem.scm, tests/gexp.scm, tests/gnu-maintenance.scm, tests/grafts.scm, tests/graph.scm, tests/gremlin.scm, tests/hackage.scm, tests/hash.scm, tests/import-utils.scm, tests/lint.scm, tests/monads.scm, tests/nar.scm, tests/packages.scm, tests/pk-crypto.scm, tests/pki.scm, tests/profiles.scm, tests/publish.scm, tests/pypi.scm, tests/records.scm, tests/scripts-build.scm, tests/scripts.scm, tests/services.scm, tests/sets.scm, tests/size.scm, tests/snix.scm, tests/store.scm, tests/substitute.scm, tests/syscalls.scm, tests/system.scm, tests/ui.scm, tests/union.scm, tests/upstream.scm, tests/utils.scm: Don't exit at the end of test groups. * tests/containers.scm: Likewise. Use 'test-skip' instead of exiting with error code 77.
| * gnu: Remove duplicate python-pbr.Ben Woodcroft2016-04-03
| | | | | | | | | | | | | | | | This is a follow-up to commit 1ef09c0c75c61fd70a84667a845a652995b38a94. * gnu/packages/openstack.scm (python-pbr, python2-pbr): Move from here ... * gnu/packages/python.scm: ... to here. (python-pbr, python2-pbr): Delete duplicate packages.
| * gnu: python-lockfile: Update to 0.12.2.Ben Woodcroft2016-04-03
| | | | | | | | | | | | | | * gnu/packages/python.scm (python-lockfile): Update to 0.12.2. [native-inputs]: Add python-pbr. (python2-lockfile): Update to 0.12.2. [native-inputs]: Add python2-setuptools, python2-pbr.
| * gnu: python-lockfile Use 'python2-variant'.Ben Woodcroft2016-04-03
| | | | | | | | | | | | * gnu/packages/python.scm (python-lockfile): Use 'python2-variant'. [properties]: New field. (python2-lockfile): Use 'strip-python2-variant'.