aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2024-08-21gnu: Add go-msgio.Sharlatan Hellseher
* gnu/packages/golang-xyz.scm (go-msgio): New variable. Change-Id: I3bb5fff6110a36694865c9885b42bc356902bbea
2024-08-21gnu: Add go-github-com-libp2p-go-nat.Artyom V. Poptsov
* gnu/packages/golang-web.scm (go-github-com-libp2p-go-nat): New variable. Change-Id: I001a5f9370273e99729a315f0357d48822b0d7aa Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2024-08-21gnu: Add go-github-com-libp2p-go-netroute.Artyom V. Poptsov
* gnu/packages/golang-web.scm (go-github-com-libp2p-go-netroute): New variable. Change-Id: I46ed313a1c96cf5b9d126fa48791351a13d66f32 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2024-08-21gnu: Add go-github-com-koron-go-ssdp.Artyom V. Poptsov
* gnu/packages/golang-web.scm (go-github-com-koron-go-ssdp): New variable. Change-Id: I870d5152d052af6976af44ce6c86d49f0f030e32 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2024-08-21gnu: Add go-github-com-huin-goupnp.Artyom V. Poptsov
* gnu/packages/golang-web.scm (go-github-com-huin-goupnp): New variable. Change-Id: I490dfa3fd8e993124e2e57a907a7e40a213d8b0c Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2024-08-21gnu: Add go-github-com-libp2p-go-msgio.Artyom V. Poptsov
* gnu/packages/golang-xyz.scm (go-github-com-libp2p-go-msgio): New variable. Change-Id: I5222b247972a41877c84c40562a1d1af780f1b73 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2024-08-21gnu: Add go-github-com-libp2p-go-buffer-pool.Artyom V. Poptsov
* gnu/packages/golang-xyz.scm (go-github-com-libp2p-go-buffer-pool): New variable. Change-Id: Id4de38a91dd7186e1aa6f06289c6bfa2cb0abbbb Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2024-08-21gnu: Add go-github-com-ipfs-go-verifcid.Artyom V. Poptsov
* gnu/packages/ipfs.scm (go-github-com-ipfs-go-verifcid): New variable. Change-Id: I30b800dc0575ed3d7b208a1860c305911e1944d2 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2024-08-21gnu: Add biblesync.Peepo Froggings
* gnu/packages/cpp.scm (biblesync): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> Change-Id: I48ae683824214a2609b83e1b0af2880b4ac46d44
2024-08-21gnu: hunspell: Add Greek dictionary.Thanos Apollo
* gnu/packages/hunspell.scm (hunspell-dict-el): New variable. Change-Id: I5b534862030a60e09f2c4a741a723fc2467b20ba Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>