]> git.proxmox.com Git - efi-boot-shim.git/shortlog
efi-boot-shim.git
2023-11-02 Steve McIntyreTweak building with pesign changes
2023-01-31 Steve McIntyreRelease 15.7-1
2023-01-30 Steve McIntyreSwith to using the upstream "enable NX" patch
2023-01-29 Steve McIntyreBlock Debian grub binaries with sbat < 4 (see #1024617)
2023-01-24 Steve McIntyreEnable NX support at build time
2023-01-22 Steve McIntyreUpdate upstream commit hash in build
2023-01-22 Steve McIntyreUpdate to Standards-Version 4.6.2 (no changes needed)
2023-01-22 Steve McIntyreSwitch to using gcc-12
2023-01-22 Steve McIntyreSwitch to new upstream (15.7)
2023-01-22 Steve McIntyreUpdate upstream source from tag 'upstream/15.7'
2023-01-22 Steve McIntyreNew upstream version 15.7
2022-07-21 Steve McIntyreRelease 15.6-1
2022-06-22 Steve McIntyreStart packaging updates for the new 15.6 upstream release
2022-06-22 Steve McIntyreNew upstream version 15.6
2022-06-22 Steve McIntyreUpdate upstream source from tag 'upstream/15.6'
2022-05-01 Steve McIntyreUpdate the 32-bit format patch after upstream review
2022-04-28 Steve McIntyreAdd patch headers for our patches now I've pushed PRs
2022-04-27 Steve McIntyreTry again on the string format fix
2022-04-27 Steve McIntyreFix format strings for 32-bit builds
2022-04-27 Steve McIntyreAdd new build-dep on libefivar-dev for tests
2022-04-27 Steve McIntyreTry again with includes
2022-04-27 Steve McIntyreTweak setup for dh_auto_test so the tests work
2022-04-27 Steve McIntyreStart packaging updates for the new 15.51 upstream...
2022-04-27 Steve McIntyreNew upstream version 15.5
2022-04-27 Steve McIntyreUpdate upstream source from tag 'upstream/15.5'
2021-07-12 Steve McIntyreTweak how we call grub-install; don't abort on error
2021-06-23 Steve McIntyreRelease 15.4-6
2021-06-22 Steve McIntyreIn insecure mode, don't abort if we can't create the...
2021-06-22 Steve McIntyreAdd arm64 patch to tweak section layout and stop crashi...
2021-05-05 Steve McIntyreAdd defensive code around calls to db_get
2021-05-04 Steve McIntyreFix up the template maintainer scripts
2021-05-03 Steve McIntyreAdd maintainer scripts to the template packages
2021-04-20 Steve McIntyreAdd changelog for 15.4-2 with new patches
2021-04-20 Steve McIntyreDon't call QueryVariableInfo() on EFI 1.10 machines
2021-04-20 Steve McIntyreFix handling of ignore_db and user_insecure_mode
2021-04-17 Steve McIntyreStop hardcoding the release version in the rules file
2021-04-17 Steve McIntyreClean more things
2021-04-17 Steve McIntyrePrep for releasing based on 15.4
2021-04-14 Steve McIntyreallocate MOK config table as BootServicesData
2021-03-31 Steve McIntyreAdd one more patch from upstream to fix i386 binary...
2021-03-31 Steve McIntyreMove the sha256sum call to the end of the install phase
2021-03-31 Steve McIntyreOverride dh_auto_build setting INSTALL, cut down on...
2021-03-31 Steve McIntyreUpdate to the 15.4 release
2021-03-31 Steve McIntyreUpdate upstream source from tag 'upstream/15.4'
2021-03-31 Steve McIntyreNew upstream version 15.4
2021-03-24 Steve McIntyrePrint sha256 checksums of the EFI binaries when the...
2021-03-24 Steve McIntyreTweak the SBAT data to keep reproducibility
2021-03-24 Steve McIntyreAdd missing build-dep on xxd for build-time unit tests
2021-03-23 Steve McIntyreNew upstream version 15.3
2021-03-23 Steve McIntyreUpdate upstream source from tag 'upstream/15.3'
2021-03-23 Steve McIntyreSwitch to using the 15.3 release from upstream
2021-03-23 Steve McIntyreRemove all out outstanding patches
2021-03-23 Steve McIntyreUpdate copyright file
2021-03-23 Steve McIntyreFix up some of the options we're using at build time
2021-03-23 Steve McIntyreImprove how the dbx hashes are handled
2021-03-23 Steve McIntyreTweak the gnu-efi tarball code
2021-03-23 Steve McIntyreAdd an extra rule to generate the extra gnu-efi tarball
2021-03-23 Steve McIntyreAdd Debian SBAT data to the shim build
2021-03-23 Steve McIntyreAdd dbx entries for all our existing grub binaries
2021-02-21 Steve McIntyreChange changelog to shut lintian up
2021-02-21 Steve McIntyreRemove artifacts that upstream installs that we don...
2021-02-21 Steve McIntyreAdd new patch cast-CHAR8-string-handling.patch
2021-02-21 Steve McIntyreTrivial change to remove bashisms in Make.coverity
2021-02-21 Steve McIntyreRemove all our old patches, no longer needed:
2021-02-21 Steve McIntyreSwitch to using gcc-10 rather than gcc-9. Closes: ...
2021-02-21 Steve McIntyreSwitch to newer upstream "release" 15+1613861442.888f5b5
2021-02-21 Steve McIntyreUpdate upstream source from tag 'upstream/15+1613861442...
2021-02-20 Jan Setje-EilersAdd --set-section-alignment '.sbat=512' to objcopy...
2021-02-20 Chris CoulsonInclude missing .text sections in PE/COFF binary
2021-02-19 Chris Coulsonbuild: Pass the correct paths to sbsign
2021-02-19 Peter Jonessbat: Fix two NULL derefs found with "gcc -fanalyzer"
2021-02-19 Javier Martinez... sbat: make shim to parse it's own .sbat section on...
2021-02-19 Javier Martinez... shim: initialize OpenSSL after parsing SBAT data
2021-02-19 Javier Martinez... sbat: include NULL terminator when calculating buffer...
2021-02-19 Peter Jonespe.c: move sbat verification to its own function.
2021-02-19 Javier Martinez... Don't re-parse the SBAT EFI variable for each binary...
2021-02-19 Peter Jonesparse_sbat: handle the realloc failure leak and batch...
2021-02-19 Alex Burmashevpe.c: parse SBAT variable and perform basic verification
2021-02-19 Peter Jonessbat: drop the struct sbat and just use two variables...
2021-02-19 Peter Jonesshim: use an enum for efi_main's error messages.
2021-02-19 Hai HuangFix EV_EFI_VARIABLE_AUTHORITY event in eventlog
2021-02-19 Paul Moorebuild: add some basic $EFI_PATH checking
2021-02-18 Alex Burmashevadd list_empty to linked list primitives
2021-02-18 Alex Burmashevstrndupa: allocate len + 1, so that \0 is not lost
2021-02-18 Peter JonesFix an off by one in strnlena()
2021-02-18 Steve McIntyreFixups after Peter's review
2021-02-18 Steve McIntyreSecond attempt at SBAT doc tweaks
2021-02-18 Jan Setje-Eilersfix nit
2021-02-18 Jan Setje-Eilersfix nit
2021-02-18 Jan Setje-Eilersfix nit
2021-02-18 Jan Setje-Eilersfix not
2021-02-18 Peter JonesSBAT: Fix all the docs examples to start with version 1
2021-02-18 Peter JonesSBAT: make the variable be CSV in our spec.
2021-02-16 Chris Cosbat: add minor fixes to parse_sbat
2021-02-16 Javier Martinez... sbat: use correct type for parse_sbat_var() return...
2021-02-16 Javier Martinez... sbat: remove unused buffer parameter in parse_sbat...
2021-02-16 Peter Jonessbat: clang-format the whole thing.
2021-02-16 Peter JonesUse gcc -Os instead of -O0.
2021-02-16 Chris CoulsonRename check_{white,black}list to check_{allow,deny...
2021-02-16 Peter JonesAdd ENABLE_SHIM_DEVEL config to change what our debug...
next