aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-08-23gnu: go-github-com-google-renameio: Update to 1.0.1.Sharlatan Hellseher
* gnu/packages/golang.scm (go-github-com-google-renameio): Update to 1.0.1. Change-Id: Ia7d46682753e9b5530847e693d1f0bf21d8a118c
2024-08-23gnu: plzip: Fix cross-compilation.Zheng Junjie
* gnu/packages/compression.scm (plzip)[arguments]<#:configure-flags>: Use CXX-FOR-TARGET. Change-Id: I03edf1a3758cbcf1254b8edc7f532e772a041fcb
2024-08-23gnu: plzip: Update to 1.11.Artyom V. Poptsov
* gnu/packages/compression.scm (plzip): Update to 1.11. Change-Id: Ia7901bc8b2989b2e63e73869fe851536efeddfef Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
2024-08-23gnu: protobuf-c: Fix cross-compilation.Zheng Junjie
* gnu/packages/protobuf.scm (protobuf-c): Fix cross-compilation. [native-inputs]: When cross-compilation, add protobuf. [arguments]<#:configure-flags>: When cross-compilation, Set PROTOC variable. Change-Id: Idd660f526b7c90277cb4399997cdb7ce72e4f1c5 Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
2024-08-23gnu: kanshi: Fix cross-compilation.Zheng Junjie
* gnu/packages/wm.scm (kanshi)[native-inputs]: Add wayland. Remove libscfg. When cross-compilation, Add pkg-config-for-build. [inputs]: Add libscfg. Change-Id: I45c17196dfc85157afa31dd4ae6db579dfc37723
2024-08-23gnu: kanshi: Update to 1.7.0.Wilko Meyer
* gnu/packages/wm.scm (kanshi): Update to 1.7.0. Change-Id: Ieb5a8c732bf19eb7693a22587e5eee1c72cbf8c5 Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
2024-08-23gnu: cl-clx: Update to 0.7.6-1.69f2ebb.Guillaume Le Vaillant
* gnu/packages/lisp-xyz.scm (sbcl-clx): Update to 0.7.6-1.69f2ebb. Change-Id: Icc96ea76b73c4ed214db50dceb3aad6a797ef779
2024-08-18Replace some more occurrences of ‘setuid-programs’.Tobias Geerinckx-Rice
* gnu/packages/containers.scm (podman, buildah)[arguments]: Substitute /run/privileged/bin for /run/setuid-programs. * gnu/packages/mail.scm (opensmtpd)[arguments]: Likewise. * gnu/packages/spice.scm (spice-gtk)[arguments]: Likewise. * gnu/packages/patches/enlightenment-fix-setuid-path.patch: Likewise. * gnu/packages/xdisorg.scm (xsecurelock)[description]: Rewrite example code to use the ‘privileged-program(s)’ terminology. * doc/guix-cookbook.texi (Network bridge for QEMU): Likewise. * gnu/packages/disk.scm (udevil)[arguments]: Update a comment. Change-Id: I7f467e8743a3ef556cd89bac41509bf51d9edb30
2024-08-18services: Refactor opensmtpd-set-gids.Tobias Geerinckx-Rice
* gnu/services/mail.scm (opensmtpd-set-gids): Rewrite using MAP technology. Change-Id: I30b7eddaf64d242196b1c56f98dec42a86436c18
2024-08-18services: Migrate opensmtpd to (gnu system privilege).Tobias Geerinckx-Rice
* gnu/services/mail.scm (opensmtpd-set-gids): Migrate to PRIVILEGED-PROGRAM from SETUID-PROGRAM… (opensmtpd-service-type): … and to PRIVILEGED-PROGRAM-SERVICE-TYPE from SETUID-PROGRAM-SERVICE-TYPE. Change-Id: Ide434aa480ea3316c971c58898088d72b5b6671f
2024-08-18gnu: opensmtpd: Fix cross-compilation.Tobias Geerinckx-Rice
* gnu/packages/mail.scm (opensmtpd)[arguments]: Specify the correct, non-native ‘zcat’ in #:configure-flags. Fix the 'patch-FHS-file-names phase to do the same for ‘cat’ & ‘sh’. [inputs]: Add bash-minimal, coreutils, and gzip. Change-Id: I0877b982929b4931abf0fc82871d05cab9e888c0
2024-08-18gnu: nginx-documentation: Update to 1.27.1-3114-051789a80bcb.Tobias Geerinckx-Rice
* gnu/packages/web.scm (nginx-documentation): Update to 1.27.1-3114-051789a80bcb. Change-Id: I20c01eb56ecae391f011b6e818d7bc41ee28f195
2024-08-18gnu: nginx: Update to 1.27.1 [fixes CVE-2024-7347].Tobias Geerinckx-Rice
* gnu/packages/web.scm (nginx): Update to 1.27.1. Change-Id: Ie7aeca1299427d1e35a779c40c99a04e4facfab8
2024-08-18gnu: opensmtpd: Update to 7.5.0p0.Tobias Geerinckx-Rice
* gnu/packages/mail.scm (opensmtpd): Update to 7.5.0p0. Change-Id: Ie54546a505f0d700754b6990998810c97f2cd5a1
2024-08-18home: Fix typo in parcimonie configuration.Tobias Geerinckx-Rice
* gnu/home/services/gnupg.scm (<home-parcimonie-configuration>) [gnupg-aleady-torified?]: Rename to ‘gnupg-already-torified?’. Change-Id: I0687f67a5cef410b8b1d579c57b318b9d269e0d0
2024-08-18gnu: knot-resolver: Update to 5.7.4.Ashish SHUKLA
* gnu/packages/dns.scm (knot-resolver): Update to 5.7.4. Change-Id: I1902c3ced083c5cbb360aa65517cde339b5e0893 Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
2024-08-18gnu: knot: Update to 3.3.8Ashish SHUKLA
* gnu/packages/dns.scm (knot): Update to 3.3.8. Change-Id: Ia9c2a07c852af13383dfb1d37ae1350a25bae533 Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
2024-08-18services: Migrate enlightenment to (gnu system privilege).Tobias Geerinckx-Rice
* gnu/services/desktop.scm (enlightenment-setuid-programs): Rename from this… (enlightenment-privileged-programs): …to this, replacing ‘setuid’ variables with their ‘privileged’ counterparts. (enlightenment-desktop-service-type): Adjust accordingly. Change-Id: Ied2a93eb948c4df35e2b384eeee8181937b474de
2024-08-22gnu: miniflux: Update to 2.2.0.Rodion Goritskov
* gnu/packages/web.scm (miniflux): Update to 2.2.0. Change-Id: Id4408bb63c9b6523348071ebec730a23000f4438 Signed-off-by: John Kehayias <john.kehayias@protonmail.com>
2024-08-22gnu: Add pantheon-photos.altadil
* gnu/packages/pantheon.scm (pantheon-photos): New variable. Change-Id: Iaa9fb285faf58425c74abbe73371b777a49caac4 Signed-off-by: jgart <jgart@dismail.de>
2024-08-22gnu: openscad: Fix build.Guillaume Le Vaillant
Fixes <https://issues.guix.gnu.org/72693>. * gnu/packages/patches/openscad-fix-boost-join.patch: New file. * gnu/packages/patches/openscad-with-cgal-5.3.patch: New file. * gnu/packages/patches/openscad-with-cgal-5.4.patch: New file. * gnu/local.mk (dist_patch_DATA): Register new patches. * gnu/packages/engineering.scm (openscad)[source]: Use new patches. [inputs, native-inputs]: Remove labels. [arguments]: Disable a few more tests. Remove trailing booleans. Change-Id: I3ce103afd8669dd68c95352a87d76994a3f08504
2024-08-22gnu: txr: Update to 296.Guillaume Le Vaillant
* gnu/packages/lisp.scm (txr): Update to 296. Change-Id: I7130cf977866ef541c16fbdacad98a06a7678187
2024-08-22gnu: libsecp256k1: Update to 0.5.1.Michael Ford
* gnu/packages/crypto.scm (libsecp256k1): Update to 0.5.1. [source]: Add snippet to remove pre-generated files. [arguments]: Remove --enable-module-ecdh and --enable-module-schnorrsig from configure-flags as they are enabled by default. Change-Id: I418ee47c1761ddae9cf4684b4c0ab49768b3f523 Co-authored-by: Jean-Pierre De Jesus DIAZ <jean@foundation.xyz> Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2024-08-22gnu: podman: Update to 5.2.1.Tomas Volf
* gnu/packages/containers.scm (podman): Update to 5.2.1. Change-Id: Ice03f89ae39400961cf55742086040c20c991f64 Signed-off-by: Christopher Baines <mail@cbaines.net>
2024-08-22gnu: gallery-dl: Update to 1.27.3.Artyom V. Poptsov
* gnu/packages/video.scm (gallery-dl): Update to 1.27.3. Change-Id: I469428a20c8426a75fdf5f3b5a275591d21a2b4e Signed-off-by: Christopher Baines <mail@cbaines.net>
2024-08-22Revert "gnu: chez-scheme-for-racket: Fix building on riscv64-linux."Philip McGrath
Native code generation for riscv64-linux is supported: this commit masked a bug somewhere in our packaging or the build modes we're using. This reverts commit 0c96f7932de50c81f4b4714f287520699107c8bb. Signed-off-by: Christopher Baines <mail@cbaines.net>
2024-08-22gnu: racket: Update to 8.14.Philip McGrath
* gnu/packages/racket.scm (%racket-version): Update to 8.14. (racket)[inputs]<compatibility, db, drracket, gui, htdp, math> <parser-tools, rackunit, redex, scribble, snip, typed-racket> <string-constants, web-server>: Update hashes. * gnu/packages/chez.scm (chez-scheme-for-racket): Fix comment. Change-Id: I1bcfd8b4db178e42b200077ab909af37907264d0 Signed-off-by: Christopher Baines <mail@cbaines.net>
2024-08-22gnu: darktable: Update to 4.8.1.Alex Devaure
* gnu/packages/photo.scm (darktable): Update to 4.8.1. Signed-off-by: Christopher Baines <mail@cbaines.net>
2024-08-22gnu: gpsbabel: Update to 1.9.0.Sergey Trofimov
* gnu/packages/gps.scm (gpsbabel): Update to 1.9.0. [build-system]: Use cmake-build-system. [arguments]: Adjust for the new build system. * gnu/packages/patches/gpsbabel-fix-i686-test.patch: Delete no longer needed patch. * gnu/local.mk: Delete patch line. Signed-off-by: Christopher Baines <mail@cbaines.net>
2024-08-22gnu: easyeffects: Update to 7.1.7.Nikita Domnitskii
* gnu/packages/audio.scm (easyeffects): Update to 7.1.7. [native-inputs]: Add gcc-12 and soundtouch, remove speex. [propagated-inputs]: Remove rubberband, add ladspa and change to the lv2 output of lsp-plugins. Signed-off-by: Christopher Baines <mail@cbaines.net> Change-Id: Iebd74f52dd4eae94f2dbdf7f5148e8d062b75807
2024-08-22gnu: guix-data-service: Update to 0.0.1-54.a204bda.Christopher Baines
* gnu/packages/web.scm (guix-data-service): Update to 0.0.1-54.a204bda. Change-Id: Ifc46f60ae9f0493c1eab08de806c4e107a866b69
2024-08-22gnu: Add guile-web-driver-ng.Artyom V. Poptsov
* gnu/packages/guile-xyz.scm (guile-web-driver-ng): New variable. Change-Id: I97f979ccbfe1d9f4e43b7f9a5730e092e36129a0 Signed-off-by: Andreas Enge <andreas@enge.fr>
2024-08-22Merge remote-tracking branch 'origin/go-team'Sharlatan Hellseher
Change-Id: Ie1a29192d144a59394bbacba3f6b9f110413e821
2024-08-22Merge branch 'lisp-team'Guillaume Le Vaillant
Change-Id: Ib01e9e7efbd59b4a9e21a7c7b46a8159b43e2d79
2024-08-21services: syncthing: incorrect guessing of HOME variableSergio Pastor Pérez
Fixed the issue described here: https://lists.gnu.org/archive/html/help-guix/2024-01/msg00034.html Fix `syncthing-shepherd-service` failing to guess the correct `HOME` environment variable when it's `<syncthing-configuration>` does not have a value for the `home` or `user` fields. * gnu/services/syncthing.scm (syncthing-shepherd-service): Change ‘HOME’ value in #:environment-variables argument. Change-Id: I102bfe5feba1ebb349a0cde1c987c0c10ebbab7a Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2024-08-21services: elogind-configuration: Add more sleep configurationsMorgan Smith
* gnu/services/desktop.scm (<elogind-configuration>): Allow actions to be set to 'suspend-then-hibernate'. Add configuration for 'hibernate-delay-seconds' and 'suspend-estimation-seconds'. * doc/guix.texi (Desktop Services): Add documentation for 'hibernate-delay-seconds' and 'suspend-estimation-seconds'. Change-Id: Icf788fcc88451aa6174a608fbed309961b847430 Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2024-08-21gnu: Add perl-minimumversion.gemmaro
* gnu/packages/perl.scm (perl-minimumversion): New variable. Change-Id: Iad3c22936c07b7430525ad9827b6703d4ea9ce9c Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2024-08-21gnu: Add perl-ppix-utils.gemmaro
* gnu/packages/perl.scm (perl-ppix-utils): New variable. Change-Id: I9548c693aa6f54bd53662374f77b2fbd1ca3f485 Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2024-08-21gnu: Add guile-qr-code.Artyom V. Poptsov
* gnu/packages/guile-xyz.scm (guile-qr-code): New variable. Change-Id: I8891a1ee442040a4f04183fca7bc1eca6a4fc951 Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2024-08-21gnu: guile-dsv: Update to 0.7.2.Artyom V. Poptsov
* gnu/packages/guile-xyz.scm (guile-dsv): Update to 0.7.2. Change-Id: Ifdcf224c5711956aa9b4d89218a1974ab3c23679 Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2024-08-21gnu: checkmake: Fix typo.Ludovic Courtès
Fixes a regression introduced in 7a149c6003d25e8b2794b113d34062be134d7710. * gnu/packages/check.scm (checkmake)[arguments]: Fix typo for #:install-source?. Change-Id: Iaec646632fb342a50d93ab0b1a09f073e06d59b7
2024-08-21gnu: Add checkmake.gemmaro
* gnu/packages/check.scm (checkmake): New variable. Change-Id: Ic60c5c6d6cb66ff3a5760e11df741c5a4d7e7a4d Co-authored-by: Sharlatan Hellseher <sharlatanus@gmail.com> Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2024-08-21gnu: Add go-github-com-containerd-typeurl.Artyom V. Poptsov
* gnu/packages/golang-web.scm (go-github-com-containerd-typeurl, go-github-com-containerd-typeurl-v2): New variables. Change-Id: I7e997d73fcc3ec04e17c0067b702c6eb86a29bd3 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2024-08-21gnu: Add go-github-com-containerd-fifo.Artyom V. Poptsov
* gnu/packages/golang-xyz.scm (go-github-com-containerd-fifo): New variable. Change-Id: I782f792560bdbe59d31fac7762e07b378a9c29fb Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2024-08-21gnu: Add go-github-com-mohae-deepcopy.Artyom V. Poptsov
* gnu/packages/golang-xyz.scm (go-github-com-mohae-deepcopy): New variable. Change-Id: I29dd0f9c61197e2030bd720bf0ec71c86727f976 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2024-08-21gnu: Add go-github-com-mattbaird-jsonpatch.Artyom V. Poptsov
* gnu/packages/golang-web.scm (go-github-com-mattbaird-jsonpatch): New variable. Change-Id: I571c51f2141dbba53067f4279003a4604f21b1a4 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2024-08-21gnu: Add go-github-com-evanphx-json-patch.Sharlatan Hellseher
* gnu/packages/golang-web.scm (go-github-com-evanphx-json-patch): New variable. Change-Id: Ie06fd752cd61a9f2dfef7c7ca563fe17b62777d6
2024-08-21gnu: Add go-github-com-google-subcommands.Artyom V. Poptsov
* gnu/packages/golang-xyz.scm (go-github-com-google-subcommands): New variable. Change-Id: Ifbd51d785435fa8abb9d233e2846e8cf9642ae3f Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2024-08-21gnu: Add go-github-com-gofrs-flock.Artyom V. Poptsov
* gnu/packages/golang-xyz.scm (go-github-com-gofrs-flock): New variable. Change-Id: If6856319258ec93f4119f4f7ec79d206d7e1087d Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2024-08-21gnu: kubo: Unbundle more inputs.Sharlatan Hellseher
* gnu/packages/ipfs.scm (kubo): Unbundle more inputs. [inputs]: Remove go-github-com-jackpal-go-nat-pmp; add go-github-com-ipfs-go-verifcid, go-github-com-libp2p-go-buffer-pool, go-github-com-libp2p-go-msgio, and go-github-com-libp2p-go-nat. Change-Id: I51d19718d365427d9c22374799b4a2e091ef7a94