| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-05-04 | Update build-dep on shim-unsigneddebian/1.35 | Steve McIntyre | |
| 2021-05-04 | Fix the old doc links for shim-signed. Closes: #988057 | Steve McIntyre | |
| 2021-05-04 | If we're not running on an EFI system then exit cleanly | Steve McIntyre | |
| in postinst and postrm. We have nothing to do here. Closes: #988059 | |||
| 2021-05-04 | Add explicit dependency from shim-signed to shim-signed-common | Steve McIntyre | |
| Closes: #988047, #988056 | |||
| 2021-05-03 | Release shim-signed 1.34 for siddebian/1.34 | Steve McIntyre | |
| 2021-05-03 | Add a NEWS file for shim-signed to talk about arm64 | Steve McIntyre | |
| As it's in the package now, no need to link to the wiki. | |||
| 2021-05-03 | This upload closes #987991 as well | Steve McIntyre | |
| 2021-05-03 | Document the maint script changes in the changelog | Steve McIntyre | |
| 2021-05-03 | Only run grub-install if we're actually running on an EFI system | Steve McIntyre | |
| Try to avoid errors if people are doing weird things | |||
| 2021-05-03 | Move grub-install bits from the -common postinst | Steve McIntyre | |
| There's no guarantee that it will be called when needed, so switch to the binary packages instead. | |||
| 2021-05-03 | Also add a shim-signed.postrm | Steve McIntyre | |
| Similarly to the postinst, we need to call grub-install to ensure the boot chain is correct. If we're being remove, *again* work out the right grub EFI target arch and the grub-install options so we can call grub-install safely. Also: grub-install won't clean up after us if we've been uninstalled, so also go and remove the shim binary from the ESP. | |||
| 2021-05-03 | Important bugfixes for shim-signed-common.postinst | Steve McIntyre | |
| As we're calling grub-install and specifying the target EFI arch, make sure that we're using the *right* EFI arch. If we're on a mixed-mode x86 system (32-bit UEFI, 64-bit CPU), that means that we need to be specifying i386-efi here. Also check to see if grub-efi has been configured to use --force-extra-removable or --no-nvram. If we're calling grub-install here, then it's important we follow the same rules or we may end up breaking installations. :-/ | |||
| 2021-05-03 | Fix typo | Steve McIntyre | |
| 2021-04-30 | Fix command-line arguments for dh_gencontrol | Steve McIntyre | |
| The arguments going to dh_gencontrol need to e before the -- , doh! | |||
| 2021-04-30 | Typo fix - remove space | Steve McIntyre | |
| 2021-04-30 | Add Spanish translation for debconf templates | Steve McIntyre | |
| Thanks to Camaleón. Closes: #987339 | |||
| 2021-04-30 | Tweak dh_install* usage for docs | Steve McIntyre | |
| Newer versions of debhelper are not happy about setting up cross-package links for (e.g.) copyright and changelog files between binary-any and binary-all packages. Stop trying to do that now, just include them in both the shim-signed and shim-signed-common packages separately. | |||
| 2021-04-30 | Don't include apport stuff in the Debian build, it's not useful | Steve McIntyre | |
| 2021-04-30 | Tweak the Makefile setup | Steve McIntyre | |
| "make check" should not matter in terms of the package build. Closes: #936002 | |||
| 2021-04-30 | The new shim build means we can close #971129 | Steve McIntyre | |
| 2021-04-30 | Tweak arm64 building a lot | Steve McIntyre | |
| And various other minor packaging tweaks Add a different description at package build time to warn users that shim-signed on arm64 is *not* actually signed. Add a doc link to the wiki for more details. Comment out a lintian override for arm64 | |||
| 2021-04-28 | Add the new signed binaries based on 15.4-2 | Steve McIntyre | |
| 2019-06-09 | Prepare 1.33 releasedebian/1.33 | Steve McIntyre | |
| 2019-06-09 | Ignore generated files | Steve McIntyre | |
| 2019-06-09 | Display the sha256sums of the binaries as we check them | Steve McIntyre | |
| 2019-06-09 | Drop the hard-coded version in Built-Using | Steve McIntyre | |
| Pick up the version of shim we're using properly. | |||
| 2019-06-09 | Update to use the new signed binaried | Steve McIntyre | |
| * Build against new signed binaries corresponding to 15+1533136590.3beb971-7 * Update Build-Depends and Depends to match. Closes: #928107 | |||
| 2019-05-28 | Prepare 1.32 releasedebian/1.32 | Steve McIntyre | |
| 2019-05-28 | Add Breaks/Replaces to shim-signed-common | Steve McIntyre | |
| For update-secureboot-policy etc. Closes: #929673 | |||
| 2019-05-27 | Remove doc link used to quieten old lintian versionsdebian/1.31 | Steve McIntyre | |
| 2019-05-27 | Prepare 1.31 release | Steve McIntyre | |
| 2019-05-27 | Move the translation bits to the -common package | Steve McIntyre | |
| 2019-05-27 | Updated Dutch translation | Steve McIntyre | |
| Closes: #917580, #926664, thanks to Frans Spiesschaert | |||
| 2019-05-27 | Add Russian translation | Steve McIntyre | |
| Closes: #922229, thanks to Lev Lamberov | |||
| 2019-05-27 | Add Swedish translation | Steve McIntyre | |
| Closes: #921410, thanks to Matrin Bagge | |||
| 2019-05-27 | Add Italian translation | Steve McIntyre | |
| Closes: #915993, thanks to Beatrice Torracca | |||
| 2019-05-27 | Separate the helper scripts into a new shim-signed-common package | Steve McIntyre | |
| Separate this from the actual signed shim binaries so that we can sensibly support co-installability using Multi-Arch. Closes: #928486 | |||
| 2019-05-25 | fix error if /var/lib/dkms does not exist. Closes: #923718 | Steve McIntyre | |
| 2019-04-23 | Release 1.30debian/1.30 | Steve McIntyre | |
| 2019-04-23 | Force the built-using version to be 15+1533136590.3beb971-6 | Steve McIntyre | |
| That *does* match the source we've used, we're only using -5 due to toolchain changes elsewhere. dak rejected us when using -5. Ick :-( | |||
| 2019-04-22 | Really release 1.29debian/1.29 | Steve McIntyre | |
| 2019-04-22 | Update Standards-Version to 4.3.0 | Steve McIntyre | |
| No changes needed... | |||
| 2019-04-22 | Add lintian overrides for source-contains-prebuilt-windows-binary | Steve McIntyre | |
| Nothing we can do about this - this is how the package works! | |||
| 2019-04-22 | Add Vcs-* fields for the shim-signed repo on salsa | Steve McIntyre | |
| 2019-04-22 | Explain why we need a newer version of sbsigntool | Steve McIntyre | |
| 2019-04-22 | Install the correct binary for this arch | Steve McIntyre | |
| 2019-04-22 | For grub-install, work out the right target name | Steve McIntyre | |
| Don't assume that we're on amd64 so we want x86_64-efi ... | |||
| 2019-04-22 | Release shim-signed version 1.29 | Steve McIntyre | |
| 2019-04-19 | Specifically depend on sbsigntool (>= 0.9.2-2) | Steve McIntyre | |
| To fix a bug in the PE/COFF checksum that otherwise breaks the build | |||
| 2019-04-19 | Grab the version of shim-unsigned in debian/rules, not shim | Steve McIntyre | |
