Revert HTTPS support, causes boot hangs with UEFI (bz 1869102)

Signed-off-by: Cole Robinson <crobinso@redhat.com>
This commit is contained in:
Cole Robinson 2020-08-17 17:04:13 -04:00
parent 684865d132
commit f0fdc922ca
2 changed files with 5 additions and 10 deletions

View File

@ -1,8 +1,6 @@
diff -rupN ipxe-20190125-git36a4c85f/src/config/local/general.h ipxe-20190125-git36a4c85f.new/src/config/local/general.h 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/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 +++ 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. */ +/* Enable IPv6. */
+#define NET_PROTO_IPV6 +#define NET_PROTO_IPV6
+/* Enable HTTPS */
+#define DOWNLOAD_PROTO_HTTPS

View File

@ -3,12 +3,6 @@
%global efi_ia32 1 %global efi_ia32 1
%endif %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 # PCI IDs (vendor,product) of the ROMS we want for QEMU
# #
# pcnet32: 0x1022 0x2000 # pcnet32: 0x1022 0x2000
@ -53,7 +47,7 @@
Name: ipxe Name: ipxe
Version: %{date} Version: %{date}
Release: 7.git%{hash}%{?dist} Release: 8.git%{hash}%{?dist}
Summary: A network boot loader Summary: A network boot loader
License: GPLv2 with additional permissions and BSD License: GPLv2 with additional permissions and BSD
@ -242,6 +236,9 @@ done
%endif %endif
%changelog %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 * Tue Aug 11 2020 Cole Robinson <aintdiscole@gmail.com> - 20190125-7.git36a4c85f
- Enable HTTPS support (bug 1820836) - Enable HTTPS support (bug 1820836)