Wireshark-commits: [Wireshark-commits] master-2.0 a92137d: NSIS: refuse to install on Windows XP or

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 26 Nov 2015 08:39:59 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=a92137d46a00d9b3066ba8b59ce2eecd9bb77647
Submitter: Pascal Quantin (pascal.quantin@xxxxxxxxx)
Changed: branch: master-2.0
Repository: wireshark

Commits:

a92137d by Gerald Combs (gerald@xxxxxxxxxxxxx):

    NSIS: refuse to install on Windows XP or Server 2003
    
    Warn the user when installing on Windows Server 2003 along with XP.
    CMake builds are not targeting them, and their support was officially
    dropped with Wireshark 1.12.
    Update our copy of GetWindowsVersion.nsh with "Alternate Script With
    Server Versions" from http://nsis.sourceforge.net/Get_Windows_version.
    
    Change-Id: I762859ea13e1ecd91757eeab360a39d1e6116144
    Reviewed-on: https://code.wireshark.org/review/11972
    Reviewed-by: Pascal Quantin <pascal.quantin@xxxxxxxxx>
    (cherry picked from commit a9f5d8503f85704bd6facc2de3f51f5d83f4862c)
    Reviewed-on: https://code.wireshark.org/review/12173
    

Actions performed:

    from  a9b4be9   SCTP: add another NULL dereference check
    adds  a92137d   NSIS: refuse to install on Windows XP or Server 2003


Summary of changes:
 packaging/nsis/GetWindowsVersion.nsh |  176 ++++++++++++++++++++++++++--------
 packaging/nsis/wireshark.nsi         |   17 ++--
 2 files changed, 146 insertions(+), 47 deletions(-)