* [Buildroot] [PATCH] package/zsh: correct download URL after 5.9.1 release
@ 2026-06-01 8:58 Peter Korsgaard
2026-06-01 19:10 ` Julien Olivain via buildroot
2026-06-12 11:37 ` Thomas Perale via buildroot
0 siblings, 2 replies; 3+ messages in thread
From: Peter Korsgaard @ 2026-06-01 8:58 UTC (permalink / raw)
To: buildroot; +Cc: Phil Eichinger
Fixes:
https://autobuild.buildroot.net/results/9f0f50858b2f41c306f172bf011a34d2c0ad65dc/
>>> zsh 5.9 Downloading
wget -nd -t 3 --no-check-certificate -O '/home/autobuild/autobuild/instance-42/output-1/build/.zsh-5.9.tar.xz.FpXHXy/output' 'http://www.zsh.org/pub/zsh-5.9.tar.xz'
URL transformed to HTTPS due to an HSTS policy
--2026-06-01 01:46:35-- https://www.zsh.org/pub/zsh-5.9.tar.xz
Loaded CA certificate '/etc/ssl/certs/ca-certificates.crt'
Resolving www.zsh.org (www.zsh.org)... 94.142.241.90
Connecting to www.zsh.org (www.zsh.org)|94.142.241.90|:443... connected.
HTTP request sent, awaiting response... 404 Not Found
2026-06-01 01:46:36 ERROR 404: Not Found.
zsh-5.9.1 was released on 2026-05-31 and 5.9.0 release tarball moved under
old/, so update ZSH_SITE to match.
https://zsh.sourceforge.io/News/
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
---
package/zsh/zsh.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package/zsh/zsh.mk b/package/zsh/zsh.mk
index 2c464c33a8..06da8a6b89 100644
--- a/package/zsh/zsh.mk
+++ b/package/zsh/zsh.mk
@@ -5,7 +5,7 @@
################################################################################
ZSH_VERSION = 5.9
-ZSH_SITE = http://www.zsh.org/pub
+ZSH_SITE = http://www.zsh.org/pub/old
ZSH_SOURCE = zsh-$(ZSH_VERSION).tar.xz
ZSH_DEPENDENCIES = ncurses
ZSH_CONF_OPTS = --bindir=/bin
--
2.47.3
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [Buildroot] [PATCH] package/zsh: correct download URL after 5.9.1 release
2026-06-01 8:58 [Buildroot] [PATCH] package/zsh: correct download URL after 5.9.1 release Peter Korsgaard
@ 2026-06-01 19:10 ` Julien Olivain via buildroot
2026-06-12 11:37 ` Thomas Perale via buildroot
1 sibling, 0 replies; 3+ messages in thread
From: Julien Olivain via buildroot @ 2026-06-01 19:10 UTC (permalink / raw)
To: Peter Korsgaard; +Cc: buildroot, Phil Eichinger
On 01/06/2026 10:58, Peter Korsgaard wrote:
> Fixes:
> https://autobuild.buildroot.net/results/9f0f50858b2f41c306f172bf011a34d2c0ad65dc/
>
>>>> zsh 5.9 Downloading
> wget -nd -t 3 --no-check-certificate -O
> '/home/autobuild/autobuild/instance-42/output-1/build/.zsh-5.9.tar.xz.FpXHXy/output'
> 'http://www.zsh.org/pub/zsh-5.9.tar.xz'
> URL transformed to HTTPS due to an HSTS policy
> --2026-06-01 01:46:35-- https://www.zsh.org/pub/zsh-5.9.tar.xz
> Loaded CA certificate '/etc/ssl/certs/ca-certificates.crt'
> Resolving www.zsh.org (www.zsh.org)... 94.142.241.90
> Connecting to www.zsh.org (www.zsh.org)|94.142.241.90|:443...
> connected.
> HTTP request sent, awaiting response... 404 Not Found
> 2026-06-01 01:46:36 ERROR 404: Not Found.
>
> zsh-5.9.1 was released on 2026-05-31 and 5.9.0 release tarball moved
> under
> old/, so update ZSH_SITE to match.
>
> https://zsh.sourceforge.io/News/
>
> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Applied to master, thanks.
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [Buildroot] [PATCH] package/zsh: correct download URL after 5.9.1 release
2026-06-01 8:58 [Buildroot] [PATCH] package/zsh: correct download URL after 5.9.1 release Peter Korsgaard
2026-06-01 19:10 ` Julien Olivain via buildroot
@ 2026-06-12 11:37 ` Thomas Perale via buildroot
1 sibling, 0 replies; 3+ messages in thread
From: Thomas Perale via buildroot @ 2026-06-12 11:37 UTC (permalink / raw)
To: Peter Korsgaard; +Cc: Thomas Perale, buildroot
In reply of:
> Fixes:
> https://autobuild.buildroot.net/results/9f0f50858b2f41c306f172bf011a34d2c0ad65dc/
>
> >>> zsh 5.9 Downloading
> wget -nd -t 3 --no-check-certificate -O '/home/autobuild/autobuild/instance-42/output-1/build/.zsh-5.9.tar.xz.FpXHXy/output' 'http://www.zsh.org/pub/zsh-5.9.tar.xz'
> URL transformed to HTTPS due to an HSTS policy
> --2026-06-01 01:46:35-- https://www.zsh.org/pub/zsh-5.9.tar.xz
> Loaded CA certificate '/etc/ssl/certs/ca-certificates.crt'
> Resolving www.zsh.org (www.zsh.org)... 94.142.241.90
> Connecting to www.zsh.org (www.zsh.org)|94.142.241.90|:443... connected.
> HTTP request sent, awaiting response... 404 Not Found
> 2026-06-01 01:46:36 ERROR 404: Not Found.
>
> zsh-5.9.1 was released on 2026-05-31 and 5.9.0 release tarball moved under
> old/, so update ZSH_SITE to match.
>
> https://zsh.sourceforge.io/News/
>
> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Applied to 2025.02.x & 2026.02.x. Thanks
> ---
> package/zsh/zsh.mk | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/package/zsh/zsh.mk b/package/zsh/zsh.mk
> index 2c464c33a8..06da8a6b89 100644
> --- a/package/zsh/zsh.mk
> +++ b/package/zsh/zsh.mk
> @@ -5,7 +5,7 @@
> ################################################################################
>
> ZSH_VERSION = 5.9
> -ZSH_SITE = http://www.zsh.org/pub
> +ZSH_SITE = http://www.zsh.org/pub/old
> ZSH_SOURCE = zsh-$(ZSH_VERSION).tar.xz
> ZSH_DEPENDENCIES = ncurses
> ZSH_CONF_OPTS = --bindir=/bin
> --
> 2.47.3
>
> _______________________________________________
> buildroot mailing list
> buildroot@buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2026-06-12 11:38 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-06-01 8:58 [Buildroot] [PATCH] package/zsh: correct download URL after 5.9.1 release Peter Korsgaard
2026-06-01 19:10 ` Julien Olivain via buildroot
2026-06-12 11:37 ` Thomas Perale via buildroot
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox