Commit Graph

63651 Commits

Author SHA1 Message Date
Ludovic Courtès 96bf434c70
maint: Remove 'build-aux/git-authenticate.scm'.
* Makefile.am (channel_intro_commit, channel_intro_signer): New
variables.
(authenticate): Use it.
(EXTRA_DIST): Remove 'build-aux/git-authenticate.scm'.
* build-aux/git-authenticate.scm: Remove.
2020-07-11 12:33:10 +02:00
Ludovic Courtès a98712785e
Add 'guix git authenticate'.
* guix/scripts/git.scm, guix/scripts/git/authenticate.scm,
tests/guix-git-authenticate.sh: New files.
* Makefile.am (MODULES): Add the *.scm files.
(SH_TESTS): Add 'tests/guix-git-authenticate.sh'.
* doc/guix.texi (Channels)[Specifying Channel Authorizations]: Mention
'guix git authenticate'.
(Invoking guix git authenticate): New node.
* po/guix/POTFILES.in: Add 'guix/scripts/git.scm' and
'guix/scripts/git/authenticate.scm'.
2020-07-11 12:33:01 +02:00
Ludovic Courtès 69db2993b5
git: Add 'with-git-error-handling'.
* guix/scripts/pull.scm (report-git-error, with-git-error-handling):
Move to...
* guix/git.scm: ... here.
* guix/scripts/time-machine.scm: Adjust accordingly.
2020-07-11 11:51:56 +02:00
Ludovic Courtès 4b9b8b2ec2
Add 'etc/historical-authorizations'.
* etc/historical-authorizations: New file.  Data extracted from
'build-aux/git-authenticate.scm'.
* Makefile.am (EXTRA_DIST): Add it.
2020-07-11 11:51:56 +02:00
Ludovic Courtès 838f2bdfa8
git-authenticate: Factorize 'authenticate-repository'.
* guix/git-authenticate.scm (repository-cache-key)
(verify-introductory-commit, authenticate-repository): New procedures.
* guix/channels.scm (verify-introductory-commit): Remove.
(authenticate-channel): Rewrite in terms of 'authenticate-repository'.
2020-07-11 11:51:52 +02:00
Ludovic Courtès 876d022c03
gnu: gnome-builder: Expound description.
* gnu/packages/gnome.scm (gnome-builder)[description]: Expound.
2020-07-10 23:25:00 +02:00
Leo Prikler 683cac584e
gnu: Add gnome-builder.
* gnu/packages/gnome.scm (gnome-builder): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-07-10 23:25:00 +02:00
Leo Prikler dcb4f7b737
gnu: Add sysprof.
* gnu/packages/gnome.scm (sysprof): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-07-10 23:25:00 +02:00
Jakub Kądziołka db7f74d2eb
gnu: lcalc: Don't rename the include directory.
Sage no longer renames the directory, so we shouldn't either.

* gnu/packages/sagemath.scm (lcalc)[arguments]: Remove a substitution from
  the prepare-build phase.
2020-07-10 23:03:42 +02:00
Jakub Kądziołka 5b9822cf43
gnu: Add ECL 16.1.3 for Sage.
* gnu/packages/sagemath.scm (ecl-16): New variable.
* gnu/packages/patches/ecl-16-format-directive-limit.patch,
  gnu/packages/patches/ecl-16-ignore-stderr-write-error.patch,
  gnu/packages/patches/ecl-16-libffi.patch: New files.
* gnu/local.mk (dist_patch_DATA): Register the patches.
2020-07-10 23:03:41 +02:00
Jakub Kądziołka 71153712a2
gnu: sagemath: Remove unnecessary old versions of packages
Sage has updated givaro, fflas-ffpack and linbox since the comment was
written.

* gnu/packages/sagemath.scm (givaro, fflas-ffpack, linbox): Remove
  variables.
2020-07-10 23:03:41 +02:00
Jakub Kądziołka 781d03f135
gnu: linbox: Fix linking of dependant packages.
* gnu/packages/algebra.scm (linbox)[source]: Add a patch.
  [inputs]: Move fflas-ffpack to...
  [propagated-inputs]: ...here.
* gnu/packages/patches/linbox-fix-pkgconfig.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it.
2020-07-10 23:03:41 +02:00
Jakub Kądziołka 417eaa88dc
gnu: arb: Build with flint 2.6.
Backport an upstream patch to fix a compatibility issue with flint 2.6.

* gnu/packages/algebra.scm (arb): Add patch.
* gnu/packages/patches/arb-flint-2.6.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register new file.
2020-07-10 23:03:41 +02:00
Jakub Kądziołka d7c8bcc47c
gnu: flint: Build with ntl.
* gnu/packages/algebra.scm (flint)[inputs]: Add ntl.
  [arguments]: Pass --with-ntl to configure.
2020-07-10 23:03:41 +02:00
Jakub Kądziołka 16e34f7598
gnu: flint: Update to 2.6.0.
* gnu/packages/algebra.scm (flint): Update to 2.6.0.
* gnu/packages/patches/flint-ldconfig.patch: Remove the patch as it got
  applied upstream.
* gnu/local.mk (dist_patch_DATA): Deregister the removed file.
2020-07-10 23:03:40 +02:00
Jakub Kądziołka cc7b170db2
gnu: minetest: Update to 5.3.0.
* gnu/packages/games.scm
(minetest, minetest-data): Update to 5.3.0.
(minetest-data): Specify version with (package-version minetest)
2020-07-10 22:04:53 +02:00
Mark H Weaver 152f0207da
gnu: webkitgtk: Update to 2.28.3 [security fixes].
Includes fixes for CVE-2020-9802, CVE-2020-9803, CVE-2020-9805,
CVE-2020-9806, CVE-2020-9807, CVE-2020-9843, CVE-2020-9850,
and CVE-2020-13753.

* gnu/packages/webkit.scm (webkitgtk): Update to 2.28.3.
2020-07-10 14:51:59 -04:00
Ludovic Courtès ec4c404c05
services: guix: Refer to 'berlin.guixsd.org.pub'.
This partly reverts d283bb960f.

* gnu/services/base.scm (%default-authorized-guix-keys): Refer to berlin.guixsd.org.pub.
2020-07-10 11:48:05 +02:00
Mark H Weaver 3f4f077051
gnu: linux-libre: Fix regression with Atheros 9271.
* gnu/packages/patches/linux-libre-fix-atheros-9271.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/linux.scm (%linux-libre-fix-atheros-9271-patch): New variable.
(linux-libre-4.4-source, linux-libre-4.9-source)
(linux-libre-4.14-source, linux-libre-4.19-source)
(linux-libre-5.4-source, linux-libre-5.7-source): Add the patch.
2020-07-10 00:15:42 -04:00
Tobias Geerinckx-Rice 1e8b8dcf55
gnu: bats: Define TAP.
* gnu/packages/bash.scm (bats)[description]: Use @acronym{TAP, …}.
2020-07-10 03:48:53 +02:00
Tobias Geerinckx-Rice b324c5b2b2
gnu: cryptsetup: Update to 2.3.3.
* gnu/packages/cryptsetup.scm (cryptsetup): Update to 2.3.3.
[inputs]: Use the default json-c version.
2020-07-10 03:48:53 +02:00
Tobias Geerinckx-Rice dce70d0e35
gnu: qbittorrent: Update to 4.2.5.
* gnu/packages/bittorrent.scm (qbittorrent): Update to 4.2.5.
2020-07-10 03:48:53 +02:00
Vagrant Cascadian bce3c9748b
gnu: u-boot: Update to 2020.07.
* gnu/packages/bootloaders (u-boot): Update to 2020.07.
  (u-boot-pinebook-pro-rk3399): Remove patches.
* gnu/packages/patches:
  u-boot-DT-for-Pinebook-Pro.patch, u-boot-add-boe-nv140fhmn49-display.patch,
  u-boot-gpio-keys-binding-cons.patch, u-boot-leds-common-binding-con.patch,
  u-boot-support-Pinebook-Pro-laptop.patch,
  u-boot-video-rockchip-fix-build.patch: Remove patches.
  u-boot-riscv64-fix-extlinux.patch: Refresh patch.
* gnu/local.mk (dist_patch_DATA): Update accordingly.
2020-07-09 17:22:18 -07:00
Ludovic Courtès 8d49c80b69
download-nar: Hide colliding 'dump-port*' binding.
* guix/build/download-nar.scm: Hide 'dump-port*' from (guix
serialization).
2020-07-10 00:20:09 +02:00
Ludovic Courtès a055604e6f
cve: Fix typos in <cve> accessor.
* guix/cve.scm (<cve>)[references]: Rename accessor to 'cve-references'
and fix adjust exported name accordingly.
2020-07-10 00:11:00 +02:00
Ludovic Courtès a7696b9733
git-download: Don't verify X.509 certificate of SWH.
Fixes <https://bugs.gnu.org/42286>.

Regression introduced with the switch to Guile 3.0 in commit
b6bee63bed.

* guix/git-download.scm (git-fetch): Parameterize %VERIFY-SWH-CERTIFICATE.
2020-07-10 00:11:00 +02:00
Ludovic Courtès 722ad41c44
swh: Allow callers to disable X.509 certificate verification.
* guix/swh.scm (%verify-swh-certificate?): New parameter.
(http-get*, http-post*): New procedures.
(request-rate-limit-reached?): Use 'http-post*' instead of 'http-post'.
(update-rate-limit-reset-time!): Likewise.
(request-cooking): Likewise.
(call): Method defaults to 'http-get*' instead of 'http-get'.  Pass
 #:verify-certificate? to METHOD.
(vault-fetch): Likewise.
2020-07-10 00:11:00 +02:00
Ludovic Courtès d283bb960f
maint: Remove traces of "berlin.guixsd.org".
The guixsd.org domain is no longer advertised since before in 1.0.0
release in May 2019.

* etc/substitutes/berlin.guixsd.org.pub: Rename to...
* etc/substitutes/berlin.guix.gnu.org.pub: ... this.
* etc/substitutes/ci.guix.gnu.org.pub,
etc/substitutes/ci.guix.info.pub: Adjust accordingly.
* gnu/services/base.scm (%default-authorized-guix-keys): Likewise.
* guix/build/download-nar.scm (urls-for-item): Likewise.
* guix/self.scm (miscellaneous-files): Likewise.
* Makefile.am (dist_pkgdata_DATA): Likewise.
2020-07-10 00:11:00 +02:00
Mark H Weaver 7828fe9d40
gnu: linux-libre: Update to 5.4.51.
* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.51.
(linux-libre-5.4-pristine-source): Update hash.
(deblob-scripts-5.4): Update to 5.4.51.
2020-07-09 16:57:49 -04:00
Mark H Weaver 6137ee4956
gnu: linux-libre@5.7: Update to 5.7.8.
* gnu/packages/linux.scm (linux-libre-5.7-version): Update to 5.7.8.
(linux-libre-5.7-pristine-source): Update hash.
(deblob-scripts-5.7): Update to 5.7.8.
2020-07-09 16:57:15 -04:00
Mark H Weaver 08dd717f77
gnu: linux-libre@4.19: Update to 4.19.132.
* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.132.
(linux-libre-4.19-pristine-source): Update hash.
(deblob-scripts-4.19): Update to 4.19.132.
2020-07-09 16:57:02 -04:00
Mark H Weaver d27de3ad8f
gnu: linux-libre@4.14: Update to 4.14.188.
* gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.188.
(linux-libre-4.14-pristine-source): Update hash.
(deblob-scripts-4.14): Update to 4.14.188.
2020-07-09 16:56:27 -04:00
Mark H Weaver 4b184d6ab4
gnu: linux-libre@4.9: Update to 4.9.230.
* gnu/packages/linux.scm (linux-libre-4.9-version): Update to 4.9.230.
(linux-libre-4.9-pristine-source): Update hash.
(deblob-scripts-4.9): Update to 4.9.230.
2020-07-09 16:52:09 -04:00
Mark H Weaver 27f976f4c0
gnu: linux-libre@4.4: Update to 4.4.230.
* gnu/packages/linux.scm (linux-libre-4.4-version): Update to 4.4.230.
(linux-libre-4.4-pristine-source): Update hash.
(deblob-scripts-4.4): Update to 4.4.230.
2020-07-09 16:50:52 -04:00
Efraim Flashner 378159375b
gnu: Add rust-itertools-0.9.
* gnu/packages/crates-io.scm (rust-itertools-0.9): New variable.
(rust-itertools-0.8): Inherit from rust-itertools-0.9.
2020-07-09 22:17:01 +03:00
Efraim Flashner 366a23f8ce
gnu: rust-cargo-c: Update to 0.5.3.
* gnu/packages/rust-apps.scm (rust-cargo-c): Update to 0.5.3.
[arguments]: In cargo-inputs replace rust-cbindgen-0.12 with
rust-cbindgen, rust-pretty-env-logger-0.3 with 0.4.
2020-07-09 22:17:01 +03:00
Efraim Flashner 3a963cdd33
gnu: rust-cbindgen: Update to 0.13.2.
* gnu/packages/rust-apps.scm (rust-cbindgen): Update to 0.13.2.
2020-07-09 22:17:01 +03:00
Efraim Flashner 0ff6b01ef2
gnu: Add rust-pretty-env-logger-0.4.
* gnu/packages/crates-io.scm (rust-pretty-env-logger-0.4): New variable.
(rust-pretty-env-logger-0.3): Inherit from rust-pretty-env-logger-0.4.
2020-07-09 22:17:01 +03:00
Tobias Geerinckx-Rice 2f6504735b
gnu: zutils: Update to 1.9.
* gnu/packages/compression.scm (zutils): Update to 1.9.
2020-07-09 19:57:41 +02:00
Tobias Geerinckx-Rice 297aad07fe
gnu: dash: Update to 0.5.11.1.
* gnu/packages/shells.scm (dash): Update to 0.5.11.1.
2020-07-09 19:57:41 +02:00
Tobias Geerinckx-Rice 1de23e55cd
gnu: zutils: Fix test failure.
* gnu/packages/compression.scm (zutils)[arguments]: Add a
‘disable-failing-tests’ phase.
2020-07-09 19:57:41 +02:00
Tobias Geerinckx-Rice 5d5d68debc
gnu: tor: Update to 0.4.3.6 [fixes CVE-2020-15572].
* gnu/packages/tor.scm (tor): Update to 0.4.3.6.
2020-07-09 19:57:40 +02:00
Tobias Geerinckx-Rice a9aa02874d
gnu: snd: Update to 20.5.
* gnu/packages/audio.scm (snd): Update to 20.5.
2020-07-09 19:57:40 +02:00
Tobias Geerinckx-Rice 71a5a1d1f6
gnu: m2-planet: Fix typo in description.
* gnu/packages/mes.scm (m2-planet)[description]: Fix typo.
2020-07-09 19:57:40 +02:00
Tobias Geerinckx-Rice 286a3d6f52
gnu: python-pathos: Fix typo in description.
* gnu/packages/python-xyz.scm (python-pathos)[description]: Fix typo.
2020-07-09 19:57:40 +02:00
Tobias Geerinckx-Rice 4f4fb2151e
doc: Fix typo.
* doc/contributing.texi (The Perfect Setup): Fix spelling & placement of ‘additionally’.
2020-07-09 19:57:40 +02:00
Tobias Geerinckx-Rice a04deba243
gnu: dump: Fix typo in description.
* gnu/packages/backup.scm (dump)[synopsis, description]: Fix typo.
2020-07-09 19:57:40 +02:00
Tobias Geerinckx-Rice 026959f055
gnu: gphotofs: Fix typo in description.
* gnu/packages/file-systems.scm (gphotofs)[synopsis, description]: Fix typo.
2020-07-09 19:57:40 +02:00
Tobias Geerinckx-Rice 052117f8b4
gnu: mergerfs: Fix typo in description.
* gnu/packages/file-systems.scm (mergerfs)[synopsis, description]: Fix typo.
2020-07-09 19:57:40 +02:00
Tobias Geerinckx-Rice 87fd44b0cf
gnu: go-github-com-rifflock-lfshook: Fix typo in description.
* gnu/packages/golang.scm (go-github-com-rifflock-lfshook)[description]: Fix typo.
2020-07-09 19:57:39 +02:00