aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-10-25gnu: Remove go-github-com-ipfs-go-ipfs-cmdkit-files.Sharlatan Hellseher
This package is not in use by any packages in Guix and not maintained upstream: "This repository has been archived by the owner on Apr 24, 2021. It is now read-only." * gnu/packages/ipfs.scm (go-github-com-ipfs-go-ipfs-cmdkit-files): Delete variable. Change-Id: I95e0295004f02442b7e40c92cf2dcc619c97207c
2024-10-25gnu: linux-libre: Update the default package to the 6.11 series.Leo Famulari
* gnu/packages/linux.scm (linux-libre-version, linux-libre-gnu-revision, linux-libre-pristine-source, linux-libre-source, linux-libre, linux-libre-headers-latest): Use linux-libre 6.11. Change-Id: I4d4ef04d0a5fe22574a953747d5d41e3516c33cb
2024-10-25gnu: qview: Update to 6.1.Sergey Trofimov
* gnu/packages/image-viewers.scm (qview): Update to 6.1. [inputs, native-inputs]: Use qt6. [arguments]: Disable broken tests. Workaround lrelease being resolved relative to qtbase instead of qttools. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Change-Id: If1a72984e004167b97fdcdf9ae63f85c85dd7e1c
2024-10-25gnu: knot: Update to 3.4.1.Ashish SHUKLA
* gnu/packages/dns.scm (knot): Update to 3.4.1. [source](patches) Add a patch. * gnu/packages/patches/knot-remove-runtime-deps.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it here. Change-Id: I2fcb61a161631954137eaf058bc7c6095fceef47 Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2024-10-25gnu: Add julia-multivariatepolynomials.Spencer King
* gnu/packages/julia-xyz.scm (julia-multivariatepolynomials): New variable. Change-Id: Ib175d3779a5037841d77fe431e7c0221237daa10 Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2024-10-25gnu: julia-mutablearithmetics: Update to 1.4.6.Spencer King
* gnu/packages/julia-xyz.scm (julia-mutablearithmetics): Update to 1.4.6. Change-Id: I856a25789d453cb4edc2d5b39930ecdb51ab7713 Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2024-10-25gnu: Add julia-statisticaltraits.Spencer King
* gnu/packages/julia-xyz.scm (julia-statisticaltraits): New variable. Change-Id: I5ef338e3fcd92601e1e160d675d4bd2c4219e83f Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2024-10-25gnu: prrte: Remove reference to GCC and other build tools.Ludovic Courtès
This reduces the closure of ‘prrte’ from 305 MiB to 99 MiB. * gnu/packages/parallel.scm (prrte)[arguments]: Add #:phases. Change-Id: Idc26cf5899dd5fa8378535fc8530dbdb3e20608d
2024-10-25gnu: openmpi@5: Remove reference to GCC and other build tools.Ludovic Courtès
This removes GCC from the direct references of openmpi@5. * gnu/packages/mpi.scm (openmpi-5)[arguments]: Replace arguments entirely instead of using ‘substitute-keyword-arguments’. Reintroduce ‘remove-absolute’ phase. Remove ‘find-opensm-headers’ and ‘remove-logs’ phases, which are no longer needed. Change-Id: Ia3b25230488ca13310cd5bb2ae45f6990e906fa5
2024-10-24gnu: Add emacs-greader.Yuval Langer
* gnu/packages/emacs-xyz.scm (emacs-greader): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> Change-Id: Ic5d33e363727e490b1e8ab7a0f3f14d06c870f2e
2024-10-24gnu: Add emacs-show-font.Cayetano Santos
* gnu/packages/emacs-xyz.scm (emacs-show-font): New variable. Change-Id: Icda53be5afa7960ca61c48a6ea0825f0d254cf9f Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2024-10-24gnu: Add emacs-catppuccin-theme.emma thompson
* gnu/packages/emacs-xyz.scm (emacs-catppuccin-theme): New variable. Change-Id: I0a8deb9cd88a7ea38615ee0db96e0707a4c3cf2a Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2024-10-24gnu: emacs-ement: Update to 0.16.Arto Jantunen
* gnu/packages/emacs-xyz.scm (emacs-ement): Update to 0.16. Change-Id: I84eec8c4676d7ad3f50d8013b45a16630fe9ba31 Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2024-10-24build: Restrict access to daemon socket in tests.Reepca Russelstein
With the weak isolation available to the test daemon, it is essential to disallow untrusted access to it, as otherwise another local user can gain our user's credentials easily. * build-aux/test-env.in: ensure the daemon-socket directory is freshly-created with 0700 permissions. Change-Id: I742f70fc6fc28e5b4dc88d590eef3daf1b964670 Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2024-10-24gnu: kitsas: Update to version 5.7Saku Laesvuori
* gnu/packages/finance.scm (kitsas): Update to 5.7. Change-Id: I3244fdf2af14970b10c87fb4a7e16b66f13a509f Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2024-10-24gnu: system: Privilege programs after creating accounts.Dariqq
Ensure that users and groups are already created when the privileging script runs. The order these scripts appear in the folded activation-service depends on the order these services are instantiated in the operating-system. Fixes <https://issues.guix.gnu.org/73680>. * gnu/system.scm (operating-system-default-essential-services): Move privileged-program-service above account-service. (hurd-default-essential-services): Likewise. * gnu/tests/base.scm (%activation-os): New variable. (run-activation-test): New procedure. (%test-activation): New variable. Change-Id: I59a191c5519475f256e81bdf2dc4cb01b96c31fe Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2024-10-24gnu: varnish: Improve style.Nicolas Graves
* gnu/packages/web.scm (varnish): Improve style. [arguments]: Rewrite using gexps. [inputs]: Replace coreutils by coreutils-minimal, python by python-minimal. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2024-10-24gnu: varnish-modules: Update to 0.25.0.Nicolas Graves
* gnu/packages/web.scm (varnish-modules): Update to 0.25.0. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2024-10-24gnu: varnish: Update to 7.6.0. [security fixes]Nicolas Graves
This fixes CVE-2023-44487. * gnu/packages/web.scm (varnish): Update to 7.6.0. [arguments]<#:phases>: Rewrite and update 'use-absolute-file-names phase. Add phase 'remove-failing-tests. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2024-10-24gnu: xerces-c: Update to 3.2.5. [security fixes]Nicolas Graves
This fixes CVE-2023-37536. * gnu/packages/xml.scm (xerces-c): Update to 3.2.5. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2024-10-24gnu: hwloc: Update to 2.11.2.Philippe SWARTVAGHER
* gnu/packages/mpi.scm (hwloc): Update to 2.11.2. Change-Id: I19c1b9b073ff55e8174d25a6f11048db34d6acdf Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2024-10-24environment: Gracefully handle preexistence of /bin/cc in FHS.Ludovic Courtès
* guix/scripts/environment.scm (setup-fhs): When /bin/cc already exists, keep it. Reported-by: Marco Fortina <marco_fortina@hotmail.it> Change-Id: I73d39d2aa6fbafd236061a0e3b8d1fe327b2bb19
2024-10-24gnu: lcalc: Add it back.Sharlatan Hellseher
Follow up fix for 340df4885fe6ae523d311e2fc00119798d9a7571. * gnu/packages/sagemath.scm: (lcalc): Revert accidently deleted variable during sorting alphabetically. Change-Id: I88dd6c3da248dab5d87f8a2e02356f38491818fb
2024-10-24gnu: packages/sagemath: Sort alphabetically.Sharlatan Hellseher
* gnu/packages/sagemath.scm: (libbraiding, libhomfly): Sort variables alphabetically. Change-Id: I91c73ba0e11a7542e64a1683942f4b95efb14e14
2024-10-24gnu: packages/sagemath: Sort alphabetically.Sharlatan Hellseher
* gnu/packages/sagemath.scm: (brial, cliquer, lcalc, zn-poly): Sort variables alphabetically. Change-Id: I49e5716a4fa0cf0533b080c18830314649411e09
2024-10-24gnu: Add python-types-dateutil.Vinicius Monego
* gnu/packages/python-xyz.scm (python-types-dateutil): New variable. Change-Id: I2b60be63a0dc6eae1f4cd7be11fc38e1bb8acc3c Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2024-10-24gnu: Add python-pyproject-api.Vinicius Monego
* gnu/packages/python-xyz.scm (python-pyproject-api): New variable. Change-Id: I4bef06ecebcf3c5df99196b75017a4d97c7f2dda Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2024-10-24gnu: Add python-memory-allocator.Vinicius Monego
* gnu/packages/sagemath.scm (python-memory-allocator): New variable. Change-Id: Ib914cc736fa16c2a7bb2919d94aaf102e3513a60 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2024-10-24gnu: Add python-async-lru.Vinicius Monego
* gnu/packages/python-xyz.scm (python-async-lru): New variable. Change-Id: I980f53542ae44c6a2127677171d16b29aa4a3d64 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2024-10-24gnu: Add python-pplpy.Vinicius Monego
* gnu/packages/sagemath.scm (python-pplpy): New variable. Change-Id: I24d436a03462fd7eb176d34a15683a88814238ea Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2024-10-24gnu: Add python-calver.Vinicius Monego
* gnu/packages/python-build.scm (python-calver): New variable. Change-Id: Icaf6d09519f792b42a5e0992b2e4fed4131b67f5 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2024-10-24gnu: Add python-primecountpy.Vinicius Monego
* gnu/packages/maths.scm (python-primecountpy): New variable. Change-Id: Id775a672c104162965825d8d44e599df0c26f11a Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2024-10-24gnu: primecount: Update to 7.14.Sharlatan Hellseher
* gnu/packages/maths.scm (primecount): Update to 7.14. [argumetns]<#configure-flags>: Build man pages, link to existing primesieve package. [inputs]: Add primesieve. [native-inputs]: Add asciidoc. Change-Id: Ia6405274c86c3f996bcaa533cb86226da047fbfa
2024-10-24gnu: Add primecount.Vinicius Monego
* gnu/packages/maths.scm (primecount): New variable. Change-Id: I03692a1be46cc4d0f3eabe95a3f76719a5c63d83 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2024-10-24gnu: packages/maths: Sort alphabetically.Sharlatan Hellseher
* gnu/packages/maths.scm: (python-blis, python-blis-for-thinc, python-cvxopt, python-kiwisolver, python-libensemble, python-petsc4py): Sort variables alphabetically. Change-Id: Ie00bea4d51ded909e9852e8565b1e26b1412c644
2024-10-24gnu: packages/maths: Sort alphabetically.Sharlatan Hellseher
* gnu/packages/maths.scm: (pnetcdf, popf, ppl, primesieve): Sort variables alphabetically. Change-Id: I49653934a3a7149ef51975c6f757d2dcd2f84fb5
2024-10-24gnu: foot: Update to 1.19.0.Ashish SHUKLA
* gnu/packages/terminals.scm (foot): Update to 1.19.0. Change-Id: Ia25a9f0d2344e11af8ef2b261982876bbc831066
2024-10-24gnu: fcft: Update to 3.1.9.Ashish SHUKLA
* gnu/packages/fontutils.scm (fcft): Update to 3.1.9. Change-Id: I460a8821a56b7046c34f11bc2a00cb3ab2ace76b
2024-10-23gnu: linux-libre 5.10: Update to 5.10.228.Leo Famulari
* gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.228. (linux-libre-5.10-pristine-source, deblob-scripts-5.10): Update hashes. Change-Id: Icd3cd5b6e444cfe980b8d33d83b81f46dc256284
2024-10-23gnu: linux-libre 5.15: Update to 5.15.169.Leo Famulari
* gnu/packages/linux.scm (linux-libre-5.15-version): Update to 5.15.169. (linux-libre-5.15-pristine-source, deblob-scripts-5.15): Update hashes. Change-Id: I1f58e02014ce55fe8b2e4d037ea1206cd326166d
2024-10-23gnu: linux-libre 6.1: Update to 6.1.114.Leo Famulari
* gnu/packages/linux.scm (linux-libre-6.1-version): Update to 6.1.114. (linux-libre-6.1-pristine-source, deblob-scripts-6.1): Update hashes. Change-Id: I174f6c6186f29d1bfbb85f2ea2de3a313bf90d05
2024-10-23gnu: linux-libre 6.6: Update to 6.6.58.Leo Famulari
* gnu/packages/linux.scm (linux-libre-6.6-version): Update to 6.6.58. (linux-libre-6.6-pristine-source, deblob-scripts-6.6): Update hashes. Change-Id: Ibcefff57307b675d27fda532b34095a162d0bcf9
2024-10-23gnu: linux-libre 6.11: Update to 6.11.5.Leo Famulari
* gnu/packages/linux.scm (linux-libre-6.11-version): Update to 6.11.5. (linux-libre-6.11-pristine-source): Update hash. Change-Id: Ib62399b6dd9d1270b716a100835767ad0e5075a3
2024-10-23gnu: emacs-tempel-collection: Include 'templates' folder.Fabio Natali
* gnu/packages/emacs-xyz.scm (emacs-tempel-collection)[arguments]: Include the 'templates' folder. Change-Id: I3ed8fc7c19b7d0a1e7f76984144e03a0575ba066 Signed-off-by: jgart <jgart@dismail.de>
2024-10-23gnu: trealla: Update to 2.57.25.jgart
* gnu/packages/prolog.scm (trealla): Update to 2.57.25. Change-Id: I6779078c3d439d11b6a34d42d1dae467a0764186
2024-10-24gnu: fabla: Update to 1.4.Artyom V. Poptsov
* gnu/packages/music.scm (fabla): Update to 1.4. Reviewed-by: Ludovic Courtès <ludo@gnu.org> Change-Id: I3fbba9df343ad296a78f2e54fbe02a525a1d546f
2024-10-23gnu: phonon-backend-vlc: Enable QT6.Sughosha
* gnu/packages/kde-frameworks.scm (phonon-backend-vlc): Switch to Qt6. [arguments]<configure-flags>: Add "-DPHONON_BUILD_QT5=OFF" and replace "-DPHONON_BUILD_QT6=OFF" with "-DPHONON_BUILD_QT6=ON". [native-inputs]: Replace qttools-5 with qttools. [inputs]: Replace qtbase-5 with qtbase. Change-Id: I45380ca844e987bb27ee67106e35cb60fc0565c3
2024-10-23gnu: cni-plugins: Update to 1.6.0.Tomas Volf
* gnu/packages/containers.scm (cni-plugins): Update to 1.6.0. Change-Id: Ifc543340802014514bdf0ef69c3c726874cff142 Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
2024-10-23gnu: ngtcp2: Update to 1.8.1.Tomas Volf
* gnu/packages/networking.scm (ngtcp2): Update to 1.8.1. Change-Id: I986c697da1b101c367f1ca7850555495e8f26179 Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
2024-10-23gnu: buildah: Update to 1.37.5.Tomas Volf
* gnu/packages/containers.scm (buildah): Update to 1.37.5. Change-Id: I90cd6ed586a7c0a87c7cf6c269ebd729afdaf909 Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>