From: Joshua C. Colp Date: Sun, 25 Apr 2021 09:45:57 +0000 (-0300) Subject: svn: Switch to https scheme. X-Git-Tag: 16.18.0-rc1~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c43094f1cb644467837656fabe965bcf9ab5930f;p=thirdparty%2Fasterisk.git svn: Switch to https scheme. Some versions of SVN seemingly don't follow the redirect to https. Change-Id: Ia7c76c18cb620bcf56f08e1211a7d80d321fe253 --- diff --git a/contrib/scripts/get_mp3_source.sh b/contrib/scripts/get_mp3_source.sh index 6d984659da..c16db9b131 100755 --- a/contrib/scripts/get_mp3_source.sh +++ b/contrib/scripts/get_mp3_source.sh @@ -15,7 +15,7 @@ if [ -f addons/mp3/mpg123.h ]; then exit 1 fi -svn export http://svn.digium.com/svn/thirdparty/mp3/trunk addons/mp3 $@ +svn export https://svn.digium.com/svn/thirdparty/mp3/trunk addons/mp3 $@ # Manually patch interface.c if not done yet. if ! grep -q ASTMM_LIBC addons/mp3/interface.c; then diff --git a/contrib/scripts/install_prereq b/contrib/scripts/install_prereq index f1d58e5804..3a716d3374 100755 --- a/contrib/scripts/install_prereq +++ b/contrib/scripts/install_prereq @@ -334,7 +334,7 @@ handle_SUSE() { install_unpackaged() { echo "*** Installing NBS (Network Broadcast Sound) ***" - svn co http://svn.digium.com/svn/nbs/trunk nbs-trunk + svn co https://svn.digium.com/svn/nbs/trunk nbs-trunk cd nbs-trunk make all install cd .. @@ -342,7 +342,7 @@ install_unpackaged() { # Only install libresample if it wasn't installed via package if ! test -f /usr/include/libresample.h; then echo "*** Installing libresample ***" - svn co http://svn.digium.com/svn/thirdparty/libresample/trunk libresample-trunk + svn co https://svn.digium.com/svn/thirdparty/libresample/trunk libresample-trunk cd libresample-trunk ./configure make all install