Date: Wednesday, August 1, 2018 @ 17:49:33 Author: anatolik Revision: 330419
upgpkg: syslinux 6.03-11 FS#59450 uefi do not hang if no keyboard Modified: syslinux/trunk/PKGBUILD ----------+ PKGBUILD | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-08-01 16:10:37 UTC (rev 330418) +++ PKGBUILD 2018-08-01 17:49:33 UTC (rev 330419) @@ -6,7 +6,7 @@ pkgname=syslinux pkgver=6.03 _tag=syslinux-$pkgver -pkgrel=10 +pkgrel=11 pkgdesc='Collection of boot loaders that boot from FAT, ext2/3/4 and btrfs filesystems, from CDs and via PXE' url='http://www.syslinux.org/' arch=(x86_64) @@ -39,6 +39,7 @@ set_mode_base.patch::http://repo.or.cz/syslinux.git/patch/0a2dbb3 fix_return_pointer.patch::http://repo.or.cz/syslinux.git/patch/8dc6d758b564a1ccc44c3ae11f265d43628219ce support-ext4-64bit.patch::http://repo.or.cz/syslinux.git/patch/af7e95c32cea40c1e443ae301e64b27f068b4915 + efi_no_kbd.patch::http://repo.or.cz/syslinux.git/patch/73bb3701a19a9eeb30b6f77ff7612ca2a9cd3f38 fix_infinite_loop_tests.patch ) sha1sums=('SKIP' @@ -52,6 +53,7 @@ '500c174fce91133d40024b28f6f5cedb144b84c2' 'b3d2196aaec154749c5b796c6d9bfd605a918cf8' 'fe3ab41235aa57259bb6af8cc30c5877c1d8fb57' + '26d9596fd2b2fd92c30b8a441c18176c6b4e0f4d' '7ecb02550666dfafeb0b22a67dcc34caa4b79767') _targets='bios efi32' @@ -85,6 +87,9 @@ # FS#58137 patch -p1 < ../support-ext4-64bit.patch + # FS#59450 + patch -p1 < ../efi_no_kbd.patch + # do not swallow efi compilation output to make debugging easier sed 's|> /dev/null 2>&1||' -i efi/check-gnu-efi.sh