ID | 96906 |
Package Name | grub2 |
Links |
Fedora Package Sources |
Fedora Official Koji Buildsystem |
Rocks RISC-V Koji Buildsystem |
Fedora RISC-V GitHub |
Old Koji Buildsystem
|
Version | 2.12 |
Release | 15.fc41 |
Epoch | 1 |
Draft | False |
Source | git+https://src.fedoraproject.org/rpms/grub2.git#5ce10e3473f03396c9f0af614b6a53ad462d4b8f |
Summary |
Description |
Built by | zhangsongsong |
State |
complete
|
Volume |
DEFAULT |
Started | Wed, 27 Nov 2024 22:55:17 CST |
Completed | Wed, 27 Nov 2024 23:10:15 CST |
Task | build (f41-build-side-1, /rpms/grub2.git:5ce10e3473f03396c9f0af614b6a53ad462d4b8f) |
Extra | {'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/grub2.git#5ce10e3473f03396c9f0af614b6a53ad462d4b8f'}} |
Tags |
|
RPMs |
src | |
|
grub2-2.12-15.fc41.src.rpm (info) (download) |
noarch |
|
grub2-common-2.12-15.fc41.noarch.rpm (info) (download)
|
|
grub2-efi-riscv64-modules-2.12-15.fc41.noarch.rpm (info) (download)
|
riscv64 |
|
grub2-efi-riscv64-2.12-15.fc41.riscv64.rpm (info) (download)
|
|
grub2-efi-riscv64-cdboot-2.12-15.fc41.riscv64.rpm (info) (download)
|
|
grub2-emu-2.12-15.fc41.riscv64.rpm (info) (download)
|
|
grub2-emu-modules-2.12-15.fc41.riscv64.rpm (info) (download)
|
|
grub2-tools-2.12-15.fc41.riscv64.rpm (info) (download)
|
|
grub2-tools-extra-2.12-15.fc41.riscv64.rpm (info) (download)
|
|
grub2-tools-minimal-2.12-15.fc41.riscv64.rpm (info) (download)
|
|
grub2-debuginfo-2.12-15.fc41.riscv64.rpm (info) (download)
|
|
grub2-debugsource-2.12-15.fc41.riscv64.rpm (info) (download)
|
|
grub2-emu-debuginfo-2.12-15.fc41.riscv64.rpm (info) (download)
|
|
grub2-tools-debuginfo-2.12-15.fc41.riscv64.rpm (info) (download)
|
|
grub2-tools-extra-debuginfo-2.12-15.fc41.riscv64.rpm (info) (download)
|
|
grub2-tools-minimal-debuginfo-2.12-15.fc41.riscv64.rpm (info) (download)
|
|
Logs |
|
Changelog |
* Thu Nov 21 2024 Andrea Bolognani <abologna@redhat.com> 2.12-15
- Add riscv64 support (thanks Jason Montleon)
* Wed Nov 20 2024 Nicolas Frayer <nfrayer@redhat.com> 2.12-14
- Build modules for Xen PV and PVH
* Fri Nov 15 2024 Nicolas Frayer <nfrayer@redhat.com> 2.12-13
- posttrans: added check for efi_home/grub.cfg
- Resolves: #2326502
* Wed Oct 23 2024 Leo Sandoval <lsandova@redhat.com> 2.12-12
- do-rebase: refactor command line parameters
* Wed Oct 23 2024 Nicolas Frayer <nfrayer@redhat.com> 2.12-11
- cmd/search: Fix a possible NULL ptr dereference
* Thu Oct 17 2024 Nicolas Frayer <nfrayer@redhat.com> 2.12-10
- acpi: Fix out of bounds access in grub_acpi_xsdt_find_table()
- Resolves: #2317048
* Thu Oct 03 2024 Nicolas Frayer <nfrayer@redhat.com> 2.12-9
- Stop grub.efi from always printing "dynamic_load_symbols %p\n" during boot
- Resolves: #2316279
* Wed Sep 25 2024 Nicolas Frayer <nfrayer@redhat.com> 2.12-8
- NX: efi/loader, add a call to grub_efi_check_nx_required()
* Tue Sep 17 2024 Nicolas Frayer <nfrayer@redhat.com> - 2.12-7
- aarch64/macros: Build gnulib with -mbranch-protection=standard
* Thu Sep 05 2024 Leo Sandoval <lsandova@redhat.com> - 2.12-6
- load EFI commands inside test expressions
- Resolves: #2305291
* Thu Aug 29 2024 Leo Sandoval <lsandova@redhat.com> - 2.12-5
- Fix netbooting regressions introduced at 2.12-1
- Resolves: #2303727
* Thu Aug 08 2024 Peter Robinson <pbrobinson@fedoraproject.org> 2.12-4
- Build using fuse3
* Tue Aug 06 2024 Leo Sandoval <lsandova@redhat.com> - 2.12-3
- Remove 'efi: Use shim's loader protocol for EFI image verification'
* Tue Aug 06 2024 Nicolas Frayer <nfrayer@redhat.com> - 2.12-2
- mkconfig: More hardening to prevent overwriting grub cfg stub
* Mon Aug 05 2024 Leo Sandoval <lsandova@redhat.com> - 2.12-1
- Rebased to release grub2-2.12
* Fri Aug 02 2024 Leo Sandoval <lsandova@redhat.com> - 2.06-127
- Set /boot/grub2/grub.cfg to 0600 mode if present
* Mon Jul 22 2024 Leo Sandoval <lsandova@redhat.com> - 2.06.126
- grub.cfg: Fix rpm grub.cfg verification issues
* Tue Jul 16 2024 Nicolas Frayer <nfrayer@redhat.com> - 2.06-125
- grub2-mkconfig: Prevent mkconfig from overwriting grub cfg stub
* Tue Jul 02 2024 Nicolas Frayer <nfrayer@redhat.com> - 2.06-124
- KVM/PowerVM: Add support for KVM on PowerVM
- Resolved: #2294883
* Tue May 28 2024 Leo Sandoval <lsandova@redhat.com> - 2.06.123
- grub-mkconfig.in: turn off executable owner bit
- Resolves: #2281464
* Thu May 23 2024 Nicolas Frayer <nfrayer@redhat.com> - 2.06-122
- cmd/search: Rework of CVE-2023-4001 fix
- Related: #2224951
- Resolved: #2263369
* Fri Apr 12 2024 Nicolas Frayer <nfrayer@redhat.com> - 2.06-121
- fs/xfs: Handle non-continuous data blocks in directory extents
- Related: #2254370
* Fri Mar 08 2024 Nicolas Frayer <nfrayer@redhat.com> - 2.06-120
- GRUB2 NTFS driver vulnerabilities
- (CVE-2023-4692)
- (CVE-2023-4693)
- Resolves: #2236613
- Resolves: #2241978
- Resolves: #2241976
- Resolves: #2238343
* Wed Feb 07 2024 Nicolas Frayer <nfrayer@redhat.com> - 2.06-119
- grub-set-bootflag: Fix for CVE-2024-1048
- (CVE-2024-1048)
- Resolves: #2256678
* Tue Jan 23 2024 Leo Sandoval <lsandova@redhat.com> - 2.06-118
- xfs: include the 'directory extent parsing patch', otherwise
XFS-formatted partitions do not boot. This change effectively
reverts 2.06-115
- Resolves: #2259266
* Wed Jan 17 2024 Nicolas Frayer <nfrayer@redhat.com> - 2.06-117
- Compiler flags: ignore incompatible types for now as it prevents
CI builds
* Wed Jan 17 2024 Nicolas Frayer <nfrayer@redhat.com> - 2.06-116
- grub-core/commands: add flag to only search root dev
- Resolves: #2223437
- Resolves: #2224951
- Resolves: #2258096
- Resolves: CVE-2023-4001
* Wed Jan 17 2024 Nicolas Frayer <nfrayer@redhat.com> - 2.06-115
- xfs: some bios systems can't boot with one of the xfs upstream patches
- Resolves: #2254370
* Sat Jan 13 2024 Hector Martin <marcan@fedoraproject.org> - 2.06-114
- Switch memdisk compression to lzop
* Thu Jan 11 2024 Daan De Meyer <daan.j.demeyer@gmail.com> - 2.06-113
- Don't obsolete the tools package with minimal
* Tue Dec 19 2023 Nicolas Frayer <nfrayer@redhat.com> - 2.06-112
- normal: fix prefix when loading modules
- Resolves: #2209435
- Resolves: #2173015
* Tue Dec 12 2023 leo sandoval <lsandova@redhat.com> - 2.06-111
- chainloader: remove device path debug message
* Fri Dec 01 2023 Nicolas Frayer <nfrayer@redhat.com> - 2.06-110
- fs/xfs: Add several fixes/improvements to xfs fs from upstream
- Resolves: #2247926
* Wed Nov 15 2023 Nicolas Frayer <nfrayer@redhat.com> - 2.06-109
- Linker: added --no-warn-rwx-segments as build will fail after
ld.bfd default options have been changed.
https://fedoraproject.org/wiki/Changes/Linker_Error_On_Security_Issues
* Tue Nov 14 2023 Nicolas Frayer <nfrayer@redhat.com> - 2.06-108
- Remove [Install] section from aux systemd units
- Related: #2247635
* Tue Nov 14 2023 Hans de Goede <hdegoede@redhat.com> - 2.06-107
- spec: Switch back to static enablement for grub services in tools package
- spec: Add %triggerpostun to apply grub-boot-success.timer preset
when upgrading from older versions where this was not a preset
- Resolves: #2247635
* Mon Nov 06 2023 Nicolas Frayer <nfrayer@redhat.com> - 2.06-106
- util: grub-install on EFI if forced
- Resolves: #1917213
- Resolves: #2240994
* Fri Oct 20 2023 Nicolas Frayer <nfrayer@redhat.com> - 2.06-105
- kern/ieee1275/init: ppc64: Restrict high memory in presence
of fadump
* Wed Oct 11 2023 Janne Grunau <j@jannau.net> - 2.06-104
- 20-grub.install: Copy device-tree directory recursively
- Resolves: #2243060
* Fri Sep 29 2023 Zbigniew Jedrzejewski-Szmek <zbyszek@in.waw.pl> - 1:2.06-103
- Rename installed kernel to match name used in boot entry
- Resolves: #2239008
* Fri Sep 29 2023 Nicolas Frayer <nfrayer@redhat.com> - 2.06-102
- ofdisk: Fix missing #include in ofdisk.c
* Thu Sep 28 2023 Christian Glombek <cglombek@redhat.com> - 2.06-101
- spec: Fix grub2-systemd-integration.service name
* Wed Sep 13 2023 Nicolas Frayer <nfrayer@redhat.com> - 2.06-100
- arm64: Use proper memory type for kernel allocation
- Resolves: #2149020
* Fri Sep 01 2023 Christian Glombek <cglombek@redhat.com> - 2.06-99
- spec: Use systemd presets and macros for units in tools package
- Resolves: #2230575
* Thu Aug 31 2023 Nicolas Frayer <nfrayer@redhat.com> - 2.06-98
- spec: Modified posttrans to harden grub config detection
- Resolves: #2235692
* Tue Aug 22 2023 Nicolas Frayer <nfrayer@redhat.com> - 2.06-97
- efi/http: change uint32_t to uintn_t
* Tue Aug 22 2023 Nicolas Frayer <nfrayer@redhat.com> - 2.06-96
- util: Enable default kernel for updates
* Wed Apr 12 2023 Robbie Harwood <rharwood@redhat.com> - 2.06-95
- Add switch-root support to grub-emu
* Mon Apr 10 2023 Robbie Harwood <rharwood@redhat.com> - 2.06-94
- Fix aa64 page fault with EFI_MEMORY_ATTRIBUTE_PROTOCOL
* Fri Mar 31 2023 Robbie Harwood <rharwood@redhat.com> - 2.06-93
- Add legacy pxe core.0 (cmadams)
* Thu Mar 30 2023 Robbie Harwood <rharwood@redhat.com> - 2.06-92
- Disable the tpm verifier if the TPM device is not present
* Thu Mar 30 2023 Robbie Harwood <rharwood@redhat.com> - 2.06-91
- ppc64le: more cas vec5 shenanigans
* Wed Mar 22 2023 Robbie Harwood <rharwood@redhat.com> - 2.06-90
- emu: work around systemctl bad behavior
* Thu Mar 09 2023 Robbie Harwood <rharwood@redhat.com> - 2.06-89
- emu: handle BLS /boot weirdness
* Mon Feb 20 2023 Robbie Harwood <rharwood@redhat.com> - 2.06-88
- Update mm fixes from upstream
* Thu Feb 16 2023 Robbie Harwood <rharwood@redhat.com> - 2.06-87
- Fix disk sector size computation
* Fri Feb 10 2023 Robbie Harwood <rharwood@redhat.com> - 2.06-86
- Override the linker and force nonexecutable stacks
* Wed Feb 08 2023 Robbie Harwood <rharwood@redhat.com> - 2.06-85
- ppc64le: sync cas/tpm patchset with upstream
* Mon Feb 06 2023 Robbie Harwood <rharwood@redhat.com> - 2.06-84
- emu: support newer kexec syscall
* Mon Feb 06 2023 Robbie Harwood <rharwood@redhat.com> - 2.06-83
- ppc64le: cas5, take 3
* Mon Feb 06 2023 Robbie Harwood <rharwood@redhat.com> - 2.06-82
- Fix implicit function declaration warnings
* Wed Feb 01 2023 Javier Martinez Canillas <javierm@redhat.com> - 2.06-81
- 20-grub-install: Explicitly check '+debug' suffix for debug kernels
- Resolves: #2148351
* Wed Feb 01 2023 Robbie Harwood <rharwood@redhat.com> - 2.06-80
- Bump to re-run signing
* Tue Jan 31 2023 Robbie Harwood <rharwood@redhat.com> - 2.06-79
- Disable mdraid < 1.1 on ppc64le
* Fri Jan 27 2023 Robbie Harwood <rharwood@redhat.com> - 2.06-78
- Fix grub2-probe issue with previous commit
- Resolves: #2165136
* Fri Jan 27 2023 Robbie Harwood <rharwood@redhat.com> - 2.06-77
- ppc64le: update signed media fixes
* Fri Jan 13 2023 Robbie Harwood <rharwood@redhat.com> - 2.06-76
- ppc64le: fix issues using core.elf on boot media
* Wed Jan 11 2023 Robbie Harwood <rharwood@redhat.com> - 2.06-75
- Pull allocator improvements from upstream
* Wed Jan 11 2023 Robbie Harwood <rharwood@redhat.com> - 2.06-74
- Apply more hardening to host binaries
* Tue Jan 10 2023 Robbie Harwood <rharwood@redhat.com> - 2.06-73
- Allow internal grub allocations over 4GB
* Wed Dec 21 2022 Robbie Harwood <rharwood@redhat.com> - 2.06-72
- Fix prefix setting with memdisk creation for network boot
* Mon Dec 19 2022 Robbie Harwood <rharwood@redhat.com> - 2.06-71
- Attempt to fix eln build
* Wed Dec 14 2022 Robbie Harwood <rharwood@redhat.com> - 2.06-70
- ppc64le: fix lpar cas5
- Resolves: #2152547
* Tue Dec 06 2022 Robbie Harwood <rharwood@redhat.com> - 2.06-69
- Fix error handling in grub_file_open()
* Mon Dec 05 2022 Robbie Harwood <rharwood@redhat.com> - 2.06-68
- Allow for xz'd symvers file (prarit)
* Wed Nov 23 2022 Tomas Hrcka <thrcka@redhat.com> - 1:2.06-67
- install unicode.pf2 into place so lorax works
* Tue Nov 22 2022 Robbie Harwood <rharwood@redhat.com> - 2.06-66
- Bundle unicode.pf2 with images
- Resolves: #2143725
- Resolves: #2144113
* Tue Nov 22 2022 Robbie Harwood <rharwood@redhat.com> - 1:2.06-65
- Don't obsolete the tools package with extra/efi (pbrobinson)
|