vcpkg/ports/nghttp2/vcpkg.json
Alexis La Goutte 4920c80ea9
[nghttp2] update to 1.61.0 (#38023)
Fix CVE-2024-28182
https://github.com/nghttp2/nghttp2/security/advisories/GHSA-x6x3-gv8h-m57q

Remove no longer needed no-tests.path, there is now an build option for
disable TESTING
2024-04-09 11:24:19 -04:00

14 lines
289 B
JSON

{
"name": "nghttp2",
"version": "1.61.0",
"description": "Implementation of the Hypertext Transfer Protocol version 2 in C",
"homepage": "https://github.com/nghttp2/nghttp2",
"license": "MIT",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
}
]
}