summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-06-06gnu: emacs-websocket: Update to 1.12.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-websocket): Update to 1.12. [source]: Use ELPA repository instead of GitHub.
2020-06-06gnu: libavif: Mark up description.Tobias Geerinckx-Rice
* gnu/packages/image.scm (libavif)[description]: Use @acronym{}.
2020-06-06gnu: libqmi: Update to 1.24.12.Tobias Geerinckx-Rice
* gnu/packages/freedesktop.scm (libqmi): Update to 1.24.12.
2020-06-06gnu: mcelog: Update description.Tobias Geerinckx-Rice
I believe that nowadays rasdaemon is a/the recommended alternative. * gnu/packages/linux.scm (mcelog)[description]: Remove ‘required’.
2020-06-06gnu: mcelog: Update to 170.Tobias Geerinckx-Rice
* gnu/packages/linux.scm (mcelog): Update to 170.
2020-06-06gnu: mcelog: Fix unversioned DOCDIR.Tobias Geerinckx-Rice
* gnu/packages/linux.scm (mcelog)[arguments]: VERSION DOCDIR.
2020-06-06gnu: geoclue: Update to 2.5.6.Tobias Geerinckx-Rice
* gnu/packages/gnome.scm (geoclue): Update to 2.5.6.
2020-06-06gnu: evince: Update to 3.36.1.Tobias Geerinckx-Rice
* gnu/packages/gnome.scm (evince): Update to 3.36.1.
2020-06-06gnu: mtpaint: Update to 3.49.27.Tobias Geerinckx-Rice
* gnu/packages/image.scm (mtpaint): Update to 3.49.27.
2020-06-06gnu: mtpaint: Fix version numbering.Tobias Geerinckx-Rice
* gnu/packages/image.scm (mtpaint): Remove let binding. [version]: Don't use GIT-VERSION. [source]: Specify the matching COMMIT directly.
2020-06-06gnu: gpxsee: Update to 7.30.Tobias Geerinckx-Rice
* gnu/packages/gps.scm (gpxsee): Update to 7.30.
2020-06-06gnu: fortune-mod: Update to 2.28.0.Tobias Geerinckx-Rice
* gnu/packages/games.scm (fortune-mod): Update to 2.28.0.
2020-06-06gnu: python-backports-csv: Update to 1.0.7.Tobias Geerinckx-Rice
* gnu/packages/python-xyz.scm (python-backports-csv): Update to 1.0.7.
2020-06-06gnu: emacs-general: Update to a0b17d2.Nicolas Goaziou
Fixes <https://bugs.gnu.org/41655>. Reported by bdju <bdju@tilde.team>. * gnu/packages/emacs-xyz.scm (emacs-general): Update to a0b17d2. [arguments]: Remove unnecessary phase. Update #:test-command.
2020-06-05git-authenticate: Add tests.Ludovic Courtès
* guix/tests/git.scm (call-with-environment-variables) (with-environment-variables): Remove. * guix/tests/git.scm (populate-git-repository): Add clauses for signed commits and signed merges. * guix/tests/gnupg.scm: New file. * tests/git-authenticate.scm: New file. * tests/ed25519bis.key, tests/ed25519bis.sec: New files. * Makefile.am (dist_noinst_DATA): Add 'guix/tests/gnupg.scm'. (SCM_TESTS): Add 'tests/git-authenticate.scm'. (EXTRA_DIST): Add tests/ed25519bis.{key,sec}.
2020-06-05git-authenticate: Raise proper SRFI-35 conditions.Ludovic Courtès
* guix/git-authenticate.scm (&git-authentication-error) (&unsigned-commit-error, &unauthorized-commit-error) (&signature-verification-error, &missing-key-error): New condition types. (commit-signing-key, authenticate-commit): Raise them.
2020-06-05git-authenticate: Don't hard-code "origin/" for keyring reference.Ludovic Courtès
* guix/git-authenticate.scm (load-keyring-from-reference): Remove hard-coded "origin/". Use BRANCH-ALL instead of BRANCH-REMOTE.
2020-06-05Add (guix git-authenticate).Ludovic Courtès
* build-aux/git-authenticate.scm (commit-signing-key) (read-authorizations, commit-authorized-keys, authenticate-commit) (load-keyring-from-blob, load-keyring-from-reference) (authenticate-commits, authenticated-commit-cache-file) (previously-authenticated-commits, cache-authenticated-commit): Remove. * build-aux/git-authenticate.scm (git-authenticate): Pass #:default-authorizations to 'authenticate-commits'. * guix/git-authenticate.scm: New file, with code taken from 'build-aux/git-authenticate.scm'. Remove references to '%historical-authorized-signing-keys' and add #:default-authorizations parameter instead. * Makefile.am (MODULES): Add it. (authenticate): Depend on guix/git-authenticate.go.
2020-06-05gnu: boost-signals2: Update hash.Tobias Geerinckx-Rice
Reported by pkill9 on #guix. * gnu/packages/boost.scm (boost-signals2)[source]: Fix the hash.
2020-06-05gnu: diffoscope: Update to 146.Tobias Geerinckx-Rice
* gnu/packages/diffoscope.scm (diffoscope): Update to 146.
2020-06-05gnu: diffoscope: Remove redundant let binding.Tobias Geerinckx-Rice
* gnu/packages/diffoscope.scm (diffoscope): Unbind VERSION.
2020-06-05gnu: docker, docker-cli: Update to 19.03.9.Tobias Geerinckx-Rice
* gnu/packages/docker.scm (%docker-version): Update to 19.03.9. (docker, docker-cli): Update hashes.
2020-06-05gnu: websocketpp: Update to 0.8.2.Tobias Geerinckx-Rice
* gnu/packages/web.scm (websocketpp): Update to 0.8.2. [source]: Replace patch. * gnu/packages/patches/websocketpp-fix-for-boost-1.70.patch: Delete file. * gnu/packages/patches/websocketpp-fix-for-cmake-3.15.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it.
2020-06-05gnu: strace: Update to 5.7.Tobias Geerinckx-Rice
* gnu/packages/linux.scm (strace): Update to 5.7. [arguments]: Disable three failing tests.
2020-06-05gnu: singular: Update to 4.1.3p1.Tobias Geerinckx-Rice
* gnu/packages/algebra.scm (singular): Update to 4.1.3p1.
2020-06-05gnu: iproute2: Update to 5.7.0.Tobias Geerinckx-Rice
* gnu/packages/linux.scm (iproute): Update to 5.7.0.
2020-06-05gnu: man-db: Update to 2.9.2.Tobias Geerinckx-Rice
* gnu/packages/man.scm (man-db): Update to 2.9.2.
2020-06-05gnu: fetchmail: Update to 6.4.6.Tobias Geerinckx-Rice
* gnu/packages/mail.scm (fetchmail): Update to 6.4.6.
2020-06-05gnu: synapse: Update to 1.14.0.Tobias Geerinckx-Rice
* gnu/packages/matrix.scm (synapse): Update to 1.14.0.
2020-06-05gnu: guix: Update to ea924134f8.Mathieu Othacehe
Update Guix to include ea924134f819eef072ba7df9080d39de97fd73e6, that fixes a test failure that can occur when running from a file-system without user_xattr support. * gnu/packages/package-management.scm (guix): Update to 1.1.0-6.ea92413.
2020-06-05tests: syscall: Support file-systems without extended attributes.Mathieu Othacehe
* tests/syscalls.scm (setxattr): Catch ENOTSUP that can be raised if the file-system does not support extended user attributes.
2020-06-05gnu: Add cl-1am.Katherine Cox-Buday
* gnu/packages/lisp-xyz.scm (sbcl-1am, cl-1am, ecl-1am): New variables. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2020-06-05gnu: Add cl-sxql.Katherine Cox-Buday
* gnu/packages/lisp-xyz.scm (sbcl-sxql, cl-sxql, ecl-sxql): New variables. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2020-06-05gnu: Add cl-exponential-backoff.Katherine Cox-Buday
* gnu/packages/lisp-xyz.scm (sbcl-exponential-backoff, cl-exponential-backoff, ecl-exponential-backoff): New variables. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2020-06-05gnu: Add cl-rove.Katherine Cox-Buday
* gnu/packages/lisp-xyz.scm (sbcl-rove, cl-rove, ecl-rove): New variables. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2020-06-05gnu: Add cl-dissect.Katherine Cox-Buday
* gnu/packages/lisp-xyz.scm (sbcl-dissect, cl-dissect, ecl-dissect): New variables. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2020-06-05gnu: Add cl-uuid.Katherine Cox-Buday
* gnu/packages/lisp-xyz.scm (sbcl-uuid, cl-uuid, ecl-uuid): New variables. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2020-06-05gnu: Add cl-prometheus.pushgateway.Katherine Cox-Buday
* gnu/packages/lisp-xyz.scm (sbcl-prometheus.pushgateway, cl-prometheus.pushgateway, ecl-prometheus.pushgateway): New variables. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2020-06-05gnu: Add cl-prometheus.exposers.hunchentoot.Katherine Cox-Buday
* gnu/packages/lisp-xyz.scm (sbcl-prometheus.exposers.hunchentoot, cl-prometheus.exposers.hunchentoot): New variables. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2020-06-05gnu: Add cl-prometheus.formats.text.Katherine Cox-Buday
* gnu/packages/lisp-xyz.scm (sbcl-prometheus.formats.text, cl-prometheus.formats.text, ecl-prometheus.formats.text): New variables. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2020-06-05gnu: Add cl-prometheus.collectors.process.Katherine Cox-Buday
* gnu/packages/lisp-xyz.scm (sbcl-prometheus.collectors.process, cl-prometheus.collectors.process, ecl-prometheus.collectors.process): New variables. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2020-06-05gnu: Add cl-prometheus.collectors.sbcl.Katherine Cox-Buday
* gnu/packages/lisp-xyz.scm (sbcl-prometheus.collectors.sbcl, cl-prometheus.collectors.sbcl): New variables. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2020-06-05gnu: Add cl-prometheus.Katherine Cox-Buday
* gnu/packages/lisp-xyz.scm (sbcl-prometheus, cl-prometheus, ecl-prometheus): New variables. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2020-06-05gnu: Add quantile-estimator.Katherine Cox-Buday
* gnu/packages/lisp-xyz.scm (sbcl-quantile-estimator, ecl-quantile-estimator, cl-quantile-estimator): New variables. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2020-06-05gnu: txr: Update to 239.Guillaume Le Vaillant
* gnu/packages/lisp.scm (txr): Update to 239. [arguments]: Use cc-for-target.
2020-06-05gnu: guix: Update to 7730f41afd.Mathieu Othacehe
* gnu/packages/package-management.scm (guix): Update to 1.1.0-5.7730f41.
2020-06-05installer: final: Add some extra logging.Mathieu Othacehe
* gnu/installer/final.scm (kill-cow-users): Log the killed process name, (umount-cow-store): inform that we are umounting the cow-store.
2020-06-04gnu: rosegarden: Update to 20.06.Nicolas Goaziou
* gnu/packages/music.scm (rosegarden): Update to 20.06.
2020-06-04gnu: guile-rsvg: Use 'git-fetch' instead of a generated archive.Ludovic Courtès
* gnu/packages/gtk.scm (guile-rsvg)[source]: Switch to GIT-FETCH.
2020-06-04bash completion: Complete sub-commands after 'guix time-machine'.Ludovic Courtès
* etc/completion/bash/guix (_guix_complete_subcommand): New function. (_guix_complete): Use it. For "time-machine", call '_guix_complete_subcommand' by default.