Wireshark-commits: [Wireshark-commits] master 5ed87ff: If the OS version of curl isn't new enough,

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sat, 19 May 2018 00:30:10 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=5ed87ffe06fe781ddeb700045b2104e92659b1e3
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

5ed87ff by Guy Harris (guy@xxxxxxxxxxxx):

    If the OS version of curl isn't new enough, download and install from source.
    
    The Mountain Lion version, and presumably earlier versions, can't handle
    the site for xz.
    
    This means we don't need to check the OS version before downloading
    Ninja or MaxMindDB.
    
    Change-Id: I0afa2216d67cddc58d5c3d91d1620f3004026dfa
    Reviewed-on: https://code.wireshark.org/review/27652
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  7138fc8   Install CMake 3.5.2 on Lion and 3.7.2 on later releases.
    adds  5ed87ff   If the OS version of curl isn't new enough, download and install from source.


Summary of changes:
 tools/macos-setup.sh | 93 +++++++++++++++++++++++++++++++++++++++++-----------
 1 file changed, 74 insertions(+), 19 deletions(-)