Skip to content

Commit

Permalink
Update QUICHE from bf33a4a6f to f18d52057 (#37688)
Browse files Browse the repository at this point in the history
https://github.com/google/quiche/compare/bf33a4a6f..f18d52057

```
$ git log bf33a4a6f..f18d52057 --date=short --no-merges --format="%ad %al %s"

2024-12-16 vasilvv Split the alarm logic out of QuicPollEventLoop into its own queue.
2024-12-12 martinduke Finish MoQT incoming ANNOUNCE life cycle (UNANNOUNCE).
2024-12-12 wub In `QuicSelfIssuedConnectionIdManager::GetUnretiredConnectionIds`, call `std::vector::reserve` before the for loops to avoid unnecessary memory allocations.
2024-12-12 martinduke Incoming MoQT SubscribeAnnounces lifecycle.
2024-12-12 quiche-dev Add admin token support to phosphor
2024-12-11 quiche-dev Mark quiche::GatherStringViewSpan as exported to Chromium.
```

Signed-off-by: Ali Beyad <abeyad@google.com>
  • Loading branch information
abeyad authored Dec 17, 2024
1 parent b2c81bd commit caea82b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions bazel/repository_locations.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "bf33a4a6f99dff0ff5bc05da8ef4cd0ccf16e210",
sha256 = "17b894393fc0e5e167ffbbfb8d67943cf37ebe9b986a72ed666330008e749ca0",
version = "f18d5205756e4d92f2711c617cbd106644469980",
sha256 = "a39e718b49c61a5c2c319c76df61ab29ad6da587b34bf70ffd0f648e08636186",
urls = ["https://github.com/google/quiche/archive/{version}.tar.gz"],
strip_prefix = "quiche-{version}",
use_category = ["controlplane", "dataplane_core"],
release_date = "2024-12-11",
release_date = "2024-12-16",
cpe = "N/A",
license = "BSD-3-Clause",
license_url = "https://github.com/google/quiche/blob/{version}/LICENSE",
Expand Down

0 comments on commit caea82b

Please sign in to comment.