aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* gnu: rust-crossbeam-epoch-0.7: Update to 0.7.2.Efraim Flashner2020-07-02
| | | | | | | * gnu/packages/crates-io.scm (rust-crossbeam-epoch-0.7): Update to 0.7.2. [arguments]: Don't skip build. In cargo-inputs replace rust-memoffset-0.2 with 0.5, rust-scopeguard-0.3 with 1.0. Replace rust-rand-0.4 with 0.6 in cargo-development-inputs.
* gnu: rust-crossbeam-epoch-0.8: Update to 0.8.2.Efraim Flashner2020-07-02
| | | | | | * gnu/packages/crates-io.scm (rust-crossbeam-epoch-0.8): Update to 0.8.2. [arguments]: Don't skip build. In cargo-inputs replace rust-autocfg-0.1 with 1.0. Add rust-maybe-uninit-2.0.
* gnu: rust-crossbeam-deque-0.7: Update to 0.7.3.Efraim Flashner2020-07-02
| | | | | * gnu/packages/crates-io.scm (rust-crossbeam-deque-0.7): Update to 0.7.3. [arguments]: Don't skip build. Add rust-maybe-unint-2.0 to cargo-inputs.
* gnu: rust-crossbeam-channel-0.3: Don't skip build.Efraim Flashner2020-07-02
| | | | | * gnu/packages/crates-io.scm (rust-crossbeam-channel-0.3)[arguments]: Don't skip build.
* gnu: rust-crossbeam-channel-0.4: Update to 0.4.2.Efraim Flashner2020-07-02
| | | | | | * gnu/packages/crates-io.scm (rust-crossbeam-channel-0.4): Update to 0.4.2. [arguments]: Don't skip build. Add rust-maybe-uninit-2.0 to cargo-inputs.
* gnu: rust-crossbeam-0.7: Update to 0.7.3.Efraim Flashner2020-07-02
| | | | | | | | * gnu/packages/crates-io.scm (rust-crossbeam-0.7): Update to 0.7.3. [arguments]: Don't skip build. In cargo-inputs replace rust-crossbeam-channel-0.3 with 0.4, rust-crossbeam-epoch-0.7 with 0.8, rust-crossbeam-queue-0.1 with 0.2, rust-crossbeam-utils-0.6 with 0.7. Replace rust-rand-0.4 with 0.6 in cargo-development-inputs.
* gnu: guix-minimal: Remove as failing and unused.Mathieu Othacehe2020-07-02
| | | | * gnu/packages/package-management.scm (guix-minimal): Remove it.
* gnu: git-annex: Build and install man pages.Kyle Meyer2020-07-02
| | | | | | | | * gnu/packages/haskell-apps.scm (git-annex)[arguments]: Add phases for building and installing the man pages. [native-inputs]: Add perl. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: Update Iosevka fonts from 3.1.1 to 3.2.2.simendsjo2020-07-02
| | | | | | | | * gnu/packages/fonts.scm (font-iosevka, font-iosevka-slab, font-iosevka-term, font-iosevka-term-slab, font-iosevka-aile, font-iosevka-etoile, font-iosevka-sparkle): Update to 3.2.2. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: guix: Update to 1.1.0-14.5bd8033.Mathieu Othacehe2020-07-02
| | | | * gnu/packages/package-management.scm (guix): Update to 1.1.0-14.5bd8033.
* gnu: libmicrohttpd: Update to 0.9.71,Efraim Flashner2020-07-02
| | | | * gnu/packages/gnunet.scm (libmicrohttpd): Update to 0.9.71.
* gnu: deutex: Build with PNG support.Jakub Kądziołka2020-07-02
| | | | | * gnu/packages/game-development.scm (deutex)[inputs]: Add libpng. [native-inputs]: Add pkg-config.
* channels: Dependencies listed in '.guix-channel' can have an introduction.Ludovic Courtès2020-07-01
| | | | | | | | | | | 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.
* channels: Properly diagnose test failure.Ludovic Courtès2020-07-01
| | | | | | | | This fixes a style issue similar to that of a18d02def9862dfb9b7a5e3d5aa3b541b066d198. * tests/channels.scm ("authenticate-channel, .guix-authorizations"): Change to 'test-equal' so that test failures are properly diagnosed.
* services: provenance: Save channel introductions.Ludovic Courtès2020-07-01
| | | | | | | | * 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.
* guix describe: Display channel introductions and add 'channels-sans-intro'.Ludovic Courtès2020-07-01
| | | | | | | | | | | * 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.
* channels: Save and interpret 'introduction' field in provenance data.Ludovic Courtès2020-07-01
| | | | | | | | | | 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.
* channels: Remove 'signature' from <channel-introduction>.Ludovic Courtès2020-07-01
| | | | | | | | | | | 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.
* channels: Make channel introductions public.Ludovic Courtès2020-07-01
| | | | | | | | | | | * 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.
* channels: Add 'openpgp-fingerprint->bytevector'.Ludovic Courtès2020-07-01
| | | | | | * guix/channels.scm (openpgp-fingerprint->bytevector): New procedure. (openpgp-fingerprint): New macro. (%guix-channel-introduction): Use it.
* gnu: rust-crossbeam-queue-0.2: Add missing input.Efraim Flashner2020-07-01
| | | | | * gnu/packages/crates-io.scm (rust-crossbeam-queue-0.2)[arguments]: Add rust-maybe-uninit-2.0 to cargo-inputs. Don't skip build.
* gnu: linux-libre: Update to 5.4.50.Mark H Weaver2020-07-01
| | | | | * gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.50. (linux-libre-5.4-pristine-source): Update hash.
* gnu: linux-libre@5.7: Update to 5.7.7.Mark H Weaver2020-07-01
| | | | | * gnu/packages/linux.scm (linux-libre-5.7-version): Update to 5.7.7. (linux-libre-5.7-pristine-source): Update hash.
* gnu: linux-libre@4.19: Update to 4.19.131.Mark H Weaver2020-07-01
| | | | | * gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.131. (linux-libre-4.19-pristine-source): Update hash.
* gnu: linux-libre@4.14: Update to 4.14.187.Mark H Weaver2020-07-01
| | | | | * gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.187. (linux-libre-4.14-pristine-source): Update hash.
* gnu: linux-libre@4.9: Update to 4.9.229.Mark H Weaver2020-07-01
| | | | | * gnu/packages/linux.scm (linux-libre-4.9-version): Update to 4.9.229. (linux-libre-4.9-pristine-source): Update hash.
* gnu: linux-libre@4.4: Update to 4.4.229.Mark H Weaver2020-07-01
| | | | | * gnu/packages/linux.scm (linux-libre-4.4-version): Update to 4.4.229. (linux-libre-4.4-pristine-source): Update hash.
* gnu: icecat: Update to 68.10.0-guix0-preview1 [security-fixes].Mark H Weaver2020-07-01
| | | | | | | | | | | 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.
* gnu: gama: Update to 2.09.Efraim Flashner2020-07-01
| | | | * gnu/packages/gps.scm (gama): Update to 2.09.
* gnu: squid: Update to 4.12.Tobias Geerinckx-Rice2020-07-01
| | | | * gnu/packages/networking.scm (squid): Update to 4.12.
* gnu: libndp: Use HTTPS.Tobias Geerinckx-Rice2020-07-01
| | | | | * gnu/packages/networking.scm (libndp)[source]: Hard-code NAME. Use HTTPS. [home-page]: Use HTTPS.
* gnu: haproxy: Update to 2.1.7.Tobias Geerinckx-Rice2020-07-01
| | | | * gnu/packages/networking.scm (haproxy): Update to 2.1.7.
* gnu: solaar: Fix build.Tobias Geerinckx-Rice2020-07-01
| | | | | | | * gnu/packages/admin.scm (solaar)[arguments]: Remove unnecessary custom ‘build’ phase. Set PYTHONPATH earlier, before building. Reported by Robin Templeton (terpri on #guix).
* gnu: qtractor: Update to 0.9.15.Tobias Geerinckx-Rice2020-07-01
| | | | * gnu/packages/music.scm (qtractor): Update to 0.9.15.
* gnu: ncdu: Fix up synopsis & description.Tobias Geerinckx-Rice2020-07-01
| | | | | * gnu/packages/ncdu.scm (ncdu)[synopsis]: Fix typo. [description]: Start with a proper sentence. Double-space.
* gnu: ncdu: Update to 1.15.1.Tobias Geerinckx-Rice2020-07-01
| | | | * gnu/packages/ncdu.scm (ncdu): Update to 1.15.1.
* gnu: padthv1: Update to 0.9.15.Tobias Geerinckx-Rice2020-07-01
| | | | * gnu/packages/music.scm (padthv1): Update to 0.9.15.
* gnu: samplv1: Update to 0.9.15.Tobias Geerinckx-Rice2020-07-01
| | | | * gnu/packages/music.scm (samplv1): Update to 0.9.15.
* gnu: drumkv1: Update to 0.9.15.Tobias Geerinckx-Rice2020-07-01
| | | | * gnu/packages/music.scm (drumkv1): Update to 0.9.15.
* gnu: synthv1: Update to 0.9.15.Tobias Geerinckx-Rice2020-07-01
| | | | * gnu/packages/music.scm (synthv1): Update to 0.9.15.
* gnu: mpd: Update to 0.21.24.Tobias Geerinckx-Rice2020-07-01
| | | | * gnu/packages/mpd.scm (mpd): Update to 0.21.24.
* gnu: ngircd: Update to 26.Tobias Geerinckx-Rice2020-07-01
| | | | | * gnu/packages/messaging.scm (ngircd): Update to 26. [native-inputs]: Add openssl.
* gnu: nheko: Update to 0.7.2.Tobias Geerinckx-Rice2020-07-01
| | | | * gnu/packages/messaging.scm (nheko): Update to 0.7.2.
* gnu: mtxclient: Update to 0.3.1.Tobias Geerinckx-Rice2020-07-01
| | | | * gnu/packages/messaging.scm (mtxclient): Update to 0.3.1.
* guix: build: Fix asdf-build-system/ecl.Guillaume Le Vaillant2020-07-01
| | | | | * guix/build/lisp-utils.scm (make-asd-file): Fix value of 'component?' parameter when using ECL.
* gnu: vim-full: Remove unneeded phase.Efraim Flashner2020-07-01
| | | | | * gnu/packages/vim.scm (vim-full)[arguments]: Remove custom 'skip-previewpopup phase.
* gnu: vim: Update to 8.2.1101.Efraim Flashner2020-07-01
| | | | | | | * 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.
* gnu: Add metamath.B. Wilson2020-07-01
| | | | | | * gnu/packages/maths.scm (metamath): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* .guix-authorizations: Remove keys of two former contributors.Ludovic Courtès2020-07-01
| | | | | * .guix-authorizations: Remove key of David Craven, who left the project in 2017, and Federico Beffa, whose last commit was in Feb. 2017.
* .guix-authorizations: Remove former keys that are no longer used.Ludovic Courtès2020-07-01
| | | | * .guix-authorizations: Remove old keys of dvc, efraim, and janneke.