Пакет grub: Информация

  • Default inline alert: Версия в репозитории: 2.06-alt17

Исходный пакет: grub
Версия: 2.04-alt1
Собран:  18 декабря 2020 г. 18:13 в задании #261809
Сообщить об ошибке в пакете
Домашняя страница: http://www.gnu.org/software/grub

Лицензия: GPL-3
О пакете: GRand Unified Bootloader
Описание: 
GNU GRUB is a multiboot boot loader. It was derived from GRUB. It is an
attempt to produce a boot loader for IBM PC-compatible machines that
has both the ability to be friendly to beginning or otherwise
nontechnically interested users and the flexibility to help experts in
diverse environments. It is compatible with Free/Net/OpenBSD and Linux.
It supports Win 9x/NT and OS/2 via chainloaders. It has a menu
interface and a command line interface.
It implements the Multiboot standard, which allows for flexible loading
of multiple boot images (needed for modular kernels such as the GNU Hurd).

Список rpm-пакетов, предоставляемых данным srpm-пакетом:
grub-common (x86_64, ppc64le, i586, aarch64)
grub-common-debuginfo (x86_64, ppc64le, i586, aarch64)
grub-efi (x86_64, i586, aarch64)
grub-ieee1275 (ppc64le)
grub-ieee1275-debuginfo (ppc64le)
grub-pc (x86_64, i586)
grub-pc-debuginfo (x86_64, i586)

Сопровождающий: Nikolai Kostrigin


    1. libdevmapper-devel
    2. ruby
    3. libfreetype-devel
    4. libfuse-devel
    5. liblzma-devel
    6. autogen
    7. rpm-macros-uefi
    8. flex
    9. fonts-bitmap-misc
    10. fonts-bitmap-univga
    11. fonts-ttf-dejavu
    12. python-modules
    13. texinfo
    14. gnulib
    15. zlib-devel
    16. help2man

Последнее изменение


13 ноября 2020 г. Nikolai Kostrigin 2.04-alt1
- new version
  + update and thin out ALT patches
  + replace fedora SB patch set
  + spec: add gnulib to BR:
  + spec: don't use linuxefi module name while assembling a EFI binary
- add upstream patch set and adapt it to fix BootHole & Co. vulnerabilities
  + (fixes: CVE-2020-10713, CVE-2020-14308, CVE-2020-14309, CVE-2020-14310)
  + (fixes: CVE-2020-14311, CVE-2020-15705, CVE-2020-15706, CVE-2020-15707)
2 октября 2020 г. Nikolai Kostrigin 2.02-alt30
- disallow kernels with unsigned EFI stub to be run by grub in SB mode
  + remove alt-relaxed-kernel-sign-check patch
19 августа 2020 г. Nikolai Kostrigin 2.02-alt29
- spec: add tftp module into EFI image (closes: #38681)
- sort kernels by mtime instead of ctime (ptrnine@)