Skip to content

Commit 55a2ea5

Browse files
authored
deps: update gperftools from 2.10 to 2.17.2 (#40909)
Commit Message: Update gperftools from 2.10 to 2.17.2 Additional Description: Risk Level: Testing: Docs Changes: Release Notes: Platform Specific Features: [Optional Runtime guard:] [Optional Fixes #40750] [Optional Fixes commit #PR or SHA] [Optional Deprecated:] [Optional [API Considerations](https://github.com/envoyproxy/envoy/blob/main/api/review_checklist.md):] Signed-off-by: Matthieu MOREL <[email protected]>
1 parent baca791 commit 55a2ea5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

bazel/repository_locations.bzl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -407,11 +407,11 @@ REPOSITORY_LOCATIONS_SPEC = dict(
407407
project_name = "gperftools",
408408
project_desc = "tcmalloc and profiling libraries",
409409
project_url = "https://github.com/gperftools/gperftools",
410-
version = "2.10",
411-
sha256 = "83e3bfdd28b8bcf53222c3798d4d395d52dadbbae59e8730c4a6d31a9c3732d8",
410+
version = "2.17.2",
411+
sha256 = "bb172a54312f623b53d8b94cab040248c559decdb87574ed873e80b516e6e8eb",
412412
strip_prefix = "gperftools-{version}",
413413
urls = ["https://github.com/gperftools/gperftools/releases/download/gperftools-{version}/gperftools-{version}.tar.gz"],
414-
release_date = "2022-05-31",
414+
release_date = "2025-08-15",
415415
use_category = ["dataplane_core", "controlplane"],
416416
cpe = "cpe:2.3:a:gperftools_project:gperftools:*",
417417
license = "BSD-3-Clause",

0 commit comments

Comments
 (0)