Changelog for
compat-curl3-devel-32bit-7.15.5-5.1.x86_64.rpm :
Tue Aug 15 14:00:00 2006 mmarekAATTsuse.cz
- configure with --enable-hidden-symbols to compile libcurl with
- fvisibility=hidden, exporting only symbols from the API
Tue Aug 15 14:00:00 2006 mmarekAATTsuse.cz
- updated to version 7.15.5
* added --ftp-ssl-reqd
* modified the prototype for the socket callback set with
CURLMOPT_SOCKETFUNCTION
* added curl_multi_assign()
* added CURLOPT_FTP_ALTERNATIVE_TO_USER and --ftp-alternative-to-user
* added a vcproj file for building libcurl
* added curl_formget()
* added CURLOPT_MAX_SEND_SPEED_LARGE and CURLOPT_MAX_RECV_SPEED_LARGE
* Made -K on a file that couldn\'t be read cause a warning to be displayed
* some bugfixes
- dropped epsv-firewall.patch which was intergrated in 7.15.2
Sat Jul 1 14:00:00 2006 cthielAATTsuse.de
- update to version 7.15.4, changes & fixes for this version:
* NTLM2 session response support
* CURLOPT_COOKIELIST set to \"SESS\" clears all session cookies
* CURLINFO_LASTSOCKET returned sockets are now checked more before
returned
* curl-config got a --checkfor option to compare version numbers
* line end conversions for FTP ASCII transfers
* curl_multi_socket() API added (still mostly untested)
* conversion callback options for EBCDIC <=> ASCII conversions
* added CURLINFO_FTP_ENTRY_PATH
* less blocking for the multi interface during (Open)SSL connect
negotiation
* builds fine on cygwin
* md5-sess with Digest authentication
* dict with letters such as space in a word
* dict with url-encoded words in the URL
* libcurl.m4 when default=yes but no libcurl was found
* numerous bugs fixed in the TFTP code
* possible memory leak when adding easy handles to multi stack
* TFTP works in a more portable fashion (== on more platforms)
* WSAGetLastError() is now used (better) on Windows
* GnuTLS non-block case that could cause data trashing
* deflate code survives lack of zlib header
* CURLOPT_INTERFACE works with hostname
* configure runs fine with ICC
* closed control connection with FTP when easy handle was removed from
multi
* curl --trace crash when built with VS2005
* SSL connect time-out
* improved NTLM functionality
* following redirects with more than one question mark in source URL
* fixed debug build crash with -d
* generates a fine AIX Toolbox RPM spec
* treat FTP AUTH failures properly
* TFTP transfers could trash data
* -d + -G combo crash
Wed Jun 14 14:00:00 2006 mmarekAATTsuse.cz
- fixed syntax error in configure
Sun May 28 14:00:00 2006 cthielAATTsuse.de
- update to version 7.15.3, changes & fixes for this version:
* added docs for --ftp-method and CURLOPT_FTP_FILEMETHOD
* TFTP Packet Buffer Overflow Vulnerability (CVE-2006-1061)
* properly detecting problems with sending the FTP command USER
* wrong error message shown when certificate verification failed
* multi-part formpost with multi interface crash
* the CURLFTPSSL_CONTROL setting for CURLOPT_FTP_SSL is acknowledged
* \"SSL: couldn\'t set callback\" is now treated as a less serious problem
* Interix build fix
* fixed curl \"hang\" when out of file handles at start
* prevent FTP uploads to URLs with trailing slash
- changes & fixes in 7.15.2
* Support for SOCKS4 proxies (added --socks4)
* CURLOPT_CONNECT_ONLY and CURLINFO_LASTSOCKET added
* CURLOPT_LOCALPORT and CURLOPT_LOCALPORTRANGE (--local-port) added
* Dropped support for the LPRT ftp command
* Gopher is now officially abandoned as a protocol (lib)curl tries to
support
* curl_global_init() and curl_global_cleanup() are now using a refcount so
that it is now legal to call them multiple times. See updated info for
details
* two bugs concerning using curl_multi_remove_handle() before the transfer
was complete
* multi-pass authentication and compressed content
* minor format string mistake in the GSS/Negotiate code
* cached DNS entries could remain in the cache too long
* improved GnuTLS check in configure
* re-used FTP connections when the second request didn\'t do a transfer
* plain --limit-rate [num] means bytes
* re-creating a dead connection is no longer counted internally as a
followed redirect and thus prevents a weird error that would occur if a
FTP connection died on an attempted re-use
* Try PASV after failing to connect to the port the EPSV response
contained
* -P [IP] with non-local address with ipv6-enabled curl
* -P [hostname] with ipv6-disabled curl
* libcurl.m4 was updated
* configure no longer warns if the current path contains a space
* test suite kill race condition
* FTP_SKIP_PASV_IP and FTP_USE_EPSV when doing FTP over HTTP proxy
* Doing a second request with FTP on the same bath path, would make
libcurl confuse what current working directory it had
* FTP over HTTP proxy now sends the second CONNECT properly
* numerous compiler warnings and build quirks for various compilers have
been addressed
* supports name and passwords up to 255 bytes long, embedded in URLs
* the HTTP_ONLY define disables the TFTP support
- removed curl-7.15.1-CVE-2006-1061.patch, included upstream
- removed curl-7.15.1-aliasing.patch
Tue Mar 14 13:00:00 2006 mmarekAATTsuse.cz
- fix buffer overflow in TFTP code
[#157874] (CVE-2006-1061.patch)
Wed Feb 15 13:00:00 2006 roAATTsuse.de
- added libidn-devel to requires of devel package
Mon Feb 13 13:00:00 2006 mmarekAATTsuse.cz
- build with libidn support
[#150313]
Fri Jan 27 13:00:00 2006 mlsAATTsuse.de
- converted neededforbuild to BuildRequires
Mon Jan 23 13:00:00 2006 mmarekAATTsuse.cz
- fallback to PASV if some firewall doesn\'t let an EPSV connection
trough