efitools ver. bump
This commit is contained in:
@@ -10,6 +10,7 @@ from pisi.actionsapi import shelltools
|
|||||||
from pisi.actionsapi import get
|
from pisi.actionsapi import get
|
||||||
|
|
||||||
def build():
|
def build():
|
||||||
|
shelltools.system('sed -i "s/-O2/${CFLAGS} -Wno-pointer-sign/" Make.rules')
|
||||||
shelltools.export("ARCH","x86_64")
|
shelltools.export("ARCH","x86_64")
|
||||||
|
|
||||||
autotools.make()
|
autotools.make()
|
||||||
|
|||||||
@@ -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"},
|
||||||
@@ -12,7 +12,7 @@
|
|||||||
<IsA>app</IsA>
|
<IsA>app</IsA>
|
||||||
<Summary>UEFI güvenli önyükleme platformlarını işleme araçları</Summary>
|
<Summary>UEFI güvenli önyükleme platformlarını işleme araçları</Summary>
|
||||||
<Description>Tools for manipulating UEFI secure boot platforms</Description>
|
<Description>Tools for manipulating UEFI secure boot platforms</Description>
|
||||||
<Archive sha1sum="cb36b836676b5c73780045b4a5c949f8ecc021bd" type="targz">https://git.kernel.org/pub/scm/linux/kernel/git/jejb/efitools.git/snapshot/efitools-1.8.1.tar.gz</Archive>
|
<Archive sha1sum="eb06da832e02ca4a6afeefb89c015ee566961c58" type="targz">https://git.kernel.org/pub/scm/linux/kernel/git/jejb/efitools.git/snapshot/efitools-1.9.2.tar.gz</Archive>
|
||||||
<BuildDependencies>
|
<BuildDependencies>
|
||||||
<Dependency>gnu-efi</Dependency>
|
<Dependency>gnu-efi</Dependency>
|
||||||
<Dependency>help2man</Dependency>
|
<Dependency>help2man</Dependency>
|
||||||
@@ -21,7 +21,7 @@
|
|||||||
<Dependency>openssl-devel</Dependency>
|
<Dependency>openssl-devel</Dependency>
|
||||||
</BuildDependencies>
|
</BuildDependencies>
|
||||||
<Patches>
|
<Patches>
|
||||||
<!-- <Patch level="1">upstream.patch</Patch> -->
|
<Patch level="1">efitools-1.9.2-wrong_var_name-with-gnu-efi-3.0.11.patch</Patch>
|
||||||
</Patches>
|
</Patches>
|
||||||
</Source>
|
</Source>
|
||||||
<Package>
|
<Package>
|
||||||
@@ -38,6 +38,13 @@
|
|||||||
</Files>
|
</Files>
|
||||||
</Package>
|
</Package>
|
||||||
<History>
|
<History>
|
||||||
|
<Update release="4">
|
||||||
|
<Date>2020-01-25</Date>
|
||||||
|
<Version>1.9.2</Version>
|
||||||
|
<Comment>Version bump.</Comment>
|
||||||
|
<Name>Mustafa Cinasal</Name>
|
||||||
|
<Email>muscnsl@gmail.com</Email>
|
||||||
|
</Update>
|
||||||
<Update release="3">
|
<Update release="3">
|
||||||
<Date>2018-10-21</Date>
|
<Date>2018-10-21</Date>
|
||||||
<Version>1.8.1</Version>
|
<Version>1.8.1</Version>
|
||||||
|
|||||||
Reference in New Issue
Block a user