Skip to content

Commit ac39769

Browse files
ahornbymeta-codesync[bot]
authored andcommitted
update manifests to use https for download
Summary: We had a few urls using non-https. Update them for less chance of downloading unexpected content like wifi portal login pages or other proxy injected content. Aim is to reduce the number of unexpected sha256sum check failures, and also means one less env var proxy to configure on command line. Reviewed By: bigfootjon Differential Revision: D86294765 fbshipit-source-id: 40c481c12b6976a7e4ecb8facac22fe7b0b3c4f0
1 parent aab5f98 commit ac39769

7 files changed

Lines changed: 7 additions & 8 deletions

File tree

build/fbcode_builder/manifests/autoconf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ autoconf
1414
autoconf
1515

1616
[download]
17-
url = http://ftpmirror.gnu.org/gnu/autoconf/autoconf-2.69.tar.gz
17+
url = https://ftpmirror.gnu.org/gnu/autoconf/autoconf-2.69.tar.gz
1818
sha256 = 954bd69b391edc12d6a4a51a2dd1476543da5c6bbf05a95b59dc0dd6fd4c2969
1919

2020
[build]

build/fbcode_builder/manifests/automake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ automake
1414
automake
1515

1616
[download]
17-
url = http://ftpmirror.gnu.org/gnu/automake/automake-1.16.1.tar.gz
17+
url = https://ftpmirror.gnu.org/gnu/automake/automake-1.16.1.tar.gz
1818
sha256 = 608a97523f97db32f1f5d5615c98ca69326ced2054c9f82e65bade7fc4c9dea8
1919

2020
[build]

build/fbcode_builder/manifests/gperf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = gperf
33

44
[download]
5-
url = http://ftpmirror.gnu.org/gnu/gperf/gperf-3.1.tar.gz
5+
url = https://ftpmirror.gnu.org/gnu/gperf/gperf-3.1.tar.gz
66
sha256 = 588546b945bba4b70b6a3a616e80b4ab466e3f33024a352fc2198112cdbb3ae2
77

88
[build.not(os=windows)]

build/fbcode_builder/manifests/libmnl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ libmnl-dev
1616
libmnl
1717

1818
[download]
19-
url = http://www.netfilter.org/pub/libmnl/libmnl-1.0.4.tar.bz2
19+
url = https://www.netfilter.org/pub/libmnl/libmnl-1.0.4.tar.bz2
2020
sha256 = 171f89699f286a5854b72b91d06e8f8e3683064c5901fb09d954a9ab6f551f81
2121

2222
[build.os=linux]

build/fbcode_builder/manifests/libtool

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ libtool
1414
libtool
1515

1616
[download]
17-
url = http://ftpmirror.gnu.org/gnu/libtool/libtool-2.4.6.tar.gz
17+
url = https://ftpmirror.gnu.org/gnu/libtool/libtool-2.4.6.tar.gz
1818
sha256 = e3bd4d5d3d025a36c21dd6af7ea818a2afcd4dfc1ea5a17b39d7854bcd0c06e3
1919

2020
[build]

build/fbcode_builder/manifests/libyaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = libyaml
33

44
[download]
5-
url = http://pyyaml.org/download/libyaml/yaml-0.1.7.tar.gz
5+
url = https://pyyaml.org/download/libyaml/yaml-0.1.7.tar.gz
66
sha256 = 8088e457264a98ba451a90b8661fcb4f9d6f478f7265d48322a196cec2480729
77

88
[build.os=linux]

build/fbcode_builder/manifests/perl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,9 @@
22
name = perl
33

44
[download.os=windows]
5-
url = http://strawberryperl.com/download/5.28.1.1/strawberry-perl-5.28.1.1-64bit-portable.zip
5+
url = https://strawberryperl.com/download/5.28.1.1/strawberry-perl-5.28.1.1-64bit-portable.zip
66
sha256 = 935c95ba096fa11c4e1b5188732e3832d330a2a79e9882ab7ba8460ddbca810d
77

88
[build.os=windows]
99
builder = nop
1010
subdir = perl
11-

0 commit comments

Comments
 (0)