From f0fdc922ca2eb0cd0c66f033db9a938a8eb828de Mon Sep 17 00:00:00 2001 From: Cole Robinson Date: Aug 17 2020 21:04:13 +0000 Subject: Revert HTTPS support, causes boot hangs with UEFI (bz 1869102) Signed-off-by: Cole Robinson --- diff --git a/0001-build-customize-configuration.patch b/0001-build-customize-configuration.patch index 9763ba0..045561a 100644 --- a/0001-build-customize-configuration.patch +++ b/0001-build-customize-configuration.patch @@ -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 diff --git a/ipxe.spec b/ipxe.spec index 5be2791..db03b99 100644 --- a/ipxe.spec +++ b/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 - 20190125-8.git36a4c85f +- Revert HTTPS support, causes boot hangs with UEFI (bz 1869102) + * Tue Aug 11 2020 Cole Robinson - 20190125-7.git36a4c85f - Enable HTTPS support (bug 1820836)