~ruther/guix-local

5a82c904 — Tobias Geerinckx-Rice 8 years ago
gnu: bpython: Update to 0.17.1.

* gnu/packages/python.scm (bpython): Update to 0.17.1.
78d6524a — Tobias Geerinckx-Rice 8 years ago
gnu: musl: Use HTTPS home page.

* gnu/packages/musl.scm (musl)[home-page]: Use HTTPS.
4b971dde — Tobias Geerinckx-Rice 8 years ago
gnu: musl: Update to 1.1.19.

* gnu/packages/musl.scm (musl): Update to 1.1.19.
8d4ba9ba — Tobias Geerinckx-Rice 8 years ago
gnu: parallel: Update to 20180222.

* gnu/packages/parallel.scm (parallel): Update to 20180222.
18cbba26 — Rutger Helling 8 years ago
gnu: mesa-utils: Update to 8.4.0.

* gnu/packages/gl.scm (mesa-utils): Update to 8.4.0.
6bebad77 — Rutger Helling 8 years ago
gnu: dolphin-emu: Enable Vulkan video backend.

* gnu/packages/emulators.scm (dolphin-emu): Enable Vulkan video backend.
[inputs]: Add vulkan-icd-loader.
[arguments]: Rename 'generate-fonts to
'generate-fonts&hardcore-libvulkan-path. Hardcode libvulkan.so.
6ac6055a — Rutger Helling 8 years ago
gnu: you-get: Update to 0.4.1025.

* gnu/packages/video.scm (you-get): Update to 0.4.1025.
a21eb019 — Arun Isaac 8 years ago
gnu: Add rhash.

* gnu/packages/crypto.scm (rhash): New variable.
fece75fe — Clément Lassieur 8 years ago
services: certbot: Allow to set a deploy hook.

* doc/guix.texi (Certificate Services): Document it.
* gnu/services/certbot.scm (<certificate-configuration>, certbot-command): Add
it.
e216c797 — Clément Lassieur 8 years ago
services: certbot: Add verbosity.

The certificate name wasn't displayed if it wasn't being renewed.

* gnu/services/certbot.scm (certbot-command): Print certificate name before
running the associated command.
a2cb2bbc — Clément Lassieur 8 years ago
services: certbot: Allow to set RSA key size.

* doc/guix.texi (Certificate Services): Document it.
* gnu/services/certbot.scm (<cerbot-configuration>, certbot-command,
certbot-activation, certbot-nginx-server-configurations): Add it.
0420a293 — Clément Lassieur 8 years ago
doc: Fix typo in certbot-configuration description.

* doc/guix.texi (Certificate Services): Fix typo.
c3215d2f — Clément Lassieur 8 years ago
services: certbot: Associate one certificate with several domains.

* doc/guix.texi (Certificate Services): Document <certificate-configuration>,
the change from domains to certificates and the fact that their path is now
derived from their name.
* gnu/services/certbot.scm (<certificate-configuration>): Add and export it.
(certbot-configuration, certbot-command, certbot-activation,
certbot-nginx-server-configurations, certbot-service-type): Replace 'domains'
with 'certificates'.
(certbot-nginx-server-configurations): Use only one nginx-server-configuration
and use all certificate domains as the server-name.
65fc1d89 — Clément Lassieur 8 years ago
services: certbot: Get certbot to run non-interactively.

* doc/guix.texi (Certificate Services): Add email field and link to the ACME
Subscriber Agreement.
* gnu/services/certbot.scm (<certbot-configuration>, certbot-command,
certbot-activation, certbot-nginx-server-configurations): Add email field.
(certbot-command): Add '-n' and '--agree-tos' options.
(certbot-service-type): Remove default-value.
c1dfcfdf — Clément Lassieur 8 years ago
services: certbot: Refactor certbot command.

* gnu/services/certbot.scm (certbot-renewal-jobs, certbot-activation):
Refactor common code into certbot-command.
966fd7b7 — Clément Lassieur 8 years ago
services: certbot: Rename 'host' to 'domain'.

* doc/guix.texi (Certificate Services): Rename 'host' to 'domain'.
* gnu/services/certbot.scm (<certbot-configuration>, certbot-renewal-jobs,
certbot-activation, certbot-nginx-server-configurations,
certbot-service-type): Rename 'host' to 'domain'.
30151863 — Clément Lassieur 8 years ago
services: certbot: Fix indentation.

* gnu/services/certbot.scm (certbot-activation): Fix indentation.
7ab04c17 — Clément Lassieur 8 years ago
services: certbot: Run certbot twice a day at a random minute.

* doc/guix.texi (Certificate Services): Document it.
* gnu/services/certbot.scm (certbot-renewal-jobs): Change job's time
specification.
70cd2239 — Clément Lassieur 8 years ago
services: certbot: Listen on IPv6.

* gnu/services/certbot.scm (certbot-nginx-server-configurations): Listen on
IPv6 too.
5c213d1b — Efraim Flashner 8 years ago
gnu: american-fuzzy-lop: Change custom qemu input.

* gnu/packages/debug.scm (american-fuzzy-lop)[inputs]: Custom-qemu now
inherits from private qemu-minimal-2.10.
* gnu/packages/bootloaders.scm (qemu-minimal-2.10): Add note to move
variable to gnu/packages/debug.scm when no longer needed in
bootloaders.scm.
Next