summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* gnu: python-apsw: Update to 3.20.1-r1.Jelle Licht2017-09-12
| | | | | * gnu/packages/python.scm (python-apsw): Update to 3.20.1-r1. [origin]: Change to updated upstream url.
* gnu: sqlite: Update to 3.20.1.Jelle Licht2017-09-11
| | | | * gnu/packages/databases.scm (sqlite): Update to 3.20.1.
* gnu: libxslt: Update to 1.1.30.Efraim Flashner2017-09-10
| | | | | | | * gnu/packages/xml.scm (libxslt): Update to 1.1.30. [sources]: Remove one patch. * gnu/packages/patches/libxslt-CVE-2016-47738.patch: Remove file. * gnu/local.mk (dist_patch_DATA): Remove it.
* gnu: libxml2: Update to 2.9.5.Efraim Flashner2017-09-10
| | | | | | | | * gnu/packages/xml.scm (libxml2): Update to 2.9.5. [sources]: Remove patches. * gnu/packages/patches/libxml2-CVE-2016-4658.patch, gnu/packages/patches/libxml2-CVE-2016-5131.patch: Remove files. * gnu/local.mk (dist_patch_DATA): Remove them.
* gnu: mpfr: Update to 3.1.6.Ludovic Courtès2017-09-08
| | | | * gnu/packages/multiprecision.scm (mpfr): Update to 3.1.6.
* gnu: file: Update to 5.32.Efraim Flashner2017-09-06
| | | | | * gnu/packages/file.scm (file): Update to 5.32. [home-page]: Use https.
* guix: Fix Guile current-processor-count deprecation warnings.Mathieu Othacehe2017-09-05
| | | | | | | | | When current-processor-count is used without (ice-9 threads) being used, Guile complains with the following warning: Import (ice-9 threads) to have access to `current-processor-count'. * guix/build/utils.scm: Use (ice-9 threads).
* gnu: coreutils: Update to 8.28.Ludovic Courtès2017-09-05
| | | | | | | * gnu/packages/base.scm (coreutils): Update to 8.28. [source]: Remove 'patches'. * gnu/packages/patches/coreutils-cut-huge-range-test.patch: Remove. * gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu: glibc: Add "static" output.Ludovic Courtès2017-09-05
| | | | | | | | | | | | | | This shrinks glibc:out from 37 MiB to 29 MiB. * gnu/packages/base.scm (glibc/linux)[outputs]: Add "static". [arguments]: Add #:modules. Add 'move-static-libs' phase. * gnu/packages/commencement.scm (static-bash-for-glibc): Augment #:configure-flags to pass "-L LIBC:STATIC". Add the "static" output of GLIBC-FINAL to 'inputs'. (%boot2-inputs, %final-inputs): Likewise. (canonical-package): Adjust to deal with multiple-output packages. * gnu/packages/cross-base.scm (cross-gcc): Add the "static" output of LIBC to 'native-inputs'.
* gnu: gzip: Use absolute name for gzip in gunzip.Ricardo Wurmus2017-08-31
| | | | | | | * gnu/packages/compression.scm (gzip)[arguments]: Add build phase "use-absolute-name-of-gzip". Fixes <https://bugs.gnu.org/28158>.
* gnu: openblas: Enable tests.Ricardo Wurmus2017-08-31
| | | | * gnu/packages/maths.scm (openblas)[arguments]: Enable tests.
* gnu: openblas: Update to 0.2.20.Ricardo Wurmus2017-08-31
| | | | * gnu/packages/maths.scm (openblas): Update to 0.2.20.
* gnu: groff: Make build reproducible.Danny Milosavljevic2017-08-31
| | | | * gnu/packages/groff.scm (groff)[arguments]: Add phase "setenv".
* gnu: libidn2: Update to 2.0.4.Efraim Flashner2017-08-30
| | | | | * gnu/packages/libidn.scm (libidn2): Update to 2.0.4. [properties]: Add 'ftp-directory' to ease updates.
* gnu: grep: Update to 3.1.Efraim Flashner2017-08-30
| | | | | | | * gnu/packages/base.scm (grep): Update to 3.1. [source]: Remove patch. * gnu/packages/patches/grep-gnulib-lock.patch: Remove file. * gnu/local.mk (dist_patch_DATA): Remove it.
* gnu: texinfo: Update to 6.4.Efraim Flashner2017-08-30
| | | | * gnu/packages/texinfo.scm (texinfo): Update to 6.4.
* gnu: guix: Factorize downloads of bootstrap tarball.Ludovic Courtès2017-08-28
| | | | | | * gnu/packages/bootstrap.scm (bootstrap-guile-origin): New procedure. * gnu/packages/package-management.scm (guix)[inputs]: Remove 'boot-guile' procedure; use 'bootstrap-guile-origin' instead.
* build: Remove code to download the Guile bootstrap tarball.Ludovic Courtès2017-08-28
| | | | | | | | | | | | | | | | | * build-aux/download.scm: Remove. * Makefile.am (EXTRA_DIST): Remove it. (check-system): Remove dependency on $(BOOTSTRAP_GUILE_TARBALLS). * gnu/local.mk (nodist_bootstrap_x86_64_linux_DATA) (nodist_bootstrap_i686_linux_DATA, nodist_bootstrap_armhf_linux_DATA) (nodist_bootstrap_aarch64_linux_DATA, nodist_bootstrap_mips64el_linux_DATA) (BOOTSTRAP_GUILE_TARBALLS, DISTCLEANFILES, DOWNLOAD_FILE) (%D%/packages/bootstrap/x86_64-linux/guile-2.0.9.tar.xz) (%D%/packages/bootstrap/i686-linux/guile-2.0.9.tar.xz) (%D%/packages/bootstrap/armhf-linux/guile-2.0.11.tar.xz) (%D%/packages/bootstrap/aarch64-linux/guile-2.0.14.tar.xz) (%D%/packages/bootstrap/mips64el-linux/guile-2.0.9.tar.xz): Remove. * build-aux/test-env.in: Add "guix download" invocation when gnu/packages/bootstrap/guile* exists.
* gnu: bootstrap: Prefer HTTPS for downloads.Ludovic Courtès2017-08-28
| | | | * gnu/packages/bootstrap.scm (%bootstrap-base-urls): Add "https" URL first.
* gnu: guile-bootstrap: Use a fixed-output derivation to download.Ludovic Courtès2017-08-28
| | | | | | | * gnu/packages/bootstrap.scm (bootstrap-guile-url-path) (bootstrap-guile-hash, download-bootstrap-guile): New procedures. (raw-build): Use it. Script uses $GUILE_TARBALL. Add GUILE to the inputs of the derivation.
* download: Assume the "download" built-in builder is available.Ludovic Courtès2017-08-28
| | | | | | | | This is a followup to 05ceb8dcaf480a47cddf94ac979070b76df6556c. * guix/download.scm (in-band-download): Remove. (url-fetch): Call 'error' when BUILTINS lacks "download"; remove call to 'in-band-download'.
* services: user-processes: Reap child processes.Ludovic Courtès2017-08-28
| | | | | | | | | | Fixes <http://bugs.gnu.org/26931>. Reported by Leo Famulari <leo@famulari.name>. * gnu/services/base.scm (user-processes-service-type)[stop]: Add 'reap-children' loop. * gnu/tests/base.scm (run-halt-test): New procedure. (%test-halt): New variable.
* marionette: Augment the set of keystrokes.Ludovic Courtès2017-08-28
| | | | * gnu/build/marionette.scm (%qwerty-us-keystrokes): Add ', ", and `.
* marionette: Fix typing of capital letters.Ludovic Courtès2017-08-28
| | | | | | | | Previously we'd use "sendkey P" instead of "sendkey shift-p", which had no effect. * gnu/build/marionette.scm (character->keystroke): New procedure. (string->keystroke-commands): Use it.
* marionette: 'wait-for-file' really raises an error when a file is missing.Ludovic Courtès2017-08-28
| | | | | * gnu/build/marionette.scm (wait-for-file): Arrange to call 'error' on the host, not in the guest.
* gnu: emacs-nix-mode: Move to package-management.scm.Ludovic Courtès2017-08-28
| | | | | | | | Reported by Christopher Baines. This fixes a top-level reference among mutually-dependent modules. * gnu/packages/emacs.scm (emacs-nix-mode): Move to... * gnu/packages/package-management.scm (emacs-nix-mode): ... here.
* bootloader: Emit warnings with 'warning'.Ludovic Courtès2017-08-28
| | | | | * gnu/bootloader.scm (bootloader-configuration-target): Use 'warning' instead of 'issue-deprecation-warning'.
* gnu: xf86-video-freedreno: Add missing input.Efraim Flashner2017-08-28
| | | | * gnu/packages/xorg.scm (xf86-video-freedreno)[inputs]: Add zlib.
* gnu: libzip: Fix CVE-2017-12858.Leo Famulari2017-08-27
| | | | | | * gnu/packages/patches/libzip-CVE-2017-12858.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/compression.scm (libzip)[source]: Use it.
* gnu: srt2vtt: Update source URL.Tobias Geerinckx-Rice2017-08-28
| | | | * gnu/packages/video.scm (srt2vtt)[source]: Fetch sources from new URL.
* gnu: Give descriptive file-names for some Git sources.Leo Famulari2017-08-27
| | | | | | * gnu/packages/java.scm (classpath-devel)[source]: Set the file-name. * gnu/packages/guile.scm (guile-for-guile-emacs, guile-syntax-highlight)[source]: Likewise.
* gnu: Fetch several Git sources over HTTPS.Leo Famulari2017-08-27
| | | | | | | | | | | | | | * gnu/packages/admin.scm (interrobang)[source]: Use HTTPS URL. * gnu/packages/audio.scm (ardour)[source]: Likewise. * gnu/packages/embedded.scm (libjaylink, openocd)[source]: Likewise. * gnu/packages/gnome.scm (byzanz)[source]: Likewise. * gnu/packages/gnunet.scm (guile-gnunet)[source]Likewise. * gnu/packages/java.scm (classpath)[source]: Likewise. * gnu/packages/microcom.scm (microcom)[source]: Likewise. * gnu/packages/python.scm (python-axolotl-curve25519)[source]: Likewise. * gnu/packages/rdesktop.scm (freerdp)[source]: Likewise. * gnu/packages/shells.scm (rc)[source]: Likewise. * gnu/packages/web.scm (libwebsockets)[source]: Use new source URL.
* gnu: youtube-dl: Update to 2017.08.27.1.Tobias Geerinckx-Rice2017-08-27
| | | | * gnu/packages/video.scm (youtube-dl): Update to 2017.08.27.1.
* gnu: iodine: Fix path to ifconfig.Tobias Geerinckx-Rice2017-08-27
| | | | * gnu/packages/networking.scm (iodine)[arguments]: Fix path to ifconfig.
* gnu: filezilla: Update to 3.27.1.Leo Famulari2017-08-27
| | | | * gnu/packages/ftp.scm (filezilla): Update to 3.27.1.
* gnu: libfilezilla: Update to 0.10.1.Leo Famulari2017-08-27
| | | | | * gnu/packages/ftp.scm (libfilezilla): Update to 0.10.1. [native-inputs]: Add pkg-config.
* gnu: wxwidgets: Update to 3.0.3.Leo Famulari2017-08-27
| | | | | | | * gnu/packages/wxwidgets.scm (wxwidgets): Update to 3.0.3. [source]: Remove 'wxwidgets-fix-windowGTK.patch'. * gnu/packages/patches/wxwidgets-fix-windowGTK.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it.
* gnu: gnome: Install some GStreamer plugins.Andy Wingo2017-08-27
| | | | | | | * gnu/packages/gnome.scm (gnome): Add gst-plugins-base and gst-plugins-good. This will allow stock GNOME installs to play Ogg Vorbis files, among other things. It will also ensure that GST_PLUGIN_SYSTEM_PATH is set to a sensible value when GNOME is installed to the system instead of the user profile.
* gnu: totem: Wrap environment for thumbnailer.Andy Wingo2017-08-27
| | | | | * gnu/packages/gnome.scm (totem): Wrap thumbnailer also in environment that sets GST_PLUGIN_SYSTEM_PATH.
* gnu: nano: Update to 2.8.7.Efraim Flashner2017-08-27
| | | | * gnu/packages/nano.scm (nano): Update to 2.8.7.
* gnu: perl: Work around more "dotless @INC" build failures.Marius Bakke2017-08-27
| | | | | | * gnu/packages/perl.scm (perl-unicode-collate)[arguments]: Add 'set-perl-search-path' phase. * gnu/packages/xorg.scm (perl-x11-xcb)[arguments]: Likewise.
* gnu: perl-www-opensearch: Provide Module::Install.Marius Bakke2017-08-27
| | | | * gnu/packages/web.scm (perl-www-opensearch)[native-inputs]: Add PERL-MODULE-INSTALL.
* gnu: perl-xml-atom: Update to 0.42.Marius Bakke2017-08-27
| | | | | | * gnu/packages/xml.scm (perl-xml-atom): Update to 0.42. [arguments]: Add 'set-perl-search-path' phase. [native-inputs]: Add PERL-HTML-TAGSET and PERL-MODULE-BUILD-TINY.
* gnu: babl: Update to 0.1.30.Marius Bakke2017-08-27
| | | | * gnu/packages/gimp.scm (babl): Update to 0.1.30.
* gnu: Remove unneeded import.Marius Bakke2017-08-27
| | | | * gnu/packages/engineering.scm: Don't import (srfi srfi-1) in top scope.
* gnu: tdb: Update to 1.3.15.Marius Bakke2017-08-27
| | | | * gnu/packages/databases.scm (tdb): Update to 1.3.15.
* gnu: enlightenment: Update to 0.21.9.Efraim Flashner2017-08-27
| | | | * gnu/packages/enlightenment.scm (enlightenment): Update to 0.21.9.
* gnu: xauth: Enable tests.Kei Kebreau2017-08-26
| | | | | * gnu/packages/xorg.scm (xauth)[arguments]: Enable tests. [native-inputs]: Add cmdtest.
* gnu: Add cmdtest.Kei Kebreau2017-08-26
| | | | | | * gnu/packages/check.scm (cmdtest): New variable. Co-authored-by: Arun Isaac <arunisaac@systemreboot.net>
* Merge branch 'core-updates'Marius Bakke2017-08-26
|\