commit:     11d05ab1534e0c254a4f46252f2523d74054fc5a
Author:     Michal Privoznik <michal.privoznik <AT> gmail <DOT> com>
AuthorDate: Wed Nov  6 21:20:26 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Aug 26 15:25:31 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11d05ab1

app-emulation/qemu-guest-agent: Update SRC_URI

This is similar to 2b9c340dbadcb28bbe3cdf19a41b10f48af49614.

Since app-emulation/qemu and app-emulation/qemu-guest-agent are
built from the same sources, SRC_URI for the latter should have
been updated around the aforementioned commit. Well, it wasn't.
Not only we avoid needles HTTP redirect, we also switch to HTTPS.
So update the SRC_URI of qemu-guest-agent ebuild.

Signed-off-by: Michal Privoznik <michal.privoznik <AT> gmail.com>
Part-of: https://github.com/gentoo/gentoo/pull/43567
Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-emulation/qemu-guest-agent/qemu-guest-agent-8.2.0.ebuild | 2 +-
 app-emulation/qemu-guest-agent/qemu-guest-agent-9.2.0.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-emulation/qemu-guest-agent/qemu-guest-agent-8.2.0.ebuild 
b/app-emulation/qemu-guest-agent/qemu-guest-agent-8.2.0.ebuild
index cee1d47b41d3..066994a80738 100644
--- a/app-emulation/qemu-guest-agent/qemu-guest-agent-8.2.0.ebuild
+++ b/app-emulation/qemu-guest-agent/qemu-guest-agent-8.2.0.ebuild
@@ -13,7 +13,7 @@ MY_P="${MY_PN}-${PV}"
 
 DESCRIPTION="QEMU Guest Agent (qemu-ga) for use when running inside a VM"
 HOMEPAGE="https://wiki.qemu.org/Features/GuestAgent";
-SRC_URI="http://wiki.qemu.org/download/${MY_P}.tar.xz";
+SRC_URI="https://download.qemu.org/${MY_P}.tar.xz";
 S="${WORKDIR}/${MY_P}"
 
 LICENSE="GPL-2 BSD-2"

diff --git a/app-emulation/qemu-guest-agent/qemu-guest-agent-9.2.0.ebuild 
b/app-emulation/qemu-guest-agent/qemu-guest-agent-9.2.0.ebuild
index cee1d47b41d3..066994a80738 100644
--- a/app-emulation/qemu-guest-agent/qemu-guest-agent-9.2.0.ebuild
+++ b/app-emulation/qemu-guest-agent/qemu-guest-agent-9.2.0.ebuild
@@ -13,7 +13,7 @@ MY_P="${MY_PN}-${PV}"
 
 DESCRIPTION="QEMU Guest Agent (qemu-ga) for use when running inside a VM"
 HOMEPAGE="https://wiki.qemu.org/Features/GuestAgent";
-SRC_URI="http://wiki.qemu.org/download/${MY_P}.tar.xz";
+SRC_URI="https://download.qemu.org/${MY_P}.tar.xz";
 S="${WORKDIR}/${MY_P}"
 
 LICENSE="GPL-2 BSD-2"

Reply via email to