Commit graph

152367 commits

Author SHA1 Message Date
Sören Tempel
8db6cfe022
services: dns: Add unbound service.
This allows using Unbound as a local DNSSEC-enabled resolver. This
commit also allows configuration of the Unbound DNS resolver via a
Scheme API. The API currently provides very common options and
includes an escape hatch to enable less common configurations.

* gnu/service/dns.scm (unbound-serialize-field): New procedure.
(unbound-serialize-alist, unbound-serialize-section)
(unbound-serialize-string, unbound-serialize-boolean)
(unbound-serialize-list-of-strings): New procedures.
(unbound-zone): New record type.
(unbound-serialize-unbound-zone)
(unbound-serialize-list-of-unbound-zone): New procedures.
(unbound-remote): New record type.
(unbound-serialize-unbound-remote): New procedure.
(unbound-server): New record type.
(unbound-serialize-unbound-server): New procedure.
(unbound-configuration): New record type.
(unbound-config-file, unbound-shepherd-service): New procedures.
(unbound-account-service): New variable.
(unbound-service-type): New services.
* gnu/tests/dns.scm: New file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add it.
* doc/guix.texi (DNS Services): Document it.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Change-Id: I4c9646c9e17d4882e596d33ff8f738e1877fa1ae
2025-01-11 23:36:58 +01:00
Marco Rimoldi
73e413b6cd
doc: cookbook: Update "Build system arguments" section.
* doc/guix-cookbook.texi (Build system arguments)

Remove recommendation on phase return value.
Ensure code examples can run and are up-to-date.

Change-Id: I143babf79983751578d6d4e20b20195ea000656d
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2025-01-11 23:36:58 +01:00
Ludovic Courtès
d081b41d2e
services: cuirass: Add ‘build-expiry’ field.
* gnu/services/cuirass.scm (<cuirass-configuration>)[build-expiry]: New
field.
(cuirass-shepherd-service): Honor it.
* doc/guix.texi (Continuous Integration): Document it.

Change-Id: I1f9e21368437fd8fc236719e32bad7656928c926
2025-01-11 23:36:57 +01:00
Ludovic Courtès
1326817ddd
gnu: cuirass: Update to 6b499a7.
* gnu/packages/ci.scm (cuirass): Update to 6b499a7.

Change-Id: I38dd8283ae928b9f736488683426fd8aedf40d66
2025-01-11 23:36:57 +01:00
Ludovic Courtès
6e215b83db
etc: upgrade: Add web and crypto packages.
* etc/manifests/upgrade.scm (security-packages): add nghttp2, nginx,
nettle, and libsodium.

Change-Id: I264d4595c3448cdfe5aefebbeb19eeee5107cef9
2025-01-11 23:36:57 +01:00
Ludovic Courtès
ab4dc03b67
upstream: Return #f when ‘source-urls’ is a <git-reference>.
Fixes a type error where ‘find2’ could be passed a <git-reference>
instead of a list of strings (URLs).

* guix/upstream.scm (preferred-upstream-source-url): Return #f and #f
when ‘upstream-source-urls’ does not return a pair.

Change-Id: If43a610fac5f3feb871e0900966d65b4971bd053
2025-01-11 23:36:57 +01:00
Ekaitz Zarraga
5d288cdeaf
gnu: opensc: Update to 0.26.0.
* gnu/packages/security-token (opensc): Update to 0.26.0.

Change-Id: Ib4dc6b971c7f99cbf48fb6d2c701ce4fe5e994df
2025-01-11 22:42:09 +01:00
Evgeny Pisemsky
75749800be
gnu: snac2: Update to 2.68.
* gnu/packages/fediverse.scm (snac2): Update to 2.68.

Change-Id: Iccb52a4b1d7eb6c19f13114b9c42acfb9613e728
Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
2025-01-11 21:10:04 +08:00
Ashish SHUKLA
b6ab537064
gnu: mold: Update to 2.36.0.
* gnu/packages/mold.scm (mold): Update to 2.36.0.

Change-Id: I71c149a0012a5c37008a9d62b0a6f5d3cc6fb553
Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
2025-01-11 21:10:04 +08:00
Ashish SHUKLA
9527122a75
gnu: ugrep: Update to 7.1.3.
* gnu/packages/search.scm (ugrep): Update to 7.1.3.

Change-Id: I389c9b056f389d80f942ed487bf80cbba97364a4
Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
2025-01-11 21:10:04 +08:00
Andy Tai
825c72ad80
gnu: opencv: update to 4.11.0.
* gnu/packages/image-processing.scm (opencv): Update to 4.11.0.

Change-Id: I44e8572163c3b6ccb6d27b3910ceda5941260241
Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
2025-01-11 21:10:04 +08:00
Zheng Junjie
5788266b2e
gnu: squashfuse-for-appimage: Fix name.
* gnu/packages/file-systems.scm (squashfuse-for-appimage): Fix name.

Change-Id: Ibeac5f777890df487d4f79a2e830023acf54a6e9
2025-01-11 21:10:03 +08:00
Zheng Junjie
33471f637a
gnu: squashfuse-for-appimage: Fix indentation.
* gnu/packages/file-systems.scm (squashfuse-for-appimage): Fix indentation.

Change-Id: Ia420df1e71690c206fb663eb962bdc373fef5929
2025-01-11 21:10:03 +08:00
Brian Kubisiak
9fb7b9ef68
gnu: appimage-type2-runtime: Fix cross-compiling.
* gnu/packages/appimage.scm (appimage-type2-runtime)[arguments]<#:make-flags>: Use
CC-FOR-TARGET and add "-Wno-int-conversion".

Change-Id: I5dd9c6cb81e30713f17d474e9a5e11817db7158e
Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
2025-01-11 21:10:03 +08:00
Andy Tai
b7dbb5f591
gnu: moe: Update to 1.15.
* gnu/packages/moe.scm (moe): Update to 1.15.

Change-Id: I085fc5d043718335c4a84d17c6cc33e0320d7580
Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
2025-01-11 21:10:03 +08:00
Hilton Chain
bd24a13c57
gnu: emacs-wanderlust: Update to 2.15.9-834.891e223.
* gnu/packages/emacs-xyz.scm (emacs-wanderlust): Update to 2.15.9-834.891e223.

Change-Id: I2a1e742d93d98f33e1e8d16239719c9039655a25
2025-01-11 16:31:52 +08:00
Hilton Chain
984e1a256e
gnu: emacs-apel-lb: Update to 10.8-82.1a6fd3b.
* gnu/packages/emacs-xyz.scm (emacs-apel-lb): Update to 10.8-82.1a6fd3b.

Change-Id: I8cccce6415263caa11cb186bd942f4914192345f
2025-01-11 16:31:19 +08:00
Hilton Chain
80b0694811
gnu: modprobed-db: Update to 2.48.
* gnu/packages/linux.scm (modprobed-db): Update to 2.48.

Change-Id: Ibc649164209732e667116c8ff1ee87578783ffcc
2025-01-11 16:11:28 +08:00
Hilton Chain
ef00e8f4c1
gnu: iwd: Update to 3.3.
* gnu/packages/networking.scm (iwd): Update to 3.3.

Change-Id: I8403a08feab6cb5bbff9769fcd0038fdb6ded3d8
2025-01-11 16:11:28 +08:00
Hilton Chain
34a37a0aef
gnu: ell: Update to 0.71.
* gnu/packages/linux.scm (ell): Update to 0.71.

Change-Id: I94608d8f8df2c8882f17939d953f0a26142ae433
2025-01-11 16:11:28 +08:00
Hilton Chain
d0d81d46d0
gnu: picard: Update to 2.12.3.
* gnu/packages/music.scm (picard): Update to 2.12.3.

Change-Id: Id37b224f73ba11dbe339758b5c644fa780fc4ae0
2025-01-11 16:11:28 +08:00
Hilton Chain
25a707773c
gnu: tessen: Update to 2.2.3.
* gnu/packages/password-utils.scm (tessen): Update to 2.2.3.

Change-Id: If93cff1abe521016dd021ef59ddc64f50004c87d
2025-01-11 16:11:28 +08:00
Hilton Chain
455f8ff55e
gnu: flashrom: Update to 1.5.1.
* gnu/packages/flashing-tools.scm (flashrom): Update to 1.5.1.
[arguments]<#:phases>: Use absolute dmidecode path instead of wrapping.

Change-Id: Ie4267350c3f98d22232cff947a9e2438eb82d7ae
2025-01-11 16:11:28 +08:00
Hilton Chain
d1cfeaef13
gnu: qbittorrent-enhanced: Update to 5.0.3.10.
* gnu/packages/bittorrent.scm (qbittorrent-enhanced): Update to 5.0.3.10.

Change-Id: I16163a37d3c15a3e33c8f0508c97e4467b9ec958
2025-01-11 16:11:28 +08:00
Hilton Chain
ac1fc8f638
gnu: qbittorrent: Update to 5.0.3.
* gnu/packages/bittorrent.scm (qbittorrent): Update to 5.0.3.

Change-Id: Ie034c2e7591cb25922c165bf9a7a0bc11a6468e8
2025-01-11 16:11:27 +08:00
Hilton Chain
920c9d8166
gnu: hyfetch: Update to 1.99.0.
* gnu/packages/admin.scm (hyfetch): Update to 1.99.0.

Change-Id: Ic721411811ed2c49f58452ef8ffd714537484148
2025-01-11 16:11:27 +08:00
Hilton Chain
bb160dc458
gnu: i3-autotiling: Update to 1.9.3.
* gnu/packages/python-xyz.scm (i3-autotiling): Update to 1.9.3.

Change-Id: I179155e9d7f981aab24d613f0adb772e6267880e
2025-01-11 16:11:27 +08:00
Hilton Chain
9221175b86
gnu: font-google-noto-emoji: Update to 2.047.
* gnu/packages/fonts.scm (font-google-noto-emoji): Update to 2.047.

Change-Id: I431a6f8d439c4e9428aad55ad600cf9cdcf71304
2025-01-11 16:11:27 +08:00
Hilton Chain
65a8f11076
gnu: font-google-noto: Update to 2025.01.01.
* gnu/packages/fonts.scm (font-google-noto): Update to 2025.01.01.

Change-Id: Ia61aeb07a71ed581c94c7940e9651a9c9f2972f4
2025-01-11 16:11:27 +08:00
Hilton Chain
89b71385a2
gnu: font-chiron-hei-hk: Update to 2.522.
* gnu/packages/fonts.scm (font-chiron-hei-hk): Update to 2.522.

Change-Id: Icca2188a82acf1f270d68bbde8db0d7850dd77c1
2025-01-11 16:11:27 +08:00
Hilton Chain
353c2eaa9a
gnu: font-chiron-sung-hk: Update to 1.016.
* gnu/packages/fonts.scm (font-chiron-sung-hk): Update to 1.016.

Change-Id: I5a97c8ff40b21edccbaa11aea30adf7a0818be5b
2025-01-11 16:11:27 +08:00
Hilton Chain
fe3e33e1fc
gnu: font-lxgw-wenkai-tc: Update to 1.501.
* gnu/packages/fonts.scm (font-lxgw-wenkai-tc): Update to 1.501.
[properties]: Add upstream-name.

Change-Id: I444b5f2a61316ee1b6883d723f861082cb7cdec2
2025-01-11 16:11:26 +08:00
Hilton Chain
be4969e012
gnu: font-lxgw-wenkai: Update to 1.501.
* gnu/packages/fonts.scm (font-lxgw-wenkai): Update to 1.501.
[properties]: Add upstream-name.

Change-Id: I43b7b05dced4e6a9e6f3a00bf2bef4a759cd0eb0
2025-01-11 16:11:26 +08:00
Hilton Chain
981204c69b
gnu: font-sarasa-gothic: Update to 1.0.27.
* gnu/packages/fonts.scm (font-sarasa-gothic): Update to 1.0.27.
[properties]: Add upstream-name.

Change-Id: I3546cc0281ce69444cc68049393809182052b0e1
2025-01-11 16:11:26 +08:00
Hilton Chain
113b81befb
gnu: python-hy: Fix build.
* gnu/packages/python-xyz.scm (python-hy)[native-inputs]: Add
python-setuptools.

Change-Id: Ib6b6ad06ae285d1295767e4f9de097ddd326b360
2025-01-11 16:11:25 +08:00
Leo Famulari
f15ca836e4
news: Add entry about linux-libre 6.12 update.
* etc/news.scm: Add entry.

Change-Id: I174484cf24f0ca5aa57d55d4712b5f1200f0c957
2025-01-10 16:36:23 -05:00
Artyom V. Poptsov
90a8109e82
gnu: mini: Update to 0.9.17.
* gnu/packages/image.scm (mini): Update to 0.9.17.

Change-Id: I53f65133fe1da906e6af6e7295b47c50f4203920
2025-01-10 22:53:09 +03:00
Leo Famulari
3a4209224e
gnu: linux-libre: Update to 6.12.
* gnu/packages/linux.scm (linux-libre-version, linux-libre-gnu-revision,
linux-libre-pristine-source, linux-libre-source, linux-libre): Use linux-libre
6.12.

Change-Id: I0c525676ab2d6a29b7e4a6a8b356d8252f84b863
2025-01-10 14:41:05 -05:00
Artyom V. Poptsov
842e7944fe
gnu: lesspipe: Update to 2.17.
* gnu/packages/less.scm (lesspipe): Update to 2.17.

Change-Id: Iaec8aa33c1aabf0b44745f2347acd7bdd884a086
2025-01-10 22:31:40 +03:00
Andy Tai
ef025dd4c4
gnu: meld: Update to 3.22.3.
* gnu/packages/patchutils.scm (meld): Update to 3.22.3.

Change-Id: I7cd0520a6c93f9987c13334632043c92af4b7dde
Signed-off-by: jgart <jgart@dismail.de>
2025-01-10 09:54:31 -06:00
Josep Bigorra
23cfa80057
gnu: artanis: Update to guile-json-4.
This resolves https://issues.guix.gnu.org/75446.

* gnu/packages/guile-xyz.scm (artanis)[inputs]: Add guile-json-4.
[propagated-inputs]: Add it.

Signed-off-by: jgart <jgart@dismail.de>
Change-Id: Ibd60c4e48f41e4790af85ff7164a6fe2d3e649ea
2025-01-10 09:21:32 -06:00
jgart
461d773ade
gnu: Add cl-ecclesia.
* gnu/packages/lisp-xyz.scm (cl-ecclesia, ecl-ecclesia, sbcl-ecclesia): New variables.

Change-Id: I6bbd03a106df1997cb8b6ba477e0f13e6dd5b583
2025-01-09 23:19:13 -06:00
宋文武
3104c70fae
gnu: perl-gtk2: Fix tests.
This fixes <https://issues.guix.gnu.org/75471>.

* gnu/packages/gtk.scm (perl-gtk2)[inputs]: Add gdk-pixbuf.
[arguments]: Set GDK_PIXBUF_MODULE_FILE in 'fix-tests phase.

Change-Id: Ic5013d66d5b5eefa59e156f0d48dfc113237de14
2025-01-10 11:36:51 +08:00
Artyom V. Poptsov
4c8ea86e8c
gnu: go-github-com-itchyny-gojq: Update to 0.12.17.
* gnu/packages/web.scm (go-github-com-itchyny-gojq): Update to 0.12.17.

Change-Id: I57cbef0546e3fd609e54839dcd080f8f00c51366
2025-01-09 23:32:49 +03:00
Artyom V. Poptsov
7aea4f883c
gnu: gource: Update to 0.55.
* gnu/packages/version-control.scm (gource): Update to 0.55.

Change-Id: I89f22478b19808c6876db425d15398bcf559e096
2025-01-09 23:12:37 +03:00
Artyom V. Poptsov
680d01aeef
gnu: fastfetch: Update to 2.34.0.
* gnu/packages/admin.scm (fastfetch): Update to 2.34.0.

Change-Id: I359ce317fd4813917ec5205dfe4d05e614aea954
2025-01-09 22:28:33 +03:00
Karl Hallsby
8d60818c34
gnu: Add xen-guest-agent.
* gnu/packages/virtualization.scm (xen-guest-agent): New variable.

Change-Id: I6277edc2298c6154d722f7f206e7955222228710
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2025-01-09 17:09:38 +02:00
Karl Hallsby
28f1b5a981
gnu: Add rust-xenstore-rs-0.6
* gnu/packages/crates-io.scm (rust-xenstore-rs-0.6): New variable.

Change-Id: I11cc6f5f014201c89d7e306b73ca8aa928f7a2cb
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2025-01-09 17:08:55 +02:00
Karl Hallsby
a897895b22
gnu: Add rust-xenstore-sys-0.2
* gnu/packages/crates-io.scm (rust-xenstore-sys-0.2): New variable.

Change-Id: I91b20f282325f6a1c3548eff981eb5158d982cc1
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2025-01-09 17:08:55 +02:00
Karl Hallsby
8664cc3f90
gnu: Add rust-uname-0.1.
* gnu/packages/crates-io.scm (rust-uname-0.1): New variable.

Change-Id: I8ea68f2575742659600754ac932bd86388a6af34
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2025-01-09 17:08:50 +02:00