* [ptxdist] [PATCH 1/2] qt6: switch to new canonical URL
@ 2025-11-12 20:26 Lucas Stach
2025-11-12 20:27 ` [ptxdist] [PATCH 2/2] qt5: " Lucas Stach
2025-12-04 13:14 ` [ptxdist] [APPLIED] qt6: " Michael Olbrich
0 siblings, 2 replies; 4+ messages in thread
From: Lucas Stach @ 2025-11-12 20:26 UTC (permalink / raw)
To: ptxdist
The old download locations return "301 Moved Permanently". Due to
a broken rewrite rule this doesn't work as intended and lets the
download fail. Switch to the new canonical URLs to fix this.
Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
---
rules/qt6.make | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/rules/qt6.make b/rules/qt6.make
index ac7f0683b9aa..7d893bae9c90 100644
--- a/rules/qt6.make
+++ b/rules/qt6.make
@@ -19,8 +19,8 @@ QT6_MD5 := 10a39c4b4af4f465c4ff0352a6d18a0a
QT6 := qt-everywhere-src-$(QT6_VERSION)
QT6_SUFFIX := tar.xz
QT6_URL := \
- https://download.qt-project.org/archive/qt/$(basename $(QT6_VERSION))/$(QT6_VERSION)/single/$(QT6).$(QT6_SUFFIX) \
- https://download.qt-project.org/development_releases/qt/$(basename $(QT6_VERSION))/$(QT6_VERSION)/single/$(QT6).$(QT6_SUFFIX)
+ https://download.qt.io/archive/qt/$(basename $(QT6_VERSION))/$(QT6_VERSION)/single/$(QT6).$(QT6_SUFFIX) \
+ https://download.qt.io/development_releases/qt/$(basename $(QT6_VERSION))/$(QT6_VERSION)/single/$(QT6).$(QT6_SUFFIX)
QT6_SOURCE := $(SRCDIR)/$(QT6).$(QT6_SUFFIX)
QT6_DIR := $(realpath $(BUILDDIR))/$(QT6)
QT6_BUILD_OOT := YES
--
2.47.3
^ permalink raw reply [flat|nested] 4+ messages in thread
* [ptxdist] [PATCH 2/2] qt5: switch to new canonical URL
2025-11-12 20:26 [ptxdist] [PATCH 1/2] qt6: switch to new canonical URL Lucas Stach
@ 2025-11-12 20:27 ` Lucas Stach
2025-12-04 13:14 ` [ptxdist] [APPLIED] " Michael Olbrich
2025-12-04 13:14 ` [ptxdist] [APPLIED] qt6: " Michael Olbrich
1 sibling, 1 reply; 4+ messages in thread
From: Lucas Stach @ 2025-11-12 20:27 UTC (permalink / raw)
To: ptxdist
The old download locations return "301 Moved Permanently". Due to
a broken rewrite rule this doesn't work as intended and lets the
download fail. Switch to the new canonical URLs to fix this.
Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
---
rules/qt5.make | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/rules/qt5.make b/rules/qt5.make
index b35fb10cbcff..5db1742290f5 100644
--- a/rules/qt5.make
+++ b/rules/qt5.make
@@ -19,8 +19,8 @@ QT5_MD5 := 5f212232bbc41f2eabbdee4fcbc4040e
QT5 := qt-everywhere-opensource-src-$(QT5_VERSION)
QT5_SUFFIX := tar.xz
QT5_URL := \
- https://download.qt-project.org/archive/qt/$(basename $(QT5_VERSION))/$(QT5_VERSION)/single/$(QT5).$(QT5_SUFFIX) \
- https://download.qt-project.org/development_releases/qt/$(basename $(QT5_VERSION))/$(QT5_VERSION)/single/$(QT5).$(QT5_SUFFIX)
+ https://download.qt.io/archive/qt/$(basename $(QT5_VERSION))/$(QT5_VERSION)/single/$(QT5).$(QT5_SUFFIX) \
+ https://download.qt.io/development_releases/qt/$(basename $(QT5_VERSION))/$(QT5_VERSION)/single/$(QT5).$(QT5_SUFFIX)
QT5_SOURCE := $(SRCDIR)/$(QT5).$(QT5_SUFFIX)
QT5_DIR := $(BUILDDIR)/$(QT5)
QT5_BUILD_OOT := YES
--
2.47.3
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [ptxdist] [APPLIED] qt6: switch to new canonical URL
2025-11-12 20:26 [ptxdist] [PATCH 1/2] qt6: switch to new canonical URL Lucas Stach
2025-11-12 20:27 ` [ptxdist] [PATCH 2/2] qt5: " Lucas Stach
@ 2025-12-04 13:14 ` Michael Olbrich
1 sibling, 0 replies; 4+ messages in thread
From: Michael Olbrich @ 2025-12-04 13:14 UTC (permalink / raw)
To: ptxdist; +Cc: Lucas Stach
Thanks, applied as 8d37b768040336e4dd167004c7056846ad3debba.
Michael
[sent from post-receive hook]
On Thu, 04 Dec 2025 14:14:44 +0100, Lucas Stach <l.stach@pengutronix.de> wrote:
> The old download locations return "301 Moved Permanently". Due to
> a broken rewrite rule this doesn't work as intended and lets the
> download fail. Switch to the new canonical URLs to fix this.
>
> Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
> Message-Id: <20251112202700.1829369-1-l.stach@pengutronix.de>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
>
> diff --git a/rules/qt6.make b/rules/qt6.make
> index ac7f0683b9aa..7d893bae9c90 100644
> --- a/rules/qt6.make
> +++ b/rules/qt6.make
> @@ -19,8 +19,8 @@ QT6_MD5 := 10a39c4b4af4f465c4ff0352a6d18a0a
> QT6 := qt-everywhere-src-$(QT6_VERSION)
> QT6_SUFFIX := tar.xz
> QT6_URL := \
> - https://download.qt-project.org/archive/qt/$(basename $(QT6_VERSION))/$(QT6_VERSION)/single/$(QT6).$(QT6_SUFFIX) \
> - https://download.qt-project.org/development_releases/qt/$(basename $(QT6_VERSION))/$(QT6_VERSION)/single/$(QT6).$(QT6_SUFFIX)
> + https://download.qt.io/archive/qt/$(basename $(QT6_VERSION))/$(QT6_VERSION)/single/$(QT6).$(QT6_SUFFIX) \
> + https://download.qt.io/development_releases/qt/$(basename $(QT6_VERSION))/$(QT6_VERSION)/single/$(QT6).$(QT6_SUFFIX)
> QT6_SOURCE := $(SRCDIR)/$(QT6).$(QT6_SUFFIX)
> QT6_DIR := $(realpath $(BUILDDIR))/$(QT6)
> QT6_BUILD_OOT := YES
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [ptxdist] [APPLIED] qt5: switch to new canonical URL
2025-11-12 20:27 ` [ptxdist] [PATCH 2/2] qt5: " Lucas Stach
@ 2025-12-04 13:14 ` Michael Olbrich
0 siblings, 0 replies; 4+ messages in thread
From: Michael Olbrich @ 2025-12-04 13:14 UTC (permalink / raw)
To: ptxdist; +Cc: Lucas Stach
Thanks, applied as fdf20bbe4a4affbf5d9649e28cde39da2980004c.
Michael
[sent from post-receive hook]
On Thu, 04 Dec 2025 14:14:45 +0100, Lucas Stach <l.stach@pengutronix.de> wrote:
> The old download locations return "301 Moved Permanently". Due to
> a broken rewrite rule this doesn't work as intended and lets the
> download fail. Switch to the new canonical URLs to fix this.
>
> Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
> Message-Id: <20251112202700.1829369-2-l.stach@pengutronix.de>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
>
> diff --git a/rules/qt5.make b/rules/qt5.make
> index b35fb10cbcff..5db1742290f5 100644
> --- a/rules/qt5.make
> +++ b/rules/qt5.make
> @@ -19,8 +19,8 @@ QT5_MD5 := 5f212232bbc41f2eabbdee4fcbc4040e
> QT5 := qt-everywhere-opensource-src-$(QT5_VERSION)
> QT5_SUFFIX := tar.xz
> QT5_URL := \
> - https://download.qt-project.org/archive/qt/$(basename $(QT5_VERSION))/$(QT5_VERSION)/single/$(QT5).$(QT5_SUFFIX) \
> - https://download.qt-project.org/development_releases/qt/$(basename $(QT5_VERSION))/$(QT5_VERSION)/single/$(QT5).$(QT5_SUFFIX)
> + https://download.qt.io/archive/qt/$(basename $(QT5_VERSION))/$(QT5_VERSION)/single/$(QT5).$(QT5_SUFFIX) \
> + https://download.qt.io/development_releases/qt/$(basename $(QT5_VERSION))/$(QT5_VERSION)/single/$(QT5).$(QT5_SUFFIX)
> QT5_SOURCE := $(SRCDIR)/$(QT5).$(QT5_SUFFIX)
> QT5_DIR := $(BUILDDIR)/$(QT5)
> QT5_BUILD_OOT := YES
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2025-12-04 13:15 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-11-12 20:26 [ptxdist] [PATCH 1/2] qt6: switch to new canonical URL Lucas Stach
2025-11-12 20:27 ` [ptxdist] [PATCH 2/2] qt5: " Lucas Stach
2025-12-04 13:14 ` [ptxdist] [APPLIED] " Michael Olbrich
2025-12-04 13:14 ` [ptxdist] [APPLIED] qt6: " Michael Olbrich
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox