Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
sbsign_check_write_return.patch | =================================================================== | no | ||||
fix-efi-arch-detection.patch | Fix EFI architecture detection Currently we use 'uname -m', which tells us the build architecture. In a cross-building environment or compat environment, this is not the same as the host architecture. Use AC_CANONICAL_HOST instead. =================================================================== |
Ben Hutchings <ben@decadent.org.uk> | no | 2016-06-26 | ||
fix_checksum_calc.patch | Fix PE/COFF checksum calculation Upstream reconfigured the code to allow for multiple checksums to be included on a binary, but mis-handled the change to buffer and checksum handling such that the cert_table header was now being counted twice. Fix that. diff --git a/src/image.c b/src/image.c index 745191f..3ada37b 100644 |
Steve McIntyre <93sam@debian.org> | no | 2019-06-19 |