[lfs] 03/05: loongarch spec2026: fix expat download URL
| Newsgroups | gmane.linux.lfs.book |
|---|---|
| Message-ID | <[email protected]> |
This is an automated email from the git hooks/post-receive script. git pushed a commit to branch xry111/loongarch-12.0-spec2026 in repository lfs. commit b9ce30720d46f176adeeddc13dd78079ec438da5 Author: Xi Ruoyao <[email protected]> AuthorDate: Sat May 2 23:21:23 2026 +0800 loongarch spec2026: fix expat download URL The old location is removed by upstream due to security issues. We don't care about security issues as we are only building an environment for compiling SPEC 2026 tools. --- packages.ent | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages.ent b/packages.ent index 42957155c..b3e0cd96b 100644 --- a/packages.ent +++ b/packages.ent @@ -157,8 +157,9 @@ <!ENTITY elfutils-fin-sbu "0.3 SBU"> <!ENTITY expat-version "2.5.0"> +<!ENTITY expat-dl-version "2_5_0"> <!ENTITY expat-size "450 KB"> -<!ENTITY expat-url "&sourceforge;expat/expat-&expat-version;.tar.xz"> +<!ENTITY expat-url "&github;/libexpat/libexpat/releases/download/R_&expat-dl-version;/expat-&expat-version;.tar.xz"> <!ENTITY expat-md5 "ac6677b6d1b95d209ab697ce8b688704"> <!ENTITY expat-home "https://libexpat.github.io/"> <!ENTITY expat-fin-du "12 MB"> -- To stop receiving notification emails like this one, please contact the administrator of this repository. -- http://lists.linuxfromscratch.org/sympa/info/lfs-book Unsubscribe: See the above information page