Revert HTTPS support, causes boot hangs with UEFI (bz 1869102)
Signed-off-by: Cole Robinson <crobinso@redhat.com>
This commit is contained in:
parent
684865d132
commit
f0fdc922ca
@ -1,8 +1,6 @@
|
||||
diff -rupN ipxe-20190125-git36a4c85f/src/config/local/general.h ipxe-20190125-git36a4c85f.new/src/config/local/general.h
|
||||
--- ipxe-20190125-git36a4c85f/src/config/local/general.h 1970-01-01 01:00:00.000000000 +0100
|
||||
+++ ipxe-20190125-git36a4c85f.new/src/config/local/general.h 2019-02-01 16:40:42.725293033 +0000
|
||||
@@ -0,0 +1,4 @@
|
||||
@@ -0,0 +1,2 @@
|
||||
+/* Enable IPv6. */
|
||||
+#define NET_PROTO_IPV6
|
||||
+/* Enable HTTPS */
|
||||
+#define DOWNLOAD_PROTO_HTTPS
|
||||
|
11
ipxe.spec
11
ipxe.spec
@ -3,12 +3,6 @@
|
||||
%global efi_ia32 1
|
||||
%endif
|
||||
|
||||
# With the addition of HTTPS support, we need to drop
|
||||
# efi_ia32 so qemu roms still stay in the expected size
|
||||
# range. If no one complains we can drop the efi_ia32
|
||||
# infrastructure in 2021 IMO
|
||||
%global efi_ia32 0
|
||||
|
||||
# PCI IDs (vendor,product) of the ROMS we want for QEMU
|
||||
#
|
||||
# pcnet32: 0x1022 0x2000
|
||||
@ -53,7 +47,7 @@
|
||||
|
||||
Name: ipxe
|
||||
Version: %{date}
|
||||
Release: 7.git%{hash}%{?dist}
|
||||
Release: 8.git%{hash}%{?dist}
|
||||
Summary: A network boot loader
|
||||
|
||||
License: GPLv2 with additional permissions and BSD
|
||||
@ -242,6 +236,9 @@ done
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Mon Aug 17 2020 Cole Robinson <aintdiscole@gmail.com> - 20190125-8.git36a4c85f
|
||||
- Revert HTTPS support, causes boot hangs with UEFI (bz 1869102)
|
||||
|
||||
* Tue Aug 11 2020 Cole Robinson <aintdiscole@gmail.com> - 20190125-7.git36a4c85f
|
||||
- Enable HTTPS support (bug 1820836)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user