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

v4.8.2 proposal #12129

Merged
merged 4 commits into from
Apr 4, 2017
Merged

v4.8.2 proposal #12129

merged 4 commits into from
Apr 4, 2017

Commits on Mar 29, 2017

  1. crypto: fix memory leak if certificate is revoked

    The additional validity checks applied to StartCom and WoSign
    certificates failed to free memory before returning.
    
    Refs: #9469
    Fixes: #12033
    PR-URL: #12089
    Reviewed-By: Sam Roberts <vieuxtech@gmail.com>
    Reviewed-By: Fedor Indutny <fedor@indutny.com>
    Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
    Reviewed-By: Myles Borins <myles.borins@gmail.com>
    Reviewed-By: Shigeki Ohtsu <ohtsu@ohtsu.org>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Tom Atkinson authored and MylesBorins committed Mar 29, 2017
    Configuration menu
    Copy the full SHA
    9d7fba4 View commit details
    Browse the repository at this point in the history
  2. deps: upgrade zlib to 1.2.11

    PR-URL: #10980
    Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
    Reviewed-By: Shigeki Ohtsu <ohtsu@iij.ad.jp>
    sam-github authored and MylesBorins committed Mar 29, 2017
    Configuration menu
    Copy the full SHA
    2e52a26 View commit details
    Browse the repository at this point in the history
  3. deps: fix CLEAR_HASH macro to be usable as a single statement

    Apply unreleased (as of zlib v1.2.11) patch from upstream:
    - madler/zlib@38e8ce3
    
    Original commit message:
      Fix CLEAR_HASH macro to be usable as a single statement.
    
      As it is used in deflateParams().
    
    PR-URL: #11616
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    sam-github authored and MylesBorins committed Mar 29, 2017
    Configuration menu
    Copy the full SHA
    253980f View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2017

  1. 2017-04-04, Version 4.8.2 'Argon' (Maintenance)

    This is a maintenance release to fix a memory leak that was
    introduced in 4.8.1.
    
    It also includes an upgrade to zlib 1.2.11 to fix a number of low
    severity CVEs that were present in zlib 1.2.8.
    
    http://seclists.org/oss-sec/2016/q4/602
    
    Notable changes:
    
    * crypto:
      - fix memory leak if certificate is revoked (Tom Atkinson)
        #12089
    * deps:
      - upgrade zlib to 1.2.11 (Sam Roberts)
        #10980
    MylesBorins committed Apr 4, 2017
    Configuration menu
    Copy the full SHA
    ea2ceac View commit details
    Browse the repository at this point in the history