From 10d3f4ec562e3be1b6187e2f93b4e27147bc8f4c Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Fri, 26 Jun 2026 17:45:41 +0000 Subject: [PATCH] chore(deps): update dependency google/re2 to v2025-11-05 --- .../dockerfiles/demo-debian-bookworm.Dockerfile | 2 +- .../dockerfiles/demo-debian-bullseye.Dockerfile | 2 +- .../dockerfiles/demo-opensuse-leap.Dockerfile | 2 +- ci/cloudbuild/dockerfiles/demo-rockylinux-9.Dockerfile | 2 +- ci/cloudbuild/dockerfiles/demo-ubuntu-24.04.Dockerfile | 2 +- ci/cloudbuild/dockerfiles/gcc-oldest.Dockerfile | 2 +- .../dockerfiles/ubuntu-20.04-install.Dockerfile | 2 +- .../dockerfiles/ubuntu-22.04-install.Dockerfile | 2 +- doc/packaging.md | 10 +++++----- 9 files changed, 13 insertions(+), 13 deletions(-) diff --git a/ci/cloudbuild/dockerfiles/demo-debian-bookworm.Dockerfile b/ci/cloudbuild/dockerfiles/demo-debian-bookworm.Dockerfile index 1b02788a25589..8ba22402ecc73 100644 --- a/ci/cloudbuild/dockerfiles/demo-debian-bookworm.Dockerfile +++ b/ci/cloudbuild/dockerfiles/demo-debian-bookworm.Dockerfile @@ -128,7 +128,7 @@ RUN curl -fsSL https://github.com/c-ares/c-ares/archive/refs/tags/cares-1_17_1.t # ```bash WORKDIR /var/tmp/build/re2 -RUN curl -fsSL https://github.com/google/re2/archive/2025-07-22.tar.gz | \ +RUN curl -fsSL https://github.com/google/re2/archive/2025-11-05.tar.gz | \ tar -xzf - --strip-components=1 && \ cmake -DCMAKE_BUILD_TYPE=Debug \ -DBUILD_SHARED_LIBS=ON \ diff --git a/ci/cloudbuild/dockerfiles/demo-debian-bullseye.Dockerfile b/ci/cloudbuild/dockerfiles/demo-debian-bullseye.Dockerfile index fe8e50ea4ceab..fe357506bd3ce 100644 --- a/ci/cloudbuild/dockerfiles/demo-debian-bullseye.Dockerfile +++ b/ci/cloudbuild/dockerfiles/demo-debian-bullseye.Dockerfile @@ -89,7 +89,7 @@ RUN curl -fsSL https://github.com/protocolbuffers/protobuf/archive/v33.6.tar.gz # ```bash WORKDIR /var/tmp/build/re2 -RUN curl -fsSL https://github.com/google/re2/archive/2025-07-22.tar.gz | \ +RUN curl -fsSL https://github.com/google/re2/archive/2025-11-05.tar.gz | \ tar -xzf - --strip-components=1 && \ cmake -DCMAKE_BUILD_TYPE=Debug \ -DBUILD_SHARED_LIBS=ON \ diff --git a/ci/cloudbuild/dockerfiles/demo-opensuse-leap.Dockerfile b/ci/cloudbuild/dockerfiles/demo-opensuse-leap.Dockerfile index b725b1b9d4bc7..df91fcc713bb2 100644 --- a/ci/cloudbuild/dockerfiles/demo-opensuse-leap.Dockerfile +++ b/ci/cloudbuild/dockerfiles/demo-opensuse-leap.Dockerfile @@ -127,7 +127,7 @@ RUN curl -fsSL https://github.com/c-ares/c-ares/archive/refs/tags/cares-1_17_1.t # ```bash WORKDIR /var/tmp/build/re2 -RUN curl -fsSL https://github.com/google/re2/archive/2025-07-22.tar.gz | \ +RUN curl -fsSL https://github.com/google/re2/archive/2025-11-05.tar.gz | \ tar -xzf - --strip-components=1 && \ cmake -DCMAKE_BUILD_TYPE=Debug \ -DBUILD_SHARED_LIBS=ON \ diff --git a/ci/cloudbuild/dockerfiles/demo-rockylinux-9.Dockerfile b/ci/cloudbuild/dockerfiles/demo-rockylinux-9.Dockerfile index f08f34d573130..607401c1f4336 100644 --- a/ci/cloudbuild/dockerfiles/demo-rockylinux-9.Dockerfile +++ b/ci/cloudbuild/dockerfiles/demo-rockylinux-9.Dockerfile @@ -115,7 +115,7 @@ RUN curl -fsSL https://github.com/protocolbuffers/protobuf/archive/v33.6.tar.gz # ```bash WORKDIR /var/tmp/build/re2 -RUN curl -fsSL https://github.com/google/re2/archive/2025-07-22.tar.gz | \ +RUN curl -fsSL https://github.com/google/re2/archive/2025-11-05.tar.gz | \ tar -xzf - --strip-components=1 && \ cmake -DCMAKE_BUILD_TYPE=Debug \ -DBUILD_SHARED_LIBS=ON \ diff --git a/ci/cloudbuild/dockerfiles/demo-ubuntu-24.04.Dockerfile b/ci/cloudbuild/dockerfiles/demo-ubuntu-24.04.Dockerfile index 6fc7038118219..b4a248130d2bd 100644 --- a/ci/cloudbuild/dockerfiles/demo-ubuntu-24.04.Dockerfile +++ b/ci/cloudbuild/dockerfiles/demo-ubuntu-24.04.Dockerfile @@ -128,7 +128,7 @@ RUN curl -fsSL https://github.com/c-ares/c-ares/archive/refs/tags/cares-1_17_1.t # ```bash WORKDIR /var/tmp/build/re2 -RUN curl -fsSL https://github.com/google/re2/archive/2025-07-22.tar.gz | \ +RUN curl -fsSL https://github.com/google/re2/archive/2025-11-05.tar.gz | \ tar -xzf - --strip-components=1 && \ cmake -DCMAKE_BUILD_TYPE=Debug \ -DBUILD_SHARED_LIBS=ON \ diff --git a/ci/cloudbuild/dockerfiles/gcc-oldest.Dockerfile b/ci/cloudbuild/dockerfiles/gcc-oldest.Dockerfile index ca5c79688b474..9ff742c279af0 100644 --- a/ci/cloudbuild/dockerfiles/gcc-oldest.Dockerfile +++ b/ci/cloudbuild/dockerfiles/gcc-oldest.Dockerfile @@ -45,7 +45,7 @@ RUN curl -fsSL https://github.com/abseil/abseil-cpp/archive/20250127.2.tar.gz | cd /var/tmp && rm -fr build WORKDIR /var/tmp/build/re2 -RUN curl -fsSL https://github.com/google/re2/archive/2024-07-02.tar.gz | \ +RUN curl -fsSL https://github.com/google/re2/archive/2025-11-05.tar.gz | \ tar -xzf - --strip-components=1 && \ cmake -DCMAKE_BUILD_TYPE=Release \ -DCMAKE_CXX_STANDARD=17 \ diff --git a/ci/cloudbuild/dockerfiles/ubuntu-20.04-install.Dockerfile b/ci/cloudbuild/dockerfiles/ubuntu-20.04-install.Dockerfile index e999013592aa0..89ab4516daecc 100644 --- a/ci/cloudbuild/dockerfiles/ubuntu-20.04-install.Dockerfile +++ b/ci/cloudbuild/dockerfiles/ubuntu-20.04-install.Dockerfile @@ -135,7 +135,7 @@ RUN curl -fsSL https://github.com/c-ares/c-ares/archive/refs/tags/cares-1_17_1.t cd /var/tmp && rm -fr build WORKDIR /var/tmp/build/re2 -RUN curl -fsSL https://github.com/google/re2/archive/2025-07-22.tar.gz | \ +RUN curl -fsSL https://github.com/google/re2/archive/2025-11-05.tar.gz | \ tar -xzf - --strip-components=1 && \ cmake -DCMAKE_BUILD_TYPE=Release \ -DBUILD_SHARED_LIBS=ON \ diff --git a/ci/cloudbuild/dockerfiles/ubuntu-22.04-install.Dockerfile b/ci/cloudbuild/dockerfiles/ubuntu-22.04-install.Dockerfile index 1dd236af70750..79c0c6a20ca36 100644 --- a/ci/cloudbuild/dockerfiles/ubuntu-22.04-install.Dockerfile +++ b/ci/cloudbuild/dockerfiles/ubuntu-22.04-install.Dockerfile @@ -134,7 +134,7 @@ RUN curl -fsSL https://github.com/c-ares/c-ares/archive/refs/tags/cares-1_17_1.t cd /var/tmp && rm -fr build WORKDIR /var/tmp/build/re2 -RUN curl -fsSL https://github.com/google/re2/archive/2025-07-22.tar.gz | \ +RUN curl -fsSL https://github.com/google/re2/archive/2025-11-05.tar.gz | \ tar -xzf - --strip-components=1 && \ cmake -DCMAKE_BUILD_TYPE=Release \ -DBUILD_SHARED_LIBS=ON \ diff --git a/doc/packaging.md b/doc/packaging.md index d12b148380880..3e00e72b6bc98 100644 --- a/doc/packaging.md +++ b/doc/packaging.md @@ -473,7 +473,7 @@ sudo ldconfig ```bash mkdir -p $HOME/Downloads/re2 && cd $HOME/Downloads/re2 -curl -fsSL https://github.com/google/re2/archive/2025-07-22.tar.gz | \ +curl -fsSL https://github.com/google/re2/archive/2025-11-05.tar.gz | \ tar -xzf - --strip-components=1 && \ cmake -DCMAKE_BUILD_TYPE=Debug \ -DBUILD_SHARED_LIBS=ON \ @@ -644,7 +644,7 @@ sudo ldconfig ```bash mkdir -p $HOME/Downloads/re2 && cd $HOME/Downloads/re2 -curl -fsSL https://github.com/google/re2/archive/2025-07-22.tar.gz | \ +curl -fsSL https://github.com/google/re2/archive/2025-11-05.tar.gz | \ tar -xzf - --strip-components=1 && \ cmake -DCMAKE_BUILD_TYPE=Debug \ -DBUILD_SHARED_LIBS=ON \ @@ -959,7 +959,7 @@ sudo ldconfig ```bash mkdir -p $HOME/Downloads/re2 && cd $HOME/Downloads/re2 -curl -fsSL https://github.com/google/re2/archive/2025-07-22.tar.gz | \ +curl -fsSL https://github.com/google/re2/archive/2025-11-05.tar.gz | \ tar -xzf - --strip-components=1 && \ cmake -DCMAKE_BUILD_TYPE=Debug \ -DBUILD_SHARED_LIBS=ON \ @@ -1093,7 +1093,7 @@ planning to use pkg-config. ```bash mkdir -p $HOME/Downloads/re2 && cd $HOME/Downloads/re2 -curl -fsSL https://github.com/google/re2/archive/2025-07-22.tar.gz | \ +curl -fsSL https://github.com/google/re2/archive/2025-11-05.tar.gz | \ tar -xzf - --strip-components=1 && \ cmake -DCMAKE_BUILD_TYPE=Debug \ -DBUILD_SHARED_LIBS=ON \ @@ -1271,7 +1271,7 @@ planning to use pkg-config. ```bash mkdir -p $HOME/Downloads/re2 && cd $HOME/Downloads/re2 -curl -fsSL https://github.com/google/re2/archive/2025-07-22.tar.gz | \ +curl -fsSL https://github.com/google/re2/archive/2025-11-05.tar.gz | \ tar -xzf - --strip-components=1 && \ cmake -DCMAKE_BUILD_TYPE=Debug \ -DBUILD_SHARED_LIBS=ON \