~ruther/guix-local

ref: b2eac4455f70ae7c7163c919cbf2fe06db771289 guix-local/gnu d---------
b2eac445 — Hilton Chain 2 years ago
gnu: age: Move to (gnu packages golang-crypto).

This is a follow-up to c94fc0596f722aa46916983170e41dd0e1c78713, which
introduces cyclic module dependencies.

* gnu/packages/golang.scm (age): Move to…
* gnu/packages/golang-crypto.scm (age): …here.

Change-Id: I471ea739315cb052ed61c69ad52906c5c46852f5
c76004c5 — Maxim Cournoyer 2 years ago
gnu: jami: Update to 20240124.3.

* gnu/packages/jami.scm (libjami): Update to 20240124.3.
(jami): Likewise.

Change-Id: Ib0d8d5d566c5633bf2e33b1874ded92f2e451ff5
055d595b — Maxim Cournoyer 2 years ago
gnu: dhtnet: Update to 0.0.1-1.41848a2.

* gnu/packages/networking.scm (dhtnet): Update to 0.0.1-1.41848a2.
[inputs]: Add yaml-cpp.

Change-Id: I399260201e09185c33bbd441eb1a877a43e10d9f
bf7991a8 — Sharlatan Hellseher 2 years ago
gnu: go-honnef-co-go-tools: Update to 0.4.6.

* gnu/packages/golang-check.scm (go-honnef-co-go-tools): Update to 0.4.6.

Change-Id: Iac26c3147104a06a72e5910edb9fb3deba6be486
cdb365eb — Sharlatan Hellseher 2 years ago
gnu: golang-check: Sort packages alphabetically.

This commit is a housekeeping measure to prepare for natural and
structured enlargement.

* gnu/packages/golang-check.scm: Improve module commentary introduce
sections for libraries and executables and sort packages alphabetically.

Change-Id: Ifcac216c1c04e569cfdf2a7d902165a36ed06b32
0ab9930c — Sharlatan Hellseher 2 years ago
gnu: go-honnef-co-go-tools: Update homepage.

Fixing lint warning by updating home page to actual one found on
project's GitHub page: URI <https://honnef.co/go/tools> returned
suspiciously small file (333 bytes)

* gnu/packages/golang-check.scm (go-honnef-co-go-tools) [home-page]:
Update it.

Change-Id: I8956b146ff3f826c11b03212c365cf91120380b6
f4dd7705 — Nicolas Graves 2 years ago
gnu: go-honnef-co-go-tools: Improve synopsis and description.

* gnu/packages/golang-check.scm (go-honnef-co-go-tools): Improve
synopsis and description.

Change-Id: I357626457418f8c6f1b05918226c33f7faa88d49
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
a27d0f97 — Nicolas Graves 2 years ago
gnu: Add go-structlayout-pretty.

* gnu/packages/golang-check.scm (go-structlayout-pretty): New variable.

Change-Id: I622a991b12708ee52eb412a3c6b3fbeeb512843d
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
98651390 — Nicolas Graves 2 years ago
gnu: Add go-structlayout-optimize.

* gnu/packages/golang-check.scm (go-structlayout-optimize): New variable.

Change-Id: I7e1ce9acbe3ec09cc8b441de4816b247a2742938
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
b3e74eb2 — Nicolas Graves 2 years ago
gnu: Add go-structlayout.

* gnu/packages/golang-check.scm (go-structlayout): New variable.

Change-Id: I7440cdf75238fc73451cefc73b3ce3eb3d4da323
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
d6410c5c — Nicolas Graves 2 years ago
gnu: Add go-staticcheck.

* gnu/packages/golang-check.scm (go-staticcheck): New variable.

Change-Id: I82ce27df1bdbd79ae4740928e0661b585289d02b
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
6d5fe89e — Nicolas Graves 2 years ago
gnu: Add go-keyify.

* gnu/packages/golang-check.scm (go-keyify): New variable.

Change-Id: I99d41a18cb0e00dd35bef9c2c8fce12748f24ad4
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
eab88f2e — Nicolas Graves 2 years ago
gnu: Remove go-github-com-kisielk-gotool.

* gnu/packages/golang-check.scm (go-github-com-kisielk-gotool): Delete variable.

Change-Id: Ic99bba40f4cd66335656f27bf7dd97d1b90bb8f1
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
b41bcc04 — Sharlatan Hellseher 2 years ago
gnu: go-torproject-org-pluggable-transports-goptlib: Move to (gnu packages golang-crypto).

* gnu/packages/golang.scm (go-torproject-org-pluggable-transports-goptlib):
Move from here ...
gnu/packages/golang-crypto.scm: ... to here.

Change-Id: I3bc97e64bd3680405c90eb84c2d7d3c7ff9092e0
849f219b — Sarah Morgensen 4 years ago
gnu: go-torproject-org-pluggable-transports-goptlib: Fix import path.

* gnu/packages/golang.scm (go-torproject-org-pluggable-transports-goptlib)
[arguments] <#:import-path>: Use actual module name from go.mod.
(go-github-com-operatorfoundation-shapeshifter-transports) [arguments]
<#:phases>: Remove obsolete 'patch phase for goptlib.
(go-github-com-operatorfoundation-obfs4) [arguments] <#:phases>: Likewise.

Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Change-Id: Ib2e49164e2c750694101b497afe1be67c7fe6302
023c3e0a — Carlo Zancanaro 2 years ago
services: certbot: Add one-shot service to renew certificates.

* gnu/services/certbot.scm (certbot-renewal-one-shot): New procedure.
(certbot-service-type)[extensions]: Add it to shepherd-root extension.
(certbot-command): Make connection errors return a different exit code.
(certbot-activation): Remove message with certificate renewal instructions.

Change-Id: I614ac6214a753dba0396e2385a75926c8355caa1
Signed-off-by: Clément Lassieur <clement@lassieur.org>
d4a4b12f — Carlo Zancanaro 2 years ago
services: certbot: Reload nginx in deploy hook.

* gnu/services/certbot.scm (certbot-deploy-hook): Reload nginx.
* doc/guix.texi (Certificate services): Remove deploy-hook from example.

Change-Id: Ibb10481170a6fda7df72492072b939dd6a6ad176
Signed-off-by: Clément Lassieur <clement@lassieur.org>
fc0ec9a3 — Carlo Zancanaro 2 years ago
services: certbot: Create self-signed certificates before certbot runs.

* gnu/services/certbot.scm (<certificate-configuration>): Add
start-self-signed? field.
(generate-certificate-gexp): New procedure.
(certbot-activation): Generate self-signed certificates when
start-self-signed? is #t.
* doc/guix.texi (Certificate services): Document start-self-signed?.

Change-Id: Icfd85ae0c3e29324acbcde6ba283546cf0e27a1d
Signed-off-by: Clément Lassieur <clement@lassieur.org>
a2b1ef90 — Carlo Zancanaro 2 years ago
services: certbot: Symlink certificates to /etc/certs.

* gnu/services/certbot.scm (certbot-deploy-hook): New procedure.
(certbot-command): Pass new deploy hook to certbot.
* doc/guix.texi: Replace "letsencrypt/live" with "certs" throughout, except in
the certbot deploy-hook description.

Change-Id: I2ba5e4903d1e293e566b732a84b07d5a134b697d
Signed-off-by: Clément Lassieur <clement@lassieur.org>
7a45f7b9 — Guillaume Le Vaillant 2 years ago
gnu: cl-maidenhead: Update to 1.1-1.4b9c38e.

* gnu/packages/lisp-xyz.scm (sbcl-maidenhead): Update to 1.1-1.4b9c38e.

Change-Id: I766a3d70fc330cf0f1628091c6ed52f1085199e5
Next