[Libreoffice-commits] core.git: Branch 'aoo/trunk' - external_deps.lst

Matthias Seidel mseidel at apache.org
Sat Apr 28 22:09:36 UTC 2018


 external_deps.lst |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 6d026d117df306db27262d5911fa516b45ebbd93
Author: Matthias Seidel <mseidel at 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


More information about the Libreoffice-commits mailing list