]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
svn: Switch to https scheme.
authorJoshua C. Colp <jcolp@sangoma.com>
Sun, 25 Apr 2021 09:45:57 +0000 (06:45 -0300)
committerJoshua Colp <jcolp@sangoma.com>
Sun, 25 Apr 2021 09:46:37 +0000 (04:46 -0500)
Some versions of SVN seemingly don't follow the redirect
to https.

Change-Id: Ia7c76c18cb620bcf56f08e1211a7d80d321fe253

contrib/scripts/get_mp3_source.sh
contrib/scripts/install_prereq

index 6d984659dab275873d2fd3f06f1d4c4df10ce810..c16db9b131f6024fd1318d395c6c15546a1771bd 100755 (executable)
@@ -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
index e62cb485e6d058e347436decca32c9d078725a38..98e9350fce99493fd084306ea38d28c1c6e7023d 100755 (executable)
@@ -332,7 +332,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 ..
@@ -340,7 +340,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