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

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

Исходный пакет: grub
Версия: 2.06-alt1.rc1
Собран:  4 августа 2021 г. 18:40 в задании #281794
Сообщить об ошибке в пакете
Домашняя страница: 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. autogen
    3. libfreetype-devel
    4. libfuse-devel
    5. liblzma-devel
    6. ruby
    7. gnulib
    8. help2man
    9. python-modules
    10. flex
    11. fonts-bitmap-misc
    12. fonts-bitmap-univga
    13. fonts-ttf-dejavu
    14. texinfo
    15. rpm-macros-uefi
    16. zlib-devel

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


19 мая 2021 г. Nikolai Kostrigin 2.06-alt1.rc1
- new version
  + includes fixes for BootHole vulnerabilities so drop corresponding patches
  + includes fixes for SB Bypass 2021 vulnerabilities
    (fixes: CVE-2020-14372, CVE-2020-25632, CVE-2020-25647, CVE-2020-27749)
    (fixes: CVE-2020-27779, CVE-2021-20225, CVE-2021-20233, CVE-2021-3418)
- update os-alt-xen patch
- remove upstreamed ubuntu-efi-setup patch
- update fedora SB patch set
- update fedora-Rework-how-the-fdt-command-builds patch
- add fedora patches to revert os-prober disabling in SB
- switch default graphics mode from "800x600" to "auto" (closes: #39948)
- grub-efi-autoupdate: fix --removable installations were not updated
- update alt-add-strings-and-translation-for-OS-ALT patch (antohami@)
- add alt-fix-build-with-new-gnulib patch (egori@)
16 февраля 2021 г. Nikolai Kostrigin 2.04-alt3
- grub-efi-autoupdate: fix grub update rendering system unbootable
- grub-efi.filetrigger: add to ensure grub reinstall during shim-signed update
- provide OS ALT installer messages Russian translation
  + add add-strings-and-translation-for-OS-ALT patch (underwit@, antohami@)
- update grub messages Russian translation
  + add alt-update-russian-translation patch (underwit@)
- spec: prepare grub-efi to be buildable on RISCV64 (arei@)
- spec: fix AARCH64 EFI binary suffix
25 декабря 2020 г. Nikolai Kostrigin 2.04-alt2
- grub-install: add workaround for malformed EFI-firmware implementations
  (closes: #39432)
  + add debian-grub-install-removable-shim patch
  + add debian-grub-install-extra-removable patch
  + add alt-grub-install-no-fallback-for-removable patch
- grub-efi-autoupdate: use grub-install --force-extra-removable by default