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

deps: update libuv to 1.47.0 #50650

Closed
wants to merge 2 commits into from
Closed

Commits on Dec 4, 2023

  1. deps: update libuv to 1.47.0

    deps: update libuv to 1.47.0
    nodejs-github-bot authored and aduh95 committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    1598da5 View commit details
    Browse the repository at this point in the history
  2. deps: cherry-pick bfbe4e38d7 from libuv upstream

    Original commit message:
      aix: disable ipv6 link local (#4229)
    
      AIX does not implement ifaddrs and when retrieving the network
      interfaces with uv_interface_addresses there was a test failure in
      tcp_connect6_link_local.
    
      For now disable ipv6 link local on aix to:
    
      1) fix broken aix build
      2) stop blocking libuv upgrade in node
    
      Refs: libuv/libuv#4222 (comment)
      Refs: #50650
    
    Refs: libuv/libuv@bfbe4e3
    abmusse authored and aduh95 committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    a4f5cd6 View commit details
    Browse the repository at this point in the history