Skip to content

Commit 10d3f4e

Browse files
committed
chore(deps): update dependency google/re2 to v2025-11-05
1 parent 1327a69 commit 10d3f4e

9 files changed

Lines changed: 13 additions & 13 deletions

ci/cloudbuild/dockerfiles/demo-debian-bookworm.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ RUN curl -fsSL https://github.com/c-ares/c-ares/archive/refs/tags/cares-1_17_1.t
128128

129129
# ```bash
130130
WORKDIR /var/tmp/build/re2
131-
RUN curl -fsSL https://github.com/google/re2/archive/2025-07-22.tar.gz | \
131+
RUN curl -fsSL https://github.com/google/re2/archive/2025-11-05.tar.gz | \
132132
tar -xzf - --strip-components=1 && \
133133
cmake -DCMAKE_BUILD_TYPE=Debug \
134134
-DBUILD_SHARED_LIBS=ON \

ci/cloudbuild/dockerfiles/demo-debian-bullseye.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ RUN curl -fsSL https://github.com/protocolbuffers/protobuf/archive/v33.6.tar.gz
8989

9090
# ```bash
9191
WORKDIR /var/tmp/build/re2
92-
RUN curl -fsSL https://github.com/google/re2/archive/2025-07-22.tar.gz | \
92+
RUN curl -fsSL https://github.com/google/re2/archive/2025-11-05.tar.gz | \
9393
tar -xzf - --strip-components=1 && \
9494
cmake -DCMAKE_BUILD_TYPE=Debug \
9595
-DBUILD_SHARED_LIBS=ON \

ci/cloudbuild/dockerfiles/demo-opensuse-leap.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ RUN curl -fsSL https://github.com/c-ares/c-ares/archive/refs/tags/cares-1_17_1.t
127127

128128
# ```bash
129129
WORKDIR /var/tmp/build/re2
130-
RUN curl -fsSL https://github.com/google/re2/archive/2025-07-22.tar.gz | \
130+
RUN curl -fsSL https://github.com/google/re2/archive/2025-11-05.tar.gz | \
131131
tar -xzf - --strip-components=1 && \
132132
cmake -DCMAKE_BUILD_TYPE=Debug \
133133
-DBUILD_SHARED_LIBS=ON \

ci/cloudbuild/dockerfiles/demo-rockylinux-9.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ RUN curl -fsSL https://github.com/protocolbuffers/protobuf/archive/v33.6.tar.gz
115115

116116
# ```bash
117117
WORKDIR /var/tmp/build/re2
118-
RUN curl -fsSL https://github.com/google/re2/archive/2025-07-22.tar.gz | \
118+
RUN curl -fsSL https://github.com/google/re2/archive/2025-11-05.tar.gz | \
119119
tar -xzf - --strip-components=1 && \
120120
cmake -DCMAKE_BUILD_TYPE=Debug \
121121
-DBUILD_SHARED_LIBS=ON \

ci/cloudbuild/dockerfiles/demo-ubuntu-24.04.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ RUN curl -fsSL https://github.com/c-ares/c-ares/archive/refs/tags/cares-1_17_1.t
128128

129129
# ```bash
130130
WORKDIR /var/tmp/build/re2
131-
RUN curl -fsSL https://github.com/google/re2/archive/2025-07-22.tar.gz | \
131+
RUN curl -fsSL https://github.com/google/re2/archive/2025-11-05.tar.gz | \
132132
tar -xzf - --strip-components=1 && \
133133
cmake -DCMAKE_BUILD_TYPE=Debug \
134134
-DBUILD_SHARED_LIBS=ON \

ci/cloudbuild/dockerfiles/gcc-oldest.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ RUN curl -fsSL https://github.com/abseil/abseil-cpp/archive/20250127.2.tar.gz |
4545
cd /var/tmp && rm -fr build
4646

4747
WORKDIR /var/tmp/build/re2
48-
RUN curl -fsSL https://github.com/google/re2/archive/2024-07-02.tar.gz | \
48+
RUN curl -fsSL https://github.com/google/re2/archive/2025-11-05.tar.gz | \
4949
tar -xzf - --strip-components=1 && \
5050
cmake -DCMAKE_BUILD_TYPE=Release \
5151
-DCMAKE_CXX_STANDARD=17 \

ci/cloudbuild/dockerfiles/ubuntu-20.04-install.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ RUN curl -fsSL https://github.com/c-ares/c-ares/archive/refs/tags/cares-1_17_1.t
135135
cd /var/tmp && rm -fr build
136136

137137
WORKDIR /var/tmp/build/re2
138-
RUN curl -fsSL https://github.com/google/re2/archive/2025-07-22.tar.gz | \
138+
RUN curl -fsSL https://github.com/google/re2/archive/2025-11-05.tar.gz | \
139139
tar -xzf - --strip-components=1 && \
140140
cmake -DCMAKE_BUILD_TYPE=Release \
141141
-DBUILD_SHARED_LIBS=ON \

ci/cloudbuild/dockerfiles/ubuntu-22.04-install.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ RUN curl -fsSL https://github.com/c-ares/c-ares/archive/refs/tags/cares-1_17_1.t
134134
cd /var/tmp && rm -fr build
135135

136136
WORKDIR /var/tmp/build/re2
137-
RUN curl -fsSL https://github.com/google/re2/archive/2025-07-22.tar.gz | \
137+
RUN curl -fsSL https://github.com/google/re2/archive/2025-11-05.tar.gz | \
138138
tar -xzf - --strip-components=1 && \
139139
cmake -DCMAKE_BUILD_TYPE=Release \
140140
-DBUILD_SHARED_LIBS=ON \

doc/packaging.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -473,7 +473,7 @@ sudo ldconfig
473473

474474
```bash
475475
mkdir -p $HOME/Downloads/re2 && cd $HOME/Downloads/re2
476-
curl -fsSL https://github.com/google/re2/archive/2025-07-22.tar.gz | \
476+
curl -fsSL https://github.com/google/re2/archive/2025-11-05.tar.gz | \
477477
tar -xzf - --strip-components=1 && \
478478
cmake -DCMAKE_BUILD_TYPE=Debug \
479479
-DBUILD_SHARED_LIBS=ON \
@@ -644,7 +644,7 @@ sudo ldconfig
644644

645645
```bash
646646
mkdir -p $HOME/Downloads/re2 && cd $HOME/Downloads/re2
647-
curl -fsSL https://github.com/google/re2/archive/2025-07-22.tar.gz | \
647+
curl -fsSL https://github.com/google/re2/archive/2025-11-05.tar.gz | \
648648
tar -xzf - --strip-components=1 && \
649649
cmake -DCMAKE_BUILD_TYPE=Debug \
650650
-DBUILD_SHARED_LIBS=ON \
@@ -959,7 +959,7 @@ sudo ldconfig
959959

960960
```bash
961961
mkdir -p $HOME/Downloads/re2 && cd $HOME/Downloads/re2
962-
curl -fsSL https://github.com/google/re2/archive/2025-07-22.tar.gz | \
962+
curl -fsSL https://github.com/google/re2/archive/2025-11-05.tar.gz | \
963963
tar -xzf - --strip-components=1 && \
964964
cmake -DCMAKE_BUILD_TYPE=Debug \
965965
-DBUILD_SHARED_LIBS=ON \
@@ -1093,7 +1093,7 @@ planning to use pkg-config.
10931093

10941094
```bash
10951095
mkdir -p $HOME/Downloads/re2 && cd $HOME/Downloads/re2
1096-
curl -fsSL https://github.com/google/re2/archive/2025-07-22.tar.gz | \
1096+
curl -fsSL https://github.com/google/re2/archive/2025-11-05.tar.gz | \
10971097
tar -xzf - --strip-components=1 && \
10981098
cmake -DCMAKE_BUILD_TYPE=Debug \
10991099
-DBUILD_SHARED_LIBS=ON \
@@ -1271,7 +1271,7 @@ planning to use pkg-config.
12711271

12721272
```bash
12731273
mkdir -p $HOME/Downloads/re2 && cd $HOME/Downloads/re2
1274-
curl -fsSL https://github.com/google/re2/archive/2025-07-22.tar.gz | \
1274+
curl -fsSL https://github.com/google/re2/archive/2025-11-05.tar.gz | \
12751275
tar -xzf - --strip-components=1 && \
12761276
cmake -DCMAKE_BUILD_TYPE=Debug \
12771277
-DBUILD_SHARED_LIBS=ON \

0 commit comments

Comments
 (0)