~ruther/guix-local

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.
cfcc0f3c — Leo Famulari 8 years ago
gnu: gnupg: Update to 2.2.5.

* gnu/packages/gnupg.scm (gnupg): Update to 2.2.5.
b4cb9308 — nikita 8 years ago
gnu: Add cwm.

* gnu/packages/wm.scm (cwm): New variable.

Signed-off-by: Leo Famulari <leo@famulari.name>
85280804 — Efraim Flashner 8 years ago
gnu: dolphin-emu: Shorten the source snippet.

* gnu/packages/emulators.scm (dolphin-emu): Rewrite the source snippet
to be more compact.
e89bfc2d — Efraim Flashner 8 years ago
gnu: dolphin-emu: Enable building on aarch64-linux.

* gnu/packages/emulators.scm (dolphin-emu)[supported-systems]: Add
aarch64-linux.
fd7da5b9 — Oleg Pykhalov 8 years ago
gnu: mlt: Fix compilation against glibc 2.26.

* gnu/packages/video.scm (mlt)[source](snippet, modules): New fields.
58246f96 — Tobias Geerinckx-Rice 8 years ago
gnu: strongswan: Separate phases.

* gnu/packages/networking.scm (strongswan)[arguments]: Split
‘adjust-to-environment’ phase into ‘patch-command-file-names’ and
‘set-up-test-environment’.
c85eca62 — Tobias Geerinckx-Rice 8 years ago
gnu: strongswan: Update to 5.6.2.

* gnu/packages/networking.scm (strongswan): Update to 5.6.2.
8e6b131b — Tobias Geerinckx-Rice 8 years ago
gnu: pumpa: Update to 0.9.3.

* gnu/packages/pumpio.scm (pumpa): Update to 0.9.3.
[arguments]: Substitute INVOKE for SYSTEM*.
e39631a9 — Tobias Geerinckx-Rice 8 years ago
gnu: mit-scheme: Update phase style.

* gnu/packages/scheme.scm (mit-scheme)[arguments]: Use INVOKE and end
phases with #t.
4eb0f5cd — Tobias Geerinckx-Rice 8 years ago
gnu: po4a: Update home page.

* gnu/packages/gettext.scm (po4a)[home-page]: Update.
Next