Mailing List Archive

[xen master] Revert "build: Change remaining xenbits.xen.org link to HTTPS"
commit b5cc3c25a242ddb9c5b108884061b17f35c3084b
Author: Andrew Cooper <andrew.cooper3@citrix.com>
AuthorDate: Fri Mar 24 20:32:24 2023 +0000
Commit: Andrew Cooper <andrew.cooper3@citrix.com>
CommitDate: Fri Mar 24 20:34:53 2023 +0000

Revert "build: Change remaining xenbits.xen.org link to HTTPS"

This reverts commit e1d75084443f676be681fdaf47585cc9a5f5b820.

After spending ages sorting out Gitlab CI, it appears that OSSTest too has an
out-of-date Lets Encrypt cert. Revert again in the short term while we fix
this up.

Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
---
Config.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Config.mk b/Config.mk
index 63c807a30a..a90d093010 100644
--- a/Config.mk
+++ b/Config.mk
@@ -191,7 +191,7 @@ APPEND_CFLAGS += $(foreach i, $(APPEND_INCLUDES), -I$(i))
EMBEDDED_EXTRA_CFLAGS := -fno-pie -fno-stack-protector -fno-stack-protector-all
EMBEDDED_EXTRA_CFLAGS += -fno-exceptions -fno-asynchronous-unwind-tables

-XEN_EXTFILES_URL ?= https://xenbits.xen.org/xen-extfiles
+XEN_EXTFILES_URL ?= http://xenbits.xen.org/xen-extfiles
# All the files at that location were downloaded from elsewhere on
# the internet. The original download URL is preserved as a comment
# near the place in the Xen Makefiles where the file is used.
--
generated by git-patchbot for /home/xen/git/xen.git#master