Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH v1 1/3] package/qemu: change project and download URL to https
@ 2023-04-22  9:06 Peter Seiderer
  2023-04-22  9:06 ` [Buildroot] [PATCH v1 2/3] package/qemu: bump version to 7.2.1 Peter Seiderer
                   ` (4 more replies)
  0 siblings, 5 replies; 13+ messages in thread
From: Peter Seiderer @ 2023-04-22  9:06 UTC (permalink / raw)
  To: buildroot; +Cc: Romain Naour

Signed-off-by: Peter Seiderer <ps.report@gmx.net>
---
 package/qemu/Config.in | 2 +-
 package/qemu/qemu.mk   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/qemu/Config.in b/package/qemu/Config.in
index a446c0cf68..235fdb9ce6 100644
--- a/package/qemu/Config.in
+++ b/package/qemu/Config.in
@@ -43,7 +43,7 @@ menuconfig BR2_PACKAGE_QEMU
 	  Linux. When using KVM, QEMU can virtualize x86, server and
 	  embedded PowerPC, and S390 guests.
 
-	  http://qemu.org/
+	  https://www.qemu.org/
 
 if BR2_PACKAGE_QEMU
 
diff --git a/package/qemu/qemu.mk b/package/qemu/qemu.mk
index 3cbeffe213..3f51cb572b 100644
--- a/package/qemu/qemu.mk
+++ b/package/qemu/qemu.mk
@@ -8,7 +8,7 @@
 # needs to be updated.
 QEMU_VERSION = 7.2.0
 QEMU_SOURCE = qemu-$(QEMU_VERSION).tar.xz
-QEMU_SITE = http://download.qemu.org
+QEMU_SITE = https://download.qemu.org
 QEMU_LICENSE = GPL-2.0, LGPL-2.1, MIT, BSD-3-Clause, BSD-2-Clause, Others/BSD-1c
 QEMU_LICENSE_FILES = COPYING COPYING.LIB
 # NOTE: there is no top-level license file for non-(L)GPL licenses;
-- 
2.40.0

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply related	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2023-06-13  7:05 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-04-22  9:06 [Buildroot] [PATCH v1 1/3] package/qemu: change project and download URL to https Peter Seiderer
2023-04-22  9:06 ` [Buildroot] [PATCH v1 2/3] package/qemu: bump version to 7.2.1 Peter Seiderer
2023-04-22 10:21   ` Romain Naour
2023-05-13  8:12   ` Yann E. MORIN
2023-06-13  7:01   ` Peter Korsgaard
2023-04-22  9:06 ` [Buildroot] [PATCH v1 3/3] package/qemu: add patches to fix host libc-2.37 compile Peter Seiderer
2023-04-22 12:35   ` Romain Naour
2023-05-10 12:23     ` Romain Naour
2023-05-13  8:14   ` Yann E. MORIN
2023-06-13  7:04   ` Peter Korsgaard
2023-04-22 10:18 ` [Buildroot] [PATCH v1 1/3] package/qemu: change project and download URL to https Romain Naour
2023-05-13  8:03 ` Yann E. MORIN
2023-06-13  6:38 ` Peter Korsgaard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox