You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Antoine Pitrou (JIRA)" <ji...@apache.org> on 2019/06/06 11:38:00 UTC

[jira] [Created] (ARROW-5523) [Python] [Packaging] Use HTTPS consistently for downloading dependencies

Antoine Pitrou created ARROW-5523:
-------------------------------------

             Summary: [Python] [Packaging] Use HTTPS consistently for downloading dependencies
                 Key: ARROW-5523
                 URL: https://issues.apache.org/jira/browse/ARROW-5523
             Project: Apache Arrow
          Issue Type: Improvement
          Components: Packaging, Python
    Affects Versions: 0.13.0
            Reporter: Antoine Pitrou


Some download URLs in the manylinux scripts use plain-text protocols:

{code:bash}
python/manylinux1/scripts/build_thrift.sh:wget http://archive.apache.org/dist/thrift/${THRIFT_VERSION}/thrift-${THRIFT_VERSION}.tar.gz
python/manylinux1/scripts/build_python.sh:AUTOCONF_DOWNLOAD_URL=http://ftp.gnu.org/gnu/autoconf
python/manylinux1/scripts/build_python.sh:AUTOMAKE_DOWNLOAD_URL=http://ftp.gnu.org/gnu/automake
python/manylinux1/scripts/build_python.sh:LIBTOOL_DOWNLOAD_URL=http://ftp.gnu.org/gnu/libtool
python/manylinux1/scripts/build_bison.sh:wget http://ftp.gnu.org/gnu/bison/bison-3.0.4.tar.gz
python/manylinux1/scripts/build_re2.sh:curl -sL "http://github.com/google/re2/archive/${RE2_VERSION}.tar.gz" -o re2-${RE2_VERSION}.tar.gz
python/manylinux1/scripts/build_llvm.sh:curl -sL http://releases.llvm.org/${LLVM_VERSION}/llvm-${LLVM_VERSION}.src.tar.xz -o llvm-${LLVM_VERSION}.src.tar.xz
python/manylinux1/scripts/build_clang.sh:curl -sL http://releases.llvm.org/${LLVM_VERSION}/cfe-${LLVM_VERSION}.src.tar.xz -o cfe-${LLVM_VERSION}.src.tar.xz
{code}




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)