b8cbae7e99
- updated shim to new version (OpenSSL 0.9.8za) and requested a new certificate from Microsoft. Removed * shim-allow-fallback-use-system-loadimage.patch * shim-bnc872503-check-key-encoding.patch * shim-bnc877003-fetch-from-the-same-device.patch * shim-correct-user_insecure-usage.patch * shim-fallback-avoid-duplicate-bootorder.patch * shim-fallback-improve-entries-creation.patch * shim-fix-dhcpv4-path-generation.patch * shim-fix-uninitialized-variable.patch * shim-fix-verify-mok.patch * shim-get-variable-check.patch * shim-improve-error-messages.patch * shim-mokmanager-delete-bs-var-right.patch * shim-mokmanager-handle-keystroke-error.patch * shim-remove-unused-variables.patch since they're included in upstream and rebased the remaining onces. Added shim-signed-unsigned-compares.patch to fix some compiler warnings OBS-URL: https://build.opensuse.org/request/show/244530 OBS-URL: https://build.opensuse.org/package/show/devel:openSUSE:Factory/shim?expand=0&rev=81
14 lines
526 B
Diff
14 lines
526 B
Diff
Index: shim-0.7/Makefile
|
|
===================================================================
|
|
--- shim-0.7.orig/Makefile
|
|
+++ shim-0.7/Makefile
|
|
@@ -67,7 +67,7 @@ shim_cert.h: shim.cer
|
|
|
|
version.c : version.c.in
|
|
sed -e "s,@@VERSION@@,$(VERSION)," \
|
|
- -e "s,@@UNAME@@,$(shell uname -a)," \
|
|
+ -e "s,@@UNAME@@,$(shell uname -o)," \
|
|
-e "s,@@COMMIT@@,$(shell if [ -d .git ] ; then git log -1 --pretty=format:%H ; elif [ -f commit ]; then cat commit ; else echo commit id not available; fi)," \
|
|
< version.c.in > version.c
|
|
|