~ruther/guix-local

c90fd556 — Leo Famulari 9 years ago
gnu: qemu: Fix CVE-2017-7493.

* gnu/packages/patches/qemu-CVE-2017-7493.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/qemu.scm (qemu)[source]: Use it.
6d1ae43d — Maxim Cournoyer 9 years ago
profiles: Add elapsed time to manual-database hook to output message.

* guix/profiles.scm (manual-database): Add elapsed time to manual-database
hook to output message.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
d03b34cf — Ricardo Wurmus 9 years ago
gnu: glibc/hurd: Do not apply i686 patch.

This is a follow-up to commit c2e4f14ac8cd3e1ce7f46a192ad0c9acc084b210.

* gnu/packages/base.scm (glibc/hurd)[arguments]: Override pre-configure phase
with a copy that does not include the patch application.
5d6e38a6 — Ricardo Wurmus 9 years ago
gnu: glibc/hurd: Use modify-phases syntax.

* gnu/packages/base.scm (glibc/hurd)[arguments]: Use modify-phases syntax.
ed5e3ab8 — Efraim Flashner 9 years ago
gnu: tor: Update to 0.3.0.7.

* gnu/packages/tor.scm (tor): Update to 0.3.0.7.
920803fb — Ludovic Courtès 9 years ago
maint: Add 'update-NEWS' target.

* build-aux/update-NEWS.scm: New file.
* Makefile.am (EXTRA_DIST): Add it.
(GUIX_MAINTENANCE_DIRECTORY): New variable.
(update-NEWS): New target.
(.PHONY): Add it.
266d281d — Ricardo Wurmus 9 years ago
Update NEWS.
43e5a262 — Ludovic Courtès 9 years ago
Update NEWS.
33ec536b — Ludovic Courtès 9 years ago
gnu: guix: Update snapshot.

* gnu/packages/package-management.scm (guix): Update to ce92d26.
ce92d269 — Ludovic Courtès 9 years ago
ui: Disable Guile deprecation warnings by default.

* guix/ui.scm (initialize-guix): Call (debug-disable 'warn-deprecated)
when "GUILE_WARN_DEPRECATED" is not set.
5a3429bc — Ludovic Courtès 9 years ago
gnu: guile-ssh: Fix bug in 'node-guile-version'.

* gnu/packages/patches/guile-ssh-rexec-bug.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/ssh.scm (guile-ssh)[source](patches): New field.
d116695b — Ludovic Courtès 9 years ago
hydra: Cross-build Guile 2.2.

* build-aux/hydra/gnu-system.scm (%core-packages): Add GUILE-2.2.
4a3495d5 — Leo Famulari 9 years ago
gnu: khard: Update to 0.11.4.

* gnu/packages/mail.scm (khard): Update to 0.11.4.
a0683006 — Ludovic Courtès 9 years ago
gnu: bind: Rename variable to 'isc-bind'.

Reported by Leo Famulari.

* gnu/packages/dns.scm (bind): Rename to...
(isc-bind): ... this.
* gnu/packages/sssd.scm (sssd)[inputs]: Adjust accordingly.
0e2bfa3a — Ludovic Courtès 9 years ago
doc: Mention 'sync' after 'dd'.

Suggested by librenoob on #guix.

* doc/guix.texi (USB Stick Installation): Add 'sync' invocation.
c22c9fa5 — Ludovic Courtès 9 years ago
services: guix: Authorize the key for bayfront.guixsd.org.

* gnu/services/base.scm (%default-authorized-guix-keys): Add
"bayfront.guixsd.org".
b7ebcfe3 — Ludovic Courtès 9 years ago
doc: Mention 'GUIX_PACKAGE_PATH' in "Defining Packages".

* doc/guix.texi (Defining Packages): Mention 'GUIX_PACKAGE_PATH'.
f4111243 — Ludovic Courtès 9 years ago
utils: 'compressed-file?' matches ".lzma" files.

* guix/utils.scm (compressed-file?): Add "lzma" to the list.
6d225e89 — Ricardo Wurmus 9 years ago
gnu: antlr2: Minor stylistic changes.

* gnu/packages/java.scm (antlr2)[source]: Fix indentation; end snippet on #t;
add comment next to disabled tests.
3ad90395 — Ricardo Wurmus 9 years ago
gnu: antlr2: Simplify build phases.

* gnu/packages/java.scm (antl2)[arguments]: Simplify build phases.
Next