~ruther/guix-local

512b9e2d — Ludovic Courtès 6 years ago
git-authenticate: Don't hard-code "origin/" for keyring reference.

* guix/git-authenticate.scm (load-keyring-from-reference): Remove
hard-coded "origin/".  Use BRANCH-ALL instead of BRANCH-REMOTE.
41f443c9 — Ludovic Courtès 6 years ago
Add (guix git-authenticate).

* 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.
ecab53c3 — Tobias Geerinckx-Rice 6 years ago
gnu: boost-signals2: Update hash.

Reported by pkill9 on #guix.

* gnu/packages/boost.scm (boost-signals2)[source]: Fix the hash.
ba6d3612 — Tobias Geerinckx-Rice 6 years ago
gnu: diffoscope: Update to 146.

* gnu/packages/diffoscope.scm (diffoscope): Update to 146.
a0e5111e — Tobias Geerinckx-Rice 6 years ago
gnu: diffoscope: Remove redundant let binding.

* gnu/packages/diffoscope.scm (diffoscope): Unbind VERSION.
98a76dd8 — Tobias Geerinckx-Rice 6 years ago
gnu: docker, docker-cli: Update to 19.03.9.

* gnu/packages/docker.scm (%docker-version): Update to 19.03.9.
(docker, docker-cli): Update hashes.
1860b415 — Tobias Geerinckx-Rice 6 years ago
gnu: websocketpp: Update to 0.8.2.

* 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.
53428597 — Tobias Geerinckx-Rice 6 years ago
gnu: strace: Update to 5.7.

* gnu/packages/linux.scm (strace): Update to 5.7.
[arguments]: Disable three failing tests.
28d6b57c — Tobias Geerinckx-Rice 6 years ago
gnu: singular: Update to 4.1.3p1.

* gnu/packages/algebra.scm (singular): Update to 4.1.3p1.
f0bebc57 — Tobias Geerinckx-Rice 6 years ago
gnu: iproute2: Update to 5.7.0.

* gnu/packages/linux.scm (iproute): Update to 5.7.0.
9cd1b802 — Tobias Geerinckx-Rice 6 years ago
gnu: man-db: Update to 2.9.2.

* gnu/packages/man.scm (man-db): Update to 2.9.2.
d57eae24 — Tobias Geerinckx-Rice 6 years ago
gnu: fetchmail: Update to 6.4.6.

* gnu/packages/mail.scm (fetchmail): Update to 6.4.6.
2d84d653 — Tobias Geerinckx-Rice 6 years ago
gnu: synapse: Update to 1.14.0.

* gnu/packages/matrix.scm (synapse): Update to 1.14.0.
6f07472a — Mathieu Othacehe 6 years ago
gnu: guix: Update to ea924134f8.

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.
ea924134 — Mathieu Othacehe 6 years ago
tests: syscall: Support file-systems without extended attributes.

* tests/syscalls.scm (setxattr): Catch ENOTSUP that can be raised if the
file-system does not support extended user attributes.
1f9999df — Katherine Cox-Buday 6 years ago
gnu: Add cl-1am.

* gnu/packages/lisp-xyz.scm (sbcl-1am, cl-1am, ecl-1am): New variables.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
3e736218 — Katherine Cox-Buday 6 years ago
gnu: Add cl-sxql.

* gnu/packages/lisp-xyz.scm (sbcl-sxql, cl-sxql, ecl-sxql): New variables.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
aae3df18 — Katherine Cox-Buday 6 years ago
gnu: Add cl-exponential-backoff.

* 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>
38d738e9 — Katherine Cox-Buday 6 years ago
gnu: Add cl-rove.

* gnu/packages/lisp-xyz.scm (sbcl-rove, cl-rove, ecl-rove): New variables.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
adf70454 — Katherine Cox-Buday 6 years ago
gnu: Add cl-dissect.

* gnu/packages/lisp-xyz.scm (sbcl-dissect, cl-dissect, ecl-dissect):
  New variables.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
Next