mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 03:00:19 +08:00
[ngtcp2] Update to v1.9.0 (#42246)
This commit is contained in:
parent
73026dbfd5
commit
ef5203acb5
@ -1,14 +0,0 @@
|
||||
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
||||
--- a/CMakeLists.txt
|
||||
+++ b/CMakeLists.txt
|
||||
@@ -119,9 +119,9 @@
|
||||
if(ENABLE_GNUTLS)
|
||||
find_package(GnuTLS 3.7.2)
|
||||
endif()
|
||||
if(ENABLE_OPENSSL)
|
||||
- find_package(OpenSSL 1.1.1)
|
||||
+ find_package(OpenSSL REQUIRED)
|
||||
endif()
|
||||
if(ENABLE_WOLFSSL)
|
||||
find_package(wolfssl 5.5.0)
|
||||
endif()
|
@ -2,10 +2,8 @@ vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO ngtcp2/ngtcp2
|
||||
REF "v${VERSION}"
|
||||
SHA512 de38eaa8b7761ed1f7d8b07bfd8dd274820694b4438f224a4984e045a6c866ec5c4f23a142885883e2ea005994b40914e2aafc2724e3860cb9d72b759d947a9b
|
||||
SHA512 483b1e1a8cd5fa2bf7049453879271edc7423b83e4943b9344e3f8ce3d9b3f4c15e96ffe2463b066e1d2845d6137d5a34bf6ee223983e394274d42f809026a0d
|
||||
HEAD_REF main
|
||||
PATCHES
|
||||
openssl_required.patch
|
||||
)
|
||||
|
||||
string(COMPARE EQUAL "${VCPKG_LIBRARY_LINKAGE}" "static" ENABLE_STATIC_LIB)
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "ngtcp2",
|
||||
"version": "1.8.1",
|
||||
"version": "1.9.0",
|
||||
"description": "ngtcp2 project is an effort to implement RFC9000 QUIC protocol.",
|
||||
"homepage": "https://github.com/ngtcp2/ngtcp2",
|
||||
"license": "MIT",
|
||||
|
@ -6357,7 +6357,7 @@
|
||||
"port-version": 0
|
||||
},
|
||||
"ngtcp2": {
|
||||
"baseline": "1.8.1",
|
||||
"baseline": "1.9.0",
|
||||
"port-version": 0
|
||||
},
|
||||
"nifly": {
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "60d9abee17d622d81393c5faaef3c35c91056230",
|
||||
"version": "1.9.0",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "3a0befe8767508d567f8f3eca44020eaca5a450f",
|
||||
"version": "1.8.1",
|
||||
|
Loading…
Reference in New Issue
Block a user