Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
base: c23427de0d50
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: cf87b9962208
Choose a head ref
  • 10 commits
  • 5 files changed
  • 8 contributors

Commits on Apr 22, 2020

  1. openssl: 1.1.1f → 1.1.1g

    Fixes: CVE-2020-1967
    
    Segmentation fault in SSL_check_chain (CVE-2020-1967)
    =====================================================
    
    Severity: High
    
    Server or client applications that call the SSL_check_chain() function during or
    after a TLS 1.3 handshake may crash due to a NULL pointer dereference as a
    result of incorrect handling of the "signature_algorithms_cert" TLS extension.
    The crash occurs if an invalid or unrecognised signature algorithm is received
    from the peer. This could be exploited by a malicious peer in a Denial of
    Service attack.
    
    OpenSSL version 1.1.1d, 1.1.1e, and 1.1.1f are affected by this issue.  This
    issue did not affect OpenSSL versions prior to 1.1.1d.
    
    Affected OpenSSL 1.1.1 users should upgrade to 1.1.1g
    
    This issue was found by Bernd Edlinger and reported to OpenSSL on 7th April
    2020. It was found using the new static analysis pass being implemented in GCC,
    - -fanalyzer. Additional analysis was performed by Matt Caswell and Benjamin
    Kaduk.
    
    (cherry picked from commit bb4f468)
    mweinelt committed Apr 22, 2020
    Copy the full SHA
    ab06bb1 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #85734 from mweinelt/20.03/openssl1.1.1g

    [20.03] openssl: 1.1.1f → 1.1.1g
    worldofpeace committed Apr 22, 2020
    Copy the full SHA
    abd3333 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    fca299b View commit details
    Browse the repository at this point in the history
  4. haskellPackages.asn1-types: backport 0.3.3 -> 0.3.4

    backports the fix for vincenthz/hs-asn1#35
    
    (cherry picked from commit cb0e381)
    schmittlauch committed Apr 22, 2020
    Copy the full SHA
    e3d36b6 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #85759 from schmittlauch/staging-bump-asn1-types

    haskellPackages.asn1-types: backport 0.3.3 -> 0.3.4
    cdepillabout committed Apr 22, 2020
    Copy the full SHA
    8b5004f View commit details
    Browse the repository at this point in the history
  6. git: Allow the update script to target non-latest versions

    This came in handy when I wanted to bump a patch version while avoiding
    a new minor version.
    
    (cherry picked from commit 4848eef)
    James Ottaway authored and primeos committed Apr 22, 2020
    Copy the full SHA
    9b9fa3f View commit details
    Browse the repository at this point in the history
  7. git: Fix the update.sh script and use HTTPS

    The syntax is ${parameter:-word} (i.e. previously this used
    "latestTag" instead of the actual value).
    (Fixes a regression from #85278.)
    
    Also: Even though getting the latest tag isn't really security critical
    (as long as Git itself is secure against untrusted input), I'd prefer to
    switch from the Git to the HTTPS protocol (for authentication of the
    server and encryption + uses a standard port).
    
    (cherry picked from commit 6660421)
    primeos committed Apr 22, 2020
    Copy the full SHA
    0658740 View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    961dbb2 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #85785 from primeos/git-backport-stable

    [20.03] git: 2.25.3 -> 2.25.4 (security, CVE-2020-11008)
    FRidh committed Apr 22, 2020
    Copy the full SHA
    825a88e View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2020

  1. Merge staging-20.03 into release-20.03

    Build security updates on release branch so *-small channel is updated as soon as possible.
    FRidh committed Apr 23, 2020
    Copy the full SHA
    cf87b99 View commit details
    Browse the repository at this point in the history