← Back to team overview

touch-packages team mailing list archive

[Bug 1375663] Re: curl handles EINTR wrong

 

This bug was fixed in the package curl - 7.37.1-1ubuntu3

---------------
curl (7.37.1-1ubuntu3) utopic; urgency=medium

  * debian/patches/09_fix-timeout-in-poll-and-wait.patch: apply upstream
    commit fixing timeout return value for curl_poll and curl_wait_ms.
    Thanks to Grzegorz Gutowski for finding the patch. (LP: #1375663)
 -- Brian Murray <brian@xxxxxxxxxx>   Thu, 02 Oct 2014 13:26:57 -0700

** Changed in: curl (Ubuntu)
       Status: In Progress => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to curl in Ubuntu.
https://bugs.launchpad.net/bugs/1375663

Title:
  curl handles EINTR wrong

Status in “curl” package in Ubuntu:
  Fix Released

Bug description:
  Our application using libcurl for http communication was behaving
  awkward and after thorough investigation we found that in some cases
  it doesn't retry a poll after EINTR. Later we found, that this is a
  bug in libcurl and that it was repaired in this upstream patch:

  https://github.com/bagder/curl/commit/97d2e4bd75d1be26b48f37900b7b719c418e0ac6

  # lsb_release -rd
  Description:	Ubuntu 14.04.1 LTS
  Release:	14.04
  # apt-cache policy curl
  curl:
    Installed: 7.35.0-1ubuntu2.1
    Candidate: 7.35.0-1ubuntu2.1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/curl/+bug/1375663/+subscriptions


References