Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

envoy 1.32.3 #201703

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

envoy 1.32.3 #201703

wants to merge 1 commit into from

Conversation

BrewTestBot
Copy link
Member

Created by brew bump


Created with brew bump-formula-pr.

release notes
- [CVE-2024-53269](https://github.com/envoyproxy/envoy/security/advisories/GHSA-mfqp-7mmj-rm53): Happy Eyeballs: Validate that additional_address are IP addresses instead of crashing when sorting.
- [CVE-2024-53270](https://github.com/envoyproxy/envoy/security/advisories/GHSA-q9qv-8j52-77p3):  HTTP/1: sending overload crashes when the request is reset beforehand
- [CVE-2024-53271](https://github.com/envoyproxy/envoy/security/advisories/GHSA-rmm5-h2wv-mg4f):  HTTP/1.1 multiple issues with envoy.reloadable_features.http1_balsa_delay_reset

Docker images:
https://hub.docker.com/r/envoyproxy/envoy/tags?page=1&name=v1.32.3
Docs:
https://www.envoyproxy.io/docs/envoy/v1.32.3/
Release notes:
https://www.envoyproxy.io/docs/envoy/v1.32.3/version_history/v1.32/v1.32.3
Full changelog:
envoyproxy/envoy@v1.32.2...v1.32.3

Signed-off-by: Ryan Northey ryan@synca.io
Signed-off-by: Boteng Yao boteng@google.com

@github-actions github-actions bot added bump-formula-pr PR was created using `brew bump-formula-pr` CI-linux-self-hosted Build on Linux self-hosted runner long build Set a long timeout for formula testing labels Dec 18, 2024
Copy link
Contributor

This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. To keep this pull request open, add a help wanted or in progress label.

@github-actions github-actions bot added the stale No recent activity label Dec 21, 2024
@daeho-ro
Copy link
Member

  ERROR: /private/tmp/envoy-20241218-5576-n3h96j/envoy-1.32.3/bazel/foreign_cc/BUILD:264:12: Foreign Cc - CMake: Building curl failed: (Exit 1): bash failed: error executing command (from target //bazel/foreign_cc:curl) 
    (cd /private/tmp/envoy-20241218-5576-n3h96j/envoy-1.32.3/.brew_home/_bazel/44b7509ac0997adcbeb243e0039c7297/sandbox/processwrapper-sandbox/9223/execroot/envoy && \
    exec env - \
      CC=clang \
      CXX=clang++ \
      PATH=/usr/local/bin:/usr/bin:/bin \
    /bin/bash -c bazel-out/darwin-opt/bin/bazel/foreign_cc/curl_foreign_cc/wrapper_build_script.sh)
  # Configuration: 7420ace238f81f0e0fe1b0d0083ee44c65b955f67f67d1fe04329ba676046d1f
  # Execution platform: @local_config_platform//:host

@github-actions github-actions bot removed the stale No recent activity label Dec 21, 2024
@alebcay
Copy link
Member

alebcay commented Dec 23, 2024

Here's the end of the curl wrapper build script that failed - cmake configure completes with warnings, build via ninja fails:

  -- Configuring done
  CMake Warning at lib/CMakeLists.txt:134 (target_link_libraries):
    Target "libcurl_static" requests linking to directory
    "/tmp/envoy-20241218-5576-n3h96j/envoy-1.32.3/.brew_home/_bazel/44b7509ac0997adcbeb243e0039c7297/sandbox/processwrapper-sandbox/9223/execroot/envoy/bazel-out/darwin-opt/bin/bazel/foreign_cc/curl.ext_build_deps/ares".
    Targets may link only to libraries.  CMake is dropping the item.
  
  
  CMake Warning at lib/CMakeLists.txt:134 (target_link_libraries):
    Target "libcurl_static" requests linking to directory
    "/tmp/envoy-20241218-5576-n3h96j/envoy-1.32.3/.brew_home/_bazel/44b7509ac0997adcbeb243e0039c7297/sandbox/processwrapper-sandbox/9223/execroot/envoy/bazel-out/darwin-opt/bin/bazel/foreign_cc/curl.ext_build_deps/nghttp2".
    Targets may link only to libraries.  CMake is dropping the item.
  
  
  -- Generating done
  CMake Warning:
    Manually-specified variables were not used by the project:
  
      CMAKE_CXX_COMPILER_FORCED
      CURL_DISABLE_CRYPTO_AUTH
      OPENSSL_ROOT_DIR
  
  
  -- Build files have been written to: /tmp/envoy-20241218-5576-n3h96j/envoy-1.32.3/.brew_home/_bazel/44b7509ac0997adcbeb243e0039c7297/sandbox/processwrapper-sandbox/9223/execroot/envoy/bazel-out/darwin-opt/bin/bazel/foreign_cc/curl.build_tmpdir
  + /private/tmp/envoy-20241218-5576-n3h96j/envoy-1.32.3/.brew_home/_bazel/44b7509ac0997adcbeb243e0039c7297/sandbox/processwrapper-sandbox/9223/execroot/envoy/external/cmake-3.23.2-macos-universal/bin/cmake --build . --config Release
  ninja: error: '/tmp/envoy-20241218-5576-n3h96j/envoy-1.md2.md/.brew_home/_bazel/44b7509ac0997adcbeb243e0039c7297/sandbox/processwrapper-sandbox/9223/execroot/envoy/bazel-out/darwin-opt/bin/bazel/foreign_cc/curl.build_tmpdir/docs/libcurl/libcurl-symbols.md', needed by 'docs/libcurl/curl_easy_cleanup.3', missing and no known rule to make it
  _____ END BUILD LOGS _____
  rules_foreign_cc: Build wrapper script location: bazel-out/darwin-opt/bin/bazel/foreign_cc/curl_foreign_cc/wrapper_build_script.sh
  rules_foreign_cc: Build script location: bazel-out/darwin-opt/bin/bazel/foreign_cc/curl_foreign_cc/build_script.sh
  rules_foreign_cc: Build log location: bazel-out/darwin-opt/bin/bazel/foreign_cc/curl_foreign_cc/CMake.log
  
  [12,390 / 14,388] Compiling source/server/options_impl_base.cc; 11s processwrapper-sandbox ... (4 actions running)
  Target //source/exe:envoy-static.stripped failed to build
  INFO: Elapsed time: 7747.862s, Critical Path: 633.48s
  INFO: 12394 processes: 3100 internal, 1 local, 9292 processwrapper-sandbox, 1 worker.
  FAILED: Build did NOT complete successfully

Copy link
Contributor

This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. To keep this pull request open, add a help wanted or in progress label.

@github-actions github-actions bot added the stale No recent activity label Dec 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bump-formula-pr PR was created using `brew bump-formula-pr` CI-linux-self-hosted Build on Linux self-hosted runner long build Set a long timeout for formula testing stale No recent activity
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants