1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-08 14:10:38 +02:00
Commit Graph

110249 Commits

Author SHA1 Message Date
Bruno Victal
1bd44b425b gnu: ddclient: Remove package.
ddclient is unmaintained as of 2023-07-04 [1].
This reverts changes related to
commit 0bc2d3e42b.

[1]: <https://github.com/ddclient/ddclient/issues/528>

* gnu/packages/dns.scm (ddclient): Remove variable.
* gnu/packages/patches/ddclient-skip-test.patch: Remove file.
* gnu/local.mk: Unregister it.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-08-16 23:14:04 +02:00
Bruno Victal
2b031ca4b2 Revert "services: Add ddclient service."
ddclient is unmaintained as of 2023-07-04 [1] and this service has been broken
for a while [2]. Remove it rather than shipping a broken service for an
unmaintained program that's unlikely to be fixed.

[1]: <https://github.com/ddclient/ddclient>
[2]: <https://issues.guix.gnu.org/52770>

This reverts commit 8490a8346b.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-08-16 23:13:55 +02:00
Hilton Chain
63cf5a2a4e gnu: libwebp: Replace with 1.3.1. [fixes CVE-2023-1999]
* gnu/packages/image.scm (libwebp/fixed): New variable.
(libwebp)[replacement]: Assign it to new field.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-08-16 22:51:51 +02:00
Artyom V. Poptsov
72ce869690 gnu: guile-png: Update to 0.7.0.
* gnu/packages/guile-xyz.scm (guile-png): Update to 0.7.0.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-08-16 22:49:05 +02:00
Martin Baulig
9dda747975 services: posgresql: Add option to specify UID/GID for postgres user.
Add 'createAccount?', 'uid' and 'gid' to <postgresql-configuation>.

Unlike other system daemons, the PostgreSQL data directory is typically
meant to persist across 'guix system reconfigure' and once created, you
don't want it's UID or GID to change anymore.

Furthermore, if you want to place the data directory on a network share
and use NFSv4 with idmap, then the 'postgres' user must exist when the
'rpc.idmapd' daemon is launched; prior to mounting the share.  And it
needs to be possible to mount the share without configuring PostgreSQL.

With NFSv3, the UID and GID typically needs to match those on the
server.

The added options allow for both of these scenarios:

You can either create the user in (operating-system (users)) completely
independently of the 'postgresql-service-type' (for instance to get your
NFS setup working first prior to configuring your databases) - or "pin"
it's UID / GID values.

* gnu/services/databases.scm (<postgresql-configuration>)[create-account?]
[uid, gid]: New fields.
(%postgresql-accounts): Remove.
(create-postgresql-account): New procedure.
(postgresql-service-type)[extensions]: Use it.
* doc/guix.texi (Database Services): Update accordingly.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-08-16 22:37:52 +02:00
Juliana Sims
fce924708c Update email addresses for Juliana Sims.
* .mailmap: Add an entry for Juliana.
* gnu/packages/admin.scm, gnu/packages/audio.scm,
gnu/packages/build-tools.scm, gnu/packages/scheme.scm: Update Juliana's email.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-08-16 22:22:06 +02:00
Juliana Sims
a7c3de8133 gnu: qpwgraph: Update to 0.5.2.
* gnu/packages/audio.scm (qpwgraph): Update to 0.5.2.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-08-16 22:21:25 +02:00
Juliana Sims
483bdcdb97 gnu: git-lfs: Update to 3.4.0.
* gnu/packages/version-control.scm (git-lfs): Update to 3.4.0.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-08-16 22:18:17 +02:00
fanquake
f3c5c9418b gnu: tor: Update to 0.4.7.14.
* gnu/packages/tor.scm (tor): Update to 0.4.7.14.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-08-16 22:13:41 +02:00
Ludovic Courtès
45ca59da5e gnu: perf: Add now required dependency on libtraceevent.
This dependency is required since the linux-libre upgrade in
504c574775.

* gnu/packages/linux.scm (perf)[inputs]: Add libtraceevent.
2023-08-16 22:09:38 +02:00
Ludovic Courtès
a2ab465510 gnu: cuirass: Update to 7416bb9.
* gnu/packages/ci.scm (cuirass): Update to 7416bb9.
2023-08-16 22:09:37 +02:00
Nicolas Goaziou
07dc3d0247 gnu: Add texlive-collection-humanities.
* gnu/packages/tex.scm (texlive-collection-humanities): New variable.
2023-08-16 20:25:32 +02:00
Nicolas Goaziou
10c387754d gnu: Add texlive-xyling.
* gnu/packages/tex.scm (texlive-xyling): New variable.
2023-08-16 20:25:32 +02:00
Nicolas Goaziou
2aea0a9bc3 gnu: Add texlive-verse.
* gnu/packages/tex.scm (texlive-verse): New variable.
2023-08-16 20:25:32 +02:00
Nicolas Goaziou
084594ddfb gnu: Add texlive-tree-dvips.
* gnu/packages/tex.scm (texlive-tree-dvips): New variable.
2023-08-16 20:25:32 +02:00
Nicolas Goaziou
c32e529af3 gnu: Add texlive-theatre.
* gnu/packages/tex.scm (texlive-theatre): New variable.
2023-08-16 20:25:32 +02:00
Nicolas Goaziou
0e921edc08 gnu: Add texlive-thalie.
* gnu/packages/tex.scm (texlive-thalie): New variable.
2023-08-16 20:25:31 +02:00
Nicolas Goaziou
449b98e319 gnu: Add texlive-textglos.
* gnu/packages/tex.scm (texlive-textglos): New variable.
2023-08-16 20:25:31 +02:00
Nicolas Goaziou
2574bfd8f2 gnu: Add texlive-stage.
* gnu/packages/tex.scm (texlive-stage): New variable.
2023-08-16 20:25:31 +02:00
Nicolas Goaziou
e5126bc42b gnu: Add texlive-sides.
* gnu/packages/tex.scm (texlive-sides): New variable.
2023-08-16 20:25:31 +02:00
Nicolas Goaziou
2b7eaa0458 gnu: Add texlive-screenplay-pkg.
* gnu/packages/tex.scm (texlive-screenplay-pkg): New variable.
2023-08-16 20:25:30 +02:00
Nicolas Goaziou
4968451d6e gnu: Add texlive-screenplay.
* gnu/packages/tex.scm (texlive-screenplay): New variable.
2023-08-16 20:25:30 +02:00
Nicolas Goaziou
ff181d3b4b gnu: Add texlive-rtklage.
* gnu/packages/tex.scm (texlive-rtklage): New variable.
2023-08-16 20:25:30 +02:00
Nicolas Goaziou
df388e75b8 gnu: Add texlive-rrgtrees.
* gnu/packages/tex.scm (texlive-rrgtrees): New variable.
2023-08-16 20:25:30 +02:00
Nicolas Goaziou
bc27694a88 gnu: Add texlive-reledmac.
* gnu/packages/tex.scm (texlive-reledmac): New variable.
2023-08-16 20:25:29 +02:00
Nicolas Goaziou
6ab9d6a404 gnu: Add texlive-qtree.
* gnu/packages/tex.scm (texlive-qtree): New variable.
2023-08-16 20:25:29 +02:00
Nicolas Goaziou
79ef8cec5a gnu: Add texlive-qobitree.
* gnu/packages/tex.scm (texlive-qobitree): New variable.
2023-08-16 20:25:29 +02:00
Nicolas Goaziou
db82b442f2 gnu: Add texlive-poetrytex.
* gnu/packages/tex.scm (texlive-poetrytex): New variable.
2023-08-16 20:25:29 +02:00
Nicolas Goaziou
bfe5ea96e5 gnu: Add texlive-poetry.
* gnu/packages/tex.scm (texlive-poetry): New variable.
2023-08-16 20:25:29 +02:00
Nicolas Goaziou
f00bf64f79 gnu: Add texlive-poemscol.
* gnu/packages/tex.scm (texlive-poemscol): New variable.
2023-08-16 20:25:28 +02:00
Nicolas Goaziou
5e4f6f30f2 gnu: Add texlive-play.
* gnu/packages/tex.scm (texlive-play): New variable.
2023-08-16 20:25:28 +02:00
Nicolas Goaziou
5cf9c9364c gnu: Add texlive-plari.
* gnu/packages/tex.scm (texlive-plari): New variable.
2023-08-16 20:25:28 +02:00
Nicolas Goaziou
b0705f6024 gnu: Add texlive-phonrule.
* gnu/packages/tex.scm (texlive-phonrule): New variable.
2023-08-16 20:25:28 +02:00
Nicolas Goaziou
f708b87294 gnu: Add texlive-parrun.
* gnu/packages/tex.scm (texlive-parrun): New variable.
2023-08-16 20:25:27 +02:00
Nicolas Goaziou
a2acfbe737 gnu: Add texlive-parallel.
* gnu/packages/tex.scm (texlive-parallel): New variable.
2023-08-16 20:25:27 +02:00
Nicolas Goaziou
1407c7a28f gnu: Add texlive-nnext.
* gnu/packages/tex.scm (texlive-nnext): New variable.
2023-08-16 20:25:27 +02:00
Nicolas Goaziou
15e5f83866 gnu: Add texlive-metrix.
* gnu/packages/tex.scm (texlive-metrix): New variable.
2023-08-16 20:25:27 +02:00
Nicolas Goaziou
14e27ebe21 gnu: Add texlive-liturg.
* gnu/packages/tex.scm (texlive-liturg): New variable.
2023-08-16 20:25:27 +02:00
Nicolas Goaziou
68875b72c7 gnu: Add texlive-linguex.
* gnu/packages/tex.scm (texlive-linguex): New variable.
2023-08-16 20:25:26 +02:00
Nicolas Goaziou
5fb6b2c55c gnu: Add texlive-ling-macros.
* gnu/packages/tex.scm (texlive-ling-macros): New variable.
2023-08-16 20:25:26 +02:00
Nicolas Goaziou
8ea9b0baae gnu: Add texlive-lexref.
* gnu/packages/tex.scm (texlive-lexref): New variable.
2023-08-16 20:25:26 +02:00
Nicolas Goaziou
a9a3a5b623 gnu: Add texlive-lexikon.
* gnu/packages/tex.scm (texlive-lexikon): New variable.
2023-08-16 20:25:26 +02:00
Nicolas Goaziou
9ba41e25cd gnu: Add texlive-ledmac.
* gnu/packages/tex.scm (texlive-ledmac): New variable.
2023-08-16 20:25:25 +02:00
Nicolas Goaziou
4281befe4a gnu: Add texlive-langnames.
* gnu/packages/tex.scm (texlive-langnames): New variable.
2023-08-16 20:25:25 +02:00
Nicolas Goaziou
4f6365534b gnu: Add texlive-jurarsp.
* gnu/packages/tex.scm (texlive-jurarsp): New variable.
2023-08-16 20:25:25 +02:00
Nicolas Goaziou
823fa92396 gnu: Add texlive-juramisc.
* gnu/packages/tex.scm (texlive-juramisc): New variable.
2023-08-16 20:25:25 +02:00
Nicolas Goaziou
0c4f2f3150 gnu: Add texlive-juraabbrev.
* gnu/packages/tex.scm (texlive-juraabbrev): New variable.
2023-08-16 20:25:25 +02:00
Nicolas Goaziou
32d4a2d3ec gnu: Add texlive-jura.
* gnu/packages/tex.scm (texlive-jura): New variable.
2023-08-16 20:25:24 +02:00
Nicolas Goaziou
4883c9d1b9 gnu: Add texlive-gmverse.
* gnu/packages/tex.scm (texlive-gmverse): New variable.
2023-08-16 20:25:24 +02:00
Nicolas Goaziou
38f3f08085 gnu: Add texlive-gb4e.
* gnu/packages/tex.scm (texlive-gb4e): New variable.
2023-08-16 20:25:24 +02:00