~ruther/guix-local

ae806096 — Ludovic Courtès 11 years ago
doc: Use @indicateurl where appropriate.

* doc/guix.texi (Binary Installation, Invoking guix-daemon, System
  Installation): Use @indicateurl instead of @code where appropriate.
b599e9eb — Mark H Weaver 11 years ago
install: desktop.tmpl: Add "netdev" to the user's supplementary groups.

* gnu/system/examples/desktop.tmpl: Add "netdev" to the user's supplementary
  groups.
efb5e833 — Ludovic Courtès 11 years ago
doc: Document X.509 certificates.

* doc/guix.texi (Using the Configuration System): Add xref to "X.509
  Certificates".
  (X.509 Certificates): New section.
* gnu/system/examples/desktop.tmpl: Use NSS-CERTS.
1303a4a4 — Ludovic Courtès 11 years ago
daemon: Fix possible use-after-free.

This is essentially a backport of
<https://github.com/NixOS/nix/commit/f52b6c944e90b3e35925122779175705fdc02e12>
by Eelco Dolstra <eelco.dolstra@logicblox.com>.

The use-after-free bug would typically manifest when building with
GCC 5.1.
2320ea1a — Andreas Enge 11 years ago
gnu: Add MyThes.

* gnu/packages/libreoffice.scm (mythes): New variable.
1c625dd3 — Andreas Enge 11 years ago
gnu: Add hyphen.

* gnu/packages/libreoffice.scm (hyphen): New variable.
2a9a9441 — Andreas Enge 11 years ago
gnu: Add hunspell.

* gnu/packages/libreoffice.scm (hunspell): New variable.
d49976ed — Ricardo Wurmus 11 years ago
gnu: ardour: Extract RUNPATH phase.

* gnu/packages/audio.scm (ardour-rpath-phase): New procedure.
* gnu/packages/audio.scm (ardour, ardour-3): Generate version-dependent build
  phase with ardour-rpath-phase.
d48c8e7b — Mark H Weaver 11 years ago
gnu: wpa-supplicant: Add security fixes.

* gnu/packages/patches/wpa-supplicant-2015-2-fix.patch,
  gnu/packages/patches/wpa-supplicant-2015-3-fix.patch,
  gnu/packages/patches/wpa-supplicant-2015-4-fix-pt1.patch,
  gnu/packages/patches/wpa-supplicant-2015-4-fix-pt2.patch,
  gnu/packages/patches/wpa-supplicant-2015-4-fix-pt3.patch,
  gnu/packages/patches/wpa-supplicant-2015-4-fix-pt4.patch,
  gnu/packages/patches/wpa-supplicant-2015-4-fix-pt5.patch: New files.
* gnu-system.am (dist_patch_DATA): Add them.
* gnu/packages/admin.scm (wpa-supplicant-light)[source]: Add patches.
1ec78e9d — Eric Bavier 11 years ago
gnu: octave: Add fftw, arpack, and glu inputs.

* gnu/packages/maths.scm (octave)[inputs]: Add fftw, fftwf, arpack,
  and glu.
  [description]: Wrap to 80 columns.
d7fdab25 — Ludovic Courtès 11 years ago
build: check-final-inputs-self-contained uses %HYDRA-SUPPORTED-SYSTEMS.

* build-aux/check-final-inputs-self-contained.scm: Change
  '%supported-systems' to '%hydra-supported-systems'.
487abff6 — Ludovic Courtès 11 years ago
nls: Add package files for translation.

* po/packages/POTFILES.in: Add a bunch of files.
fc8a431c — Ludovic Courtès 11 years ago
gnu: libcdio: Synchronize description.

* gnu/packages/cdrom.scm (libcdio)[description]: Synchronize with GNU.
b8949a2f — Mark H Weaver 11 years ago
gnu: libtasn1: Update to 4.5.

* gnu/packages/gnutls.scm (libtasn1): Update to 4.5.
6633f86b — Alex Kost 11 years ago
gnu: Add tvtime.

* gnu/packages/tv.scm,
  gnu/packages/patches/tvtime-gcc41.patch,
  gnu/packages/patches/tvtime-pngoutput.patch,
  gnu/packages/patches/tvtime-videodev2.patch,
  gnu/packages/patches/tvtime-xmltv.patch: New files.
* gnu-system.am (GNU_SYSTEM_MODULES): Add package.
  (dist_patch_DATA): Add patches.
f0b98b84 — Ludovic Courtès 11 years ago
doc: Mention GNU Make as a requirement.

* README (Requirements): Add GNU Make.
* doc/guix.texi (Requirements): Likewise.
005c8fc6 — Ludovic Courtès 11 years ago
http-client: Remove monkey patching for 2.0.5.

* guix/http-client.scm (read-response-body*): Remove.
  (http-fetch): Remove hacks for 2.0.5.
09d809db — Ludovic Courtès 11 years ago
Remove assorted Guile 2.0.5 workarounds.

* guix/scripts/authenticate.scm (%default-port-conversion-strategy):
  Remove.
* guix/scripts/substitute.scm (fetch): Remove 2.0.5 special cases.
* guix/serialization.scm (write-file): Remove 'scandir' workaround.
* guix/ui.scm (command-files): Likewise.
47c66da0 — Ludovic Courtès 11 years ago
build: Require Guile >= 2.0.7.

* configure.ac: Require guile-2.0 >= 2.0.7.
* README: Adjust accordingly.
* doc/guix.texi (Requirements): Likewise.
8fda1b79 — Cyril Roelandt 11 years ago
Remove leftover patches.

* gnu/packages/patches/guix-test-networking.patch: Delete it.
* gnu/packages/patches/libtool-skip-tests.patch: Delete it.
* gnu/packages/patches/python-sqlite-3.8.4-test-fix.patch: Delete it.
* gnu/packages/patches/udev-gir-libtool.patch: Delete it.
* gnu-system.am (dist_patch_DATA): Remove them as well.
Next