Wireshark-commits: [Wireshark-commits] master 71905a3: Follow HTTP redirects when fetching tarballs

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 5 Apr 2017 17:45:22 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=71905a34b70857a8398840dc01b9df5ae59a652c
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

71905a3 by Ahmad Fatoum (ahmad@xxxxxx):

    Follow HTTP redirects when fetching tarballs in macosx-setup.sh
    
    xz now hosts older releases on SourceForge and does a 302 redirect
    to SourceForge, which cURL without -L won't follow.
    The default value of 50 redirects before giving up is left unchanged.
    
    Change-Id: I2d73301f025737ad84438d01a445fe6f257ba9d5
    Reviewed-on: https://code.wireshark.org/review/20926
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  2eca457   Display numeric fields in their base display type for columns.
    adds  71905a3   Follow HTTP redirects when fetching tarballs in macosx-setup.sh


Summary of changes:
 macosx-setup.sh |   30 +++++++++++++++---------------
 1 file changed, 15 insertions(+), 15 deletions(-)