Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-commits: [Wireshark-commits] master bcd32b0: Drop support for GnuTLS 2.12.x, require GnuT

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 29 Nov 2018 22:11:33 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=bcd32b07e7d5fcc14e1683535a53fccdd6be70f3
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

bcd32b0 by Peter Wu (peter@xxxxxxxxxxxxx):

    Drop support for GnuTLS 2.12.x, require GnuTLS 3.2 or newer
    
    Upcoming changes need GnuTLS >= 3.0.2. Require GnuTLS 3.2 (or newer) for
    licensing reasons. The Debian control file still mentions 3.2.14 because
    older packages linked with a GMP library that was not GPLv2+ compatible.
    
    RHEL6 only has 2.12.23, but is already unsupported anyway.
    
    Change-Id: I024b2a734ebb16b73a624bb2435c254e963d8b7d
    Reviewed-on: https://code.wireshark.org/review/30832
    Petri-Dish: Peter Wu <peter@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  7cc07bf   (D)TLS: defer RSA private key lookup until it is really needed
     add  bcd32b0   Drop support for GnuTLS 2.12.x, require GnuTLS 3.2 or newer


Summary of changes:
 CMakeLists.txt                                   | 4 +++-
 debian/control                                   | 5 ++---
 docbook/wsdg_src/WSDG_chapter_libraries.asciidoc | 6 +++---
 tools/debian-setup.sh                            | 4 +---
 4 files changed, 9 insertions(+), 10 deletions(-)