summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-07-10gnu: qbittorrent: Update to 4.2.5.Tobias Geerinckx-Rice
* gnu/packages/bittorrent.scm (qbittorrent): Update to 4.2.5.
2020-07-09gnu: u-boot: Update to 2020.07.Vagrant Cascadian
* 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-10download-nar: Hide colliding 'dump-port*' binding.Ludovic Courtès
* guix/build/download-nar.scm: Hide 'dump-port*' from (guix serialization).
2020-07-10cve: Fix typos in <cve> accessor.Ludovic Courtès
* guix/cve.scm (<cve>)[references]: Rename accessor to 'cve-references' and fix adjust exported name accordingly.
2020-07-10git-download: Don't verify X.509 certificate of SWH.Ludovic Courtès
Fixes <https://bugs.gnu.org/42286>. Regression introduced with the switch to Guile 3.0 in commit b6bee63bed4f013064c0d902e7c8b83ed7514ade. * guix/git-download.scm (git-fetch): Parameterize %VERIFY-SWH-CERTIFICATE.
2020-07-10swh: Allow callers to disable X.509 certificate verification.Ludovic Courtès
* 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-10maint: Remove traces of "berlin.guixsd.org".Ludovic Courtès
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-09gnu: linux-libre: Update to 5.4.51.Mark H Weaver
* 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-09gnu: linux-libre@5.7: Update to 5.7.8.Mark H Weaver
* 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-09gnu: linux-libre@4.19: Update to 4.19.132.Mark H Weaver
* 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-09gnu: linux-libre@4.14: Update to 4.14.188.Mark H Weaver
* 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-09gnu: linux-libre@4.9: Update to 4.9.230.Mark H Weaver
* 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-09gnu: linux-libre@4.4: Update to 4.4.230.Mark H Weaver
* 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-09gnu: Add rust-itertools-0.9.Efraim Flashner
* gnu/packages/crates-io.scm (rust-itertools-0.9): New variable. (rust-itertools-0.8): Inherit from rust-itertools-0.9.
2020-07-09gnu: rust-cargo-c: Update to 0.5.3.Efraim Flashner
* 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-09gnu: rust-cbindgen: Update to 0.13.2.Efraim Flashner
* gnu/packages/rust-apps.scm (rust-cbindgen): Update to 0.13.2.
2020-07-09gnu: Add rust-pretty-env-logger-0.4.Efraim Flashner
* 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-09gnu: zutils: Update to 1.9.Tobias Geerinckx-Rice
* gnu/packages/compression.scm (zutils): Update to 1.9.
2020-07-09gnu: dash: Update to 0.5.11.1.Tobias Geerinckx-Rice
* gnu/packages/shells.scm (dash): Update to 0.5.11.1.
2020-07-09gnu: zutils: Fix test failure.Tobias Geerinckx-Rice
* gnu/packages/compression.scm (zutils)[arguments]: Add a ‘disable-failing-tests’ phase.
2020-07-09gnu: tor: Update to 0.4.3.6 [fixes CVE-2020-15572].Tobias Geerinckx-Rice
* gnu/packages/tor.scm (tor): Update to 0.4.3.6.
2020-07-09gnu: snd: Update to 20.5.Tobias Geerinckx-Rice
* gnu/packages/audio.scm (snd): Update to 20.5.
2020-07-09gnu: m2-planet: Fix typo in description.Tobias Geerinckx-Rice
* gnu/packages/mes.scm (m2-planet)[description]: Fix typo.
2020-07-09gnu: python-pathos: Fix typo in description.Tobias Geerinckx-Rice
* gnu/packages/python-xyz.scm (python-pathos)[description]: Fix typo.
2020-07-09doc: Fix typo.Tobias Geerinckx-Rice
* doc/contributing.texi (The Perfect Setup): Fix spelling & placement of ‘additionally’.
2020-07-09gnu: dump: Fix typo in description.Tobias Geerinckx-Rice
* gnu/packages/backup.scm (dump)[synopsis, description]: Fix typo.
2020-07-09gnu: gphotofs: Fix typo in description.Tobias Geerinckx-Rice
* gnu/packages/file-systems.scm (gphotofs)[synopsis, description]: Fix typo.
2020-07-09gnu: mergerfs: Fix typo in description.Tobias Geerinckx-Rice
* gnu/packages/file-systems.scm (mergerfs)[synopsis, description]: Fix typo.
2020-07-09gnu: go-github-com-rifflock-lfshook: Fix typo in description.Tobias Geerinckx-Rice
* gnu/packages/golang.scm (go-github-com-rifflock-lfshook)[description]: Fix typo.
2020-07-09doc: cookbook: Fix ‘file system’ spelling.Tobias Geerinckx-Rice
* doc/guix-cookbook.texi (Getting help, Customizing the Kernel): Fix ‘file system’ spelling.
2020-07-09gnu: giblib: Fix synopsis & description.Tobias Geerinckx-Rice
* gnu/packages/golang.scm (giblib)[synopsis, description]: Fix.
2020-07-09gnu: giblib: Fix typo in home page URI.Tobias Geerinckx-Rice
* gnu/packages/image.scm (giblib)[home-page]: Fix typo.
2020-07-09gnu: emacs-helm-wordnut: Update to 20200708.Pierre Neidhardt
* gnu/packages/emacs-xyz.scm (emacs-helm-wordnut): Update to 20200708.
2020-07-09gnu: sbcl-cl-webkit: Update to 20200708.Pierre Neidhardt
* gnu/packages/lisp-xyz.scm (sbcl-cl-webkit): Update to 20200708.
2020-07-09gnu: Add rust-html5ever-0.24.Nicolas Goaziou
* gnu/packages/crates-io.scm (rust-html5ever-0.24): New variable. (rust-html5ever-0.23): Inherit from the above.
2020-07-09gnu: rust-urlocator-0.1: Update home-page.Efraim Flashner
* gnu/packages/crates-io.scm (rust-urlocator-0.1)[home-page]: Update to new home-page.
2020-07-09gnu: rust-ron-0.4: Update to 0.4.2.Efraim Flashner
* gnu/packages/crates-io.scm (rust-ron-0.4): Update to 0.4.2. [arguments]: Remove rust-serde-nytes-0.11 from cargo-development-inputs.
2020-07-09gnu: rust-resolv-conf-0.6: Don't skip build.Efraim Flashner
* gnu/packages/crates-io.scm (rust-resolv-conf-0.6)[arguments]: Don't skip build. Skip tests.
2020-07-09gnu: rust-resolv-conf-0.6: Update to 0.6.3.Efraim Flashner
* gnu/packages/crates-io.scm (rust-resolv-conf-0.6): Update to 0.6.3. [arguments]: In cargo-inputs replace rust-hostname-0.1 with 0.3.
2020-07-09gnu: Add rust-hostname-0.3.Efraim Flashner
* gnu/packages/crates-io.scm (rust-hostname-0.3): New variable. (rust-hostname-0.1): Inherit from rust-hostname-0.3.
2020-07-09gnu: Add rust-match-cfg-0.1.Efraim Flashner
* gnu/packages/crates-io.scm (rust-match-cfg-0.1): New variable.
2020-07-09gnu: rust-remove-dir-all-0.5: Update to 0.5.3.Efraim Flashner
* gnu/packages/crates-io.scm (rust-remove-dir-all-0.5): Update to 0.5.3. [source]: Add snippet to replace doctest with test. [arguments]: Don't skip build.
2020-07-09gnu: rust-ref-cast-impl-1.0: Update to 1.0.2.Efraim Flashner
* gnu/packages/crates-io.scm (rust-ref-cast-impl-1.0): Update to 1.0.2.
2020-07-09gnu: rust-ref-cast-1.0: Update to 1.0.2.Efraim Flashner
* gnu/packages/crates-io.scm (rust-ref-cast-1.0): Update to 1.0.2.
2020-07-09gnu: rust-rawslice-0.1: Update to 0.1.1.Efraim Flashner
* gnu/packages/crates-io.scm (rust-rawslice-0.1): Update to 0.1.1. [arguments]: Don't skip build. In cargo-inputs replace rust-rawpointer-0.1 with 0.2. In cargo-development-inputs replace rust-quickcheck-0.8 with 0.4.
2020-07-09gnu: rust-rand-os-0.2: Update to 0.2.2.Efraim Flashner
* gnu/packages/crates-io.scm (rust-rand-os-0.2): Update to 0.2.2.
2020-07-09gnu: rust-psm-0.1: Update to 0.1.10.Efraim Flashner
* gnu/packages/crates-io.scm (rust-psm-0.1): Update to 0.1.10.
2020-07-09gnu: rust-procedural-masquerade-0.1: Update to 0.1.7.Efraim Flashner
* gnu/packages/crates-io.scm (rust-procedural-masquerade-0.1): Update to 0.1.7.
2020-07-09gnu: rust-proc-macro-nested-0.1: Update to 0.1.6.Efraim Flashner
* gnu/packages/crates-io.scm (rust-proc-macro-nested-0.1): Update to 0.1.6. [arguments]: Don't skip build.
2020-07-09gnu: rust-proc-macro-hack-0.5: Update to 0.5.16.Efraim Flashner
* gnu/packages/crates-io.scm (rust-proc-macro-hack-0.5): Update to 0.5.16.