Wireshark-commits: [Wireshark-commits] master-2.0 d1adc2d: Require GnuTLS 2.12.0, add cmake version

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sun, 25 Oct 2015 14:07:14 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=d1adc2db6621d7dd0f482944fc252eb84eaa6082
Submitter: Peter Wu (peter@xxxxxxxxxxxxx)
Changed: branch: master-2.0
Repository: wireshark

Commits:

d1adc2d by Peter Wu (peter@xxxxxxxxxxxxx):

    Require GnuTLS 2.12.0, add cmake version detection
    
    Since v2.1.0rc0-17-g877fd03 and v2.0.0rc0-23-g263ff53 ("ssl-utils:
    load RSA keys based on their modulus+exponent"), GnuTLS 2.12.0 is
    needed.
    
    Add a version check to cmake as well, tested on CentOS6 (with
    pkg-config check disabled to verify the code path). Note that RHEL6
    has GnuTLS 2.8.5 and thus SSL decryption with a RSA private key is no
    longer supported on that version.
    
    Change-Id: I99fdfe6790107f48629dd435794fe8880263063d
    Reviewed-on: https://code.wireshark.org/review/11044
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    Petri-Dish: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Michal Labedzki <michal.labedzki@xxxxxxxxx>
    Reviewed-by: Peter Wu <peter@xxxxxxxxxxxxx>
    (cherry picked from commit fe1ab42f160ac9b67f181775321fa89b62102159)
    Reviewed-on: https://code.wireshark.org/review/11262
    

Actions performed:

    from  db6c17f   SDP: protect against out of bounds access
    adds  d1adc2d   Require GnuTLS 2.12.0, add cmake version detection


Summary of changes:
 CMakeLists.txt                 |    2 ++
 cmake/modules/FindGNUTLS.cmake |   19 ++++++++++++++++---
 configure.ac                   |    4 ++--
 3 files changed, 20 insertions(+), 5 deletions(-)