openssl rebuild
This commit is contained in:
@@ -1,12 +1,13 @@
|
|||||||
diff -Naru a/lib/console.c b/lib/console.c
|
diff -Naru a/lib/console.c b/lib/console.c
|
||||||
--- a/lib/console.c 2019-11-28 13:59:02.099153788 +0100
|
--- a/lib/console.c 2019-11-28 13:59:02.099153788 +0100
|
||||||
+++ b/lib/console.c 2019-11-28 13:59:42.209153890 +0100
|
+++ b/lib/console.c 2019-11-28 13:59:42.209153890 +0100
|
||||||
@@ -357,7 +357,7 @@
|
@@ -357,7 +357,7 @@ static struct {
|
||||||
{ EFI_SECURITY_VIOLATION, L"Security Violation"},
|
{ EFI_SECURITY_VIOLATION, L"Security Violation"},
|
||||||
|
|
||||||
// warnings
|
// warnings
|
||||||
- { EFI_WARN_UNKOWN_GLYPH, L"Warning Unknown Glyph"},
|
- { EFI_WARN_UNKOWN_GLYPH, L"Warning Unknown Glyph"},
|
||||||
+ { EFI_WARN_UNKNOWN_GLYPH, L"Warning Unknown Glyph"},
|
+ { EFI_WARN_UNKNOWN_GLYPH, L"Warning Unknown Glyph"},
|
||||||
{ EFI_WARN_DELETE_FAILURE, L"Warning Delete Failure"},
|
{ EFI_WARN_DELETE_FAILURE, L"Warning Delete Failure"},
|
||||||
{ EFI_WARN_WRITE_FAILURE, L"Warning Write Failure"},
|
{ EFI_WARN_WRITE_FAILURE, L"Warning Write Failure"},
|
||||||
{ EFI_WARN_BUFFER_TOO_SMALL, L"Warning Buffer Too Small"},
|
{ EFI_WARN_BUFFER_TOO_SMALL, L"Warning Buffer Too Small"},
|
||||||
|
|
||||||
|
|||||||
@@ -0,0 +1,13 @@
|
|||||||
|
https://bugs.gentoo.org/832212
|
||||||
|
https://bugs.gentoo.org/845372
|
||||||
|
--- a/src/Makefile.am
|
||||||
|
+++ b/src/Makefile.am
|
||||||
|
@@ -7,7 +7,7 @@ AM_CFLAGS = -Wall -Wextra --std=gnu99
|
||||||
|
common_SOURCES = idc.c idc.h image.c image.h fileio.c fileio.h \
|
||||||
|
efivars.h $(coff_headers)
|
||||||
|
common_LDADD = ../lib/ccan/libccan.a $(libcrypto_LIBS)
|
||||||
|
-common_CFLAGS = -I$(top_srcdir)/lib/ccan/ -Werror
|
||||||
|
+common_CFLAGS = -I$(top_srcdir)/lib/ccan/
|
||||||
|
|
||||||
|
sbsign_SOURCES = sbsign.c $(common_SOURCES)
|
||||||
|
sbsign_LDADD = $(common_LDADD)
|
||||||
@@ -12,8 +12,8 @@
|
|||||||
<IsA>app:console</IsA>
|
<IsA>app:console</IsA>
|
||||||
<Summary>Tools to add signatures to EFI binaries and Drivers</Summary>
|
<Summary>Tools to add signatures to EFI binaries and Drivers</Summary>
|
||||||
<Description>Tools to add signatures to EFI binaries and Drivers</Description>
|
<Description>Tools to add signatures to EFI binaries and Drivers</Description>
|
||||||
<Archive sha1sum="a146ee7cf5d46bd2fee212ae17f80a647d9b7138" type="targz">https://git.kernel.org/pub/scm/linux/kernel/git/jejb/sbsigntools.git/snapshot/sbsigntools-0.9.3.tar.gz</Archive>
|
<Archive sha1sum="31db7da78af1c1e0f0c9d47f7831b37b6a1e3c88" type="targz">https://git.kernel.org/pub/scm/linux/kernel/git/jejb/sbsigntools.git/snapshot/sbsigntools-0.9.5.tar.gz</Archive>
|
||||||
<Archive sha1sum="36c06cc1da55eb8c955724220b3010041ae29949" target="sbsigntools-0.9.3" type="targz">https://dev.gentoo.org/~tamiko/distfiles/sbsigntool-0.8-ccan.tar.gz</Archive>
|
<Archive sha1sum="36c06cc1da55eb8c955724220b3010041ae29949" target="sbsigntools-0.9.5" type="targz">https://dev.gentoo.org/~tamiko/distfiles/sbsigntool-0.8-ccan.tar.gz</Archive>
|
||||||
<BuildDependencies>
|
<BuildDependencies>
|
||||||
<Dependency>openssl-devel</Dependency>
|
<Dependency>openssl-devel</Dependency>
|
||||||
<Dependency>libutil-linux-devel</Dependency>
|
<Dependency>libutil-linux-devel</Dependency>
|
||||||
@@ -21,7 +21,7 @@
|
|||||||
<Dependency>help2man</Dependency>
|
<Dependency>help2man</Dependency>
|
||||||
</BuildDependencies>
|
</BuildDependencies>
|
||||||
<Patches>
|
<Patches>
|
||||||
<Patch level="1">sbsigntools-0.9.1-openssl-1.1.0-compat.patch</Patch>
|
<Patch level="1">sbsigntools-0.9.4-no-werror.patch</Patch>
|
||||||
</Patches>
|
</Patches>
|
||||||
</Source>
|
</Source>
|
||||||
|
|
||||||
@@ -39,6 +39,13 @@
|
|||||||
</Package>
|
</Package>
|
||||||
|
|
||||||
<History>
|
<History>
|
||||||
|
<Update release="7">
|
||||||
|
<Date>2024-12-28</Date>
|
||||||
|
<Version>0.9.5</Version>
|
||||||
|
<Comment>Version bump.</Comment>
|
||||||
|
<Name>Pisi Linux Community</Name>
|
||||||
|
<Email>admin@pisilinux.org</Email>
|
||||||
|
</Update>
|
||||||
<Update release="6">
|
<Update release="6">
|
||||||
<Date>2024-12-27</Date>
|
<Date>2024-12-27</Date>
|
||||||
<Version>0.9.3</Version>
|
<Version>0.9.3</Version>
|
||||||
|
|||||||
Reference in New Issue
Block a user