grub2 (2.06-7)
[PTS] [DDPO]
NEW: VCS has unreleased changes: 2.06-8 > 2.06-7
- Git: https://salsa.debian.org/grub-team/grub.git
-
- Branch: master
- Path: debian/changelog
- Repo size: 73043968
- Browser: https://salsa.debian.org/grub-team/grub
- Last scan: 2023-02-01 13:15:08+00
- Next scan: 2023-02-09 20:43:00+00
- Merge requests: 11
- Debian changelog in Git:
grub2 (2.06-8) UNRELEASED; urgency=medium
[ Steve McIntyre ]
* Fix an issue in an f2fs security fix which caused mount
failures. Closes: #1021846. Thanks to программист некто for helping
to debug the problem!
* Switch build-deps from gcc-10 to gcc-12. Closes: #1022184
* Include upstream patch to enable EFI zboot support on arm64.
Closes: #1026092
* grub-mkconfig: Restore umask for the grub.cfg. CVE-2021-3981
Closes: #1001414
* postinst: be more verbose when using grub-install to install onto
devices.
* /etc/default/grub: Fix comment about text-mode console.
Fixes #845683
-- Steve McIntyre <93sam@debian.org> Thu, 29 Dec 2022 13:36:22 +0000
- This branch is 6 commits ahead of tag debian/2.06-7
- Git log:
commit 036c38093be584b2f0631b9eca1474ea9954c1a2
Author: Steve McIntyre <93sam@debian.org>
Date: Thu Dec 29 20:59:36 2022 +0000
/etc/default/grub: Fix comment about text-mode console
Fixes #845683
commit 44e74e2a732fe9fcd49f9a814b95d22dce7e2298
Author: Steve McIntyre <93sam@debian.org>
Date: Thu Dec 29 13:39:36 2022 +0000
postinst: be more verbose when using grub-install
to install onto devices
commit 9ba3bf38551c3c973d7d08e3f9374f788addd9c5
Author: Steve McIntyre <93sam@debian.org>
Date: Thu Dec 29 13:36:46 2022 +0000
grub-mkconfig: Restore umask for the grub.cfg. CVE-2021-3981
Apply patch from upstream,
Closes: #1001414
commit 9df17d0bdb0169660447f513585603e0c6870e66
Author: Steve McIntyre <93sam@debian.org>
Date: Wed Dec 14 16:57:42 2022 +0000
Include upstream patch to enable EFI zboot support on arm64
Closes: #1026092
commit 16895d90dd915342bbb8593c403849b6ba93feb7
Author: Steve McIntyre <93sam@debian.org>
Date: Sun Dec 11 12:16:40 2022 +0000
Switch build-deps from gcc-10 to gcc-12. Closes: #1022184
Also needs backports from upstream commits to fix warnings/errors
from using gcc 12:
be8eb0eed util/mkimage: Fix dangling pointer may be used error
acffb8148 build: Fix -Werror=array-bounds array subscript 0 is outside array bounds
3ce13d974 lib/reed_solomon: Fix array subscript 0 is outside array bounds
commit 552fb3133016abd9b4f49bbafcab5d9b3cd1f09a
Author: Steve McIntyre <93sam@debian.org>
Date: Sun Dec 11 12:09:24 2022 +0000
Fix an issue in an f2fs security fix which caused mount failures
Closes: #1021846. Thanks to программист некто for helping to debug the
problem!