Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.xiph.org/xiph/opus.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRalph Giles <giles@thaumas.net>2020-04-21 22:08:20 +0300
committerRalph Giles <giles@thaumas.net>2020-04-22 02:48:39 +0300
commitcfc07523b88f7d5def59d14e303a309e6e164749 (patch)
tree261bea05f27a4247d57a5dd21f91b169a5ed28e7
parentacaa0c6f86cf14c394ed40b60fceaaa58c8e722d (diff)
Make draft build scripts download over https.
Use the more secure urls by default.
-rwxr-xr-xdoc/build_draft.sh2
-rwxr-xr-xdoc/build_oggdraft.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/build_draft.sh b/doc/build_draft.sh
index 2adcda2f..2aaea471 100755
--- a/doc/build_draft.sh
+++ b/doc/build_draft.sh
@@ -93,7 +93,7 @@ cat opus_source.tar.gz| base64 | tr -d '\n' | fold -w 64 | \
if test ! -d ../opus_testvectors ; then
echo "Downloading test vectors..."
- wget 'http://opus-codec.org/testvectors/opus_testvectors.tar.gz'
+ wget 'https://opus-codec.org/testvectors/opus_testvectors.tar.gz'
tar -C .. -xvzf opus_testvectors.tar.gz
fi
echo '<figure>' > testvectors_sha1
diff --git a/doc/build_oggdraft.sh b/doc/build_oggdraft.sh
index 30ee534b..d426a9b9 100755
--- a/doc/build_oggdraft.sh
+++ b/doc/build_oggdraft.sh
@@ -43,7 +43,7 @@ if test -z `which xml2rfc 2> /dev/null`; then
echo
echo "Please install xml2rfc version 2 or later."
echo "E.g. 'pip install xml2rfc' or follow the instructions"
- echo "on http://pypi.python.org/pypi/xml2rfc/ or tools.ietf.org."
+ echo "on https://pypi.python.org/pypi/xml2rfc/ or tools.ietf.org."
exit 1
fi