From 74ab3bc75ecb081a2cb5f993bf0239aeae368615 Mon Sep 17 00:00:00 2001 From: Fredy Wijaya Date: Mon, 30 Dec 2024 15:28:04 +0000 Subject: [PATCH] Update QUICHE from f18d52057 to 71111c723 https://github.com/google/quiche/compare/f18d52057..71111c723 ``` $ git log f18d52057..71111c723 --date=short --no-merges --format="%ad %al %s" 2024-12-27 martinduke MoQT Upstream FETCH data streams. 2024-12-23 rch Fix a flake in quic_udp_socket_test.cc caused by recvmsg occasionally returning EAGAIN by reading again in this case. 2024-12-20 dschinazi Switch QUIC version negotiation to RFC codepoint 2024-12-19 martinduke Add a new QUIC Connection option to specify Cubic for the client side only. 2024-12-17 dschinazi Fix flakiness in chaos protection test 2024-12-17 martinduke Send MoQT Fetch and handle FETCH_OK/FETCH_ERROR. The application can induce FETCH_CANCEL by destroying the MoqtFetchTask object it owns. 2024-12-16 quiche-dev Declare nfds parameter of PollSyscall() as size_t ``` Signed-off-by: Fredy Wijaya --- bazel/repository_locations.bzl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bazel/repository_locations.bzl b/bazel/repository_locations.bzl index 63dcaf4f3376..690a039420d3 100644 --- a/bazel/repository_locations.bzl +++ b/bazel/repository_locations.bzl @@ -1235,12 +1235,12 @@ REPOSITORY_LOCATIONS_SPEC = dict( project_name = "QUICHE", project_desc = "QUICHE (QUIC, HTTP/2, Etc) is Google‘s implementation of QUIC and related protocols", project_url = "https://github.com/google/quiche", - version = "f18d5205756e4d92f2711c617cbd106644469980", - sha256 = "a39e718b49c61a5c2c319c76df61ab29ad6da587b34bf70ffd0f648e08636186", + version = "71111c7230fcec1e75ced2b0cc942ee0723309aa", + sha256 = "1b83a70bee1457c58bbc56c1a7ae26547efaeb0e1e18a12b0a1f8730ff17b4aa", urls = ["https://github.com/google/quiche/archive/{version}.tar.gz"], strip_prefix = "quiche-{version}", use_category = ["controlplane", "dataplane_core"], - release_date = "2024-12-16", + release_date = "2024-12-27", cpe = "N/A", license = "BSD-3-Clause", license_url = "https://github.com/google/quiche/blob/{version}/LICENSE",