Please Update Contrib/scripts/get_mp3_source.sh To Use Https

Home » Asterisk Users » Please Update Contrib/scripts/get_mp3_source.sh To Use Https
Asterisk Users 3 Comments

contrib/scripts/get_mp3_source.sh

svn export has to be changed to https else it fails thanks

3 thoughts on - Please Update Contrib/scripts/get_mp3_source.sh To Use Https

  • Please create an issue[1] for this. As well for me SVN appears to follow the redirect to https and works successfully, it works the same for others too. What version of SVN are you using? Do you already have an export of it?

    [1] https://issues.asterisk.org/jira

  • I just put reviews up to move over to https. For reference on my SVN
    (1.13.0) this is what happens even without https:

    ✔ jcolp@aluminum:~/development/asterisk/public [16| …9]>
    contrib/scripts/get_mp3_source.sh Redirecting to URL ‘https://svn.digium.com/svn/thirdparty/mp3/trunk’:
    A addons/mp3
    A addons/mp3/common.c A addons/mp3/huffman.h A addons/mp3/tabinit.c A addons/mp3/Makefile A addons/mp3/README
    A addons/mp3/decode_i386.c A addons/mp3/dct64_i386.c A addons/mp3/MPGLIB_TODO
    A addons/mp3/mpg123.h A addons/mp3/layer3.c A addons/mp3/mpglib.h A addons/mp3/decode_ntom.c A addons/mp3/interface.c A addons/mp3/MPGLIB_README
    Exported revision 202.

  • I have also just completed a change such that http will no longer redirect to the https address, so it should work without any changes to the script. I will still keep my reviews up to switch it to https though.