URL: 
https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=c6c35d9731f92f9143b65d70e4c1f672ad03825d
Submitter: Gerald Combs (ger...@wireshark.org)
Changed: branch: master-2.4
Repository: wireshark

Commits:

c6c35d9 by Gerald Combs (ger...@wireshark.org):

    CMake: Try to avoid Strawberry Perl's xsltproc.
    
    Search for Chocolatey's and Cygwin's respective xsltprocs before searching
    %PATH%. Strawberry Perl doesn't include DocBook, which makes it useless
    as far as we're concerned.
    
    Another approach would be to look in various locations for an XML catalog
    files and set %XML_CATALOG_FILES%. However, Cygwin's /etc/xml/catalog
    contains Cygwin-specific URLs, e.g. file:///etc/xml/docbook and can't
    be used with a non-Cygwin xsltproc.
    
    (cherry picked from commit bfedd74e99a04fb4ef802fb8a663e3bf76721992)
    Conflicts:
        cmake/modules/FindXSLTPROC.cmake
    
    Change-Id: Iaebfdff922a6574581b9bd207625f03598c166e0
    Reviewed-on: https://code.wireshark.org/review/25794
    Petri-Dish: Gerald Combs <ger...@wireshark.org>
    Reviewed-by: Gerald Combs <ger...@wireshark.org>
    Reviewed-on: https://code.wireshark.org/review/25795
    

Actions performed:

    from  5173221   SIGCOMP: check operand offset when accessing UDVM memory
    adds  c6c35d9   CMake: Try to avoid Strawberry Perl's xsltproc.


Summary of changes:
 cmake/modules/FindXSLTPROC.cmake | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)
___________________________________________________________________________
Sent via:    Wireshark-commits mailing list <wireshark-commits@wireshark.org>
Archives:    https://www.wireshark.org/lists/wireshark-commits
Unsubscribe: https://www.wireshark.org/mailman/options/wireshark-commits
             mailto:wireshark-commits-requ...@wireshark.org?subject=unsubscribe

Reply via email to