zsh: fix dead source URL (5.9 moved to /pub/old/)#257
Conversation
https://www.zsh.org/pub/zsh-5.9.tar.xz now 404s -- zsh.org moved older releases to /pub/old/. Point at https://www.zsh.org/pub/old/zsh-5.9.tar.xz, which serves the identical tarball (sha256 9b8d1ecedd... unchanged, verified). Fixes a hard FTBFS (source could not be fetched at all). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughThe download URL for the zsh source tarball in Changeszsh source URL fix
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
https://www.zsh.org/pub/zsh-5.9.tar.xznow returns 404 — zsh.org moved older releases under/pub/old/, so zsh fails to build (source can't be fetched).Fix: point at
https://www.zsh.org/pub/old/zsh-%{version}.tar.xz, which serves the identical tarball — sha2569b8d1ecedd...unchanged (verified by download). Content-identical URL swap; no version/behavior change.Found by the reproducibility audit (landed as
build_failedwith the 404 in its log).🤖 Generated with Claude Code
Summary by CodeRabbit