~ruther/guix-local

b9d38ad1 — Vasile Dumitrascu 9 years ago
gnu: postgresql: Update to 9.6.2.

* gnu/packages/databases.scm (postgresql): Update to 9.6.2.

Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
07716c68 — Vasile Dumitrascu 9 years ago
gnu: emacs-zenburn-theme: Update to 2.5.

* gnu/packages/emacs.scm (emacs-zenburn-theme): Update to 2.5.

Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
50edf7fc — Vasile Dumitrascu 9 years ago
gnu: emacs-flycheck: Update to 30.

* gnu/packages/emacs.scm (emacs-flycheck): Update to 30.

Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
f8d69be0 — Vasile Dumitrascu 9 years ago
gnu: emacs-clojure-mode: Update to 5.4.0.

* gnu/packages/emacs.scm (emacs-clojure-mode): Update to 5.4.0.

Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
1262a2ab — Vasile Dumitrascu 9 years ago
gnu: emacs-company: Update to 0.9.3.

* gnu/packages/emacs.scm (emacs-company): Update to 0.9.3.

Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
ca8f3f9a — Catonano 9 years ago
gnu: Add libxls.

* gnu/packages/xml.scm (libxls): New variable.

Co-authored-by: Ricardo Wurmus <rekado@elephly.net>
bd71525b — Ricardo Wurmus 9 years ago
gnu: Add kiki.

* gnu/packages/games.scm (kiki): New variable.
* gnu/packages/patches/kiki-level-selection-crash.patch,
gnu/packages/patches/kiki-makefile.patch,
gnu/packages/patches/kiki-missing-includes.patch,
gnu/packages/patches/kiki-portability-64bit.patch: New patches.
* gnu/local.mk (dist_patch_DATA): Add them.
0da0f434 — Ricardo Wurmus 9 years ago
gnu: Add freeglut-2.8.

* gnu/packages/gl.scm (freeglut-2.8): New variable.
44fd8389 — Mark H Weaver 9 years ago
gnu: linux-libre: Update to 4.10.10.

* gnu/packages/linux.scm (%linux-libre-version): Update to 4.10.10.
(%linux-libre-hash): Update hash.
c8d6d510 — Mark H Weaver 9 years ago
gnu: linux-libre@4.9: Update to 4.9.22.

* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.22.
9dae0a76 — Mark H Weaver 9 years ago
gnu: linux-libre@4.4: Update to 4.4.61.

* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.61.
2e374473 — Leo Famulari 9 years ago
gnu: libsndfile: Update to 1.0.28 [fixes CVE-2017-{7585,7586,7741,7742}].

* gnu/packages/pulseaudio.scm (libsndfile)[replacement]: New field.
(libsndfile-1.0.28): New variable.
efc95e7b — Leo Famulari 9 years ago
gnu: libsamplerate: Update to 0.1.9 [fixes CVE-2017-7697].

* gnu/packages/pulseaudio.scm (libsamplerate)[replacement]: New field.
(libsamplerate-0.1.9): New variable.
098bb004 — Leo Famulari 9 years ago
gnu: isc-dhcp: Update bundled bind to 9.9.9-P8 [security fixes].

Fixes CVE-2017-{3136,3137,3138}.

* gnu/packages/admin.scm (isc-dhcp): Update bundled bind to 9.9.9-P8.
d24b9894 — Mark H Weaver 9 years ago
gnu: icecat: Add more fixes from mozilla-esr45.

* gnu/packages/gnuzilla.scm (icecat)[source]: Add fixes from the upstream
mozilla-esr45 repository.
61b64acf — Marius Bakke 9 years ago
gnu: bind: Update to 9.10.4-P8 [fixes CVE-2017-{3136,3137,3138}].

* gnu/packages/dns.scm (bind): Update to 9.10.4-P8.
ee295346 — Ludovic Courtès 9 years ago
services: tor: Run in a container.

* gnu/services/networking.scm (tor-shepherd-service): Use (gnu build
shepherd) and use 'make-forkexec-constructor/container' instead of
'make-forkexec-constructor'.
bb5cad4e — Ludovic Courtès 9 years ago
file-systems: Allow for bind-mounts of named sockets.

Previously a named socket such as /dev/log would fail
the 'regular-file?' test and we'd end up mkdir'ing it.

* gnu/build/file-systems.scm (regular-file?): Remove.
(mount-file-system): Change (regular-file? source)
to (not (file-is-directory? source)).
6ddf4fcf — Ludovic Courtès 9 years ago
services: Define '%linux-bare-metal-service' using 'simple-service'.

* gnu/services.scm (linux-bare-metal-service-type): Remove.
(%linux-bare-metal-service): Define in terms of 'simple-service'.
01286308 — Leo Famulari 9 years ago
gnu: certbot: Remove unused dependency.

This dependency was removed in certbot@0.10.0:

https://github.com/certbot/certbot/commit/d54cb76432a2eff43cc9cc3c1cc4d9136eac2221

* gnu/packages/tls.scm (certbot)[propagated-inputs]: Remove
python2-pythondialog.
Next