bug#47442: guix system delete-generations does not use bootloader configuration

2021-03-27 Thread raid5atemyhomework via Bug reports for GNU Guix
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

bug#47418: [PATCH] gnu: imagemagick: Fix CVE-2020-27829.

2021-03-27 Thread Mark H Weaver
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

bug#47283: bug#47288: [PATCH] guix: http-client: Tweak http-multiple-get error handling.

2021-03-27 Thread Ludovic Courtès
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’.

bug#47436: Mcron logs should be rotated

2021-03-27 Thread Leo Famulari
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.

bug#47418: [PATCH] gnu: imagemagick: Fix CVE-2020-27829.

2021-03-27 Thread Léo Le Bouter via Bug reports for GNU Guix
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. > >

bug#47418: [PATCH] gnu: imagemagick: Fix CVE-2020-27829.

2021-03-27 Thread Mark H Weaver
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