Skip to content

Commit 33e904d

Browse files
deps: Bump fips_cmake_linux_x86_64 -> 4.1.2 (#41302)
Created by Envoy dependency bot for @phlax Fix #41300 Signed-off-by: dependency-envoy[bot] <148525496+dependency-envoy[bot]@users.noreply.github.com> --------- Signed-off-by: dependency-envoy[bot] <148525496+dependency-envoy[bot]@users.noreply.github.com> Signed-off-by: Ryan Northey <[email protected]> Co-authored-by: dependency-envoy[bot] <148525496+dependency-envoy[bot]@users.noreply.github.com> Co-authored-by: Ryan Northey <[email protected]>
1 parent d341cfd commit 33e904d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

bazel/external/boringssl_fips.BUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ FIPS_GO_VERSION = "go1.24.4"
1010

1111
FIPS_NINJA_VERSION = "1.10.2"
1212

13-
FIPS_CMAKE_VERSION = "cmake version 3.22.1"
13+
FIPS_CMAKE_VERSION = "cmake version 4.1.2"
1414

1515
SUPPORTED_ARCHES = {
1616
"x86_64": "amd64",

bazel/repository_locations.bzl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1643,12 +1643,12 @@ REPOSITORY_LOCATIONS_SPEC = dict(
16431643
project_name = "CMake (Linux x86_64)",
16441644
project_desc = "Cross-platform family of tools designed to build, test and package software",
16451645
project_url = "https://cmake.org/",
1646-
version = "3.22.1",
1647-
sha256 = "73565c72355c6652e9db149249af36bcab44d9d478c5546fd926e69ad6b43640",
1646+
version = "4.1.2",
1647+
sha256 = "773cc679c3a7395413bd096523f8e5d6c39f8718af4e12eb4e4195f72f35e4ab",
16481648
strip_prefix = "cmake-{version}-linux-x86_64",
16491649
urls = ["https://github.com/Kitware/CMake/releases/download/v{version}/cmake-{version}-linux-x86_64.tar.gz"],
16501650
use_category = ["build", "dataplane_core", "controlplane"],
1651-
release_date = "2021-12-07",
1651+
release_date = "2025-09-30",
16521652
cpe = "cpe:2.3:a:kitware:cmake:*",
16531653
license = "BSD-3-Clause",
16541654
license_url = "https://github.com/Kitware/CMake/blob/v{version}/Copyright.txt",

0 commit comments

Comments
 (0)