Commit graph

142477 commits

Author SHA1 Message Date
Ashish SHUKLA
f16e6b3c1e
gnu: runc: Update to 1.1.14 [security fixes].
Fixes CVE-2024-45310.

* gnu/packages/virtualization.scm (runc): Update to 1.1.14.

Change-Id: Ifa1d296cb447124e51d0741fd030535356529847
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2024-09-04 10:52:26 +01:00
Sharlatan Hellseher
0214076086
gnu: go-github-com-elliotchance-orderedmap: Remove submodule.
* gnu/packages/golang-xyz.scm (go-github-com-elliotchance-orderedmap)
[arguments]<#:phases>: Add 'remove-submodule phase to reduce amount of data
copied to the store, the submodule "v2" is packed separately as it has
it's own go.mod file.
(go-github-com-elliotchance-orderedmap-v2)[arguments]<#:phases>: Delete
'remove-submodule phase.

Change-Id: Ie68ca24752a612864a4c6ca8537949a922528d82
2024-09-04 10:04:10 +01:00
Greg Hogan
5b841a42fb
gnu: go-github-com-elliotchance-orderedmap: Fix tests.
* gnu/packages/golang-xyz.scm (go-github-com-elliotchance-orderedmap)
[arguments]<#:phases>: Replace 'check and only run short tests so as to
exclude flaky performance tests.
<#:unpack-path>: Set it, to relax modification in any inherited
packages.
(go-github-com-elliotchance-orderedmap-v2) [arguments]: Swap to
"substitute-keyword-arguments" instead of overwriting after inheritance.

Change-Id: If9fbc5510643f9d5e3ccff09f71e00a9cdfbe92f
Co-authored-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2024-09-04 09:41:04 +01:00
Vagrant Cascadian
7fa9df431e
gnu: diffoscope: Update to 277.
* gnu/packages/diffoscope.scm (diffoscope): Update to 277.
2024-09-03 13:21:38 -07:00
Simon Tournier
cc26f737d1
gnu: emacs-minimal: Do not native-compile lisp/transient.el.
* gnu/packages/emacs.scm (emacs-minimal)[#:phases]: Add
‘disable-native-compilation’ to turn off native-compilation
for the file lisp/transient.el.

Change-Id: I27c9d660cbad46be66df641816e4596346969dfc
Fixes: transient-prefix-object is void <https://issues.guix.gnu.org/72333>.
Reported-by: Daniel Szmulewicz <daniel.szmulewicz@gmail.com>
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2024-09-03 21:37:05 +02:00
Guillaume Le Vaillant
56d9745d81
gnu: geary: Fix tests.
Fixes <https://issues.guix.gnu.org/73007>.

* gnu/packages/gnome.scm (geary)[native-inputs]: Add
  '(libc-utf8-locales-for-target)'.

Reported-by: Juliana Sims <juli@incana.org>
Change-Id: Ic2e7cb51581c456aa8cce818f67c4c740003cdd1
2024-09-03 20:51:19 +02:00
Charles
4b213c2f1d
gnu: fcitx5: Update to 5.1.9.
* gnu/packages/fcitx5.scm (fcitx5): Update to 5.1.9.
[source]: Use zst source.
[native-inputs]: Add zstd.

The additional zstd input is needed because the upstream release compression
method has changed.

Change-Id: I0e7b230d0c86637be3a6b81202221d68af16934d
Signed-off-by: jgart <jgart@dismail.de>
2024-09-03 13:04:52 -05:00
John Kehayias
82174b2742
gnu: python-httpx: Fix tests.
* gnu/packages/python-web.scm (python-httpx)[native-inputs]: Add
nss-certs-for-test.

Change-Id: If8e98564e44a2e5e7bc520c31553aa83bc597946
2024-09-03 13:37:57 -04:00
Mark H Weaver
0aeb089073
gnu: icecat: Update to 115.15.0-guix1 [security fixes].
Includes fixes for CVE-2024-8381, CVE-2024-8382, CVE-2024-8383, and
CVE-2024-8384.

* gnu/packages/gnuzilla.scm (%icecat-base-version, %icecat-build-id): Update.
(icecat-source): Update gnuzilla commit, base version, and hashes.
2024-09-03 13:34:22 -04:00
Guillaume Le Vaillant
31564ec164
gnu: python-geventhttpclient: Fix tests.
Fixes <https://issues.guix.gnu.org/72950>.

* gnu/packages/python-web.scm (python-geventhttpclient)[native-inputs]: Add
  nss-certs-for-test.

Reported-by: Dr. Arne Babenhauserheide <arne_bab@web.de>
Change-Id: I22d0774a88b91e0d33191c0dea5b1aaafb992301
2024-09-03 19:23:20 +02:00
John Kehayias
c843564a28
gnu: python-httpcore: Fix tests.
* gnu/packages/python-web.scm (python-httpcore)[native-inputs]: Add
nss-certs-for-test.

Change-Id: I1e1b2f067e672278f86389d5f7b686a45715f861
2024-09-03 11:27:30 -04:00
John Kehayias
5a8bbf881a
gnu: python-google-auth: Update to 2.34.0.
* gnu/packages/python-web.scm (python-google-auth): Update to 2.34.0.
[origin]: Update pypi-uri.

Change-Id: I56d88c29645d780c5555d374ca81e5f7834360be
2024-09-03 11:10:35 -04:00
John Kehayias
9e22a81703
gnu: python-google-auth: Fix tests.
* gnu/packages/python-web.scm (python-google-auth)[native-inputs]: Add
nss-certs-for-test.

Change-Id: Ia12e98de8c2c8d335b98cef941692611c76ad2fa
2024-09-03 11:05:34 -04:00
Sharlatan Hellseher
386a1c77af
gnu: go-github-com-go-git-go-git-fixtures: Disable tests on non 64bit architectures.
* gnu/packages/golang.scm (go-github-com-go-git-go-git-fixtures)
[arguments]: <#:tests?>: Preserve test only on 64 bit architectures.

Change-Id: Iab92ef9541d3cc2195eda784e0b9cf2e7c3597c0
2024-09-03 15:43:11 +01:00
Sharlatan Hellseher
1787dfb4b5
gnu: kubo: Unbandle more inputs
* gnu/packages/ipfs.scm (kubo): Unbandle more inputs
[source]: Delete "vendor/github.com/libp2p/zeroconf",
"vendor/github.com/pion", and "vendor/github.com/rs".
[inputs]: Add go-github-com-libp2p-zeroconf-v2,
go-github-com-pion-webrtc-v3, and go-github-com-rs-cors.

Change-Id: I3922b573829329018b83aa639e583573a1af8644
2024-09-03 15:43:11 +01:00
Sharlatan Hellseher
3ae8630c24
gnu: Add go-github-com-libp2p-zeroconf-v2.
* gnu/packages/golang-web.scm (go-github-com-libp2p-zeroconf-v2): New variable.

Change-Id: I84c11a1f8257b06dca9aeec8fa8359002f6f64a7
2024-09-03 15:43:11 +01:00
Sharlatan Hellseher
b93d338be3
gnu: Add go-github-com-rs-cors.
* gnu/packages/golang-web.scm (go-github-com-rs-cors): New variable.

Change-Id: I992bfd6b4cd343226899b9488c8b70f13baabbe5
2024-09-03 15:43:11 +01:00
Sharlatan Hellseher
f4dadc774f
gnu: Add go-github-com-pion-webrtc-v3.
* gnu/packages/golang-web.scm (go-github-com-pion-webrtc-v3): New variable.

Change-Id: Id5f0894cc8f87f3e84258a17bb8d4657aaf9149b
2024-09-03 15:43:11 +01:00
Sharlatan Hellseher
8bb155b23c
gnu: Add go-github-com-pion-dtls-v3.
* gnu/packages/golang-web.scm (go-github-com-pion-dtls-v3): New variable.

Change-Id: If7b6581db55e59c3e17155a581fac94194051840
2024-09-03 15:43:11 +01:00
Sharlatan Hellseher
2303a47d78
gnu: Add go-github-com-pion-interceptor.
* gnu/packages/golang-web.scm (go-github-com-pion-interceptor): New variable.

Change-Id: I598ac607dad4e9460b080932826a6794b7278133
2024-09-03 15:43:10 +01:00
Sharlatan Hellseher
c4542bd3c1
gnu: Add go-github-com-pion-srtp-v2.
* gnu/packages/golang-web.scm (go-github-com-pion-srtp-v2): New variable.

Change-Id: I94f6d6e9f79a2888631a2688dca04a02818565c0
2024-09-03 15:43:10 +01:00
Sharlatan Hellseher
547a66446b
gnu: Add go-github-com-pion-sdp-v3.
* gnu/packages/golang-web.scm (go-github-com-pion-sdp-v3): New variable.

Change-Id: I74fe6598784498ed1bacca6acfce4cfcd741022d
2024-09-03 15:43:10 +01:00
Sharlatan Hellseher
b6085ae28d
gnu: Add go-github-com-pion-rtcp.
* gnu/packages/golang-web.scm (go-github-com-pion-rtcp): New variable.

Change-Id: I48254c0d41d377da7274cd91ec0967d62fc89848
2024-09-03 15:43:10 +01:00
Sharlatan Hellseher
593327e9f1
gnu: go-github-com-pion-transport-v2: Update to 2.2.10.
* gnu/packages/golang-web.scm (go-github-com-pion-transport-v2): Update to 2.2.10.
[native-inputs]: Add go-github-com-stretchr-testify.
[propagated-inputs]: Add go-github-com-wlynxg-anet.

Change-Id: I34393cc27ff5bfb722ffd395c137ba55a35f4a93
2024-09-03 15:43:10 +01:00
Sharlatan Hellseher
c31d83e77d
gnu: Add go-github-com-wlynxg-anet.
* gnu/packages/golang-web.scm (go-github-com-wlynxg-anet): New variable.

Change-Id: Ifaf4758bc1598e73b650ab51d6c79277dd740fb4
2024-09-03 15:43:10 +01:00
Sharlatan Hellseher
b1cf5c741c
gnu: go-github-com-pion-ice-v2: Update to 2.3.34.
* gnu/packages/golang-web.scm (go-github-com-pion-ice-v2): Update to 2.3.34.

Change-Id: I6342d0de59228baedc440d7a0dda4e4daa606589
2024-09-03 15:43:10 +01:00
Sharlatan Hellseher
3af80d07cb
gnu: go-github-com-pion-dtls-v2: Update to 2.2.12.
* gnu/packages/golang-web.scm (go-github-com-pion-dtls-v2): Update to 2.2.12.
[propagated-inputs]: Remove go-github-com-pion-transport-v3.

Change-Id: I6ef2c746943e768614abeafdb7d2fa01474d0818
2024-09-03 15:43:10 +01:00
Sharlatan Hellseher
680674ba06
gnu: Add go-github-com-hashicorp-golang-lru-arc-v2.
* gnu/packages/golang-xyz.scm (go-github-com-hashicorp-golang-lru-arc-v2): New variable.

Change-Id: Ia2ec812004d5864c18771780803c41cefc9870cb
2024-09-03 15:43:10 +01:00
Sharlatan Hellseher
4dc9cd218d
gnu: go-github-com-hashicorp-golang-lru-v2: Delete submodule.
The submodule <github.com/hashicorp/golang-lru/arc/v2> needs to be
packed as dedicated package.  It would easy the job for the importer as
it contains it's own go.mod file.

* gnu/packages/golang-xyz.scm (go-github-com-hashicorp-golang-lru-v2)
[source]: Delete "arc" submodule.

Change-Id: Iaace717e530e49a2c910ac6e78f3f2fec3a2b7ca
2024-09-03 15:43:10 +01:00
Sharlatan Hellseher
b60f731c68
gnu: go-github-com-zalando-go-keyring: Enable tests.
* gnu/packages/golang.scm (go-github-com-zalando-go-keyring)
[arguments]: <#:phases>: Add 'disable-failing-tests phase, use custom 'check.
[propagated-inputs]: Remove dbus.
[native-inputs]: Add dbus.

Change-Id: I06ba340ef936fef006b7b804688b2ca2863d00a2
2024-09-03 15:43:09 +01:00
Sharlatan Hellseher
5e2d4317d1
gnu: go-github-com-zalando-go-keyring: Update to 0.2.5.
* gnu/packages/golang.scm (go-github-com-zalando-go-keyring): Update to 0.2.5.
[propagated-inputs]: Remove go-github-com-godbus-dbus; add go-github-com-godbus-dbus-v5.

Change-Id: I21fafc683ae802e0ca7b6bdb9e1bb100f25879f9
2024-09-03 15:43:09 +01:00
Sharlatan Hellseher
d54385946a
gnu: go-github-com-gsterjov-go-libsecret: Improve package style.
* gnu/packages/golang.scm (go-github-com-gsterjov-go-libsecret): Fix
indentation. Swap [native-inputs] with [propagated-inputs] as
go-gihub-com-godubs-dbus is required during build time. Adjust order of
fields.
[synopsis]: Apply TexLive formatting.
[description]: Likewise.

Change-Id: I6ed08095839b6e76de070699753e088f86e256a1
2024-09-03 15:43:09 +01:00
Sharlatan Hellseher
9579f37bcc
gnu: go-github-com-gsterjov-go-libsecret: Update to 0.0.0-20161001094733-a6f4afe4910c.
* gnu/packages/golang.scm (go-github-com-gsterjov-go-libsecret): Update to 0.0.0-20161001094733-a6f4afe4910c.
[propagated-inputs]: Add go-github-com-godbus-dbus.
[native-inputs]: Remove go-github-com-godbus-dbus.

Change-Id: I98b6e2353bb04521a838a8e1e828cc25ccbcad35
2024-09-03 15:43:09 +01:00
Sarah Morgensen
c293aa1d6f
gnu: go-github-com-godbus-dbus: Enable tests.
* gnu/packages/golang.scm (go-github-com-godbus-dbus): Enable tests.
[arguments] <#:phases>: Add 'disable-failing-tests phase. Override
'check phase to run tests within a dbus session.

Change-Id: Ib27d33363d4d7071e91380588413ae035ae9609f
Co-authored-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2024-09-03 15:43:09 +01:00
Sarah Morgensen
d4da8af4e4
gnu: Add go-github-com-godbus-dbus-v5.
These changes resolve issues with golang import paths for
<github.com/godbus/dbus> and <github.com/godbus/dbus/v5> by adding a new
variable with downgrading existing one to the latest version where
import path is still <github.com/godbus/dbus>.  It addresses the cases
with unit tests failures and help importer to resolve dependencies.

* gnu/packages/golang.scm (go-github-com-godbus-dbus): Downgrade to
0.0.0-20190726142602-4481cbc300e2.
(go-github-com-godbus-dbus-v5): New variable, preserver version of
go-github-com-godbus-dbus.
(go-github-com-delthas-go-libnp) [propagated-inputs]: Remove
go-github-com-godbus-dbus, add go-github-com-godbus-dbus-v5.

* gnu/packages/golang-xyz.scm (go-github-com-coreos-go-systemd-v22)
[propagated-inputs]: Remove go-github-com-godbus-dbus, add
go-github-com-godbus-dbus-v5.

Change-Id: Idbeb3c625da55bdd4620afab31b024ef0a0b79ec
Co-authored-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2024-09-03 15:42:59 +01:00
Konrad Hinsen
5147787b1f
gnu: Add cl-ftp.
* gnu/packages/lisp-xyz.scm (sbcl-cl-ftp, cl-ftp, ecl-cl-ftp): New variables.

Change-Id: Ia006c869bc89c6df23e68e0843e59b3a8cbabcd2
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2024-09-03 15:28:12 +02:00
Konrad Hinsen
cad8feef65
gnu: Add cl-secret-values.
* gnu/packages/lisp-xyz.scm (sbcl-secret-values, cl-secret-values,
  ecl-secret-values): New variables.

Change-Id: I198af8563da1ac4f13f9f429cd7df4f29564ba92
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2024-09-03 15:28:12 +02:00
Konrad Hinsen
18c00bc437
gnu: Add cl-progressons.
* gnu/packages/lisp-xyz.scm (sbcl-progressons, cl-progressons,
  ecl-progressons): New variables.

Change-Id: I6a2df8887e03d23416998683e744c585d2eaf9ca
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2024-09-03 15:28:12 +02:00
Konrad Hinsen
677b706338
gnu: Add cl-termp.
* gnu/packages/lisp-xyz.scm (sbcl-termp, cl-termp, ecl-termp): New variables.

Change-Id: I224bff2ef056cfb46153570dde430840fa425581
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2024-09-03 15:28:12 +02:00
Konrad Hinsen
b391944543
gnu: Add cl-file-finder.
* gnu/packages/lisp-xyz.scm (sbcl-file-finder, cl-file-finder,
  ecl-file-finder): New variables.

Change-Id: Ibb3dc5c5a8ee5383dfa0bc8fa8a43a7d35c3397d
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2024-09-03 15:28:12 +02:00
Konrad Hinsen
adb1d5387b
gnu: cl-moira: Update to 0.0.0-1.448d8e7
* gnu/packages/lisp-xyz.scm (sbcl-moira): Update to 0.0.0-1.448d8e7

Change-Id: I98537007875d2830b41c8d16313c20ea103f3576
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2024-09-03 15:28:12 +02:00
Nicolas Goaziou
02651311f5
gnu: tex.scm: Fix some typos in comments.
Change-Id: I0e34e1244954c14c14430d858e080b409c0a1ee8
2024-09-03 15:07:04 +02:00
Nicolas Goaziou
e49e2fa28a
gnu: texlive-biber: Fix build on i686.
* gnu/packages/tex.scm (texlive-biber)[arguments]: Delete failing test on an
i686 system.

Change-Id: I469f1562dddc39013c0271a2baef2add6516fe86
2024-09-03 15:07:03 +02:00
Spencer King
a56affbdd8
gnu: Add julia-progressbars.
* gnu/packages/julia-xyz.scm (julia-progressbars): New variable.

Change-Id: Idd2b6a8aaaec186c01ecbc852d03f3df84bab8b5
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2024-09-03 13:59:34 +02:00
Artyom V. Poptsov
1b2f42f26b
gnu: scrot: Update to 1.11.1.
* gnu/packages/xdisorg.scm (scrot): Update to 1.11.1.

Change-Id: I727ec4f38b2152d301965653c6ee75ce682fa17c
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2024-09-03 13:59:34 +02:00
Andy Tai
4a19bee444
gnu: openshot: Update to 3.2.1.
* gnu/packages/audio.scm (libopenshot-audio): Update to 0.3.3.
* gnu/packages/video.scm (libpenshot): Update to 0.3.3.
  (openshot): Update to 3.2.1.

Change-Id: I1688395a1181ce258a59e15ce63e2dda535af7f1
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2024-09-03 13:59:34 +02:00
Artyom V. Poptsov
aef015bfc9
gnu: jacal: Update to 1c8.
* gnu/packages/maths.scm (jacal): Update to 1c8.
[native-inputs]: Add time.

Change-Id: I855993e5caf67854c4c508546485872f770afdd6
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2024-09-03 13:59:34 +02:00
Artyom V. Poptsov
889071ef9c
gnu: scm: Update to 5f4.
* gnu/packages/scheme.scm (scm): Update to 5f4.

Change-Id: I9b758e5ab8c5c53427549f024622649d54d06700
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2024-09-03 13:59:33 +02:00
Richard Sent
b300a09165
services: certbot: Add certbot-configuration-package to profile.
As the manual suggests running a certbot command to view the issued
certificates, add it to the profile.

* gnu/services/certbot.scm (certbot-service-type): Extend profile-service-type
with certbot-configuration-package.

Change-Id: I92618597bbdc8d838420b2e0f82de601b0bc609b
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2024-09-03 13:59:33 +02:00
Herman Rimm
c4ce313052
scripts: style: Add 'alphabetical-sort' option.
* guix/scripts/style.scm (show-help): Describe option.
(order-packages): Add procedure.
(format-whole-file): Add 'order?' argument.
(%options): Add 'alphabetical-sort' option.
(guix-style): Alphabetically order packages in files.
* tests/guix-style.sh: Test alphabetical ordering.
* doc/guix.texi (Invoking guix style): Document option.

Change-Id: I4aa7c0bd0b6d42529ae7d304587ffb10bf5f4006
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2024-09-03 13:59:33 +02:00