Wireshark-commits: [Wireshark-commits] master fe1ab42: Require GnuTLS 2.12.0, add cmake version det
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=fe1ab42f160ac9b67f181775321fa89b62102159
Submitter: Peter Wu (peter@xxxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
fe1ab42 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>
Actions performed:
from 2ddd92b SDP: protect against out of bounds access
adds fe1ab42 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(-)