Skip to content

Update curl from 7.64.0 to 7.65.0 #1120

Merged
merged 2 commits into from
Jun 13, 2019
Merged

Commits on May 24, 2019

  1. Configuration menu
    Copy the full SHA
    ab2832e View commit details
    Browse the repository at this point in the history
  2. curl: disable some features

    These features are removed since they have caused trouble
    in the past (conflicting imports of libldap), or are
    considered as unneeded.
    - libbrotli, a rather new and uncommon compression lib
    - lber/ldap, using curl for ldap access is rather exotic
    
    The update also fixes two issues,
    - Integer overflows in curl_url_set
    - tftp: use the current blksize for recvfrom()
    
    https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-5435
    https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-5436
    thomas committed May 24, 2019
    Configuration menu
    Copy the full SHA
    bb3fc99 View commit details
    Browse the repository at this point in the history