Commit graph

63281 commits

Author SHA1 Message Date
Ludovic Courtès d774c7b121
channels: Dependencies listed in '.guix-channel' can have an introduction.
Suggested by Ricardo Wurmus and Simon Tournier.

* guix/channels.scm (sexp->channel-introduction): New procedure.
(read-channel-metadata): Use it.
(profile-channels)[sexp->channel-introduction]: Remove.
* tests/channels.scm ("latest-channel-instances, authenticate dependency"):
New test.
* doc/guix.texi (Channels)[Declaring Channel Dependencies]: Augment example.
2020-07-01 23:34:51 +02:00
Ludovic Courtès 884df77640
channels: Properly diagnose test failure.
This fixes a style issue similar to that of
a18d02def9.

* tests/channels.scm ("authenticate-channel, .guix-authorizations"):
Change to 'test-equal' so that test failures are properly diagnosed.
2020-07-01 23:34:51 +02:00
Ludovic Courtès eb5cf39e66
services: provenance: Save channel introductions.
* gnu/services.scm (channel->code): Include CHANNEL's introduction, if
any, unless CHANNEL is the singleton %DEFAULT-CHANNELS.
(channel->sexp): Add comment.
* guix/scripts/system.scm (sexp->channel): Change pattern to allow for
extensibility.
2020-07-01 23:34:51 +02:00
Ludovic Courtès 6d39f0cb77
guix describe: Display channel introductions and add 'channels-sans-intro'.
* guix/scripts/describe.scm (%available-formats): Add "channels-sans-intro".
(channel->sexp): Add #:include-introduction?.  Emit CHANNEL's intro if
INCLUDE-INTRODUCTION? is true and CHANNEL has an introduction.
(channel->json): Include CHANNEL's introduction, if any.
(channel->recutils): Likewise.
(display-profile-info): Add 'channels-sans-intro' case.
* doc/guix.texi (Invoking guix describe): Add introduction in example.
Add 'channels-sans-intro' case.
2020-07-01 23:34:51 +02:00
Ludovic Courtès 471550c28c
channels: Save and interpret 'introduction' field in provenance data.
With this change, profiles created by 'guix pull' & co. include channel
introductions as part of the channel metadata of each manifest entry.

* guix/channels.scm (channel-instances->manifest)[instance->entry]: Add
'introduction' field when CHANNEL has an introduction.
(profile-channels)[sexp->channel-introduction]: New procedure.
Use it to initialize the 'introduction' field.
2020-07-01 23:34:51 +02:00
Ludovic Courtès 22a9699257
channels: Remove 'signature' from <channel-introduction>.
In the end signing the commit/key pair does not buy us much.  Someone
publishing a valid but different commit/key pair would effectively be
publishing a different channel, which could be a fork (made by a former
authorized developer) or simply a mirror.  In the latter case, there's
nothing to be gained by publishing a different commit/key pair.

* guix/channels.scm (<channel-introduction>)[signature]: Remove.
(make-channel-introduction): Adjust accordingly.
2020-07-01 23:34:51 +02:00
Ludovic Courtès 8b7d982e6a
channels: Make channel introductions public.
* guix/channels.scm (<channel-introduction>): Rename constructor to
'%make-channel-introduction'.
(make-channel-introduction): New procedure.
* tests/channels.scm ("authenticate-channel, wrong first commit signer")
("authenticate-channel, .guix-authorizations"): Use
'make-channel-introduction' without '@@' and without third argument.
* doc/guix.texi (Channels)[Channel Authentication, Specifying Channel
Authorizations]: New subsections.
2020-07-01 23:34:51 +02:00
Ludovic Courtès 6577682a6c
channels: Add 'openpgp-fingerprint->bytevector'.
* guix/channels.scm (openpgp-fingerprint->bytevector): New procedure.
(openpgp-fingerprint): New macro.
(%guix-channel-introduction): Use it.
2020-07-01 23:34:50 +02:00
Efraim Flashner 67ba9815c9
gnu: rust-crossbeam-queue-0.2: Add missing input.
* gnu/packages/crates-io.scm (rust-crossbeam-queue-0.2)[arguments]: Add
rust-maybe-uninit-2.0 to cargo-inputs. Don't skip build.
2020-07-01 23:45:23 +03:00
Mark H Weaver 5db2736005
gnu: linux-libre: Update to 5.4.50.
* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.50.
(linux-libre-5.4-pristine-source): Update hash.
2020-07-01 13:31:06 -04:00
Mark H Weaver 0cb4f1e6f1
gnu: linux-libre@5.7: Update to 5.7.7.
* gnu/packages/linux.scm (linux-libre-5.7-version): Update to 5.7.7.
(linux-libre-5.7-pristine-source): Update hash.
2020-07-01 13:30:22 -04:00
Mark H Weaver a43802bfca
gnu: linux-libre@4.19: Update to 4.19.131.
* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.131.
(linux-libre-4.19-pristine-source): Update hash.
2020-07-01 13:29:46 -04:00
Mark H Weaver e5aa0fd4eb
gnu: linux-libre@4.14: Update to 4.14.187.
* gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.187.
(linux-libre-4.14-pristine-source): Update hash.
2020-07-01 13:29:02 -04:00
Mark H Weaver 92ce2a0b5f
gnu: linux-libre@4.9: Update to 4.9.229.
* gnu/packages/linux.scm (linux-libre-4.9-version): Update to 4.9.229.
(linux-libre-4.9-pristine-source): Update hash.
2020-07-01 13:28:14 -04:00
Mark H Weaver e2449dfa1d
gnu: linux-libre@4.4: Update to 4.4.229.
* gnu/packages/linux.scm (linux-libre-4.4-version): Update to 4.4.229.
(linux-libre-4.4-pristine-source): Update hash.
2020-07-01 13:27:07 -04:00
Mark H Weaver f74e9277c1
gnu: icecat: Update to 68.10.0-guix0-preview1 [security-fixes].
Includes fixes for CVE-2020-12417, CVE-2020-12418, CVE-2020-12419,
CVE-2020-12420, and CVE-2020-12421.

* gnu/packages/gnuzilla.scm (%icecat-version, %icecat-build-id): Update.
(icecat-source): Update gnuzilla commit, base version, and hashes.  Remove
code that deleted the Onion Browser Button extension, which is no longer
bundled upstream.
* gnu/packages/patches/icecat-makeicecat.patch: Adapt to new version.
2020-07-01 12:45:08 -04:00
Efraim Flashner ade0f8ea0c
gnu: gama: Update to 2.09.
* gnu/packages/gps.scm (gama): Update to 2.09.
2020-07-01 19:40:24 +03:00
Tobias Geerinckx-Rice 78d473aaf9
gnu: squid: Update to 4.12.
* gnu/packages/networking.scm (squid): Update to 4.12.
2020-07-01 17:52:45 +02:00
Tobias Geerinckx-Rice 5ebab403b1
gnu: libndp: Use HTTPS.
* gnu/packages/networking.scm (libndp)[source]: Hard-code NAME.  Use HTTPS.
[home-page]: Use HTTPS.
2020-07-01 17:52:44 +02:00
Tobias Geerinckx-Rice ec3cff2d7f
gnu: haproxy: Update to 2.1.7.
* gnu/packages/networking.scm (haproxy): Update to 2.1.7.
2020-07-01 17:52:43 +02:00
Tobias Geerinckx-Rice 210f5420ed
gnu: solaar: Fix build.
* gnu/packages/admin.scm (solaar)[arguments]: Remove unnecessary custom ‘build’ phase.
Set PYTHONPATH earlier, before building.

Reported by Robin Templeton (terpri on #guix).
2020-07-01 17:52:42 +02:00
Tobias Geerinckx-Rice b3e8e6fdcf
gnu: qtractor: Update to 0.9.15.
* gnu/packages/music.scm (qtractor): Update to 0.9.15.
2020-07-01 17:52:42 +02:00
Tobias Geerinckx-Rice e75d8234e7
gnu: ncdu: Fix up synopsis & description.
* gnu/packages/ncdu.scm (ncdu)[synopsis]: Fix typo.
[description]: Start with a proper sentence.  Double-space.
2020-07-01 17:52:40 +02:00
Tobias Geerinckx-Rice 57e0b9e87c
gnu: ncdu: Update to 1.15.1.
* gnu/packages/ncdu.scm (ncdu): Update to 1.15.1.
2020-07-01 17:52:40 +02:00
Tobias Geerinckx-Rice 0b97e8fc96
gnu: padthv1: Update to 0.9.15.
* gnu/packages/music.scm (padthv1): Update to 0.9.15.
2020-07-01 17:52:39 +02:00
Tobias Geerinckx-Rice 5aed91019a
gnu: samplv1: Update to 0.9.15.
* gnu/packages/music.scm (samplv1): Update to 0.9.15.
2020-07-01 17:52:38 +02:00
Tobias Geerinckx-Rice f4482a6396
gnu: drumkv1: Update to 0.9.15.
* gnu/packages/music.scm (drumkv1): Update to 0.9.15.
2020-07-01 17:52:37 +02:00
Tobias Geerinckx-Rice 958258dc20
gnu: synthv1: Update to 0.9.15.
* gnu/packages/music.scm (synthv1): Update to 0.9.15.
2020-07-01 17:52:36 +02:00
Tobias Geerinckx-Rice caeb243712
gnu: mpd: Update to 0.21.24.
* gnu/packages/mpd.scm (mpd): Update to 0.21.24.
2020-07-01 17:52:35 +02:00
Tobias Geerinckx-Rice 36a0228eb8
gnu: ngircd: Update to 26.
* gnu/packages/messaging.scm (ngircd): Update to 26.
[native-inputs]: Add openssl.
2020-07-01 17:52:34 +02:00
Tobias Geerinckx-Rice 77b5498f32
gnu: nheko: Update to 0.7.2.
* gnu/packages/messaging.scm (nheko): Update to 0.7.2.
2020-07-01 17:52:33 +02:00
Tobias Geerinckx-Rice c28c408e71
gnu: mtxclient: Update to 0.3.1.
* gnu/packages/messaging.scm (mtxclient): Update to 0.3.1.
2020-07-01 17:52:32 +02:00
Guillaume Le Vaillant cdf34eed33
guix: build: Fix asdf-build-system/ecl.
* guix/build/lisp-utils.scm (make-asd-file): Fix value of 'component?'
  parameter when using ECL.
2020-07-01 16:14:21 +02:00
Efraim Flashner aa982985e0
gnu: vim-full: Remove unneeded phase.
* gnu/packages/vim.scm (vim-full)[arguments]: Remove custom
'skip-previewpopup phase.
2020-07-01 14:38:38 +03:00
Efraim Flashner 4e133f4fe4
gnu: vim: Update to 8.2.1101.
* gnu/packages/vim.scm (vim): Update to 8.2.1101. [arguments]: In
'patch-config-files patch more shell calls. Rename custom 'set-TZDIR
phase to 'set-environment-variables phase and also set TERM. Adjust
'skip-failing-tests to skip more tests.
2020-07-01 13:58:19 +03:00
B. Wilson d277c00ec9
gnu: Add metamath.
* gnu/packages/maths.scm (metamath): New variable.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2020-07-01 12:56:10 +02:00
Ludovic Courtès 9f5f3932de
.guix-authorizations: Remove keys of two former contributors.
* .guix-authorizations: Remove key of David Craven, who left the project
in 2017, and Federico Beffa, whose last commit was in Feb. 2017.
2020-07-01 12:50:22 +02:00
Ludovic Courtès 5402f3ed05
.guix-authorizations: Remove former keys that are no longer used.
* .guix-authorizations: Remove old keys of dvc, efraim, and janneke.
2020-07-01 12:50:22 +02:00
Ludovic Courtès eb8a79218d
.guix-authorizations: Remove brettgilio's old key.
* .guix-authorizations: Remove key "DFC0 C7F7 9EE6 0CA7 AE55  5E19 6722
43C4 A03F 0EEE" (Brett Gilio).  See
<https://lists.gnu.org/archive/html/guix-devel/2020-06/msg00323.html>.
2020-07-01 12:50:22 +02:00
Leo Prikler bb3ddda25d
gnu: ppsspp: Unbundle more sources.
* gnu/packages/emulators (ppsspp)[source]: Update unbundling snippet.
[inputs]: Add cityhash, libzip, vulkan-headers, vulkan-loader, xxhash.
[arguments]<#:configure-flags>: Add -DUSE_SYSTEM_LIBZIP=ON.
Update comments accordingly.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2020-07-01 12:10:30 +02:00
Leo Prikler 7ff99f4a17
gnu: spirv-cross: Improve description.
* gnu/packages/vulkan.scm (spirv-cross)[description]: Simplify.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2020-07-01 12:10:22 +02:00
Guillaume Le Vaillant 012bdf2e61
gnu: sbcl-alexandria: Update to 1.1.
* gnu/packages/lisp-xyz.scm (sbcl-alexandria): Update to 1.1.
2020-07-01 11:19:53 +02:00
Guillaume Le Vaillant d2a34ebae0
gnu: sbcl-bordeaux-threads: Update to 0.8.8.
* gnu/packages/lisp-xyz.scm (sbcl-bordeaux-threads): Update to 0.8.8.
2020-07-01 11:19:52 +02:00
Guillaume Le Vaillant 4e7d5e323b
gnu: sbcl-cl-random-forest: Update to 0.1-1.fedb36c.
* gnu/packages/lisp-xyz.scm (sbcl-cl-random-forest): Update to 0.1-1.fedb36c.
2020-07-01 11:19:52 +02:00
Guillaume Le Vaillant 8f1ab4fb41
gnu: Move some lisp libraries.
Move the 3 lisp libraries that are not in lisp-xyz.scm with the others.

* gnu/packages/machine-learning.scm (sbcl-cl-libsvm-format, cl-libsvm-format,
  ecl-cl-libsvm-format, sbcl-cl-online-learning, cl-online-learning,
  ecl-cl-online-learning, sbcl-cl-random-forest, cl-random-forest,
  ecl-cl-random-forest): Move to ...
* gnu/packages/lisp-xyz.scm (sbcl-cl-libsvm-format, cl-libsvm-format,
  ecl-cl-libsvm-format, sbcl-cl-online-learning, cl-online-learning,
  ecl-cl-online-learning, sbcl-cl-random-forest, cl-random-forest,
  ecl-cl-random-forest): ... here.
2020-07-01 11:19:52 +02:00
Guillaume Le Vaillant d2a9a39c71
gnu: sbcl-ironclad: Update to 0.50.
* gnu/packages/lisp-xyz.scm (sbcl-ironclad): Update to 0.50.
  [inputs]: Remove trivial-garbage.
2020-07-01 11:19:52 +02:00
Pierre Neidhardt 1ac4959c6a
gnu: sbcl: Update to 2.0.6.
* gnu/packages/lisp.scm (sbcl): Update to 2.0.6.
2020-07-01 11:02:02 +02:00
Efraim Flashner 8ed5d9502d
gnu: vdirsyncer: Don't propagate python-click-5.
This prevents a profile collision when installing the package.

* gnu/packages/dav.scm (vdirsyncer)[propagated-inputs]: Move
python-click-5 ...
[inputs]: ... to here.
2020-07-01 09:30:56 +03:00
Kei Kebreau 21131e9c6d
gnu: maxima: Update to 5.44.0.
* gnu/packages/maths.scm (maxima): Update to 5.44.0.
2020-06-30 23:23:57 -04:00
Tobias Geerinckx-Rice e063f0ccc8
gnu: fetchmail: Update to 6.4.8.
* gnu/packages/mail.scm (fetchmail): Update to 6.4.8.
2020-07-01 04:27:42 +02:00