Apache OpenOffice (AOO) Bugzilla – Issue 127121
Update broken download URLs of external dependencies
Last modified: 2019-05-21 15:23:12 UTC
trunk/main/external_deps.lst contains some URLs that are broken: Timeout: http://dist.codehaus.org/stax/distributions/stax-src-1.2.0.zip ftp://ftp.mozilla.org/pub/mozilla.org/js/rhino1_7R3.zip ftp://ftp.mozilla.org/pub/mozilla.org/security/nss/releases/NSS_3_14_4_RTM/src/nss-3.14.4-with-nspr-4.9.5.tar.gz ERROR 404: Not Found: http://ucpp.googlecode.com/files/ucpp-1.3.2.tar.gz http://multidimalgorithm.googlecode.com/files/mdds_0.3.1.tar.bz2 http://zlib.net/zlib-1.2.7.tar.bz2 http://apache.spinellicreations.com//commons/codec/source/commons-codec-1.6-src.tar.gz http://sourceforge.net/projects/oooextras.mirror/files/2e482c7567908d334785ce7d69ddfff7-commons-codec-1.6-src.tar.gz http://serf.googlecode.com/files/serf-1.2.1.tar.bz2 http://sourceforge.net/projects/oooextras.mirror/files/625ff5f2f968dd908bca43c9469d6e6b-commons-lang-2.4-src.tar.gz http://hci.iwr.uni-heidelberg.de/vigra/vigra1.6.0.tar.gz http://curl.haxx.se/download/curl-7.19.7.tar.gz http://sourceforge.net/projects/oooextras.mirror/files/e4244e69eb3644e71c254aea5952a918-apache-rat-incubating-0.8-bin.tar.bz2 Some changes can be cherrypicked from trunk, for example Revision 1723875
"arielch" committed SVN revision 1761371 into branches/AOO413: i127121 - Update broken download URLs of external dependencies
"arielch" committed SVN revision 1761373 into branches/AOO413: i127121 - Update broken download URLs of external dependencies
(In reply to SVN Robot from comment #2) > "arielch" committed SVN revision 1761373 into branches/AOO413: > i127121 - Update broken download URLs of external dependencies This one is broken on trunk too: http://hci.iwr.uni-heidelberg.de/vigra-old-versions/vigra1.6.0.tar.gz vigra has moved to github, it provides downloads from tags, but the hashes do not match, see https://ukoethe.github.io/vigra/ https://github.com/ukoethe/vigra/releases/tag/Version-1-6-0
The oooextras mirror at sourceforge is missing three packages: 2e482c7567908d334785ce7d69ddfff7-commons-codec-1.6-src.tar.gz 625ff5f2f968dd908bca43c9469d6e6b-commons-lang-2.4-src.tar.gz e4244e69eb3644e71c254aea5952a918-apache-rat-incubating-0.8-bin.tar.bz2 should these be uploaded to the oooextras mirror at sourceforge? Now they are only fetched from http://archive.apache.org/
Upstream Zlib keeps only copies of tar.gz, AOO expects a tar.bz2 See http://zlib.net/fossils/
"arielch" committed SVN revision 1761381 into branches/AOO413: i127121 - Update broken download URLs of external dependencies
Fixed