[tor-commits] [tor-browser-build/master] Bug 25585: fetch dependencies using https instead of http when possible

gk at torproject.org gk at torproject.org
Fri Mar 23 06:51:10 UTC 2018


commit cd059a825f61d6ae514cfe823b3075819485f704
Author: Nicolas Vigier <boklm at torproject.org>
Date:   Thu Mar 22 11:54:44 2018 +0100

    Bug 25585: fetch dependencies using https instead of http when possible
---
 projects/fonts/config     |  2 +-
 projects/llvm/config      | 12 ++++--------
 projects/mingw-w64/config |  2 +-
 projects/nsis/config      |  2 +-
 projects/winpython/config |  2 +-
 5 files changed, 8 insertions(+), 12 deletions(-)

diff --git a/projects/fonts/config b/projects/fonts/config
index e939ad1..1547403 100644
--- a/projects/fonts/config
+++ b/projects/fonts/config
@@ -102,6 +102,6 @@ input_files:
   - URL: https://github.com/googlei18n/noto-cjk/raw/f36eda03dfa5582a6d49abbfb5c83d0209584158/NotoSansTC-Regular.otf
     sha256sum: e6b82f7d3dab605c428161124ceb5e169cde93de632d800297b167cdd88e7baa
     enable: '[% c("var/linux") %]'
-  - URL: http://downloads.sourceforge.net/stixfonts/STIXv1.1.1-latex.zip
+  - URL: https://downloads.sourceforge.net/stixfonts/STIXv1.1.1-latex.zip
     sha256sum: e3b0f712e2644438eee2d0dcd2b10b2d54f1b972039de95b2f8e800bae1adbd8
     enable: '[% c("var/linux") || c("var/osx") %]'
diff --git a/projects/llvm/config b/projects/llvm/config
index f0a803b..daa779d 100644
--- a/projects/llvm/config
+++ b/projects/llvm/config
@@ -10,26 +10,22 @@ input_files:
   - project: container-image
   - project: cmake
     name: cmake
-  - URL: 'http://releases.llvm.org/[% c("version") %]/llvm-[% c("version") %].src.tar.xz'
-    # no proper HTTPS
+  - URL: 'https://releases.llvm.org/[% c("version") %]/llvm-[% c("version") %].src.tar.xz'
     name: llvm
     sig_ext: sig
     file_gpg_id: 1
     gpg_keyring: llvm.gpg
-  - URL: 'http://releases.llvm.org/[% c("version") %]/cfe-[% c("version") %].src.tar.xz'
-    # no proper HTTPS
+  - URL: 'https://releases.llvm.org/[% c("version") %]/cfe-[% c("version") %].src.tar.xz'
     name: cfe
     sig_ext: sig
     file_gpg_id: 1
     gpg_keyring: llvm.gpg
-  - URL: 'http://releases.llvm.org/[% c("version") %]/libcxx-[% c("version") %].src.tar.xz'
-    # no proper HTTPS
+  - URL: 'https://releases.llvm.org/[% c("version") %]/libcxx-[% c("version") %].src.tar.xz'
     name: libcxx
     sig_ext: sig
     file_gpg_id: 1
     gpg_keyring: llvm.gpg
-  - URL: 'http://releases.llvm.org/[% c("version") %]/libcxxabi-[% c("version") %].src.tar.xz'
-    # no proper HTTPS
+  - URL: 'https://releases.llvm.org/[% c("version") %]/libcxxabi-[% c("version") %].src.tar.xz'
     name: libcxxabi
     sig_ext: sig
     file_gpg_id: 1
diff --git a/projects/mingw-w64/config b/projects/mingw-w64/config
index bb66167..73961e4 100644
--- a/projects/mingw-w64/config
+++ b/projects/mingw-w64/config
@@ -1,6 +1,6 @@
 # vim: filetype=yaml sw=2
 filename: '[% project %]-[% c("version") %]-[% c("var/build_id") %].tar.gz'
-git_url: http://git.code.sf.net/p/mingw-w64/mingw-w64
+git_url: https://git.code.sf.net/p/mingw-w64/mingw-w64
 git_hash: 1259532ff8f5a7ac625b2f28d499ee93a0c0841e
 version: '[% c("abbrev") %]'
 var:
diff --git a/projects/nsis/config b/projects/nsis/config
index 2812a22..7db7b60 100644
--- a/projects/nsis/config
+++ b/projects/nsis/config
@@ -15,7 +15,7 @@ var:
 input_files:
   - project: container-image
   - filename: 'nsis-[% c("version") %].tar.bz2'
-    URL: 'http://downloads.sourceforge.net/nsis/nsis-[% c("version") %]-src.tar.bz2'
+    URL: 'https://downloads.sourceforge.net/nsis/nsis-[% c("version") %]-src.tar.bz2'
     sha256sum: 43d4c9209847e35eb6e2c7cd5a7586e1445374c056c2c7899e40a080e17a1be7
   - name: debian
     URL: 'http://http.debian.net/debian/pool/main/n/nsis/nsis_2.51-1.debian.tar.xz'
diff --git a/projects/winpython/config b/projects/winpython/config
index 9f884c0..124b3b6 100644
--- a/projects/winpython/config
+++ b/projects/winpython/config
@@ -47,7 +47,7 @@ input_files:
     gpg_keyring: winpython.gpg
   - URL: https://pypi.python.org/packages/source/s/setuptools/setuptools-1.4.tar.gz
     sha256sum: 75d288687066ed124311d6ca5f40ffa92a0e81adcd7fff318c6e84082713cf39
-  - URL: http://downloads.sourceforge.net/py2exe/0.6.9/py2exe-0.6.9.win32-py2.7.exe
+  - URL: https://downloads.sourceforge.net/py2exe/0.6.9/py2exe-0.6.9.win32-py2.7.exe
     sha256sum: 610a8800de3d973ed5ed4ac505ab42ad058add18a68609ac09e6cf3598ef056c
   - name: '[% c("var/compiler") %]'
     project: '[% c("var/compiler") %]'



More information about the tor-commits mailing list