Skip to content

Commit

Permalink
Update QUICHE from 171f6f89a to eaeaa74b2 (envoyproxy#36440)
Browse files Browse the repository at this point in the history
Update QUICHE from 171f6f89a to eaeaa74b2
    https://github.com/google/quiche/compare/171f6f89a..eaeaa74b2
    
    ```
$ git log 171f6f89a..eaeaa74b2 --date=short --no-merges --format="%ad
%al %s"
    
2024-10-02 wub Deprecate
--gfe2_reloadable_flag_quic_new_error_code_when_packets_buffered_too_long.
    2024-10-02 fayang No public description
    2024-10-02 fayang No public description
2024-10-01 birenroy Adds test cases exercising
response-complete-before-request for nghttp2 and oghttp2.
2024-10-01 martinduke Add parser/framer support for SUBSCRIBE_NAMESPACE,
SUBSCRIBE_NAMESPACE_OK, SUBSCRIBE_NAMESPACE_ERROR,
UNSUBSCRIBE_NAMESPACE.
2024-10-01 birenroy Removes the last library in //third_party/spdy/core,
and deletes the package.
2024-10-01 wub Add QUIC connection options for testing: - CHP1: Add
1-packet padding to CHLO. - CHP2: Add 2-packet padding to CHLO.
2024-09-30 asedeno Don't set IPv4 socket options on dual-stack sockets
on `__APPLE__` platforms.
    2024-09-30 vasilvv Update WebTransport header names.
    2024-09-30 vasilvv Simplify some of the framing code.
    2024-09-30 vasilvv Record QUIC traces in moqt_simulator.
2024-09-30 martinduke Implement MoQT Peeps and Object message changes
for draft-06. This is the minimum for interoperability; this code always
sends subgroup_id = 0 and ignores the incoming subgroup_id.
2024-09-30 martinduke Update existing messages for draft-06. This is
mostly turning track_namespace into a tuple. Also generalizes Subscribe
parameters.
    ```

Risk Level: low,
Testing: existing tests passed
Docs Changes: N/A
Release Notes: N/A
Platform Specific Features: N/A

---------

Signed-off-by: Dan Zhang <[email protected]>
Co-authored-by: Dan Zhang <[email protected]>
Signed-off-by: Steven Jin Xuan <[email protected]>
  • Loading branch information
2 people authored and Stevenjin8 committed Oct 10, 2024
1 parent d70b77a commit 71e705b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions bazel/repository_locations.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ REPOSITORY_LOCATIONS_SPEC = dict(
#
# !!! NOTE !!!
# Anytime the FIPS BoringSSL version is upgraded, `bazel/external/boringssl_fips.genrule_cmd` must be updated to use the toolchain
# specified in the associated accredidation certificate, which can be found linked from
# specified in the associated accreditation certificate, which can be found linked from
# https://boringssl.googlesource.com/boringssl/+/refs/heads/master/crypto/fipsmodule/FIPS.md, for example
# https://csrc.nist.gov/projects/cryptographic-module-validation-program/certificate/4735.
version = "fips-20220613",
Expand Down 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 = "171f6f89a6a119e8763f1216f8d85347f997cd3b",
sha256 = "3e0fec32dfa9c7568d4703516ee14c9e2316379e0a35f723d17a988be178e532",
version = "eaeaa74b2b4bf4cd9f7a2f44ba8f323fdc55f66a",
sha256 = "1383267a64cb18fca62868e7b54118c223e164d9c0533b11a9a31c779c626f95",
urls = ["https://github.com/google/quiche/archive/{version}.tar.gz"],
strip_prefix = "quiche-{version}",
use_category = ["controlplane", "dataplane_core"],
release_date = "2024-09-26",
release_date = "2024-10-02",
cpe = "N/A",
license = "BSD-3-Clause",
license_url = "https://github.com/google/quiche/blob/{version}/LICENSE",
Expand Down

0 comments on commit 71e705b

Please sign in to comment.