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: openssl: cherry-pick 4dcb150ea30f #32002

Closed
wants to merge 1 commit into from

Commits on Feb 28, 2020

  1. deps: openssl: cherry-pick 4dcb150ea30f

    OpenSSL 1.1.1d does not ship with getrandom syscall being
    predefined on all architectures. So when NodeJS is run with glibc
    prior to 2.25, where getentropy is unavailable, and the getrandom
    syscall is unknown, it will fail. PPC64LE or s390 are affected
    by lack of this definition.
    
    Original commit message.
    
        commit 4dcb150ea30f9bbfa7946e6b39c30a86aca5ed02
        Author: Kurt Roeckx <kurt@roeckx.be>
        Date:   Sat Sep 28 14:59:32 2019 +0200
    
          Add defines for __NR_getrandom for all Linux architectures
    
          Fixes: nodejs#10015
    
          Reviewed-by: Bernd Edlinger <bernd.edlinger@hotmail.de>
          GH: nodejs#10044
    
    Fixes: nodejs#31671
    AdamMajer committed Feb 28, 2020
    Configuration menu
    Copy the full SHA
    569a34c View commit details
    Browse the repository at this point in the history