Skip to content

Commit

Permalink
Quiche roll 20240717144914 (envoyproxy#35241)
Browse files Browse the repository at this point in the history
https://github.com/google/quiche/compare/7880417d1..f8ca4ffbe

```
$ git log 7880417d1..f8ca4ffbe --date=short --no-merges --format="%ad %al %s"

2024-07-17 quiche-dev Make implicit `this` capture explicit
2024-07-17 danzh No public description
2024-07-17 wub Fix test ConnectionMigrationWithNonZeroConnectionIDClientIPChangedMultipleTimes.
2024-07-16 wub Deprecate gfe2_restart_flag_quic_opport_bundle_qpack_decoder_data5.
2024-07-16 birenroy Migrates all users of spdy::Http2HeaderBlock to quiche::HttpHeaderBlock.
2024-07-16 birenroy Migrates all users of spdy::Http2HeaderBlock to quiche::HttpHeaderBlock.
2024-07-16 vasilvv Fix a bug in parser where for non-normal object status, the number of bytes read was counted incorrectly.
2024-07-16 birenroy Migrates all users of spdy::Http2HeaderBlock to quiche::HttpHeaderBlock.
2024-07-15 birenroy Migrates all users of spdy::Http2HeaderBlock to quiche::HttpHeaderBlock.
2024-07-15 danzh Unhide security fix to QuicSpdyStream (cl/626052950).
2024-07-12 birenroy Migrates all users of spdy::Http2HeaderBlock to quiche::HttpHeaderBlock.
2024-07-12 awillia Fix a memory leak in InitializeAndCheckForTlsPskFailure test helper
2024-07-11 fayang Parse and log cert compression algos from CHLO.
2024-07-11 quiche-dev Modify the visitor to allow it to interact with packets written by the packet exchanger.
2024-07-11 vasilvv Implement MoQT priority calculation.
```

Signed-off-by: Renjie Tang <[email protected]>

---------

Signed-off-by: Renjie Tang <[email protected]>
Signed-off-by: asingh-g <[email protected]>
  • Loading branch information
RenjieTang authored and asingh-g committed Aug 20, 2024
1 parent ed55146 commit 1ebac8c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 55 deletions.
51 changes: 0 additions & 51 deletions bazel/external/quiche_stream_fix.patch

This file was deleted.

1 change: 0 additions & 1 deletion bazel/repositories.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -1139,7 +1139,6 @@ def _com_github_google_quiche():
patch_cmds = ["find quiche/ -type f -name \"*.bazel\" -delete"],
patches = [
"@envoy//bazel/external:quiche_sequencer_fix.patch",
"@envoy//bazel/external:quiche_stream_fix.patch",
],
patch_args = ["-p1"],
build_file = "@envoy//bazel/external:quiche.BUILD",
Expand Down
6 changes: 3 additions & 3 deletions bazel/repository_locations.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -1191,12 +1191,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 = "7880417d1eec571527443008ac7bad4735232a62",
sha256 = "e6b658d0c109b561c580ec66768ffdda737e6332bb195150bf1622ce6415dbf5",
version = "f8ca4ffbe5eb5c099bd11ba3e90553fa282c8421",
sha256 = "7648ede3f32bc6367a629b245d268c9be47ba05e23b4345a54152dabeba387d9",
urls = ["https://github.com/google/quiche/archive/{version}.tar.gz"],
strip_prefix = "quiche-{version}",
use_category = ["controlplane", "dataplane_core"],
release_date = "2024-07-11",
release_date = "2024-07-17",
cpe = "N/A",
license = "BSD-3-Clause",
license_url = "https://github.com/google/quiche/blob/{version}/LICENSE",
Expand Down

0 comments on commit 1ebac8c

Please sign in to comment.