mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-02 12:55:50 +08:00
2666deec0c
* [lz4] Patch for CVE-2021-3520 See https://nvd.nist.gov/vuln/detail/CVE-2021-3520 for more details This is the upstream patch by Jasper Lievisse Adriaanse. "Fix potential memory corruption with negative memmove() size" https://github.com/lz4/lz4/pull/972 * Added license to lz4/vcpkg.json
19 lines
408 B
JSON
19 lines
408 B
JSON
{
|
|
"name": "lz4",
|
|
"version": "1.9.3",
|
|
"port-version": 4,
|
|
"description": "Lossless compression algorithm, providing compression speed at 400 MB/s per core.",
|
|
"homepage": "https://github.com/lz4/lz4",
|
|
"license": "BSD-2-Clause AND GPL-2.0-only",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|