summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-07-01channels: Remove 'signature' from <channel-introduction>.Ludovic Courtès
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-01channels: Make channel introductions public.Ludovic Courtès
* 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-01channels: Add 'openpgp-fingerprint->bytevector'.Ludovic Courtès
* guix/channels.scm (openpgp-fingerprint->bytevector): New procedure. (openpgp-fingerprint): New macro. (%guix-channel-introduction): Use it.
2020-07-01gnu: rust-crossbeam-queue-0.2: Add missing input.Efraim Flashner
* 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-01gnu: linux-libre: Update to 5.4.50.Mark H Weaver
* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.50. (linux-libre-5.4-pristine-source): Update hash.
2020-07-01gnu: linux-libre@5.7: Update to 5.7.7.Mark H Weaver
* gnu/packages/linux.scm (linux-libre-5.7-version): Update to 5.7.7. (linux-libre-5.7-pristine-source): Update hash.
2020-07-01gnu: linux-libre@4.19: Update to 4.19.131.Mark H Weaver
* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.131. (linux-libre-4.19-pristine-source): Update hash.
2020-07-01gnu: linux-libre@4.14: Update to 4.14.187.Mark H Weaver
* gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.187. (linux-libre-4.14-pristine-source): Update hash.
2020-07-01gnu: linux-libre@4.9: Update to 4.9.229.Mark H Weaver
* gnu/packages/linux.scm (linux-libre-4.9-version): Update to 4.9.229. (linux-libre-4.9-pristine-source): Update hash.
2020-07-01gnu: linux-libre@4.4: Update to 4.4.229.Mark H Weaver
* gnu/packages/linux.scm (linux-libre-4.4-version): Update to 4.4.229. (linux-libre-4.4-pristine-source): Update hash.
2020-07-01gnu: icecat: Update to 68.10.0-guix0-preview1 [security-fixes].Mark H Weaver
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-01gnu: gama: Update to 2.09.Efraim Flashner
* gnu/packages/gps.scm (gama): Update to 2.09.
2020-07-01gnu: squid: Update to 4.12.Tobias Geerinckx-Rice
* gnu/packages/networking.scm (squid): Update to 4.12.
2020-07-01gnu: libndp: Use HTTPS.Tobias Geerinckx-Rice
* gnu/packages/networking.scm (libndp)[source]: Hard-code NAME. Use HTTPS. [home-page]: Use HTTPS.
2020-07-01gnu: haproxy: Update to 2.1.7.Tobias Geerinckx-Rice
* gnu/packages/networking.scm (haproxy): Update to 2.1.7.
2020-07-01gnu: solaar: Fix build.Tobias Geerinckx-Rice
* 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-01gnu: qtractor: Update to 0.9.15.Tobias Geerinckx-Rice
* gnu/packages/music.scm (qtractor): Update to 0.9.15.
2020-07-01gnu: ncdu: Fix up synopsis & description.Tobias Geerinckx-Rice
* gnu/packages/ncdu.scm (ncdu)[synopsis]: Fix typo. [description]: Start with a proper sentence. Double-space.
2020-07-01gnu: ncdu: Update to 1.15.1.Tobias Geerinckx-Rice
* gnu/packages/ncdu.scm (ncdu): Update to 1.15.1.
2020-07-01gnu: padthv1: Update to 0.9.15.Tobias Geerinckx-Rice
* gnu/packages/music.scm (padthv1): Update to 0.9.15.
2020-07-01gnu: samplv1: Update to 0.9.15.Tobias Geerinckx-Rice
* gnu/packages/music.scm (samplv1): Update to 0.9.15.
2020-07-01gnu: drumkv1: Update to 0.9.15.Tobias Geerinckx-Rice
* gnu/packages/music.scm (drumkv1): Update to 0.9.15.
2020-07-01gnu: synthv1: Update to 0.9.15.Tobias Geerinckx-Rice
* gnu/packages/music.scm (synthv1): Update to 0.9.15.
2020-07-01gnu: mpd: Update to 0.21.24.Tobias Geerinckx-Rice
* gnu/packages/mpd.scm (mpd): Update to 0.21.24.
2020-07-01gnu: ngircd: Update to 26.Tobias Geerinckx-Rice
* gnu/packages/messaging.scm (ngircd): Update to 26. [native-inputs]: Add openssl.
2020-07-01gnu: nheko: Update to 0.7.2.Tobias Geerinckx-Rice
* gnu/packages/messaging.scm (nheko): Update to 0.7.2.
2020-07-01gnu: mtxclient: Update to 0.3.1.Tobias Geerinckx-Rice
* gnu/packages/messaging.scm (mtxclient): Update to 0.3.1.
2020-07-01guix: build: Fix asdf-build-system/ecl.Guillaume Le Vaillant
* guix/build/lisp-utils.scm (make-asd-file): Fix value of 'component?' parameter when using ECL.
2020-07-01gnu: vim-full: Remove unneeded phase.Efraim Flashner
* gnu/packages/vim.scm (vim-full)[arguments]: Remove custom 'skip-previewpopup phase.
2020-07-01gnu: vim: Update to 8.2.1101.Efraim Flashner
* 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-01gnu: Add metamath.B. Wilson
* gnu/packages/maths.scm (metamath): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2020-07-01.guix-authorizations: Remove keys of two former contributors.Ludovic Courtès
* .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.guix-authorizations: Remove former keys that are no longer used.Ludovic Courtès
* .guix-authorizations: Remove old keys of dvc, efraim, and janneke.
2020-07-01.guix-authorizations: Remove brettgilio's old key.Ludovic Courtès
* .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-01gnu: ppsspp: Unbundle more sources.Leo Prikler
* 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-01gnu: spirv-cross: Improve description.Leo Prikler
* gnu/packages/vulkan.scm (spirv-cross)[description]: Simplify. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2020-07-01gnu: sbcl-alexandria: Update to 1.1.Guillaume Le Vaillant
* gnu/packages/lisp-xyz.scm (sbcl-alexandria): Update to 1.1.
2020-07-01gnu: sbcl-bordeaux-threads: Update to 0.8.8.Guillaume Le Vaillant
* gnu/packages/lisp-xyz.scm (sbcl-bordeaux-threads): Update to 0.8.8.
2020-07-01gnu: sbcl-cl-random-forest: Update to 0.1-1.fedb36c.Guillaume Le Vaillant
* gnu/packages/lisp-xyz.scm (sbcl-cl-random-forest): Update to 0.1-1.fedb36c.
2020-07-01gnu: Move some lisp libraries.Guillaume Le Vaillant
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-01gnu: sbcl-ironclad: Update to 0.50.Guillaume Le Vaillant
* gnu/packages/lisp-xyz.scm (sbcl-ironclad): Update to 0.50. [inputs]: Remove trivial-garbage.
2020-07-01gnu: sbcl: Update to 2.0.6.Pierre Neidhardt
* gnu/packages/lisp.scm (sbcl): Update to 2.0.6.
2020-07-01gnu: vdirsyncer: Don't propagate python-click-5.Efraim Flashner
This prevents a profile collision when installing the package. * gnu/packages/dav.scm (vdirsyncer)[propagated-inputs]: Move python-click-5 ... [inputs]: ... to here.
2020-06-30gnu: maxima: Update to 5.44.0.Kei Kebreau
* gnu/packages/maths.scm (maxima): Update to 5.44.0.
2020-07-01gnu: fetchmail: Update to 6.4.8.Tobias Geerinckx-Rice
* gnu/packages/mail.scm (fetchmail): Update to 6.4.8.
2020-07-01gnu: man-db: Update to 2.9.3.Tobias Geerinckx-Rice
* gnu/packages/man.scm (man-db): Update to 2.9.3.
2020-07-01gnu: inotify-tools: Update to 3.20.2.2.Tobias Geerinckx-Rice
* gnu/packages/linux.scm (inotify-tools): Update to 3.20.2.2.
2020-07-01gnu: powertop: Update to 2.13.Tobias Geerinckx-Rice
* gnu/packages/linux.scm (powertop): Update to 2.13.
2020-07-01gnu: nvme-cli: Update to 1.12.Tobias Geerinckx-Rice
* gnu/packages/linux.scm (nvme-cli): Update to 1.12.
2020-07-01gnu: nftables: Update to 0.9.6.Tobias Geerinckx-Rice
* gnu/packages/linux.scm (nftables): Update to 0.9.6.