Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 271914 - net-misc/curl-7.19.5 released
Summary: net-misc/curl-7.19.5 released
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High enhancement (vote)
Assignee: Daniel Black (RETIRED)
URL: http://thread.gmane.org/gmane.comp.we...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-05-30 22:11 UTC by Arfrever Frehtes Taifersar Arahesis (RETIRED)
Modified: 2009-08-20 16:44 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Arfrever Frehtes Taifersar Arahesis (RETIRED) gentoo-dev 2009-05-30 22:11:43 UTC
net-misc/curl-7.19.5 was released on 2009-05-18.

  o libcurl now closes all dead connections whenever you attempt to open a new
    connection
  o libssh2's version number can now be figured out run-time instead of using
    the build-time fixed number
  o CURLOPT_SEEKFUNCTION may now return CURL_SEEKFUNC_CANTSEEK
  o curl can now upload with resume even when reading from a pipe
  o a build-time configured curl_socklen_t is now used instead of socklen_t

  o NTLM authentication memory leak on SSPI enabled Windows builds
  o fixed the GnuTLS-using code to do correct return code checks
  o an alloc-related call in the OpenSSL-using code didn't check the return
    value
  o curl_easy_duphandle() failed to duplicate cookies at times
  o missing TELNET timeout support in Windows builds
  o missing Curl_read() and write callback result checking in TELNET transfers
  o more ciphers enabled in libcurl built to use NSS
  o properly return an error code in curl_easy_recv
  o Sun compilers specific preprocessor block removed from curlbuild.h.dist
  o allow creation of four way fat libcurl Mac OS X Framework
  o several memory leaks in libcurl+NSS
  o improved the CURLOPT_NOBODY set to 0 confusions
  o persistent connections when doing FTP over a HTTP proxy
  o --libcurl bogus strings where other data was pointed to
  o crash related to FTP and "Re-used connection seems dead, get a new one"
  o CURLINFO_APPCONNECT_TIME with the multi interface
  o Enhanced upload speeds on Windows
  o TFTP problems after a failed transfer to the same host
  o improved out of the box TPF compatibility
  o HTTP PUT protocol line endings portions mangled from CRLF to CRCRLF
  o Rejected SSL session ids are killed properly (for OpenSSL and GnuTLS
    builds)
  o Deal with the TFTP OACK packet
  o fixed roff mistakes in man pages
  o use SOCKS proxy with the multi interface
  o fixed the Curl_getoff_all_pipelines SIGSEGV
  o POST, NTLM and following a redirect hang
  o libcurl+NSS endless loop on incorrect password for private key
  o gzip decompression memory leak
  o no_proxy flaw with user name in URL
Comment 1 Dima Tisnek 2009-06-04 11:51:19 UTC
I'd like to see this in portage!
(because some of the fixed bugs already bit me)
Comment 2 Arfrever Frehtes Taifersar Arahesis (RETIRED) gentoo-dev 2009-08-20 16:44:44 UTC
*curl-7.19.6 (19 Aug 2009)

  19 Aug 2009; Alex Legler <a3li@gentoo.org> +curl-7.19.6.ebuild:
  Non-maintaner commit: Version bump for security bug 281515. Tests run fine
  on ~amd64 and git and claws-mail-rssyl build fine against it.