URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=a02cb400d887a5ba97de9415a21ee459b34adbab
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master-2.0
Repository: wireshark
Commits:
a02cb40 by Peter Wu (peter@xxxxxxxxxxxxx):
Require libgcrypt 1.4.2, add cmake version detection
libgcrypt 1.4.2 is required since since v1.11.0-rc1-2787-g23f9100
("Really add support for AEAD ciphers (GCM)") due to the use of
gcry_cipher_setctr. Bump the version in configure.ac too.
Add version check for gcrypt to cmake. Tested with CentOS 6 (cmake
2.8.12.2, libgcrypt 1.4.5).
Change-Id: I93c3ed902a764d9d14675779e866230d073c96d5
Reviewed-on: https://code.wireshark.org/review/11043
Reviewed-by: Peter Wu <peter@xxxxxxxxxxxxx>
Petri-Dish: Peter Wu <peter@xxxxxxxxxxxxx>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
Reviewed-by: Michal Labedzki <michal.labedzki@xxxxxxxxx>
Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
(cherry picked from commit 82ec0bb0fc6bf551693d26c8a575bb3fbd9d0264)
Reviewed-on: https://code.wireshark.org/review/11167
Actions performed:
from 4019e51 Profinet: Add Watchdog Factor data field in IOCRBlockReq.
adds a02cb40 Require libgcrypt 1.4.2, add cmake version detection
Summary of changes:
CMakeLists.txt | 2 ++
cmake/modules/FindGCRYPT.cmake | 14 ++++++++++++--
configure.ac | 6 +++---
3 files changed, 17 insertions(+), 5 deletions(-)