Date: Friday, February 18, 2022 @ 18:39:20 Author: diabonas Revision: 1134101
shim: add warning about broken chain of trust for 15.5 update Cf. https://github.com/rhboot/shim/issues/453 Modified: shim/trunk/PKGBUILD ----------+ PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-02-18 18:38:23 UTC (rev 1134100) +++ PKGBUILD 2022-02-18 18:39:20 UTC (rev 1134101) @@ -2,7 +2,7 @@ # Maintainer: Jonas Witschel <[email protected]> pkgname=shim -pkgver=15.4 +pkgver=15.4 # DO NOT UPDATE until https://github.com/rhboot/shim/issues/453 is resolved pkgrel=1 pkgdesc="EFI preloader (unsigned EFI binaries)" arch=('any')
