aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/crates-vcs.scm
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/packages/crates-vcs.scm')
0 files changed, 0 insertions, 0 deletions
t-sifive-unmatched): Use default u-boot package. (u-boot-pinebook-pro-rk3328): Use default u-boot package. Pierre Langlois 2021-07-31gnu: u-boot-rockpro64-rk3399: Enable 'set-environment phase....Fixes <https://bugs.gnu.org/49550>. * gnu/packages/bootloaders.scm (u-boot-rockpro64-rk3399)[arguments]: Run 'set-environment phase after 'unpack instead of non-existent 'patch-rockpro64-config phase. Pierre Langlois 2021-07-29gnu: web: Move libyaml and libcyaml to (gnu packages serialization)....Files to be adjusted were searched with the following command: $ git ls-files | xargs grep -l -E ',libc?yaml' | \ xargs grep -L '(gnu packages serialization)' * gnu/packages/web.scm (libyaml, libyaml+static, libcyaml): Move to... * gnu/packages/serialization.scm: ... here. Maxim Cournoyer 2021-07-02gnu: grub-efi: Only enable the stack protector on x86_64-linux....Follow up to 018f95094153660e3041ec160718f0bda286a3dc, as gcc on aarch64-linux doesn't seem to support -mstack-protector-guard=global. Fixes <https://bugs.gnu.org/49088>. * gnu/packages/bootloaders.scm (grub-efi)[arguments]: Only add "--enable-stack-protector" to #:configure-flags when system is x86_64-linux. Christopher Baines 2021-06-13gnu: QEMU: Update to 6.0.0....* gnu/packages/patches/qemu-build-info-manual.patch: Adjust for 6.0. * gnu/packages/virtualization.scm (qemu): Update to 6.0.0. [source](snippet): Remove obsolete substitution. [arguments]: Adjust test substitutions for upstream changes. * gnu/packages/bootloaders.scm (grub)[source](modules, snippet): New fields. Marius Bakke 2021-06-12gnu: grub-efi: Enable the stack protector....* gnu/packages/bootloaders.scm (grub-efi)[arguments]: Add "--enable-stack-protector" to #:configure-flags. Tobias Geerinckx-Rice 2021-06-12gnu: grub: Update to 2.06....[source]: Remove upstreamed patches. * gnu/packages/patches/grub-setup-root.patch: Update patch. * gnu/packages/patches/grub-verifiers-Blocklist-fallout-cleanup.patch, gnu/packages/patches/grub-cross-system-i686.patch: Delete files. * gnu/local.mk (dist_patch_DATA): Remove them. Tobias Geerinckx-Rice 2021-06-11gnu: dtc: Update to 1.6.1....* gnu/packages/bootloaders.scm (dtc): Update to 1.6.1. Tobias Geerinckx-Rice 2021-06-08gnu: Add u-boot-sifive-unmatched....* gnu/packages/bootloaders.scm (u-boot-sifive-unmatched): New variable. Efraim Flashner 2021-06-08gnu: u-boot-2021.07: Update to 2021.07-rc4....* gnu/packages/bootloaders.scm (u-boot-2021.07): Update to 2021.07-rc4. Efraim Flashner