~ruther/guix-local

15bdd91c — Leo Famulari 10 years ago
gnu: diffoscope: Update to 51.

* gnu/packages/package-management.scm (diffoscope): Update to 51.
54c30ebc — Leo Famulari 10 years ago
gnu: python-atomicwrites: Update to 1.0.0.

* gnu/packages/python.scm (python-atomicwrites, python2-atomicwrites):
Update to 1.0.0.
64588765 — Mark H Weaver 10 years ago
gnu: expat: Replace with 2.1.1 [fixes CVE-2015-1283].

* gnu/packages/xml.scm (expat)[replacement]: New field.
(expat-2.1.1): New variable.
7adbe85e — Ludovic Courtès 10 years ago
syscalls: 'interface-address' can return #f.

Fixes <http://bugs.gnu.org/22612>.
Reported by Danny Milosavljevic <dannym@scratchpost.org>.

* tests/syscalls.scm ("network-interfaces returns one or more
interfaces"): Accept 'interface-address' value of #f.
001dae0d — Ludovic Courtès 10 years ago
syscalls: <interface> printer correctly handles lack of sockaddr.

Reported by Danny Milosavljevic <dannym@scratchpost.org>
in <http://debbugs.gnu.org/cgi/bugreport.cgi?bug=22612#16>.

* guix/build/syscalls.scm (write-interface): Check whether ADDRESS is
true.
a2da8c17 — Ludovic Courtès 10 years ago
gnu: guix: Update development snapshot to dd21308.

* gnu/packages/package-management.scm (guix-devel): Update to dd21308.
7affb2c1 — Ricardo Wurmus 10 years ago
gnu: lilypond: Fix check for fontforge version.

* gnu/packages/music.scm (lilypond)[arguments]: Patch configure script
  to find actual fontforge version.
dd213082 — John Darrington 10 years ago
gnu: postgresql: Substitute hard coded "/bin/sh".

* gnu/packages/databses.scm (postgresql): substitute /bin/sh
with location of bash binary.
43a58615 — Leo Famulari 10 years ago
gnu: htop: Update to 2.0.1.

* gnu/packages/admin.scm (htop): Update to 2.0.1.
622b2304 — Ludovic Courtès 10 years ago
doc: We now need 1 GiB for the installation USB image.

* doc/guix.texi (Building the Installation Image): Change image size to 1G.
* build-aux/hydra/gnu-system.scm (qemu-jobs): Likewise.
aeaa5ccb — Ludovic Courtès 10 years ago
build: Bump version number.

* configure.ac: Change version to 0.10.0.
de341e7c — Ludovic Courtès 10 years ago
doc: Update reference to the Info reader's manual.

* doc/guix.texi (System Installation): Refer to 'info-stnd' instead of
'info'.
(Preparing for Installation): Likewise.
68abb9b0 — Ludovic Courtès 10 years ago
install: Use 'info-reader' instead of Texinfo 4.

* gnu/system/install.scm (installation-os)[packages]: Remove TEXINFO-4
since %BASE-PACKAGES already provides the Info reader.
(log-to-info): Use INFO-READER instead of TEXINFO-4.
02683c33 — Ludovic Courtès 10 years ago
system: Use 'info-reader' instead of Texinfo to avoid dragging Perl.

* gnu/system.scm (%base-packages): Use INFO-READER instead of TEXINFO.
7feebd33 — Ludovic Courtès 10 years ago
gnu: Add 'info-reader'.

* gnu/packages/texinfo.scm (info-reader): New variable.
0feefb53 — Ludovic Courtès 10 years ago
install: Remove cgroup and elogind file systems.

* gnu/system/install.scm (installation-os): Explicitly list three file
systems instead of using %BASE-FILE-SYSTEMS.
2fa909b2 — Ludovic Courtès 10 years ago
activation: Copy account skeletons silently.

* gnu/build/activation.scm (copy-account-skeletons): Pass #:log to
'copy-recursively'.
ee03b75d — Ludovic Courtès 10 years ago
install: Add /tmp as a tmpfs.

Fixes <http://bugs.gnu.org/23056>.
Reported by Michael Downey <shaggy814@yandex.com>
and Kei <kei@openmailbox.org>.

* gnu/system/install.scm (installation-os)[file-systems]: Add "/tmp".
cc7234ae — Ludovic Courtès 10 years ago
services: nscd: Make respawnable.

* gnu/services/base.scm (nscd-shepherd-service): Remove 'respawn?' field.
229b3661 — Leo Famulari 10 years ago
gnu: python-llfuse-0.41: Update to 0.41.1.

* gnu/packages/python.scm (python-llfuse-0.41): Update to 0.41.1.
Next