summaryrefslogtreecommitdiff
path: root/gnu/packages
Commit message (Collapse)AuthorAge
* gnu: guile-bytestructures: Update to 2.0.2.issue-54165Vagrant Cascadian7 days
| | | | | * gnu/packages/guile.scm (guile-bytestructures): Update to 2.0.2. [source]: Adjust tag used to fetch git commit.
* Replace some more occurrences of ‘setuid-programs’.base-for-issue-72766base-for-issue-72751base-for-issue-72749base-for-issue-72748base-for-issue-72740base-for-issue-72734base-for-issue-72730base-for-issue-72560base-for-issue-72337base-for-issue-72072base-for-issue-54165Tobias Geerinckx-Rice12 days
| | | | | | | | | | | | | | * 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
* gnu: opensmtpd: Fix cross-compilation.Tobias Geerinckx-Rice12 days
| | | | | | | | | * 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
* gnu: nginx-documentation: Update to 1.27.1-3114-051789a80bcb.Tobias Geerinckx-Rice12 days
| | | | | | * gnu/packages/web.scm (nginx-documentation): Update to 1.27.1-3114-051789a80bcb. Change-Id: I20c01eb56ecae391f011b6e818d7bc41ee28f195
* gnu: nginx: Update to 1.27.1 [fixes CVE-2024-7347].Tobias Geerinckx-Rice12 days
| | | | | | * gnu/packages/web.scm (nginx): Update to 1.27.1. Change-Id: Ie7aeca1299427d1e35a779c40c99a04e4facfab8
* gnu: opensmtpd: Update to 7.5.0p0.Tobias Geerinckx-Rice12 days
| | | | | | * gnu/packages/mail.scm (opensmtpd): Update to 7.5.0p0. Change-Id: Ie54546a505f0d700754b6990998810c97f2cd5a1
* gnu: knot-resolver: Update to 5.7.4.Ashish SHUKLA12 days
| | | | | | | * gnu/packages/dns.scm (knot-resolver): Update to 5.7.4. Change-Id: I1902c3ced083c5cbb360aa65517cde339b5e0893 Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
* gnu: knot: Update to 3.3.8Ashish SHUKLA12 days
| | | | | | | * gnu/packages/dns.scm (knot): Update to 3.3.8. Change-Id: Ia9c2a07c852af13383dfb1d37ae1350a25bae533 Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
* gnu: miniflux: Update to 2.2.0.Rodion Goritskov8 days
| | | | | | | * gnu/packages/web.scm (miniflux): Update to 2.2.0. Change-Id: Id4408bb63c9b6523348071ebec730a23000f4438 Signed-off-by: John Kehayias <john.kehayias@protonmail.com>
* gnu: Add pantheon-photos.altadil8 days
| | | | | | | * gnu/packages/pantheon.scm (pantheon-photos): New variable. Change-Id: Iaa9fb285faf58425c74abbe73371b777a49caac4 Signed-off-by: jgart <jgart@dismail.de>
* gnu: openscad: Fix build.Guillaume Le Vaillant8 days
| | | | | | | | | | | | | | 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
* gnu: txr: Update to 296.Guillaume Le Vaillant8 days
| | | | | | * gnu/packages/lisp.scm (txr): Update to 296. Change-Id: I7130cf977866ef541c16fbdacad98a06a7678187
* gnu: libsecp256k1: Update to 0.5.1.Michael Ford8 days
| | | | | | | | | | | * 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>
* gnu: podman: Update to 5.2.1.Tomas Volf8 days
| | | | | | | * gnu/packages/containers.scm (podman): Update to 5.2.1. Change-Id: Ice03f89ae39400961cf55742086040c20c991f64 Signed-off-by: Christopher Baines <mail@cbaines.net>
* gnu: gallery-dl: Update to 1.27.3.Artyom V. Poptsov8 days
| | | | | | | * gnu/packages/video.scm (gallery-dl): Update to 1.27.3. Change-Id: I469428a20c8426a75fdf5f3b5a275591d21a2b4e Signed-off-by: Christopher Baines <mail@cbaines.net>
* Revert "gnu: chez-scheme-for-racket: Fix building on riscv64-linux."Philip McGrath8 days
| | | | | | | | | | 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>
* gnu: racket: Update to 8.14.Philip McGrath8 days
| | | | | | | | | | | * 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>
* gnu: darktable: Update to 4.8.1.Alex Devaure8 days
| | | | | | * gnu/packages/photo.scm (darktable): Update to 4.8.1. Signed-off-by: Christopher Baines <mail@cbaines.net>
* gnu: gpsbabel: Update to 1.9.0.Sergey Trofimov8 days
| | | | | | | | | | | * 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>
* gnu: easyeffects: Update to 7.1.7.Nikita Domnitskii8 days
| | | | | | | | | | * 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
* gnu: guix-data-service: Update to 0.0.1-54.a204bda.Christopher Baines8 days
| | | | | | * gnu/packages/web.scm (guix-data-service): Update to 0.0.1-54.a204bda. Change-Id: Ifc46f60ae9f0493c1eab08de806c4e107a866b69
* gnu: Add guile-web-driver-ng.Artyom V. Poptsov8 days
| | | | | | | * gnu/packages/guile-xyz.scm (guile-web-driver-ng): New variable. Change-Id: I97f979ccbfe1d9f4e43b7f9a5730e092e36129a0 Signed-off-by: Andreas Enge <andreas@enge.fr>
* Merge remote-tracking branch 'origin/go-team'Sharlatan Hellseher8 days
|\ | | | | | | Change-Id: Ie1a29192d144a59394bbacba3f6b9f110413e821
| * gnu: go-github-com-mikefarah-yq-v4: Update to 4.44.3.Sharlatan Hellseher2024-08-14
| | | | | | | | | | | | | | | | * gnu/packages/web.scm (go-github-com-mikefarah-yq-v4): Update to 4.44.3. [propagated-inputs]: Add go-github-com-alecthomas-repr, go-github-com-pkg-diff, go-github-com-spf13-pflag, and go-github-com-yuin-gopher-lua. Change-Id: Ic44ec552a3dc7fa045384c6537207e8e464dcb53
| * gnu: go-github-com-stretchr-objx: Move to golang-xyz.Sharlatan Hellseher2024-08-14
| | | | | | | | | | | | | | * gnu/packages/golang.scm (go-github-com-stretchr-objx): Move from here ... * gnu/packages/golang-xyz.scm: ... to here. Change-Id: I2ab70003a3d85812a6905a60c84af88e0df1e133
| * gnu: go-github-com-stretchr-objx: Update to 0.5.2.Sharlatan Hellseher2024-08-14
| | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/golang.scm (go-github-com-stretchr-objx): Update to 0.5.2. [source]: Remove snippet as "vendor" directory is not provided. [inputs]: Remove go-github-com-stretchr-testify-bootstrap. [propagated-inputs]: Remove go-github-com-davecgh-go-spew and go-github-com-pmezard-go-difflib. [native-inputs]: Add go-github-com-davecgh-go-spew, go-github-com-pmezard-go-difflib, and go-github-com-stretchr-testify-bootstrap. Change-Id: I058fa393952dc73d73ac7ab48af4d29665828495
| * gnu: go-github-com-spf13-cobra: Update to 1.8.1.Sharlatan Hellseher2024-08-14
| | | | | | | | | | | | * gnu/packages/golang-xyz.scm (go-github-com-spf13-cobra): Update to 1.8.1. Change-Id: I5236ac568fe7ababbc94a0dc60e071e8ac6674aa
| * gnu: go-github-com-pelletier-go-toml: Move to golang-xyz.Sharlatan Hellseher2024-08-14
| | | | | | | | | | | | | | | | * gnu/packages/golang.scm (go-github-com-pelletier-go-toml, go-github-com-pelletier-go-toml-v2): Move from here ... * gnu/packages/golang-xyz.scm: ... to here. Change-Id: I76dae5d71ae761af6d7f23ce55286996c55a5d50
| * gnu: go-github-com-pelletier-go-toml-v2: Update to 2.2.2.Sharlatan Hellseher2024-08-14
| | | | | | | | | | | | * gnu/packages/golang.scm (go-github-com-pelletier-go-toml-v2): Update to 2.2.2. Change-Id: Ib3c42010d207644359b4a693569c31c5d9406e7b
| * gnu: go-github-com-pelletier-go-toml: Update to 1.9.5.Sharlatan Hellseher2024-08-14
| | | | | | | | | | | | * gnu/packages/golang.scm (go-github-com-pelletier-go-toml): Update to 1.9.5. Change-Id: Ib72f88b2f14c8b1b293ebb3cd64645f5265c7b11
| * gnu: go-github-com-pelletier-go-toml: Remove input labels.Sharlatan Hellseher2024-08-14
| | | | | | | | | | | | | | | | * gnu/packages/golang.scm (go-github-com-pelletier-go-toml): Remove input lables, swap [native-inputs] to [propagated-inputs] to simplify dependent packages inputs. Change-Id: Ibfa57fbe606ced8bf9f2bcfe4065bf94f84bc0fb
| * gnu: go-github-com-goccy-go-yaml: Update to 1.12.0.Sharlatan Hellseher2024-08-14
| | | | | | | | | | | | * gnu/packages/golang-xyz.scm (go-github-com-goccy-go-yaml): Update to 1.12.0. Change-Id: Ieb8e0103ded6ffef606812c88f48834027b8c1e2
| * gnu: go-github-com-goccy-go-json: Update to 0.10.3.Sharlatan Hellseher2024-08-14
| | | | | | | | | | | | * gnu/packages/golang-web.scm (go-github-com-goccy-go-json): Update to 0.10.3. Change-Id: I475c37dcff52cf844e3bfc8ea386578c43bb32e2
| * gnu: go-github-com-go-playground-locales: Move to golang-xyz.Sharlatan Hellseher2024-08-14
| | | | | | | | | | | | | | | | * gnu/packages/golang.scm (go-github-com-go-playground-locales): Move from here ... * gnu/packages/golang-xyz.scm: ... to here. Change-Id: I96ba608d2463911c184cedc9cfc7cb7556b1bbd9
| * gnu: go-github-com-go-playground-locales: Update to 0.14.1.Sharlatan Hellseher2024-08-14
| | | | | | | | | | | | * gnu/packages/golang.scm (go-github-com-go-playground-locales): Update to 0.14.1. Change-Id: I6f8681dd49c8dd61b51481117b01566a9024ff15
| * gnu: go-github-com-gabriel-vasile-mimetype: Update to 1.4.5.Sharlatan Hellseher2024-08-14
| | | | | | | | | | | | * gnu/packages/golang-xyz.scm (go-github-com-gabriel-vasile-mimetype): Update to 1.4.5. Change-Id: Idbeb0aed953b773784e519793f83ad2bcd8840ac
| * gnu: go-github-com-fatih-color: Update to 1.17.0.Sharlatan Hellseher2024-08-14
| | | | | | | | | | | | * gnu/packages/golang-xyz.scm (go-github-com-fatih-color): Update to 1.17.0. Change-Id: I731c48d0d47ee8823b17f85976bfc4f53700d804
| * gnu: Add go-github-com-elliotchance-orderedmap-v2.Sharlatan Hellseher2024-08-14
| | | | | | | | | | | | * gnu/packages/golang-xyz.scm (go-github-com-elliotchance-orderedmap-v2): New variable. Change-Id: I4a0e7f17e6e93471b661d960b0d1350f1687b847
| * gnu: go-github-com-elliotchance-orderedmap: Update to 1.6.0.Sharlatan Hellseher2024-08-14
| | | | | | | | | | | | * gnu/packages/golang-xyz.scm (go-github-com-elliotchance-orderedmap): Update to 1.6.0. Change-Id: I8c745a00bf21ad11ec54cf5f6be1c35d2957baa6
| * gnu: Add go-github-com-yuin-gopher-lua.Sharlatan Hellseher2024-08-14
| | | | | | | | | | | | | | * gnu/packages/golang-xyz.scm (glua, go-github-com-yuin-gopher-lua): New variables. Change-Id: Icd37ede94082d46e34465d345659885e3fafa98e
| * gnu: go-github-com-itchyny-gojq: Update to 0.12.16.Sharlatan Hellseher2024-08-14
| | | | | | | | | | | | * gnu/packages/web.scm (go-github-com-itchyny-gojq): Update to 0.12.16. Change-Id: I6f7cf1038adb392ce1b7510f01923689e5993eca
| * gnu: go-github-com-itchyny-timefmt-go: Move to golang-xyz.Sharlatan Hellseher2024-08-14
| | | | | | | | | | | | | | | | * gnu/packages/web.scm (go-github-com-itchyny-timefmt-go): Move from here ... * gnu/packages/golang-xyz.scm: ... to here. Change-Id: Ifaca740ff1d46a74c7059fdeb8d56ba69195428e
| * gnu: go-github-com-itchyny-timefmt-go: Update to 0.1.6.Sharlatan Hellseher2024-08-14
| | | | | | | | | | | | * gnu/packages/web.scm (go-github-com-itchyny-timefmt-go): Update to 0.1.6. Change-Id: Idf5477c28309c75bb4c99ff93a65a3867f4581ae
| * gnu: go-github-com-creack-pty: Update to 1.1.23.Sharlatan Hellseher2024-08-14
| | | | | | | | | | | | * gnu/packages/golang.scm (go-github-com-creack-pty): Update to 1.1.23. Change-Id: Ieb0c2186008f285658e46ea9b0fb1edb62cdb6d4
| * gnu: go-github-com-kr-pretty: Move to golang-xyz.Sharlatan Hellseher2024-08-14
| | | | | | | | | | | | | | * gnu/packages/golang.scm (go-github-com-kr-pretty): Move from here ... * gnu/packages/golang-xyz.scm: ... to here. Change-Id: Ifded1d309f10d25c982afaf20301bc151f1c8ba1
| * gnu: go-github-com-kr-pretty: Update to 0.3.1.Sharlatan Hellseher2024-08-14
| | | | | | | | | | | | | | * gnu/packages/golang.scm (go-github-com-kr-pretty): Update to 0.3.1. [propagated-inputs]: Add go-github-com-rogpeppe-go-internal. Change-Id: I80e8489e6a573206678d1dfe6c23aa0824a905fc
| * gnu: go-github-com-itchyny-gojq: Fix indentation.Sharlatan Hellseher2024-08-14
| | | | | | | | | | | | | | * gnu/packages/web.scm (go-github-com-itchyny-gojq): Fix indentation. [inputs]: Place after [arguments]. Change-Id: Ic397ffe4ff641a50738d3a4dacef411136bc2d6b
| * gnu: go-github-com-junegunn-fzf: Update to 0.54.3.Sharlatan Hellseher2024-08-11
| | | | | | | | | | | | | | | | | | | | | | * gnu/packages/terminals.scm (go-github-com-junegunn-fzf): Update to 0.54.3. [inputs]: Remove go-github-com-mattn-go-runewidth, go-github-com-gdamore-tcell, go-github-com-saracen-walker, go-golang-org-x-sync, and go-golang-org-x-crypto; add go-github-com-charlievieth-fastwalk, go-github-com-gdamore-tcell-v2, and go-golang-org-x-sys. Change-Id: I19dee1bed268c5cb33a3f4990fcdaf8046dd6bc6
| * gnu: Add go-github-com-charlievieth-fastwalk.Sharlatan Hellseher2024-08-11
| | | | | | | | | | | | * gnu/packages/golang-xyz.scm (go-github-com-charlievieth-fastwalk): New variable. Change-Id: I1e684ede86688f0bb5a1d9bd1cbb4015366d5f8b
| * gnu: go-github-com-google-shlex: Add project status comment.Sharlatan Hellseher2024-08-11
| | | | | | | | | | | | | | * gnu/packages/golang.scm (go-github-com-google-shlex): Add project status comment for the next maintenance cycle. Change-Id: Ieaa2cc28f95306f87b0d358500225dbd0381adcf