~ruther/guix-local

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.
57fe07db — Leo Famulari 9 years ago
gnu: python-acme: Remove unused dependencies.

Removed in python-acme@0.10.0 and 0.4.1, respectively:

https://github.com/certbot/certbot/commit/edbb3a73c6085219bef0cbf008bd1c82088bfcf6
https://github.com/certbot/certbot/commit/df383ee6e408f3be4bc3beb59aa33abc8e90f268

* gnu/packages/tls.scm (python-acme, python2-acme)[propagated-inputs]:
Remove python-ndg-httpsclient and python-werkzeug.
99517d92 — George Clemmer 9 years ago
gnu: emacs-ag: Build and install info.

* gnu/packages/emacs.scm (emacs-ag)[arguments]: Add 'make-info' and
'install-info' phases.

Signed-off-by: Alex Kost <alezost@gmail.com>
352074d5 — Alex Kost 9 years ago
gnu: emacs-ivy: Update to 0.9.1.

* gnu/packages/emacs.scm (emacs-ivy): Update to 0.9.1.
fc901d16 — Efraim Flashner 9 years ago
gnu: nano: Update to 2.8.1.

* gnu/packages/nano.scm (nano): Update to 2.8.1.
4e5dbf92 — Marius Bakke 9 years ago
gnu: nginx: Update to 1.12.0.

* gnu/packages/web.scm (nginx): Update to 1.12.0.
1fc8476d — Marius Bakke 9 years ago
gnu: certbot, python-acme: Build documentation in separate phase.

* gnu/packages/tls.scm (python-acme)[arguments]<:phases>: Add
'build-documentation' phase. Rename 'docs' phase to 'install-documentation'.
(certbot)[arguments]<:phases>: Adjust accordingly.
eea2f453 — Leo Famulari 9 years ago
doc: Use OpenSSH instead of lsh in bare-bones template.

* gnu/system/examples/bare-bones.tmpl (services): Use openssh-service-type
instead of lsh-service.
0ee59b81 — Arun Isaac 9 years ago
gnu: Add emacs-xmlgen.

* gnu/packages/emacs.scm (emacs-xmlgen): New variable.
a7a4345d — Arun Isaac 9 years ago
gnu: darkhttpd: Update source URI.

* gnu/packages/web.scm (darkhttpd)[source]: Update URI.
Next