]> git.proxmox.com Git - grub2.git/shortlog
grub2.git
2023-05-10 Steve McIntyreMore debconf template translations
2023-05-02 Steve McIntyreUpdates to lots of the debconf template translations
2023-04-23 Steve McIntyreAllow initrd to contain spaces. Closes: #838177, #820838
2023-04-23 Steve McIntyreInstalling to the RMP also needs mokmanager.
2023-04-21 Steve McIntyreFix up arm64 SB patch to fix build failure on 32-bit...
2023-04-21 Steve McIntyreTry again, argh printf types
2023-04-21 Steve McIntyreFix 32-bit compilation
2023-04-20 Steve McIntyrePrepare 2.06-9 release
2023-04-20 Steve McIntyreClose another bug with the os-prober change
2023-04-20 Steve McIntyreAdd luks2 to the signed grub efi images. Closes: #1001248
2023-04-20 Steve McIntyreDon't warn about os-prober if it's not installed. Close...
2023-04-20 Steve McIntyreOptionally re-enable os-prober
2023-04-14 Steve McIntyreMerge branch 'arm64-sb-1033657' into 'master'
2023-04-03 Emanuele RoccaAdd arm64-handover-to-kernel-if-sb-enabled.patch
2023-03-04 Ben HutchingsFix probing of LUKS2 devices (Closes: #1028301):
2023-03-04 Steve McIntyreMake config_item() more robust
2023-03-04 Steve McIntyreImport changes for the 2.06-8.1 NMU
2023-02-09 Steve McIntyrePrepare 2.06-8 release
2023-02-08 Colin WatsonRemove myself from Uploaders
2023-02-08 Steve McIntyreIgnore some new ext2 flags to stay compatible with...
2023-01-15 Steve McIntyregrub-install: Don't use our grub CD EFI image for ...
2023-01-15 Steve McIntyreDon't install fallback to removable media
2022-12-29 Steve McIntyre/etc/default/grub: Fix comment about text-mode console
2022-12-29 Steve McIntyrepostinst: be more verbose when using grub-install
2022-12-29 Steve McIntyregrub-mkconfig: Restore umask for the grub.cfg. CVE...
2022-12-14 Steve McIntyreInclude upstream patch to enable EFI zboot support...
2022-12-11 Steve McIntyreSwitch build-deps from gcc-10 to gcc-12. Closes: #1022184
2022-12-11 Steve McIntyreFix an issue in an f2fs security fix which caused mount...
2022-12-06 Steve McIntyreFix error handling in grub_file_open()
2022-12-04 Steve McIntyreRelease version 2.06-6
2022-12-04 Steve McIntyreSwitch away from git-dpm
2022-12-04 Steve McIntyreBump Debian SBAT level to 4
2022-12-04 Steve McIntyreAdd fonts to the EFI images
2022-11-14 Steve McIntyrePull in upstream patches to harden font and image handling
2022-11-12 Zhang Boyangnormal/charset: Fix an integer overflow in grub_unicode...
2022-11-12 Zhang Boyangfont: Assign null_font to glyphs in ascii_font_glyph[]
2022-11-12 Zhang Boyangfont: Harden grub_font_blit_glyph() and grub_font_blit_...
2022-11-12 Zhang Boyangfont: Fix an integer underflow in blit_comb()
2022-11-12 Zhang Boyangfbutil: Fix integer overflow
2022-11-12 Zhang Boyangkern/efi/sb: Enforce verification of font files
2022-11-12 Zhang Boyangfont: Fix integer underflow in binary search of char...
2022-11-12 Zhang Boyangfont: Fix integer overflow in BMP index
2022-11-12 Zhang Boyangfont: Fix integer overflow in ensure_comb_space()
2022-11-12 Zhang Boyangfont: Remove grub_font_dup_glyph()
2022-11-12 Zhang Boyangfont: Fix several integer overflows in grub_font_constr...
2022-11-12 Zhang Boyangfont: Fix size overflow in grub_font_get_glyph_internal()
2022-11-12 Zhang Boyangfont: Reject glyphs exceeds font->max_glyph_width or...
2022-11-12 Alec Brownvideo/readers: Add artificial limit to image dimensions
2022-09-18 Steve McIntyreExplicitly unset SOURCE_DATE_EPOCH before running fs...
2022-09-14 Steve McIntyreReleasing package grub2 version 2.06-4
2022-09-14 Steve McIntyreDon't strip Xen binaries so they work again.
2022-08-23 Steve McIntyreAdd serial to the signed grub efi images. Closes: ...
2022-08-23 Steve McIntyregrub2-common: Remove dependency on install-info
2022-08-23 Steve McIntyreAlso close #1009336 for GRUB_DISABLE_OS_PROBER in ...
2022-08-23 Steve McIntyreAdd smbios to the signed grub efi images. Closes: ...
2022-08-23 Steve McIntyreAdd a commented-out GRUB_DISABLE_OS_PROBER section
2022-07-30 Steve McIntyreUpdate the 2.06-3 changelog to mention closure of CVE...
2022-06-10 Julian Andres... releasing package grub2 version 2.06-3
2022-06-10 Julian Andres... Security updates
2022-06-10 Julian Andres... merge patched into master
2022-06-08 Darren Kennyfs/btrfs: Fix more fuzz issues related to chunks
2022-06-08 Darren Kennyfs/btrfs: Fix more ASAN and SEGV issues found with...
2022-06-08 Darren Kennyfs/btrfs: Fix several fuzz issues with invalid dir...
2022-06-08 Sudhakar Kuppusamyfs/f2fs: Do not copy file names that are too long
2022-06-08 Sudhakar Kuppusamyfs/f2fs: Do not read past the end of nat bitmap
2022-06-08 Sudhakar Kuppusamyfs/f2fs: Do not read past the end of nat journal entries
2022-06-08 Daniel Axtensnet/http: Error out on headers with LF without CR
2022-06-08 Daniel Axtensnet/http: Fix OOB write for split http headers
2022-06-08 Daniel Axtensnet/http: Do not tear down socket if it's already been...
2022-06-08 Daniel Axtensnet/tftp: Avoid a trivial UAF
2022-06-08 Daniel Axtensnet/tftp: Prevent a UAF and double-free from a failed...
2022-06-08 Daniel Axtensnet/dns: Don't read past the end of the string we're...
2022-06-08 Daniel Axtensnet/dns: Fix double-free addresses on corrupt DNS response
2022-06-08 Daniel Axtensnet/ip: Do IP fragment maths safely
2022-06-08 Daniel Axtensnet/netbuff: Block overly large netbuff allocs
2022-06-08 Daniel Axtensnormal/charset: Fix array out-of-bounds formatting...
2022-06-08 Daniel Axtensvideo/readers/jpeg: Block int underflow -> wild pointer...
2022-06-08 Daniel Axtensvideo/readers/jpeg: Refuse to handle multiple start...
2022-06-08 Daniel Axtensvideo/readers/jpeg: Do not reallocate a given huff...
2022-06-08 Daniel Axtensvideo/readers/jpeg: Abort sooner if a read operation...
2022-06-08 Daniel Axtensvideo/readers/png: Sanity check some huffman codes
2022-06-08 Daniel Axtensvideo/readers/png: Avoid heap OOB R/W inserting huff...
2022-06-08 Daniel Axtensvideo/readers/png: Drop greyscale support to fix heap...
2022-06-08 Daniel Axtensvideo/readers/png: Refuse to handle multiple image...
2022-06-08 Daniel Axtensvideo/readers/png: Abort sooner if a read operation...
2022-06-08 Daniel Axtenskern/file: Do not leak device_name on error in grub_fil...
2022-06-08 Julian Andres... kern/efi/sb: Reject non-kernel files in the shim_lock...
2022-06-08 Chris Coulsonloader/efi/chainloader: Use grub_loader_set_ex()
2022-06-08 Chris Coulsoncommands/boot: Add API to pass context to loader
2022-06-08 Chris Coulsonloader/efi/chainloader: Simplify the loader state
2022-06-08 Julian Andres... (prep) Bump grub SBAT level to 2
2022-04-25 Julian Andres... Disable building with LTO
2022-04-25 Julian Andres... Add Julian Andres Klode to uploaders
2022-03-20 Colin Watson[id] Indonesian (Andika Triwidada)
2022-02-08 Colin WatsonDrop now-unnecessary sparc PIE workaround from debian...
2021-12-30 Colin WatsonSet upstream metadata fields: Bug-Submit (from ./config...
2021-12-30 Colin WatsonBump debhelper from old 10 to 13.
2021-12-30 Colin WatsonAdd missing ${misc:Depends} to Depends for grub-efi...
2021-12-30 Colin Watsondebian/copyright: use spaces rather than tabs to start...
2021-12-30 Colin WatsonTrim trailing whitespace.
next