summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Merge branch 'master' into core-updatesMarius Bakke2021-06-19
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Note: this merge actually changes the 'curl' and 'python-attrs' derivations, as part of solving caf4a7a2770ef4d05a6e18f40d602e51da749ddc and 12964df69a99de6190422c752fef65ef813f3b6b respectively. 4604d43c0e (gnu: gnutls@3.6.16: Fix cross-compilation.) was ignored because it cannot currently be tested. Conflicts: gnu/local.mk gnu/packages/aidc.scm gnu/packages/boost.scm gnu/packages/curl.scm gnu/packages/nettle.scm gnu/packages/networking.scm gnu/packages/python-xyz.scm gnu/packages/tls.scm
| * gnu: Remove bsdiff traces.Marius Bakke2021-06-19
| | | | | | | | | | | | | | This is a follow-up to 373c7b5791acd8f377455be47260948b843dd5db. * gnu/packages/patches/bsdiff-CVE-2014-9862.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly.
| * gnu: efivar: Adjust for GCC 10.Marius Bakke2021-06-19
| | | | | | | | | | | | | | | | * gnu/packages/patches/efivar-gcc-compat.patch: New file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/linux.scm (efivar)[source](patches, modules, snippet): New fields. [arguments]: Use CC-FOR-TARGET while at it.
| * gnu: jfsutils: Adjust for GCC 10.Marius Bakke2021-06-19
| | | | | | | | | | | | * gnu/packages/patches/jfsutils-gcc-compat.patch: New file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/file-systems.scm (jfsutils)[source](patches): Add it.
| * gnu: isc-dhcp: Adjust for GCC 10.Marius Bakke2021-06-19
| | | | | | | | | | | | * gnu/packages/patches/isc-dhcp-gcc-compat.patch: New file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/admin.scm (isc-dhcp)[source](patches): New field.
| * gnu: ath9k-htc-firmware: Adjust for GCC 10.Marius Bakke2021-06-19
| | | | | | | | | | | | * gnu/packages/patches/ath9k-htc-firmware-gcc-compat.patch: New file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/firmware.scm (ath9k-htc-firmware)[source](patches): Add it.
| * gnu: gpm: Adjust for GCC 10.Marius Bakke2021-06-19
| | | | | | | | * gnu/packages/linux.scm (gpm)[source](modules, snippet): New fields.
| * gnu: QEMU: Adjust for Sphinx 4.0.Marius Bakke2021-06-19
| | | | | | | | | | | | * gnu/packages/patches/qemu-sphinx-compat.patch: New file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/virtualization.scm (qemu)[source](patches): Add it.
| * gnu: QEMU: Remove obsolete workaround.Marius Bakke2021-06-19
| | | | | | | | * gnu/packages/virtualization.scm (qemu)[arguments]: Remove phase hide-glibc.
| * gnu: linux-libre 5.4: Update to 5.4.127.Leo Famulari2021-06-19
| | | | | | | | | | * gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.127. (linux-libre-5.4-pristine-source): Update hash.
| * gnu: linux-libre 5.10: Update to 5.10.43.Leo Famulari2021-06-19
| | | | | | | | | | * gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.43. (linux-libre-5.10-pristine-source): Update hash.
| * gnu: linux-libre: Update to 5.12.12.Leo Famulari2021-06-19
| | | | | | | | | | * gnu/packages/linux.scm (linux-libre-5.12-version): Update to 5.12.12. (linux-libre-5.12-pristine-source): Update hash.
| * gnu: linux-libre 4.4: Update to 4.4.273.Leo Famulari2021-06-19
| | | | | | | | | | * gnu/packages/linux.scm (linux-libre-4.4-version): Update to 4.4.273. (linux-libre-4.4-pristine-source): Update hash.
| * gnu: linux-libre 4.9: Update to 4.9.273.Leo Famulari2021-06-19
| | | | | | | | | | * gnu/packages/linux.scm (linux-libre-4.9-version): Update to 4.9.273. (linux-libre-4.9-pristine-source): Update hash.
| * gnu: linux-libre 4.14: Update to 4.14.237.Leo Famulari2021-06-19
| | | | | | | | | | * gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.237. (linux-libre-4.14-pristine-source): Update hash.
| * gnu: linux-libre 4.19: Update to 4.19.195.Leo Famulari2021-06-19
| | | | | | | | | | * gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.195. (linux-libre-4.19-pristine-source): Update hash.
| * gnu: Add missing imports to (gnu packages vpn).Tobias Geerinckx-Rice2021-06-19
| | | | | | | | | | | | | | | | | | | | | | This follows up on c85ed0e758d7fa230c08dba6b95c65ceac098d50. * gnu/packages/vpn.scm: Import (gnu packages curl), (gnu packages gnome), and (gnu packages multiprecision). * gnu/packages/networking.scm: Remove unused (gnu packages multiprecision) import. f
| * gnu: cubicle: Make deterministic.Julien Lepiller2021-06-19
| | | | | | | | | | * gnu/packages/ocaml.scm (cubicle)[arguments]: Remove build date from resulting binary.
| * gnu: cubicle: Fix build with newer ocaml-num.Julien Lepiller2021-06-19
| | | | | | | | | | * gnu/packages/ocaml.scm (cubicle)[arguments]: Adjust Makefile for changes in ocaml-num.
| * gnu: Move strongswan to (gnu packages vpn).Tobias Geerinckx-Rice2021-06-19
| | | | | | | | | | | | | | See <https://logs.guix.gnu.org/guix/2021-06-19.log#015517>. * gnu/packages/networking.scm (strongswan): Move from here… * gnu/packages/vpn.scm (strongswan): …to here.
| * gnu: Update ocaml-mdx to 1.9.0.pukkamustard2021-06-19
| | | | | | | | | | | | * gnu/packages/ocaml.scm (ocaml-mdx): Update to 1.9.0. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
| * services: guix: Authorize 'bordeaux.guix.gnu.org.pub' by default.Jack Hill2021-06-19
| | | | | | | | | | | | | | | | | | This follows on from the changes in 4985a4272497bf9ba87a2190353d915da9b55906. * gnu/services/base.scm (%default-authorized-guix-keys): Add bordeaux.guix.gnu.org.pub. Signed-off-by: Christopher Baines <mail@cbaines.net>
| * gnu: Add stmx.Pierre Neidhardt2021-06-19
| | | | | | | | * gnu/packages/lisp-xyz.scm (cl-stmx, ecl-stmx, sbcl-stmx): New variables.
| * gnu: Add ocaml-calendar.Xinglu Chen2021-06-19
| | | | | | | | | | | | * gnu/packages/ocaml.scm (ocaml-calendar): New variable. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
| * gnu: libaom: Omit static library.Tobias Geerinckx-Rice2021-06-19
| | | | | | | | | | * gnu/packages/video.scm (libaom)[arguments]: Add a 'delete-static-libraries phase to do so.
| * gnu: libaom: Update to 3.1.1.Tobias Geerinckx-Rice2021-06-19
| | | | | | | | * gnu/packages/video.scm (libaom): Update to 3.1.1.
| * gnu: vcsh: Update to 1.20190621-4.Tobias Geerinckx-Rice2021-06-19
| | | | | | | | * gnu/packages/version-control.scm (vcsh): Update to 1.20190621-4.
| * gnu: strongswan: Update to 5.9.2.Domagoj Stolfa2021-06-19
| | | | | | | | | | | | * gnu/packages/networking.scm (strongswan): Update to 5.9.2. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
| * gnu: curl@7.77.0: Provide a correct TLS priority string.Ludovic Courtès2021-06-18
| | | | | | | | | | | | | | | | Fixes <https://bugs.gnu.org/49035>. * gnu/packages/patches/curl-7.77-tls-priority-string.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/curl.scm (curl-7.77.0)[source]: Use it.
| * gnu: dune-bootstrap: Update to 2.8.5.Xinglu Chen2021-06-18
| | | | | | | | | | | | * gnu/packages/ocaml.scm (dune-bootstrap): Update to 2.8.5. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
| * gnu: xdg-desktop-portal-wlr: Update to 0.4.0.Andrew Tropin2021-06-18
| | | | | | | | | | | | * gnu/packages/freedesktop.scm (xdg-desktop-portal-wlr): Update to 0.4.0. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| * gnu: xdg-desktop-portal: Update to 1.8.1 and honor XDG_DESKTOP_PORTAL_DIR.Andrew Tropin2021-06-18
| | | | | | | | | | | | | | * gnu/packages/freedesktop.scm (xdg-desktop-portal): Update to 1.8.1. [arguments, native-search-paths]: New field. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| * gnu: pipewire: Update to 0.3.29.Andrew Tropin2021-06-18
| | | | | | | | | | | | * gnu/packages/linux.scm (pipewire): Update to 0.3.29. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| * doc: Clarify Git commit signing; fix typo.Ludovic Courtès2021-06-18
| | | | | | | | | | | | | | | | Suggested by Maxime Devos <maximedevos@telenet.be> and Julien Lepiller <julien@lepiller.eu>. * doc/contributing.texi (Commit Access): Clarify Git commit signing setup and fix typo.
| * doc: Explain more reasons for commit revocation.Ludovic Courtès2021-06-18
| | | | | | | | * doc/contributing.texi (Commit Revocation): Expound.
| * doc: Add "Addressing Issues" section.Ludovic Courtès2021-06-18
| | | | | | | | | | | | * doc/contributing.texi (Addressing Issues): New section. Co-authored-by: Christopher Baines <mail@cbaines.net>
| * doc: Structure the "Commit Access" section.Ludovic Courtès2021-06-18
| | | | | | | | | | * doc/contributing.texi (Commit Access): Add introduction and section heading. Separate OpenPGP setup from commit policy.
| * profiles: Add "XAUTHORITY" to the precious variables.Ludovic Courtès2021-06-18
| | | | | | | | | | | | Suggested by Maxime Devos <maximedevos@telenet.be>. * guix/profiles.scm (%precious-variables): Add "XAUTHORITY".
| * profiles: Add 'load-profile'.Ludovic Courtès2021-06-18
| | | | | | | | | | | | | | | | | | * guix/profiles.scm (%precious-variables): New variable. (purify-environment, load-profile): New procedures. * guix/scripts/environment.scm (%precious-variables) (purify-environment, create-environment): Remove. (launch-environment): Call 'load-profile' instead of 'create-environment'. * tests/profiles.scm ("load-profile"): New test.
| * lint: check-patch-headers: Recognize Git diffs.Ludovic Courtès2021-06-18
| | | | | | | | * guix/lint.scm (check-patch-headers): Add "diff --git " prefix.
| * build: Remove Guile 2.2 workaround.Ludovic Courtès2021-06-18
| | | | | | | | * build-aux/compile-all.scm <top level>: Remove Guile 2.2 workaround.
| * import: launchpad: Gracefully handle 404s from api.launchpad.net.Ludovic Courtès2021-06-18
| | | | | | | | | | | | | | | | Fixes <https://bugs.gnu.org/49031>. Reported by Emad Alblueshi <emad.albloushi@gmail.com>. * guix/import/launchpad.scm (latest-released-version): Gracefully handle 'json-fetch' returning #f.
| * gnu: python-miniboa: Update to 1.0.8.Arun Isaac2021-06-18
| | | | | | | | * gnu/packages/python-xyz.scm (python-miniboa): Update to 1.0.8.
| * gnu: guix: Update to 4985a42.Christopher Baines2021-06-18
| | | | | | | | * gnu/packages/package-management.scm (guix): Update to 4985a42.
| * gnu: Iosevka fonts: Update to 7.0.3.Paul A. Patience2021-06-18
| | | | | | | | | | | | | | | | | | | | * gnu/packages/fonts.scm (font-iosevka, font-iosevka-slab, font-iosevka-term, font-iosevka-term-slab, font-iosevka-aile, font-iosevka-curly, font-iosevka-curly-slab, font-iosevka-etoile): Update to 7.0.3. (font-iosevka-sparkle): Delete variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
| * gnu: lib2geom: Update to commit b29d60e4.Boris A. Dekshteyn2021-06-18
| | | | | | | | | | * gnu/packages/graphics.scm (lib2geom): Update to commit b29d60e49a58f4e8069544b44863b1a623e4ee59 (with inkscape 1.1 relased).
| * gnu: inkscape: Update to version 1.1.Boris A. Dekshteyn2021-06-18
| | | | | | | | | | | | | | | | | | * gnu/packages/patches/inkscape-1.1-fix-build-witch-gcc7.5.patch: New file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/inkscape.scm (inkscape-1.0) Rename to inkscape-1.1. * gnu/packages/inkscape.scm (inkscape-1.1) Update to version 1.1. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
| * Start enabling substitutes from bordeaux.guix.gnu.org.Christopher Baines2021-06-18
| | | | | | | | | | | | | | | | | | | | | | | | In addition to substitutes from ci.guix.gnu.org. There are more changes that can be made in the future, but these changes seem like a good start. * config-daemon.ac (guix_substitute_urls): Add https://bordeaux.guix.gnu.org. * guix/scripts/substitute.scm (%default-substitute-urls): Add http://bordeaux.guix.gnu.org. * guix/store.scm (%default-substitute-urls): Add bordeaux.guix.gnu.org. * doc/guix.texi: Adjust accordingly. * doc/contributing.texi: Adjust accordingly.
| * gnu: Add font-overpass.Sarah Morgensen via Guix-patches via2021-06-18
| | | | | | | | | | | | * gnu/packages/fonts.scm (font-overpass): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
| * gnu: Add xkb-switch.Niklas Eklund2021-06-18
| | | | | | | | | | | | * gnu/packages/xdisorg.scm (xkb-switch): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>