Skip to content

Commit

Permalink
Update QUICHE from c2ddf95dc to 7f2d442e3 (#19095)
Browse files Browse the repository at this point in the history
https://github.com/google/quiche/compare/c2ddf95dc..7f2d442e3

$ git log c2ddf95dc..7f2d442e3 --date=short --no-merges --format="%ad %al %s"

2021-11-24 wub Replace --gfe2_reloadable_flag_quic_add_cached_network_parameters_to_address_token by --gfe2_reloadable_flag_quic_add_cached_network_parameters_to_address_token2.
2021-11-23 fayang Internal change

Risk Level: Low
Testing: Unit Tests
Docs Changes: N/A
Release Notes: N/A
Platform Specific Features: N/A

Signed-off-by: Ryan Hamilton <[email protected]>
  • Loading branch information
RyanTheOptimist authored Nov 29, 2021
1 parent 1143dd7 commit 209b7ba
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 @@ -828,12 +828,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 = "c2ddf95dc2380e1d7cd5aa8fe9f61b4e01b23e6b",
sha256 = "435dc3c3858d8328c48fb633bc46431aa5aea2a29e0b5f125f743b0b5b5c1513",
version = "7f2d442e3cb02b4ef4892e62b0e9a8ce94a83db2",
sha256 = "7de89aa92bb23b66b130891dc4d73b3aa1514271d39d261239fe7eef7744166d",
urls = ["https://github.com/google/quiche/archive/{version}.tar.gz"],
strip_prefix = "quiche-{version}",
use_category = ["dataplane_core"],
release_date = "2021-11-22",
release_date = "2021-11-24",
cpe = "N/A",
),
com_googlesource_googleurl = dict(
Expand Down

0 comments on commit 209b7ba

Please sign in to comment.