~ruther/guix-local

89eb56f0 — Tobias Geerinckx-Rice 9 years ago
gnu: fish: Update to 2.5.0.

* gnu/packages/shells.scm (fish): Update to 2.5.0.
[native-inputs]: Add autoconf, automake, and libtool.
[arguments]: Add ‘bootstrap’ phase.
883aab64 — Mark H Weaver 9 years ago
gnu: linux-libre: Update to 4.9.7.

* gnu/packages/linux.scm (%linux-libre-version, %linux-libre-hash)
(linux-libre): Update to 4.9.7.
942f38ea — Mark H Weaver 9 years ago
gnu: linux-libre@4.4: Update to 4.4.46.

* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.46.
gnu: Add no-more-secrets.

* gnu/packages/games.scm (no-more-secrets): New variable.

Signed-off-by: Eric Bavier <bavier@member.fsf.org>
2d1ac1d1 — Eric Bavier 9 years ago
gnu: thefuck: Fix execution.

Follow-up to 4a6b2a21bf36a6d0170d7568073f0a03ef3004f3

* gnu/packages/admin.scm (thefuck): Fix 'inputs' -> 'native-inputs'.
d2a5e698 — Ludovic Courtès 9 years ago
file-systems: Add 'file-system-mapping->bind-mount'.

* gnu/system/file-systems.scm (file-system-mapping->bind-mount): New
procedure.
* gnu/system/linux-container.scm (mapping->file-system): Remove.
(containerized-operating-system)[mapping->fs]: Use
'file-system-mapping->bind-mount' instead of 'mapping->file-system'.
* guix/scripts/environment.scm (launch-environment/container): Likewise.
0f31d4f0 — Ludovic Courtès 9 years ago
gnu: guile-json: Texinfoify description.

* gnu/packages/guile.scm (guile-json)[description]: Use Texinfo markup.
feeeee24 — Marius Bakke 9 years ago
gnu: gst-plugins-base: Fix build on 32bit.

* gnu/packages/patches/gst-plugins-base-fix-test-on-32bit.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/gstreamer.scm (gst-plugins-base)[source]: Use it.
de643f0c — Ricardo Wurmus 9 years ago
build: r-build-system: Use deterministic built date.

Fixes <http://bugs.gnu.org/25598>.

* guix/build/r-build-system.scm (install): Pass "--built-timestamp" option to
make build deterministic.
8f8d39b3 — Leo Famulari 9 years ago
gnu: icedtea-8: Update to 3.3.0 [security fixes].

Fixes CVE-2016-{2183,5546,5547,5548,5549,5552} and
CVE-2017-{3231,3241,3252,3253,3260,3261,3272,3289}.

* gnu/packages/java.scm (icedtea-8): Update to 3.3.0.
3e275818 — Alex Kost 9 years ago
gnu: emacs-with-editor: Update to 2.5.10.

* gnu/packages/emacs.scm (emacs-with-editor): Update to 2.5.10.
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>
Next