Skip to content

Commit

Permalink
Update QUICHE from eaeaa74b2 to de8f411c1 (envoyproxy#36470)
Browse files Browse the repository at this point in the history
https://github.com/google/quiche/compare/eaeaa74b2..de8f411c1

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

2024-10-07 quiche-dev Replace deprecated HexStringToBytes API
2024-10-07 quiche-dev Enabling rolled out flags.
2024-10-07 martinduke Add length field to MoQT control messages.
2024-10-03 quiche-dev Add missing "override" specifier in mock methods.
2024-10-03 quiche-dev Add a new OnParsedClientHelloReceived method to QuicConnection and QuicConnectionDebugVisitor.
```

Signed-off-by: Fredy Wijaya <[email protected]>
Signed-off-by: anitabyte <[email protected]>
  • Loading branch information
fredyw authored and anitabyte committed Oct 9, 2024
1 parent f7eef7c commit b843a80
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 @@ -1208,12 +1208,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 = "eaeaa74b2b4bf4cd9f7a2f44ba8f323fdc55f66a",
sha256 = "1383267a64cb18fca62868e7b54118c223e164d9c0533b11a9a31c779c626f95",
version = "de8f411c1b387499c220ffd6702c43dd7ccaca00",
sha256 = "03a2855a70a3f22e0b723cc63f4d6b1817e894f35c2a441981c7f8152196713e",
urls = ["https://github.com/google/quiche/archive/{version}.tar.gz"],
strip_prefix = "quiche-{version}",
use_category = ["controlplane", "dataplane_core"],
release_date = "2024-10-02",
release_date = "2024-10-07",
cpe = "N/A",
license = "BSD-3-Clause",
license_url = "https://github.com/google/quiche/blob/{version}/LICENSE",
Expand Down

0 comments on commit b843a80

Please sign in to comment.