aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-10-08Revert "gnu: python: Do not retain references to build tools."Ludovic Courtès
This reverts commit 14f8dae6b1e42cfd37678d64c137932b91656a41, which was unintentionally pushed (it does not work with Python 3.)
2015-10-08Merge branch 'master' into core-updatesMark H Weaver
2015-10-08gnu: libunwind: Add fix for CVE-2015-3239.Mark H Weaver
* gnu/packages/patches/libunwind-CVE-2015-3239.patch: New file. * gnu-system.am (dist_patch_DATA): Add it. * gnu/packages/libunwind.scm (libunwind)[source]: Add patch.
2015-10-08gnu: libwmf: Add fixes for several security flaws.Mark H Weaver
* gnu/packages/patches/libwmf-CAN-2004-0941.patch, gnu/packages/patches/libwmf-CVE-2007-0455.patch, gnu/packages/patches/libwmf-CVE-2007-2756.patch, gnu/packages/patches/libwmf-CVE-2007-3472.patch, gnu/packages/patches/libwmf-CVE-2007-3473.patch, gnu/packages/patches/libwmf-CVE-2007-3477.patch, gnu/packages/patches/libwmf-CVE-2009-3546.patch: New files. * gnu/packages/patches/libwmf-CVE-2015-0848+4588+4695+4696.patch: Delete file. Replace with ... * gnu/packages/patches/libwmf-CVE-2015-0848+CVE-2015-4588.patch, gnu/packages/patches/libwmf-CVE-2015-4695.patch, gnu/packages/patches/libwmf-CVE-2015-4696.patch: ... these new files. * gnu-system.am (dist_patch_DATA): Adjust accordingly. * gnu/packages/image.scm (libwmf)[source]: Adjust set of patches.
2015-10-08gnu: unzip: Add various fixes.Mark H Weaver
* gnu/packages/patches/unzip-increase-size-of-cfactorstr.patch: Delete file. Replace with ... * gnu/packages/patches/unzip-overflow-long-fsize.patch: ... this new file. * gnu/packages/patches/unzip-attribs-overflow.patch, gnu/packages/patches/unzip-fix-overflows-and-infloop.patch, gnu/packages/patches/unzip-format-secure.patch: New files. * gnu/packages/patches/unzip-CVE-2014-9636.patch: Replace contents with fixed patch from Fedora. * gnu-system.am (dist_patch_DATA): Adjust accordingly. * gnu/packages/zip.scm (unzip)[source]: Adjust list of patches.
2015-10-08gnu: wpa-supplicant: Update to 2.5.Mark H Weaver
* gnu/packages/patches/wpa-supplicant-2015-2-fix.patch, gnu/packages/patches/wpa-supplicant-2015-3-fix.patch, gnu/packages/patches/wpa-supplicant-2015-4-fix-pt1.patch, gnu/packages/patches/wpa-supplicant-2015-4-fix-pt2.patch, gnu/packages/patches/wpa-supplicant-2015-4-fix-pt3.patch, gnu/packages/patches/wpa-supplicant-2015-4-fix-pt4.patch, gnu/packages/patches/wpa-supplicant-2015-4-fix-pt5.patch, gnu/packages/patches/wpa-supplicant-2015-5-fix.patch, gnu/packages/patches/wpa-supplicant-CVE-2015-1863.patch: Delete files. * gnu-system.am (dist_patch_DATA): Remove them. * gnu/packages/admin.scm (wpa-supplicant-minimal): Update to 2.5. Remove patches.
2015-10-08gnu: python-h5py: Fix path to hdf5 library.Ricardo Wurmus
* gnu/packages/python.scm (python-h5py)[arguments]: Add "fix-hdf5-paths" phase.
2015-10-08gnu: python-h5py, python2-h5py: Correct inputs.Ricardo Wurmus
* gnu/packages/python.scm (python-h5py) [inputs]: Remove python-cython and python-numpy. [propagated-inputs]: New field. [native-inputs]: Drop python-setuptools and add python-cython. (python2-h5py): Replace "inputs" with "propagated-inputs".
2015-10-08gnu: Add python-joblib.Ricardo Wurmus
* gnu/packages/python.scm (python-joblib, python2-joblib): New variables.
2015-10-08Correct "Revert "gnu: camlp4: Remove extra input.""Efraim Flashner
This corrects a typo in 0d1c0660d7b446188b36f19d0dd79d8f97bd4360.
2015-10-08Revert "gnu: camlp4: Remove extra input."Efraim Flashner
This reverts commit d04efa0fff908de0f8822a27582b4b1c3dcae553.
2015-10-07Merge branch 'master' into core-updatesMark H Weaver
2015-10-07gnu: webkitgtk-2.4: Fix potential code execution vulnerability.Mark H Weaver
* gnu/packages/patches/webkitgtk-2.4-sql-init-string.patch: New file. * gnu-system.am (dist_patch_DATA): Add it. * gnu/packages/webkit.scm (webkitgtk-2.4)[source]: Add patch.
2015-10-07gnu: libvpx: Set size limit to avoid CVE-2015-1258.Mark H Weaver
* gnu/packages/video.scm (libvpx)[arguments]: Add "--size-limit" argument to configure.
2015-10-07gnu: openjpeg-2.x: Add fix for CVE-2015-6581.Mark H Weaver
* gnu/packages/patches/openjpeg-CVE-2015-6581.patch: New file. * gnu-system.am (dist_patch_DATA): Add it. * gnu/packages/image.scm (openjpeg, openjpeg-2.0)[source]: Add patch.
2015-10-07gnu: gdk-pixbuf: Update to 2.32.1.Mark H Weaver
* gnu/packages/gtk.scm (gdk-pixbuf): Update to 2.32.1.
2015-10-08gnu: python: Simplify list of configure flags.Ludovic Courtès
* gnu/packages/patches/python-2.7-search-paths.patch, gnu/packages/patches/python-3-search-paths.patch: New files. * gnu-system.am (dist_patch_DATA): Add them. * gnu/packages/python.scm (python-2)[source]: Use first patch. [arguments]: Remove now unneeded CPPFLAGS and LDFLAGS. (python)[source]: Use second patch. (python-minimal)[arguments]: Remove CPPFLAGS and LDFLAGS.
2015-10-07gnu: python: Build the tkinter module.Ludovic Courtès
Fixes <http://bugs.gnu.org/20889>. Reported by Federico Beffa <beffa@ieee.org>. * gnu/packages/python.scm (python-2)[arguments]: Pass --with-tcltk-includes and --with-tcltk-libs. [inputs]: Add TCL and TK.
2015-10-07gnu: python: Add "minimal" variants.Ludovic Courtès
* gnu/packages/python.scm (python2-minimal, python-minimal): New variables. (wrap-python3): New procedure. (python-wrapper): Use it. (python-minimal-wrapper): New variable. * gnu/packages/xml.scm (libxslt)[native-inputs]: Use PYTHON-MINIMAL-WRAPPER instead of PYTHON-WRAPPER. * gnu/packages/xorg.scm (xcb-proto, libxcb, xorg-server): Likewise.
2015-10-07gnu: camlp4: Remove extra input.Efraim Flashner
* gnu/packages/ocaml.scm (camlp4)[inputs]: Removed duplicate "ocaml" entry from native-inputs.
2015-10-07gnu: gprolog: Remove armhf from supported architectures.Efraim Flashner
* gnu/packages/gprolog.scm (gprolog)[supported-systems]: Remove armhf-linux from the list of supported systems.
2015-10-07gnu: mosh: Update to 1.2.5.Efraim Flashner
* gnu/packages/ssh.scm (mosh): Update to 1.2.5.
2015-10-07gnu: python-wrapper: Improve synopsis and description.Ludovic Courtès
* gnu/packages/python.scm (python-wrapper): Add 'synopsis' field; provide literal 'description' value.
2015-10-07gnu: python: Do not retain references to build tools.Ludovic Courtès
* gnu/packages/python.scm (python-2)[arguments]: Add 'do-not-record-configure-flags' and 'do-not-record-configure-flags-in-makefile' phases.
2015-10-07gnu: enlightenment: Update to 0.19.12.Efraim Flashner
* gnu/packages/enlightenment.scm (enlightenment): Update to 0.19.12.
2015-10-07gnu: Add r-htmlwidgets.Ricardo Wurmus
* gnu/packages/web.scm (r-htmlwidgets): New variable.
2015-10-07gnu: Add r-htmltools.Ricardo Wurmus
* gnu/packages/web.scm (r-htmltools): New variable.
2015-10-07gnu: ibus-libpinyin: Add GTK+ and Glib inputs.Ricardo Wurmus
* gnu/packages/ibus.scm (ibus-libpinyin)[inputs]: Add gtk+. [native-inputs]: Add glib:bin.
2015-10-06gnu: imagemagick: Hard-code delegate paths.Eric Bavier
If --with-frozenpaths is given, then configure will retain absolute paths discovered for delegate programs, otherwise they are discarded. * gnu/packages/imagemagick.scm (imagemagick)[arguments]: Add '--with-frozenpaths' to #:configure-flags.
2015-10-06publish: Fix file descriptor leak.Ludovic Courtès
A client closing the connection while reading from a /nar URL would leave an open file descriptor in the server. This patch fixes it. * guix/scripts/publish.scm (swallow-EPIPE): New macro. (http-write): Use it around 'write-file' call.
2015-10-06doc: Clarify how to run 'guix refresh -u'.Ludovic Courtès
* doc/guix.texi (Invoking guix refresh): Mention ./pre-inst-env.
2015-10-06import: snix: Adjust names of license attributes.Ludovic Courtès
* guix/import/snix.scm (license-variable): Adjust names to current Nixpkgs.
2015-10-06utils: Remove Nixpkgs helpers.Ludovic Courtès
* guix/config.scm.in (%nixpkgs): Remove. * guix/utils.scm (%nixpkgs-directory, nixpkgs-derivation, nixpkgs-derivation*): Remove. * test-env.in: Export 'NIXPKGS'. * tests/derivations.scm (%coreutils): Remove use of 'nixpkgs-derivation'. * tests/snix.scm (%nixpkgs-directory): New variable. Adjust users accordingly.
2015-10-06build: Automatically determine libgcrypt's file name.Ludovic Courtès
* m4/guix.m4 (GUIX_LIBGCRYPT_LIBDIR): New macro. * configure.ac: Use it when no --with-libgcrypt-* option was passed. * README: Do not recommend --with-libgcrypt-prefix. Co-authored-by: 宋文武 <iyzsong@gmail.com>
2015-10-06gnu: elementary: Update to 1.15.2.Efraim Flashner
* gnu/packages/enlightenment.scm (elementary): Update to 1.15.2.
2015-10-06gnu: efl: Update to 1.15.2.Efraim Flashner
* gnu/packages/enlightenment.scm (efl): Update to 1.15.2.
2015-10-06gnu: libbluray: Remove java as native-input.Efraim Flashner
* gnu/packages/video.scm (libbluray)[inputs]: Remove "ant" and "icedtea" as native-inputs. [arguments]: Remove environmental variable "JAVA_HOME". Add configure flag to disable java.
2015-10-06gnu: gmp: Skip unreliable test.Ludovic Courtès
* gnu/packages/patches/gmp-faulty-test.patch: New file. * gnu-system.am (dist_patch_DATA): Add it. * gnu/packages/multiprecision.scm (gmp)[source]: Use it.
2015-10-06gnu: gawk: Remove unneeded 'install-locale' phase.Ludovic Courtès
* gnu/packages/gawk.scm (gawk)[arguments]: Remove now unneeded 'install-locale' phase.
2015-10-06gnu: libdvdcss: Update to 1.3.99.Efraim Flashner
* gnu/packages/video.scm (libdvdcss): Update to 1.3.99.
2015-10-06gnu: libbluray: Upgrade to 0.9.1.Efraim Flashner
* gnu/packages/video.scm (libbluray): Upgrade to 0.9.1. [inputs]: Add "ant" and "icedtea7" to native-inputs. [arguments]: Set environment variable "JAVA_HOME".
2015-10-05import: pypi: Remove unused procedure.Ludovic Courtès
* guix/import/pypi.scm (join): Remove.
2015-10-05gnu: glibc: Look for locale data in versioned sub-directories.Ludovic Courtès
Suggested by Mark H Weaver <mhw@netris.org>. * gnu/packages/patches/glibc-versioned-locpath.patch: New file. * gnu-system.am (dist_patch_DATA): Add it. * gnu/packages/base.scm (glibc)[source]: Use it. [arguments]: Add explicit version sub-directory to libc_cv_localedir. [native-search-paths]: Use 'GUIX_LOCPATH' instead of 'LOCPATH'. (glibc-locales, glibc-utf8-locales): Write to a VERSION sub-directory.
2015-10-05Revert "gnu: glibc: Honor 'GUIX_LOCPATH'."Ludovic Courtès
This reverts commits fbb909ac7e947ebc8aea2c2efca7df3a78dfc3c4 and 2ebe938c2f943232955df889a72a6280c412a649.
2015-10-05gnu: wine: Update to 1.7.52, add more inputs.宋文武
* gnu/packages/wine.scm (wine): Update to 1.7.52. [inputs]: Add cups, glu and openal.
2015-10-05gnu: feh: Update to 2.14.宋文武
* gnu/packages/feh.scm (feh): Update to 2.14.
2015-10-04gnu: calibre: Update to 2.40.0.Andreas Enge
* gnu/packages/ebook.scm (calibre): Update to 2.40.0.
2015-10-04gnu: qt: Remove bundled copy of sqlite.Andreas Enge
* gnu/packages/qt.scm (qt)[source]: Add snippet to remove the bundled copy of sqlite. Partially fixes <http://bugs.gnu.org/21288>.
2015-10-04gnu: qt: Compile with system harfbuzz.Andreas Enge
* gnu/packages/qt.scm (qt)[source]: Add a snippet to remove one of the two bundled copies of harfbuzz. [arguments]: Pass a configure flag to use harfbuzz from the system. Partially fixes <http://bugs.gnu.org/21288>.
2015-10-04gnu: qt: Remove the sources of qtwebengine.Andreas Enge
* gnu/packages/qt.scm (qt)[source]: Add snippet to remove the qtwebengine code, which was already not built anymore, and drop one patch used previously only for qtwebengine. [arguments]: Drop the configuration flag "-skip qtwebengine", since deleted modules cannot be skipped. * gnu/packages/patches/qt5-runpath.patch: Delete file. * gnu-system.am (dist_patch_DATA): Unregister patch. Partially fixes <http://bugs.gnu.org/21288>.