fix: replace dead sourceforge mirror + fix eurofix archive URL (#246)#277
Open
ronaldtse wants to merge 1 commit into
Open
fix: replace dead sourceforge mirror + fix eurofix archive URL (#246)#277ronaldtse wants to merge 1 commit into
ronaldtse wants to merge 1 commit into
Conversation
The nchc.dl.sourceforge.net Taiwan mirror has been consistently unreachable, causing URL check failures on 8 MS core font formulas. Replaced with downloads.sourceforge.net which auto-redirects to a working mirror. Also fixed eurofix.yml: the archive.org snapshot timestamp (20030118044911) returned 404. Replaced with a working snapshot from 20000820212157 (verified via CDX API, status 200). URL check results: 36 URLs across 9 formulas, 0 errors after fix. Partially addresses #246 — MS font URL audit. Remaining dead URLs will be surfaced automatically by the formula-health workflow (PR #270 merged).
Contributor
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Problem
Issue #246: MS font URLs that no longer work. Local URL scan (using the now-fixed
check_urls.rbfrom PR #270) found 9 dead URLs across 8 formulas.Root causes
Dead SourceForge mirror (8 formulas):
nchc.dl.sourceforge.net(Taiwan mirror) has been consistently unreachable. Affects MS Core Fonts for the Web (andale, arial_black, comic, courier, georgia, impact, webding) + PowerPointViewer (cleartype).Dead archive.org snapshot (1 formula):
eurofix.ymlhad a snapshot from timestamp20030118044911that returns 404.Fixes
nchc.dl.sourceforge.net→downloads.sourceforge.net(auto-redirects to a working mirror via 302)20000820212157(verified via CDX API, HTTP 200,application/x-msdownload)Verification
Re-ran
check_urls.rbon all 9 affected formulas after fix:Scope
This is the first batch of #246. The formula-health workflow (PR #270) will automatically surface any remaining dead URLs in the next scheduled run. Each batch of dead URLs will be fixed in follow-up PRs.
Files
9 formula YAMLs modified (11 lines changed total).