summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* derivations: Avoid string-to-bytevector conversions.Ludovic Courtès2017-04-20
| | | | | | | | | | | | | | On Guile 2.2.1, this yields a 5% speedup on: guix build libreoffice xmonad certbot -n --no-substitutes --no-build-hook * guix/derivations.scm (derivation->string): Rename to... (derivation->bytevector): ... this. Use 'open-bytevector-output-port' instead of 'call-with-output-string'. (derivation-hash): Remove string-to-bytevector conversion before 'sha256' call. (build-expression->derivation): Use 'add-data-to-store' and an bytevector port instead of a string port for the expression.
* gnu: ceph: Disable SSE3 instructions.Marius Bakke2017-04-20
| | | | | | Some early 64-bit AMD processors do not support this instruction set. * gnu/packages/patches/ceph-disable-cpu-optimizations.patch: Disable SSE3.
* gnu: nss-certs: Update to 3.30.2.Marius Bakke2017-04-20
| | | | * gnu/packages/certs.scm (nss-certs): Update to 3.30.2.
* gnu: gst-plugins-base: Remove dead comment.Leo Famulari2017-04-20
| | | | | | This is a followup to 1d8e7273578e95f6b5e4293ac34c4f6fe5d5c579. * gnu/packages/gstreamer.scm (gst-plugins-base): Remove dead comment.
* gnu: qemu: Update to 2.9.0 [security fixes].Leo Famulari2017-04-20
| | | | | | | | | | | | | | | | Fixes CVE-2017-{5857,5973,5987,6058,6505,7377,7471,7718}. * gnu/packages/qemu.scm (qemu): Update to 2.9.0. [source]: Remove obsolete patches. * gnu/packages/patches/qemu-CVE-2016-10155.patch, gnu/packages/patches/qemu-CVE-2017-5525.patch, gnu/packages/patches/qemu-CVE-2017-5526.patch, gnu/packages/patches/qemu-CVE-2017-5552.patch, gnu/packages/patches/qemu-CVE-2017-5578.patch, gnu/packages/patches/qemu-CVE-2017-5579.patch, gnu/packages/patches/qemu-CVE-2017-5856.patch, gnu/packages/patches/qemu-CVE-2017-5898.patch: Delete files. * gnu/local.mk (dist_patch_DATA): Remove them.
* gnu: tuxpaint: Disable parallel build.Marius Bakke2017-04-20
| | | | * gnu/packages/games.scm (tuxpaint)[arguments]<#:parallel-build?>: New parameter.
* gnu: xorg-server: Hide the for-test variant.Ludovic Courtès2017-04-20
| | | | | * gnu/packages/xorg.scm (xorg-server-1.19.2): Wrap in 'hidden-package' call.
* gnu: Add Meson.Corentin Bocquillon2017-04-20
| | | | | | * gnu/packages/build-tools.scm (meson): New variables. Co-authored-by: Ludovic Courtès <ludo@gnu.org>
* gnu: gnurl: Update to 7.54.0 [fixes CVE-2017-7468]ng02017-04-20
| | | | | | * gnu/packages/gnunet.scm (gnurl): Update to 7.54.0. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: icu4c: Fix CVE-2017-{7867,7868}.Leo Famulari2017-04-20
| | | | | | * gnu/packages/patches/icu4c-CVE-2017-7867-CVE-2017-7868.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/icu4c.scm (icu4c/fixed)[source]: Use it.
* gnu: python-nbxmpp: Update to 0.5.5.Tobias Geerinckx-Rice2017-04-20
| | | | | | | * gnu/packages/messaging.scm (python-nbxmpp): Update to 0.5.5. [source]: Use PYPI-URI. [home-page]: Use HTTPS. [description]: Fix up.
* mailmap: Update entries for ng0.ng02017-04-20
| | | | | | * .mailmap: Add new address for ng0 and map all existing commits to it. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
* gnu: moreutils: Update to 0.60.Efraim Flashner2017-04-20
| | | | * gnu/packages/moreutils.scm (moreutils): Update to 0.60.
* gnu: ffmpeg: Update to 3.3.Efraim Flashner2017-04-20
| | | | | * gnu/packages/video.scm (ffmpeg): Update to 3.3. [arguments]: Remove 'enable-x11grab' from #:configure-flags.
* gnu: icecat: Label patches that have since been assigned CVEs.Mark H Weaver2017-04-19
| | | | | | | | | | | Label patches that address the following CVEs: CVE-2017-5429, CVE-2017-5432, CVE-2017-5433, CVE-2017-5434, CVE-2017-5435, CVE-2017-5436, CVE-2017-5438, CVE-2017-5439, CVE-2017-5440, CVE-2017-5441, CVE-2017-5442, CVE-2017-5443, CVE-2017-5444, CVE-2017-5445, CVE-2017-5446, CVE-2017-5447, CVE-2017-5448, CVE-2017-5459, CVE-2017-5460, CVE-2017-5464, CVE-2017-5465, and CVE-2017-5469. * gnu/packages/gnuzilla.scm (icecat)[source][patches]: Add comments indicating CVE assignments.
* gnu: Delete unused patches.Leo Famulari2017-04-19
| | | | | | | * gnu/packages/patches/icu4c-CVE-2014-6585.patch, gnu/packages/patches/icu4c-CVE-2015-1270.patch, gnu/packages/patches/icu4c-CVE-2015-4760.patch: Delete files. * gnu/local.mk (dist_patch_DATA): Remove them.
* gnu: curl: Replace with curl@7.54.0 [fixes CVE-2017-7468]Leo Famulari2017-04-19
| | | | | * gnu/packages/curl.scm (curl)[replacement]: New field. (curl-7.54.0): New variable.
* gnu: guile: Update to 2.2.1.Ludovic Courtès2017-04-19
| | | | * gnu/packages/guile.scm (guile-2.2): Update to 2.2.1.
* publish: Add a handler for / and /index.html.Ludovic Courtès2017-04-19
| | | | | | | | Suggested by Quiliro <quiliro@riseup.net> in <https://bugs.gnu.org/26567>. * guix/scripts/publish.scm (render-home-page): New procedure. (make-request-handler): Handle it.
* doc: Update exim service documentation.Carlo Zancanaro2017-04-19
| | | | | | | * doc/guix.texi (Mail Services): Update exim service documentation to remove mail-aliases, add mail-aliases-service-type documentation. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* tests: mail: Add test for eximCarlo Zancanaro2017-04-19
| | | | | | | * gnu/tests/mail.scm (%exim-os, %test-exim): New variables. (run-exim-test): New procedure. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* services: Make exim-service-type use mail-aliases-service-typeCarlo Zancanaro2017-04-19
| | | | | | | | | | * gnu/services/mail.scm (exim-configuration)[aliases]: Remove field. (exim-activation, exim-shepherd-service): Remove alias from matches. (exim-etc): Remove procedure. (exim-service-type): Extend mail-aliases-service-type instead of etc-service-type. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* services: Add mail-aliases-service-type.Carlo Zancanaro2017-04-19
| | | | | | | * gnu/services/mail.scm (mail-aliases-etc): New procedure. (mail-aliases-service-type): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add workaround for `date` regression in coreutils@8.26.Marius Bakke2017-04-19
| | | | | | | See <https://bugs.gnu.org/23035> and <https://bugs.gnu.org/26238>. * gnu/packages/base.scm (coreutils-8.27): New variable. * gnu/system.scm (%base-packages): Use that instead of COREUTILS.
* gnu: emacs-exwm: Let shell wrapper work with arguments.Feng Shu2017-04-19
| | | | | | * gnu/packages/emacs.scm (emacs-exwm): Pass shell wrapper arguments to emacs. Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
* services: guix-publish: Add 'cache', 'workers', and 'ttl' config knobs.Ludovic Courtès2017-04-19
| | | | | | | | | * gnu/services/base.scm (<guix-publish-configuration>)[cache, workers, ttl]: New fields. (guix-publish-shepherd-service): Honor them. (guix-publish-activation): New procedure. (guix-publish-service-type): Extend ACTIVATION-SERVICE-TYPE. * doc/guix.texi (Base Services): Document it.
* gexp: 'gexp-modules' accepts plain Scheme objects.Ludovic Courtès2017-04-19
| | | | | * guix/gexp.scm (gexp-modules): Return '() when not (gexp? GEXP). * tests/gexp.scm ("gexp-modules and literal Scheme object"): New test.
* services: guix-publish: Fix getter names.Ludovic Courtès2017-04-19
| | | | | | | Fixes a typo introduced in 697ddb8850d7aeb612ec9402e86f82c44edf8c96. * gnu/services/base.scm (<guix-publish-configuration>): Add missing 'configuration' word in getters for 'compression-level' and 'nar-path'.
* gnu: Add balsa.rennes2017-04-19
| | | | | | * gnu/packages/mail.scm (balsa): New variable. Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
* gnu: linux-libre: Update to 4.10.11.Mark H Weaver2017-04-18
| | | | | * gnu/packages/linux.scm (%linux-libre-version): Update to 4.10.11. (%linux-libre-hash): Update hash.
* gnu: linux-libre@4.9: Update to 4.9.23.Mark H Weaver2017-04-18
| | | | * gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.23.
* gnu: linux-libre@4.4: Update to 4.4.62.Mark H Weaver2017-04-18
| | | | * gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.62.
* gnu: baobab: Update to 3.24.0.Kei Kebreau2017-04-18
| | | | * gnu/packages/gnome.scm (baobab): Update to 3.24.0.
* gnu: adwaita-icon-theme: Update to 3.24.0.Kei Kebreau2017-04-18
| | | | * gnu/packages/gnome.scm (adwaita-icon-theme): Update to 3.24.0.
* gnu: gnome-terminal: Update to 3.24.1.Kei Kebreau2017-04-18
| | | | * gnu/packages/gnome.scm (gnome-terminal): Update to 3.24.1.
* gnu: guix: Update development snapshot.Ludovic Courtès2017-04-18
| | | | * gnu/packages/package-management.scm (guix-devel): Update to d72b420.
* gnu: libressl: Do not use 'getentropy'.Ludovic Courtès2017-04-18
| | | | * gnu/packages/tls.scm (libressl)[arguments]: New field.
* gnu: Add adb.Julien Lepiller2017-04-18
| | | | | | | | | * gnu/packages/android.scm: New file. * gnu/packages/patches/libbase-fix-includes.patch: New file. * gnu/packages/patches/libbase-use-own-logging.patch: New file. * gnu/local.mk (GNU_SYSTEM_MODULES, dist_patch_DATA): Add them. Co-Authored-By: Marius Bakke <mbakke@fastmail.com>
* publish: Remove expired cache entries when '--ttl' is used.Ludovic Courtès2017-04-18
| | | | | | | | * guix/scripts/publish.scm (narinfo-files): New procedure. (render-narinfo/cached)[delete-file]: New procedure. Add call to 'maybe-remove-expired-cache-entries'. * doc/guix.texi (Invoking guix publish): Document the interation between --cache and --ttl.
* Add (guix cache) and use it in (guix scripts substitute).Ludovic Courtès2017-04-18
| | | | | | | | | | | | | | | * guix/cache.scm, tests/cache.scm: New files. * Makefile.am (MODULES, SCM_TESTS): Add them. * guix/scripts/substitute.scm (obsolete?): Remove. (remove-expired-cached-narinfos): Rename to... (cached-narinfo-expiration-time): ... this. Remove the removal part and only keep the expiration time part. (narinfo-cache-directories): Add optional 'directory' parameter and honor it. (maybe-remove-expired-cached-narinfo): Remove. (cached-narinfo-files): New procedure. (guix-substitute): Use 'maybe-remove-expired-cache-entries' instead of 'maybe-remove-expired-cached-narinfo'.
* publish: Add '--cache' and '--workers'.Ludovic Courtès2017-04-18
| | | | | | | | | | | | | | | | | | | | | | | Fixes <http://bugs.gnu.org/26201>. Reported by <dian_cecht@zoho.com>. These options allow nars to be "baked" off-line and cached instead of being compressed on the fly. As a side-effect, this allows us to provide a 'Content-Length' header for nars. * guix/scripts/publish.scm (show-help, %options): Add '--cache' and '--workers'. (%default-options): Add 'workers'. (nar-cache-file, narinfo-cache-file, run-single-baker): New procedures. (single-baker): New macro. (render-narinfo/cached, bake-narinfo+nar) (render-nar/cached): New procedures. (make-request-handler): Add #:cache and #:pool parameters and honor them. (run-publish-server): Likewise. (guix-publish): Honor '--cache' and '--workers'. * tests/publish.scm ("with cache"): New test. * doc/guix.texi (Invoking guix publish): Document it.
* publish: Use 'sendfile' when possible.Ludovic Courtès2017-04-18
| | | | | | * guix/scripts/publish.scm (http-write): In the 'application/octet-stream' case, use 'sendfile' when OUTPUT is a file port.
* publish: Introduce 'actual-compression'.Ludovic Courtès2017-04-18
| | | | | * guix/scripts/publish.scm (actual-compression): New procedure. (narinfo-string): Use it.
* Add (guix workers).Ludovic Courtès2017-04-18
| | | | | | * guix/workers.scm, tests/workers.scm: New files. * Makefile.am (MODULES, SCM_TESTS): Add them. * .dir-locals.el: Add rule for 'eventually'.
* services: nginx: Use mime.types.Julien Lepiller2017-04-18
| | | | | * gnu/service/web.scm (default-nginx-config): Add 'nginx' parameter and honor it. Adjust callers.
* gnu: vte: Update to 0.48.2.Kei Kebreau2017-04-18
| | | | * gnu/packages/gnome.scm (vte): Update to 0.48.2.
* gnu: fabric: Enable tests.Ben Sturmfels2017-04-18
| | | | | | | | | | * gnu/packages/patches/fabric-tests.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/admin.scm (fabric)[source]: Use it. [native-inputs]: Add PYTHON2-FUDGE, PYTHON2-JINJA2 and PYTHON2-NOSE. [arguments]<#:tests>: Remove. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
* gnu: Add python-fudge.Ben Sturmfels2017-04-18
| | | | | | * gnu/packages/python.scm (python-fudge): New variable. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
* doc: Replace --no-grub by --no-bootloader.Mathieu Othacehe2017-04-18
| | | | | | | | | | | Fixes <http://bugs.gnu.org/26551>. Followup to a9eadc06ac57846aaa8fdeb550b32e44f59c9437. * doc/guix.texi: Replace all references to "--no-grub" by "--no-bootloader". Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
* gnu: multipath-tools: Update to 0.7.1.Marius Bakke2017-04-18
| | | | | | | * gnu/packages/linux.scm (multipath-tools): Update to 0.7.1. [native-inputs]: Add PERL and PKG-CONFIG. [inputs]: Add JSON-C. [arguments]: Add two more substitutions in 'patch-source' phase.