~ruther/guix-local

1e458a43 — Nicolas Goaziou 9 years ago
gnu: giac-xcas: Update to 1.2.3-19.

* gnu/packages/algebra.scm (giac-xcas): Update to 1.2.3-19.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
eb122280 — Mathieu Othacehe 9 years ago
services: cuirass: Add load-path to cuirass configuration

* gnu/services/cuirass.scm (<cuirass-configuration>): Add load-path field.
(cuirass-shepherd-service): Honor it.
* doc/guix.texi (Continuous Integration): Document it.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
7a9ca44a — Mathieu Othacehe 9 years ago
gnu: cuirass: Update to 0.0.1 revision 4.

* gnu/packages/ci.scm (cuirass): Update to 0.0.1 revision 4.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
7904f18a — Eric Bavier 9 years ago
gnu: joe: remove reference to WordStar.

* gnu/packages/text-editors.scm (joe)[description]: Remove WordStar reference.
gnu: reducelcs: Fix license.

* gnu/packages/maths.scm (reducelcs)[license]: Change to GPL3+.

Signed-off-by: Kei Kebreau <kei@openmailbox.org>
a3df7e9f — Leo Famulari 9 years ago
gnu: httpd: Update to 2.4.25 [fixes CVE-2016-{0736,2161,5387,8743}].

* gnu/packages/web.scm (httpd): Update to 2.4.25.
[source]: Remove obsolete patch 'httpd-CVE-2016-8740.patch'.
* gnu/packages/patches/httpd-CVE-2016-8740.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
4a6b2a21 — Leo Famulari 9 years ago
gnu: acme-client: Update to 0.1.16.

* gnu/packages/tls.scm (acme-client): Update to 0.1.16.
60b57c3d — Clément Lassieur 9 years ago
gnu: magit: Update to 2.10.1.

* gnu/packages/emacs.scm (magit): Update to 2.10.1.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
a4ca4362 — Chris Marusich 9 years ago
doc: Discuss encrypted swap space.

* doc/guix.texi (Preparing for Installation): Provide an example of how to
  set up (encrypted) swap space using a swap file.
  (operating-system Reference)[swap-devices]: Clarify that swap files are
  supported, too.
  (Mapped Devices): Explain how to use a mapped device with a swap file to
  encrypt swap space.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
5e2017ed — Chris Marusich 9 years ago
doc: Clarify that 'guix pull' can't be easily rolled back.

* doc/guix.texi (Invoking guix pull): Clarify that 'guix pull' can't be
  easily rolled back.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
93897a45 — Ludovic Courtès 9 years ago
download: Add GNOME mirror.

* guix/download.scm (%mirrors): Add "https://download.gnome.org".
728dc8fa — Huang Ying 9 years ago
gnu: Add polkit-gnome.

* gnu/packages/polkit.scm (polkit-gnome): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
gnu: Add neomutt.

* gnu/packages/mail.scm (neomutt): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
8de3e4b3 — Ludovic Courtès 9 years ago
services: Make 'static-networking' extensible.

This allows users to statically define several interfaces.

* gnu/services/networking.scm (<static-networking>)[provision]
[name-servers]: Add default values.
(static-networking-shepherd-service)
(static-networking-etc-files)
(static-networking-shepherd-services): New procedures.
(static-networking-service-type): Change to extend both
SHEPHERD-ROOT-SERVICE-TYPE and ETC-SERVICE-TYPE.
(static-networking-service): Remove default value of #:provision.
Implement using 'simple-service'.
* gnu/services/base.scm (%base-services): Replace
'static-networking-service' call with 'service' form.
* doc/guix.texi (Networking Services): Update documentation.
fd05d7ec — Marius Bakke 9 years ago
gnu: libevent: Skip tests that fail on 32bit.

* gnu/packages/patches/libevent-2.1-skip-failing-test.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/libevent.scm (libevent)[source]: Use it.
47055b27 — Ricardo Wurmus 9 years ago
gnu: r-edger: Add r-statmod to inputs.

* gnu/packages/bioinformatics.scm (r-edger)[propagated-inputs]: Add r-statmod.
5430dbd9 — Arun Isaac 9 years ago
gnu: Add freeciv.

* gnu/packages/games.scm (freeciv): New variable.

Signed-off-by: Kei Kebreau <kei@openmailbox.org>
36df995c — Tobias Geerinckx-Rice 9 years ago
gnu: Add zpaq.

* gnu/packages/compression.scm (zpaq): New variable.
814b099a — Tobias Geerinckx-Rice 9 years ago
download: Add ‘url-fetch/zipbomb’.

From this suggestion by Ludovic Courtès:
<http://lists.gnu.org/archive/html/guix-devel/2016-09/msg01983.html>

* guix/download.scm (url-fetch/zipbomb): New procedure.
58f91e4d — Tobias Geerinckx-Rice 9 years ago
download: url-fetch/tarball: Make ‘name’ truly optional.

* guix/download.scm (url-fetch/tarbomb): Fall back to ‘file-name’ if
‘name’ is #f, like the regular ‘url-fetch’ does.
* gnu/packages/bioinformatics.scm (muscle)[source]: Remove ‘file-name’.
* gnu/packages/engineering.scm (fastcap)[source]: Likewise.
* gnu/packages/scheme.scm (scmutils)[source]: Likewise.
Next