summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-04-19publish: Add a handler for / and /index.html.Ludovic Courtès
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.
2017-04-19doc: Update exim service documentation.Carlo Zancanaro
* 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>
2017-04-19tests: mail: Add test for eximCarlo Zancanaro
* gnu/tests/mail.scm (%exim-os, %test-exim): New variables. (run-exim-test): New procedure. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-04-19services: Make exim-service-type use mail-aliases-service-typeCarlo Zancanaro
* 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>
2017-04-19services: Add mail-aliases-service-type.Carlo Zancanaro
* gnu/services/mail.scm (mail-aliases-etc): New procedure. (mail-aliases-service-type): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-04-19gnu: Add workaround for `date` regression in coreutils@8.26.Marius Bakke
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.
2017-04-19gnu: emacs-exwm: Let shell wrapper work with arguments.Feng Shu
* gnu/packages/emacs.scm (emacs-exwm): Pass shell wrapper arguments to emacs. Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
2017-04-19services: guix-publish: Add 'cache', 'workers', and 'ttl' config knobs.Ludovic Courtès
* 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.
2017-04-19gexp: 'gexp-modules' accepts plain Scheme objects.Ludovic Courtès
* guix/gexp.scm (gexp-modules): Return '() when not (gexp? GEXP). * tests/gexp.scm ("gexp-modules and literal Scheme object"): New test.
2017-04-19services: guix-publish: Fix getter names.Ludovic Courtès
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'.
2017-04-19gnu: Add balsa.rennes
* gnu/packages/mail.scm (balsa): New variable. Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
2017-04-18gnu: linux-libre: Update to 4.10.11.Mark H Weaver
* gnu/packages/linux.scm (%linux-libre-version): Update to 4.10.11. (%linux-libre-hash): Update hash.
2017-04-18gnu: linux-libre@4.9: Update to 4.9.23.Mark H Weaver
* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.23.
2017-04-18gnu: linux-libre@4.4: Update to 4.4.62.Mark H Weaver
* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.62.
2017-04-18gnu: baobab: Update to 3.24.0.Kei Kebreau
* gnu/packages/gnome.scm (baobab): Update to 3.24.0.
2017-04-18gnu: adwaita-icon-theme: Update to 3.24.0.Kei Kebreau
* gnu/packages/gnome.scm (adwaita-icon-theme): Update to 3.24.0.
2017-04-18gnu: gnome-terminal: Update to 3.24.1.Kei Kebreau
* gnu/packages/gnome.scm (gnome-terminal): Update to 3.24.1.
2017-04-18gnu: guix: Update development snapshot.Ludovic Courtès
* gnu/packages/package-management.scm (guix-devel): Update to d72b420.
2017-04-18gnu: libressl: Do not use 'getentropy'.Ludovic Courtès
* gnu/packages/tls.scm (libressl)[arguments]: New field.
2017-04-18gnu: Add adb.Julien Lepiller
* 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>
2017-04-18publish: Remove expired cache entries when '--ttl' is used.Ludovic Courtès
* 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.
2017-04-18Add (guix cache) and use it in (guix scripts substitute).Ludovic Courtès
* 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'.
2017-04-18publish: Add '--cache' and '--workers'.Ludovic Courtès
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.
2017-04-18publish: Use 'sendfile' when possible.Ludovic Courtès
* guix/scripts/publish.scm (http-write): In the 'application/octet-stream' case, use 'sendfile' when OUTPUT is a file port.
2017-04-18publish: Introduce 'actual-compression'.Ludovic Courtès
* guix/scripts/publish.scm (actual-compression): New procedure. (narinfo-string): Use it.
2017-04-18Add (guix workers).Ludovic Courtès
* guix/workers.scm, tests/workers.scm: New files. * Makefile.am (MODULES, SCM_TESTS): Add them. * .dir-locals.el: Add rule for 'eventually'.
2017-04-18services: nginx: Use mime.types.Julien Lepiller
* gnu/service/web.scm (default-nginx-config): Add 'nginx' parameter and honor it. Adjust callers.
2017-04-18gnu: vte: Update to 0.48.2.Kei Kebreau
* gnu/packages/gnome.scm (vte): Update to 0.48.2.
2017-04-18gnu: fabric: Enable tests.Ben Sturmfels
* 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>
2017-04-18gnu: Add python-fudge.Ben Sturmfels
* gnu/packages/python.scm (python-fudge): New variable. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2017-04-18doc: Replace --no-grub by --no-bootloader.Mathieu Othacehe
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>
2017-04-18gnu: multipath-tools: Update to 0.7.1.Marius Bakke
* 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.
2017-04-18gnu: multipath-tools: Don't install to /usr sub-folders.Marius Bakke
* gnu/packages/linux.scm (multipath-tools)<#:make-flags>: Add SYSTEMDPATH entry. <#:phases>: Add new 'patch-source' phase.
2017-04-18gnu: Add emacs-exwm.Feng Shu
* gnu/packages/emacs.scm (emacs-exwm): New variable. Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
2017-04-18gnu: Add emacs-xelb.Feng Shu
* gnu/packages/emacs.scm (emacs-xelb): New variable. Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
2017-04-17gnu: mate-themes: Update to 3.22.10.Kei Kebreau
* gnu/packages/mate.scm (mate-themes): Update to 3.22.10.
2017-04-18gnu: you-get: Update to 0.4.715.Feng Shu
* gnu/packages/video.scm (you-get): Update to 0.4.715. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2017-04-18Revert "gnu: nss, nss-certs: Update to 3.30.1."Marius Bakke
This version fails to build on some architectures: https://lists.gnu.org/archive/html/guix-devel/2017-04/msg00365.html https://bugzilla.mozilla.org/show_bug.cgi?id=1351459 This reverts commit 96e98d51a7057b443a1c1b32046f8be6a1987a2f.
2017-04-18Revert "gnu: nss: Increase test timeouts."Marius Bakke
This turned out to be a red herring: https://lists.gnu.org/archive/html/guix-devel/2017-04/msg00365.html This reverts commit a790f262074c94f6b7acb118fb22981d71f1722f.
2017-04-17serialization: Remove Guile < 2.0.9 workaround.Ludovic Courtès
* guix/serialization.scm (write-contents): Assume 'sendfile' is always defined.
2017-04-17records: Slight simplification.Ludovic Courtès
* guix/records.scm (make-syntactic-constructor): Simplify 'find' expression.
2017-04-17gnu: Use netfilter mirror where applicable.Marius Bakke
* gnu/packages/linux.scm (iptables, libmnl, libnftnl)[source]: Use mirror://netfilter.org.
2017-04-17download: Add netfilter mirror.Marius Bakke
* guix/download.scm (%mirrors): Add mirrors for www.netfilter.org.
2017-04-17gnu: sshfs-fuse: Update to 2.9.Tobias Geerinckx-Rice
* gnu/packages/linux.scm (sshfs-fuse): Update to 2.9. [home-page]: Point to new home page.
2017-04-17gnu: Add ponymix.Stefan Reichoer
* gnu/packages/pulseaudio.scm (ponymix): New variable. Signed-off-by: Leo Famulari <leo@famulari.name>
2017-04-17gnu: vis: Update to 0.3.José Miguel Sánchez García
* gnu/packages/text-editors.scm (vis): Update to 0.3. [arguments]: Remove #:make-flags. Signed-off-by: Leo Famulari <leo@famulari.name>
2017-04-17gnu: capnproto: Update to 0.5.3.1 [security fixes].Leo Famulari
See this document for more information about the security issues fixed in this release: <https://github.com/sandstorm-io/capnproto/blob/master/security-advisories/2017-04-17-0-apple-clang-elides-bounds-check.md> * gnu/packages/serialization.scm (capnproto): Update to 0.5.3.1.
2017-04-17gnu: Add youtube-dl-gui.Chris Marusich
* gnu/packages/video.scm (youtube-dl-gui): New variable. Signed-off-by: Leo Famulari <leo@famulari.name>
2017-04-17gnu: icecat: Use system ICU.Clément Lassieur
* gnu/packages/gnuzilla.scm (icecat)[arguments] <#:configure-flags>: Remove comment for "--with-system-icu".
2017-04-17gnu: icu4c: Fix crashes in programs using system ICU.Clément Lassieur
Fixes <http://bugs.gnu.org/26462>. * gnu/packages/patches/icu4c-reset-keyword-list-iterator.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/icu4c.scm (icu4c)[replacement]: New field. (icu4c/fixed): New variable.