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 zlib to upstream fc5cfd78a3 #41745

Closed
wants to merge 6 commits into from

Commits on Jan 29, 2022

  1. deps: update zlib to upstream fc5cfd78a3

    Updated as described in doc/contributing/maintaining-zlib.md.
    targos committed Jan 29, 2022
    Configuration menu
    Copy the full SHA
    6170ee4 View commit details
    Browse the repository at this point in the history
  2. deps: fix zlib compilation for CPUs without SIMD features

    Fix the compile flags so that zlib can run on CPUs that do
    not have SSSE3/SSE4.2/etc. Do not compile zlib with flags that
    indicate that those features are available, and instead enable
    them selectively for functions that use them.
    
    There are probably better way to do this, e.g. through gyp file
    modifications as suggested in the issue. However, this patch
    should do just fine until that happens.
    
    Fixes: nodejs#32553
    
    PR-URL: nodejs#32627
    Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
    Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
    Reviewed-By: Tobias Nießen <tniessen@tnie.de>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    addaleax authored and targos committed Jan 29, 2022
    Configuration menu
    Copy the full SHA
    56e6a51 View commit details
    Browse the repository at this point in the history
  3. build: fix zlib inlining for IA-32

    PR-URL: nodejs#35679
    Fixes: nodejs#35629
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    RaisinTen authored and targos committed Jan 29, 2022
    Configuration menu
    Copy the full SHA
    ec258fe View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    634ad79 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2022

  1. Configuration menu
    Copy the full SHA
    5824778 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a83aa1c View commit details
    Browse the repository at this point in the history