Wireshark-commits: [Wireshark-commits] wireshark-win32-libs rev 631: / /trunk/packages/: brotli-1.0
Date: Mon, 08 Apr 2019 16:57:42 GMT
User: gerald
Date: 2019/04/08 04:57 PM

Log:
 Add brotli 1.0.2 and lz4 1.8.3.
 
 Add brotli 1.0.2 and lz4 1.8.3, which were built from a VS 2017 
 command prompt with
 
     set BROTLI_VERSION=1.0.2-4
     vcpkg remove brotli:x86-windows brotli:x64-windows
     vcpkg install brotli:x86-windows brotli:x64-windows
     vcpkg export brotli:x86-windows --output=brotli-%BROTLI_VERSION%-win32ws --zip
     vcpkg export brotli:x64-windows --output=brotli-%BROTLI_VERSION%-win64ws --zip
 
     set LZ4_VERSION=1.8.3
     vcpkg remove lz4:x86-windows lz4:x64-windows
     vcpkg install lz4:x86-windows lz4:x64-windows
     vcpkg export lz4:x86-windows --output=lz4-%LZ4_VERSION%-win32ws --zip
     vcpkg export lz4:x64-windows --output=lz4-%LZ4_VERSION%-win64ws --zip

Directory: /trunk/packages/
  Changes    Path                          Action
  +0 -0      brotli-1.0.2-4-win32ws.zip    Added
  +0 -0      lz4-1.8.3-win32ws.zip         Added

Directory: /trunk/
  Changes    Path          Action
  +9 -2      README.txt    Modified