openssl rebuild

This commit is contained in:
Rmys
2024-12-28 00:23:04 +03:00
parent cb5db36628
commit 57dbc3441b
3 changed files with 26 additions and 5 deletions
@@ -1,12 +1,13 @@
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 @@
@@ -357,7 +357,7 @@ static struct {
{ 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_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"},
@@ -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)
+10 -3
View File
@@ -12,8 +12,8 @@
<IsA>app:console</IsA>
<Summary>Tools to add signatures to EFI binaries and Drivers</Summary>
<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="36c06cc1da55eb8c955724220b3010041ae29949" target="sbsigntools-0.9.3" type="targz">https://dev.gentoo.org/~tamiko/distfiles/sbsigntool-0.8-ccan.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.5" type="targz">https://dev.gentoo.org/~tamiko/distfiles/sbsigntool-0.8-ccan.tar.gz</Archive>
<BuildDependencies>
<Dependency>openssl-devel</Dependency>
<Dependency>libutil-linux-devel</Dependency>
@@ -21,7 +21,7 @@
<Dependency>help2man</Dependency>
</BuildDependencies>
<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>
</Source>
@@ -39,6 +39,13 @@
</Package>
<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">
<Date>2024-12-27</Date>
<Version>0.9.3</Version>