-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update libxml2 and libxslt #6329
Conversation
@th0ma7 there was a temp hack to redirect downloads from now this PR shows that synocli-devel and synocli-net fail to download glib-2.78.4.tar.xz from gnome.org. the reason for this hack was an invalid mirror used to download from gnome.org. you could try to revert the redirection in spksrc.download.mk... |
@hgy59 ah! that explains! Still, I'll use that as opportunity to update glib as well while at it.... and remove the redirect. Thnx. |
the mirror error occurred mostly on older glib versions and not on latest, so this seems not an option. |
Ths github source looks good and stable... I'll work on using that as source instead. |
BTW can we remove the xml and xslt tools? I can't imagine a package requires those. in PLIST remove xmlcatalog and xmllint for libxml and xsltproc for libxsl. |
humm... no fun https://gitlab.gnome.org/GNOME/glib/-/issues/2716#note_1534454 Let's see if removing the download.gnome.org redirect suffice. |
you find additional info in #6288 (comment) The faulty mirror “mirror2.sandyriver.net” is chosen randomly, so successful downloads are not proof that it will not be used another time. |
- fix build of cross/icecast, broken by update of cross/libxml2 in SynoCommunity#6329
- fix build of cross/icecast, broken by update of cross/libxml2 in #6329
* libxml2: Update libxml2 from 2.9.14 to 2.12.9 using cmake & github * libxml2: Update from 2.12.9 to 2.13.5 and disable readline * libxslt: Update from 1.1.39 to 1.1.42 and use cmake + github * download.mk: Remove download.gnome.org redirect * libxml2: Remove xmlcatalog and xmllint * libxslt: Remove xsltproc * icecast: Mark as BROKEN
- fix build of cross/icecast, broken by update of cross/libxml2 in SynoCommunity#6329
* libxml2: Update libxml2 from 2.9.14 to 2.12.9 using cmake & github * libxml2: Update from 2.12.9 to 2.13.5 and disable readline * libxslt: Update from 1.1.39 to 1.1.42 and use cmake + github * download.mk: Remove download.gnome.org redirect * libxml2: Remove xmlcatalog and xmllint * libxslt: Remove xsltproc * icecast: Mark as BROKEN
- fix build of cross/icecast, broken by update of cross/libxml2 in SynoCommunity#6329
Description
Fixes: Current download source is failing and dating.
Checklist
all-supported
completed successfullyType of change