]> git.proxmox.com Git - efi-boot-shim.git/history - debian
Fix format strings for 32-bit builds
[efi-boot-shim.git] / debian /
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 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-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 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...
2020-07-24 Steve McIntyrePrepare 15+1533136590.3beb971-10 upload
2020-07-24 Steve McIntyreMinimal-change upload to pick up rotated Debian signing...
2020-07-24 Steve McIntyreUse sort and uniq - minimise the size of the list here
2020-07-24 Steve McIntyreTypo fix
2020-06-12 Mario LimoncielloMerge branch 'lintian-fixes' into 'master'
2020-04-01 Debian JanitorUpdate standards version to 4.4.1, no changes needed.
2020-04-01 Debian JanitorSet upstream metadata fields: Bug-Database, Bug-Submit.
2020-04-01 Debian JanitorSet debhelper-compat version in Build-Depends.
2020-04-01 Debian JanitorBump debhelper from old 11 to 12.
2020-04-01 Debian Janitordebian/copyright: use spaces rather than tabs to start...
2020-04-01 Debian JanitorUse secure copyright file specification URI.
2020-04-01 Debian JanitorTrim trailing whitespace.
2020-03-30 Steve McIntyreTweak the version dependency of the -helpers-ARCH-signe...
2020-03-24 Steve McIntyrePrepare Debian release 15+1533136590.3beb971-8
2020-03-24 Steve McIntyreUpdate debhelper compat level to 11
2020-03-24 Steve McIntyreSwitch to using gcc-9 for builds. Closes: #925826
2019-05-08 Steve McIntyreUse --padding when calling pesign to generate hashes
2019-05-08 Steve McIntyrePrepare Debian release 15+1533136590.3beb971-7
2019-05-08 Steve McIntyreRemove the hash for Sledge's test arm64 grub binary
2019-05-07 Steve McIntyreAdd an empty list of hashes for the Ubuntu build
2019-05-06 dann frazierOutput efisiglist commands to the build log
2019-05-06 dann frazierRequire dbx hashes
2019-05-06 dann frazierUse $@ instead of referencing ${DBX_LIST} in multiple...
2019-05-06 dann frazier'set -e' the code that generates the dbx list
2019-05-06 dann frazierRemove unnecessary exports
2019-05-06 Steve McIntyreMerge branch 'hack' from 93sam
2019-05-06 Steve McIntyreAdd more hashes that we want to blacklist
2019-05-06 Steve McIntyreAdd initial file with test checksums for the dbx list
2019-05-04 Steve McIntyreGenerate a vendor dbx file at build time
2019-05-03 Steve McIntyreBuild using gcc-7
2019-05-03 Steve McIntyreUpdate VCS-* fields in debian/control
2019-05-03 Steve McIntyreFix OBJ_create() to tolerate a NULL sn and ln
2019-05-03 Steve McIntyreVLogError(): Avoid NULL pointer dereferences in (V...
2019-03-25 Steve McIntyreMerge branch 'update-vcs-fields' into 'master'
2019-03-25 Ansgar Burchardtdebian/control: Update Vcs-* fields
2019-03-23 Steve McIntyrePrepare Debian release 15+1533136590.3beb971-6
2019-03-23 Helmut GrohneFix FTCBFS: Set CROSS_COMPILE. (Closes: #922152)
2019-03-23 Steve McIntyreAdd Provides: and Breaks: to shim-helpers-$arch-signed
2019-03-12 Steve McIntyrePrepare Debian release 15+1533136590.3beb971-5
2019-03-12 Steve McIntyreRemove Rules-Requires-Root in the signing template.
2019-03-12 Steve McIntyreAdd changelog entry for Ansgar's fix in 196119a5
2019-03-12 Steve McIntyreMerge branch 'correct-maintainer-address' into 'master'
2019-03-11 Ansgar BurchardtCorrect maintainer address in signing template
2019-03-09 Steve McIntyrePrepare Debian release 15+1533136590.3beb971-4
2019-03-09 Steve McIntyrePrepare Debian release 15+1533136590.3beb971-3
2019-03-08 Steve McIntyreUpdate the signing-template JSON metadata
2019-03-07 Steve McIntyreMerge branch 'rename-helpers' into 'master'
2019-03-06 Steve McIntyreRename all the packages containg the helper binaries
2019-03-06 Steve McIntyreChange maintenance address to be the EFI team
2019-03-06 Steve McIntyreTypo fix: s,singing,signing,g
2019-02-15 Luca BoccassiAdd uname.patch to avoid architecture variability
2019-02-15 Luca BoccassiInclude /usr/share/dpkg/architecture.mk instead of...
2019-02-15 Luca BoccassiOverride lintian error about template rules file
2019-02-15 Philipp HahnAdd shim-$arch-signed-template support
next