Hi Danny and Carl, guix-comm...@gnu.org writes:
> dannym pushed a commit to branch master > in repository guix. > > commit a15cee50cebddc665a16b455f44e22dcfb87d57f > Author: Carl Dong <accou...@carldong.me> > Date: Wed May 29 18:04:43 2019 +0200 > > gnu: Use make-linux-libre-headers. > > * gnu/packages/linux.scm (make-linux-libre-headers): New variable. > (linux-libre): Rename to... > (linux-libre-5.1): ...this. > (linux-libre-headers): Rename to... > (linux-libre-headers-4.14.67): ...this. > (linux-libre-5.1, linux-libre-headers-4.14.67): Use > make-linux-libre-headers. > (linux-libre-5.1, linux-libre-headers-5.1, linux-libre-headers-4.19, > %linux-libre-4.15-version, %linux-libre-4.15-hash, linux-libre-4.15, > linux-libre-headers-4.15, linux-libre-headers-4.14): New variables. > > Signed-off-by: Danny Milosavljevic <dan...@scratchpost.org> I think we should not add linux-libre-4.15, because that version of Linux-libre is no longer supported upstream, and therefore will have well-known security flaws. Also, this removes the definition of 'linux-libre', which I, for one, reference from my OS config and maybe others do as well. Sometimes it's useful to break compatibility, but in this case I see no reason for it. Finally, given I've been the de-facto maintainer of our kernel packages since the early days of Guix, I would have appreciated a heads-up on these proposed changes and an opportunity to comment before they were pushed to master. Regards, Mark