diff --git a/system/boot/efitools/actions.py b/system/boot/efitools/actions.py index 942a10d46a..698ec84122 100644 --- a/system/boot/efitools/actions.py +++ b/system/boot/efitools/actions.py @@ -10,6 +10,7 @@ from pisi.actionsapi import shelltools from pisi.actionsapi import get def build(): + shelltools.system('sed -i "s/-O2/${CFLAGS} -Wno-pointer-sign/" Make.rules') shelltools.export("ARCH","x86_64") autotools.make() diff --git a/system/boot/efitools/files/efitools-1.9.2-wrong_var_name-with-gnu-efi-3.0.11.patch b/system/boot/efitools/files/efitools-1.9.2-wrong_var_name-with-gnu-efi-3.0.11.patch new file mode 100644 index 0000000000..111e9fd8e9 --- /dev/null +++ b/system/boot/efitools/files/efitools-1.9.2-wrong_var_name-with-gnu-efi-3.0.11.patch @@ -0,0 +1,12 @@ +diff -Naru a/lib/console.c b/lib/console.c +--- a/lib/console.c 2019-11-28 13:59:02.099153788 +0100 ++++ b/lib/console.c 2019-11-28 13:59:42.209153890 +0100 +@@ -357,7 +357,7 @@ + { EFI_SECURITY_VIOLATION, L"Security Violation"}, + + // warnings +- { EFI_WARN_UNKOWN_GLYPH, L"Warning Unknown Glyph"}, ++ { EFI_WARN_UNKNOWN_GLYPH, L"Warning Unknown Glyph"}, + { EFI_WARN_DELETE_FAILURE, L"Warning Delete Failure"}, + { EFI_WARN_WRITE_FAILURE, L"Warning Write Failure"}, + { EFI_WARN_BUFFER_TOO_SMALL, L"Warning Buffer Too Small"}, diff --git a/system/boot/efitools/pspec.xml b/system/boot/efitools/pspec.xml index 2c1559054e..844c0360b5 100644 --- a/system/boot/efitools/pspec.xml +++ b/system/boot/efitools/pspec.xml @@ -12,7 +12,7 @@ app UEFI güvenli önyükleme platformlarını işleme araçları Tools for manipulating UEFI secure boot platforms - https://git.kernel.org/pub/scm/linux/kernel/git/jejb/efitools.git/snapshot/efitools-1.8.1.tar.gz + https://git.kernel.org/pub/scm/linux/kernel/git/jejb/efitools.git/snapshot/efitools-1.9.2.tar.gz gnu-efi help2man @@ -21,7 +21,7 @@ openssl-devel - + efitools-1.9.2-wrong_var_name-with-gnu-efi-3.0.11.patch @@ -38,6 +38,13 @@ + + 2020-01-25 + 1.9.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2018-10-21 1.8.1