Hello,
I use a coreboot that does not have a VGA option rom, which means Grub can't
use `gfxterm`, so I have this setting in my `operating-system`:
(bootloader-configuration
; ...
(terminal-outputs '(console)))
This lets me see a boot menu at startup even without the VGA option
Léo Le Bouter writes:
> Thank you, let's get your better patch in then close this.
I've now pushed those patches to 'master'. CVE-2020-27829 is fixed in
commit bfc69d5e7c45eac865e231643b58396580afb231, so I'm closing this bug
now.
Thanks!
Mark
Hi!
I went ahead and pushed 45fce38fb0b6c6796906149ade145b8d3594c1c6 along
these lines.
‘guix weather’ runs to completion and things seem to work fine. Let me
know if you notice anything wrong.
Thank you for your work and for your patience on this issue!
Ludo’.
I noticed that a Guix System machine had an enormous mcron.log file
(dozens of gigabytes).
I think that the mcron-service-type should use rottlog, by default, to
rotate its log.
On Sat, 2021-03-27 at 09:27 -0400, Mark H Weaver wrote:
> Your patch looks good to me, but I've just posted an alternative
> patch
> set to 'guix-devel' which should enable us to keep ImageMagick
> up-to-date without grafting, and which fixes this security flaw and
> more.
>
> https://lists.gnu.
Léo Le Bouter via Bug reports for GNU Guix writes:
> * gnu/packages/patches/imagemagick-CVE-2020-27829.patch: New patch.
> * gnu/local.mk (dist_patch_DATA): Register it.
> * gnu/packages/imagemagick.scm (imagemagick/fixed): Apply patch to existing
> graft.
> ---
> gnu/local.mk