- Apr 21, 2017
-
-
Mark H Weaver authored
* gnu/packages/gnuzilla.scm (nss): Update to 3.30.2.
-
Mark H Weaver authored
* gnu/packages/fontutils.scm (graphite2)[replacement]: New field. (graphite2/fixed): New variable. * gnu/packages/patches/graphite2-CVE-2017-5436.patch, gnu/packages/patches/graphite2-check-code-point-limit.patch, gnu/packages/patches/graphite2-fix-32-bit-wrap-arounds.patch, gnu/packages/patches/graphite2-non-linear-classes-even-number.patch: New files. * gnu/local.mk (dist_patch_DATA): Add them.
-
Eric Bavier authored
* gnu/packages/patches/hypre-doc-tables.patch, gnu/packages/patches/hypre-ldflags.patch: Delete. * gnu/local.mk (dist_patch_DATA): Remove them.
-
- Apr 20, 2017
-
-
Ludovic Courtès authored
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.
-
Marius Bakke authored
Some early 64-bit AMD processors do not support this instruction set. * gnu/packages/patches/ceph-disable-cpu-optimizations.patch: Disable SSE3.
-
Marius Bakke authored
* gnu/packages/certs.scm (nss-certs): Update to 3.30.2.
-
Leo Famulari authored
This is a followup to 1d8e7273. * gnu/packages/gstreamer.scm (gst-plugins-base): Remove dead comment.
-
Leo Famulari authored
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.
-
Marius Bakke authored
* gnu/packages/games.scm (tuxpaint)[arguments]<#:parallel-build?>: New parameter.
-
Ludovic Courtès authored
* gnu/packages/xorg.scm (xorg-server-1.19.2): Wrap in 'hidden-package' call.
-
Corentin Bocquillon authored
* gnu/packages/build-tools.scm (meson): New variables. Co-authored-by:
Ludovic Courtès <ludo@gnu.org>
-
nikita authored
* gnu/packages/gnunet.scm (gnurl): Update to 7.54.0. Signed-off-by:
Leo Famulari <leo@famulari.name>
-
Leo Famulari authored
* 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.
-
Tobias Geerinckx-Rice authored
* gnu/packages/messaging.scm (python-nbxmpp): Update to 0.5.5. [source]: Use PYPI-URI. [home-page]: Use HTTPS. [description]: Fix up.
-
nikita authored
* .mailmap: Add new address for ng0 and map all existing commits to it. Signed-off-by:
Tobias Geerinckx-Rice <me@tobias.gr>
-
Efraim Flashner authored
* gnu/packages/moreutils.scm (moreutils): Update to 0.60.
-
Efraim Flashner authored
* gnu/packages/video.scm (ffmpeg): Update to 3.3. [arguments]: Remove 'enable-x11grab' from #:configure-flags.
-
Mark H Weaver authored
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.
-
- Apr 19, 2017
-
-
Leo Famulari authored
* 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.
-
Leo Famulari authored
* gnu/packages/curl.scm (curl)[replacement]: New field. (curl-7.54.0): New variable.
-
Ludovic Courtès authored
* gnu/packages/guile.scm (guile-2.2): Update to 2.2.1.
-
Ludovic Courtès authored
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.
-
Carlo Zancanaro authored
* 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>
-
Carlo Zancanaro authored
* gnu/tests/mail.scm (%exim-os, %test-exim): New variables. (run-exim-test): New procedure. Signed-off-by:
Ludovic Courtès <ludo@gnu.org>
-
Carlo Zancanaro authored
* 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>
-
Carlo Zancanaro authored
* gnu/services/mail.scm (mail-aliases-etc): New procedure. (mail-aliases-service-type): New variable. Signed-off-by:
Ludovic Courtès <ludo@gnu.org>
-
Marius Bakke authored
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.
-
Feng Shu authored
* gnu/packages/emacs.scm (emacs-exwm): Pass shell wrapper arguments to emacs. Signed-off-by:
Arun Isaac <arunisaac@systemreboot.net>
-
Ludovic Courtès authored
* 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.
-
Ludovic Courtès authored
* guix/gexp.scm (gexp-modules): Return '() when not (gexp? GEXP). * tests/gexp.scm ("gexp-modules and literal Scheme object"): New test.
-
Ludovic Courtès authored
Fixes a typo introduced in 697ddb88. * gnu/services/base.scm (<guix-publish-configuration>): Add missing 'configuration' word in getters for 'compression-level' and 'nar-path'.
-
Rene Saavedra authored
* gnu/packages/mail.scm (balsa): New variable. Signed-off-by:
Arun Isaac <arunisaac@systemreboot.net>
-
Mark H Weaver authored
* gnu/packages/linux.scm (%linux-libre-version): Update to 4.10.11. (%linux-libre-hash): Update hash.
-
Mark H Weaver authored
* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.23.
-
Mark H Weaver authored
* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.62.
-
Kei Kebreau authored
* gnu/packages/gnome.scm (baobab): Update to 3.24.0.
-
Kei Kebreau authored
* gnu/packages/gnome.scm (adwaita-icon-theme): Update to 3.24.0.
-
- Apr 18, 2017
-
-
Kei Kebreau authored
* gnu/packages/gnome.scm (gnome-terminal): Update to 3.24.1.
-
Ludovic Courtès authored
* gnu/packages/package-management.scm (guix-devel): Update to d72b4206.
-
Ludovic Courtès authored
* gnu/packages/tls.scm (libressl)[arguments]: New field.
-