summaryrefslogtreecommitdiffhomepage
path: root/patches/sbsigntools_pre.local.patch
diff options
context:
space:
mode:
authorØrjan Malde <red@foxi.me>2020-05-02 22:22:27 +0200
committerLucio Andrés Illanes Albornoz <lucio@lucioillanes.de>2020-05-02 21:23:43 +0100
commit6168a78d3957e6a56540aca8760d17b2e12f42a0 (patch)
tree4b7230879c86c08f0511556e23632e4f700fb739 /patches/sbsigntools_pre.local.patch
parent9dd525f3f7b4b8deb36952d2e199b0c4d544b007 (diff)
downloadmidipix_build-6168a78d3957e6a56540aca8760d17b2e12f42a0.tar.bz2
midipix_build-6168a78d3957e6a56540aca8760d17b2e12f42a0.tar.xz
groups/221.native_packages_dev.group: adds sbsigntools. (git master)
Signed-off-by: Lucio Andrés Illanes Albornoz <lucio@lucioillanes.de>
Diffstat (limited to 'patches/sbsigntools_pre.local.patch')
-rw-r--r--patches/sbsigntools_pre.local.patch107
1 files changed, 107 insertions, 0 deletions
diff --git a/patches/sbsigntools_pre.local.patch b/patches/sbsigntools_pre.local.patch
new file mode 100644
index 00000000..45443991
--- /dev/null
+++ b/patches/sbsigntools_pre.local.patch
@@ -0,0 +1,107 @@
+Only in sbsigntools: aclocal.m4
+Only in sbsigntools: AUTHORS
+Only in sbsigntools: autom4te.cache
+Only in sbsigntools: ChangeLog
+Only in sbsigntools: compile
+Only in sbsigntools: config.h.in
+Only in sbsigntools: configure
+diff -ru sbsigntools-0.9.3.orig/configure.ac sbsigntools/configure.ac
+--- sbsigntools-0.9.3.orig/configure.ac 2020-01-09 18:33:38.000000000 +0100
++++ sbsigntools/configure.ac 2020-05-02 22:04:59.758305183 +0200
+@@ -63,32 +63,6 @@
+ [],
+ AC_MSG_ERROR([libuuid (from the uuid package) is required]))
+
+-dnl gnu-efi headers require extra include dirs
+-EFI_ARCH=$(uname -m | sed 's/i.86/ia32/;s/arm.*/arm/')
+-AM_CONDITIONAL(TEST_BINARY_FORMAT, [ test "$EFI_ARCH" = "arm" -o "$EFI_ARCH" = "aarch64" ])
+-
+-##
+-# no consistent view of where gnu-efi should dump the efi stuff, so find it
+-##
+-for path in /lib /lib64 /usr/lib /usr/lib64 /usr/lib32 /lib/efi /lib64/efi /usr/lib/efi /usr/lib64/efi /usr/lib/gnuefi /usr/lib64/gnuefi ; do
+- if test -e $path/crt0-efi-$EFI_ARCH.o; then
+- CRTPATH=$path
+- fi
+-done
+-if test -z "$CRTPATH"; then
+- AC_MSG_ERROR([cannot find the gnu-efi crt path])
+-fi
+-
+-EFI_CPPFLAGS="-I/usr/include/efi -I/usr/include/efi/$EFI_ARCH \
+- -DEFI_FUNCTION_WRAPPER"
+-CPPFLAGS_save="$CPPFLAGS"
+-CPPFLAGS="$CPPFLAGS $EFI_CPPFLAGS"
+-AC_CHECK_HEADERS([efi.h], [], [], $EFI_INCLUDES)
+-CPPFLAGS="$CPPFLAGS_save"
+-AC_SUBST(EFI_CPPFLAGS, $EFI_CPPFLAGS)
+-AC_SUBST(EFI_ARCH, $EFI_ARCH)
+-AC_SUBST(CRTPATH, $CRTPATH)
+-
+ AC_CONFIG_FILES([Makefile src/Makefile lib/ccan/Makefile]
+- [docs/Makefile tests/Makefile])
++ [docs/Makefile])
+ AC_OUTPUT
+Only in sbsigntools: depcomp
+diff -ru sbsigntools-0.9.3.orig/docs/Makefile.am sbsigntools/docs/Makefile.am
+--- sbsigntools-0.9.3.orig/docs/Makefile.am 2020-01-09 18:33:38.000000000 +0100
++++ sbsigntools/docs/Makefile.am 2020-05-02 22:12:41.441538721 +0200
+@@ -1,5 +1,5 @@
+
+-man1_MANS = sbsign.1 sbverify.1 sbattach.1 sbvarsign.1 sbsiglist.1
++man1_MANS = sbsign.1 sbverify.1 sbattach.1
+
+ EXTRA_DIST = sbsign.1.in sbverify.1.in sbattach.1.in \
+ sbvarsign.1.in sbsiglist.1.in
+Only in sbsigntools/docs: Makefile.in
+Only in sbsigntools: .git
+Only in sbsigntools: INSTALL
+Only in sbsigntools: install-sh
+Only in sbsigntools/lib: ccan
+Only in sbsigntools/lib/ccan.git: ccan
+Only in sbsigntools/lib/ccan.git: config.h
+Only in sbsigntools/lib/ccan.git: doc
+Only in sbsigntools/lib/ccan.git: .git
+Only in sbsigntools/lib/ccan.git: .gitignore
+Only in sbsigntools/lib/ccan.git: junkcode
+Only in sbsigntools/lib/ccan.git: licenses
+Only in sbsigntools/lib/ccan.git: Makefile
+Only in sbsigntools/lib/ccan.git: Makefile-ccan
+Only in sbsigntools/lib/ccan.git: Makefile-web
+Only in sbsigntools/lib/ccan.git: README
+Only in sbsigntools/lib/ccan.git: tools
+Only in sbsigntools/lib/ccan.git: web
+diff -ru sbsigntools-0.9.3.orig/Makefile.am sbsigntools/Makefile.am
+--- sbsigntools-0.9.3.orig/Makefile.am 2020-01-09 18:33:38.000000000 +0100
++++ sbsigntools/Makefile.am 2020-05-02 22:16:07.359375795 +0200
+@@ -1,2 +1,2 @@
+
+-SUBDIRS = lib/ccan src docs tests
++SUBDIRS = lib/ccan src
+Only in sbsigntools: Makefile.in
+Only in sbsigntools: missing
+diff -ru sbsigntools-0.9.3.orig/src/Makefile.am sbsigntools/src/Makefile.am
+--- sbsigntools-0.9.3.orig/src/Makefile.am 2020-01-09 18:33:38.000000000 +0100
++++ sbsigntools/src/Makefile.am 2020-05-02 22:09:31.013544683 +0200
+@@ -1,5 +1,5 @@
+
+-bin_PROGRAMS = sbsign sbverify sbattach sbvarsign sbsiglist sbkeysync
++bin_PROGRAMS = sbsign sbverify sbattach
+
+ coff_headers = coff/external.h coff/pe.h
+ AM_CFLAGS = -Wall -Wextra --std=gnu99
+Only in sbsigntools/src: Makefile.in
+diff -ru sbsigntools-0.9.3.orig/src/sbverify.c sbsigntools/src/sbverify.c
+--- sbsigntools-0.9.3.orig/src/sbverify.c 2020-01-09 18:33:38.000000000 +0100
++++ sbsigntools/src/sbverify.c 2020-05-02 22:11:22.921541180 +0200
+@@ -56,7 +56,7 @@
+ #include <openssl/pem.h>
+ #include <openssl/x509v3.h>
+
+-#if OPENSSL_VERSION_NUMBER < 0x10100000L
++#if OPENSSL_VERSION_NUMBER < 0x10100000L || defined(LIBRESSL_VERSION_NUMBER)
+ #define X509_OBJECT_get0_X509(obj) ((obj)->data.x509)
+ #define X509_OBJECT_get_type(obj) ((obj)->type)
+ #define X509_STORE_CTX_get0_cert(ctx) ((ctx)->cert)
+Only in sbsigntools: test-driver
+Only in sbsigntools/tests: Makefile.in