Wireshark-commits: [Wireshark-commits] master cfd79b4: Windows: Upgrade GnuTLS to 1.6.3
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 31 Dec 2018 08:11:01 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=cfd79b4701996fd0f65d58c9ab4aa4e21cc5d5f3
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

cfd79b4 by Peter Wu (peter@xxxxxxxxxxxxx):

    Windows: Upgrade GnuTLS to 1.6.3
    
    Upgrade to GnuTLS 3.6.3-1, using MinGW binaries from Fedora 29 packages:
    
        mingw64-gnutls-3.6.3-1.fc29.noarch.rpm
        mingw64-gcc-8.2.0-3.fc29.x86_64.rpm
        mingw64-gmp-6.1.2-4.fc29.noarch.rpm
        mingw64-nettle-3.4-2.fc29.noarch.rpm
        mingw64-p11-kit-0.23.7-5.fc29.noarch.rpm
        mingw64-libffi-3.1-4.fc29.noarch.rpm
        mingw64-libtasn1-4.13-3.fc29.noarch.rpm
        mingw64-winpthreads-5.0.4-2.fc29.noarch.rpm
    
    This includes libgcc_s_seh-1.dll (64-bit, new) and libgcc_s_sjlj-1.dll
    (32-bit, previously included with glib2).
    
    Built with
    https://git.lekensteyn.nl/peter/wireshark-notes/tree/windows-libs/make-gnutls-libs-zip.sh?id=b86878e458d5d7deb21218ce6598b98af4ed7ec2
    
    The main motivation is improved PKCS #11 support:
    - 3.6.0: fix potential compatibility issue with SafeNet HSMs
      https://gitlab.com/gnutls/gnutls/merge_requests/398/
    - 3.6.2: gnutls_pkcs11_token_get_flags now forwards token info.
    - 3.6.3: new APIs for low-level PKCS #11 token or object operations.
    
    Change-Id: I235774e3b27f3426cb74d3d9c0ab593d06870e89
    Reviewed-on: https://code.wireshark.org/review/31128
    Petri-Dish: Peter Wu <peter@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Pascal Quantin <pascal.quantin@xxxxxxxxx>
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  8d2b514   SMPP: General improvements
     add  cfd79b4   Windows: Upgrade GnuTLS to 1.6.3


Summary of changes:
 cmake/modules/FindGLIB2.cmake  | 5 ++++-
 cmake/modules/FindGNUTLS.cmake | 3 ++-
 tools/win-setup.ps1            | 8 +++-----
 3 files changed, 9 insertions(+), 7 deletions(-)