~ruther/guix-local

4e825e2d — Efraim Flashner 8 years ago
gnu: qtbase: Update configure flags.

* gnu/packages/qt.scm (qtbase)[arguments]: Change the configure flags to
not use the precompiled headers. Enable x86_64 special hardware
instructions which have runtime detection.
04f8decf — Efraim Flashner 8 years ago
gnu: qtbase: Don't use bundled double-conversion.

* gnu/packages/qt.scm (qtbase)[inputs]: Add double-conversion.
45f5bc0e — Efraim Flashner 8 years ago
gnu: qtconnectivity: Fix building on armhf and aarch64.

* gnu/packages/qt.scm (qtconnectivity)[arguments]: Add a phase to remove
a test which fails on arm hardware.
7c5cf7a2 — Efraim Flashner 8 years ago
gnu: qtscript: Fix building on aarch64.

* gnu/packages/patches/qtscript-disable-tests.patch: New file.
* gnu/packages/qt.scm (qtscript)[source]: Use it.
* gnu/local.am (dist_patch_DATA): Register it.
b81b8943 — Kei Kebreau 8 years ago
gnu: openttd: Update to 1.7.0.

* gnu/packages/games.scm (openttd): Update to 1.7.0.
0be20a83 — Leo Famulari 8 years ago
gnu: gnupg: Update to 2.1.21.

This release fixes a keyring corruption bug introduced in 2.1.20. See
<https://lists.gnupg.org/pipermail/gnupg-announce/2017q2/000405.html> for more
information.

* gnu/packages/gnupg.scm (gnupg): Update to 2.1.21.
89c83e8c — Leo Famulari 8 years ago
gnu: npth: Update to 1.4.

* gnu/packages/gnupg.scm (npth): Update to 1.4.
b193fb28 — Leo Famulari 8 years ago
gnu: shadow: Update to 4.5.

This fixes a regression introduced by the fix for CVE-2017-2616.
See <https://github.com/shadow-maint/shadow/pull/72> for more information.

* gnu/packages/admin.scm (shadow): Update to 4.5.
[source]: Remove patches.
* gnu/packages/patches/shadow-4.4-su-snprintf-fix.patch,
gnu/packages/patches/shadow-CVE-2017-2616.patch: Delete files.
* gnu/local.mk (dist_patch_DATA): Remove them.
6aa095f1 — Kei Kebreau 8 years ago
gnu: manaplus: Update to 1.7.5.14.

* gnu/packages/games.scm (manaplus): Update to 1.7.5.14.
[inputs]: Remove physfs.
e28cb7a5 — Kei Kebreau 8 years ago
gnu: gamine: Update to 1.5.

* gnu/packages/games.scm (gamine): Update to 1.5.
gnu: mc: Add unzip to inputs.

* gnu/packages/mc.scm (mc)[inputs]: Add unzip.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
c80cd4df — Marius Bakke 9 years ago
install: Enable SSH in installation image.

* gnu/system/install.scm (%installation-services): Add OPENSSH-SERVICE-TYPE.
* doc/guix.texi (Preparing for Installation)[Networking]: Document it.
07bf68ed — Marius Bakke 8 years ago
services: openssh: Don't depend on networking.

* gnu/services/ssh.scm (openssh-shepherd-service): Drop requirement.
32199e9a — Kei Kebreau 8 years ago
gnu: fizmo: Update to 0.8.4.

* gnu/packages/games.scm (fizmo): Update to 0.8.4.
[inputs]: Add freetype; change sdl to sdl2.
ec84c787 — Kei Kebreau 8 years ago
gnu: gnubg: Update to 1.05.

* gnu/packages/games.scm (gnubg): Update to 1.05.
05bf7f50 — Mark H Weaver 8 years ago
gnu: linux-libre: Update to 4.11.1.

* gnu/packages/linux.scm (%linux-libre-version): Update to 4.11.1.
(%linux-libre-hash): Update hash.
d6a02184 — Mark H Weaver 8 years ago
gnu: linux-libre@4.9: Update to 4.9.28.

* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.28.
42ba7b6f — Mark H Weaver 8 years ago
gnu: linux-libre@4.4: Update to 4.4.68.

* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.68.
4b236c88 — Leo Famulari 8 years ago
maint: The 'release' target builds a VM image.

* gnu/system/examples/vm-image.tmpl: New file.
* Makefile.am (GUIXSD_VM_SYSTEMS, GUIXSD_VM_IMAGE_BASE,
GUIXSD_VM_IMAGE_SIZE): New variables.
(release): Add logic to build a VM image.
(EXAMPLES): Add 'gnu/system/examples/vm-image.tmpl'.
* doc/guix.texi (Running GuixSD in a VM, Installing GuixSD in a VM): Mention the
pre-built VM image.
872a6fd9 — Christopher Baines 8 years ago
gnu: tailon: Use absolute paths for commands.

* gnu/packages/logging.scm (tailon)[arguments]: Patch commands.py to reference
  grep, awk, sed and tail by absolute paths.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
Next