external_deps.lst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
New commits: commit 6d026d117df306db27262d5911fa516b45ebbd93 Author: Matthias Seidel <msei...@apache.org> Date: Sat Apr 28 21:33:38 2018 +0000 Download URL1 for stax-src-1.2.0.zip was at Codehaus.org, which was shut down in 2015. This was causing the download to fail: (500 Can't connect to dist.codehaus.org:80 (Name or service not known)) Since we always ended up downloading from SourceForge this is now default, adding a fallback at http://maven.ibiblio.org. diff --git a/external_deps.lst b/external_deps.lst index 2df2ad8f124f..96c1740eeea8 100644 --- a/external_deps.lst +++ b/external_deps.lst @@ -190,8 +190,8 @@ if (SOLAR_JAVA == TRUE) if (SOLAR_JAVA == TRUE) MD5 = 980143f96b3f6ce45d2e4947da21a5e9 name = stax-src-1.2.0.zip - URL1 = http://dist.codehaus.org/stax/distributions/stax-src-1.2.0.zip - URL2 = $(OOO_EXTRAS)$(MD5)-$(name) + URL1 = $(OOO_EXTRAS)$(MD5)-$(name) + URL2 = http://maven.ibiblio.org/maven/stax/jars/stax-src-1.2.0.zip if (ENABLE_MEDIAWIKI == YES) MD5 = a7983f859eafb2677d7ff386a023bc40 _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits