Subject: CVS commit: pkgsrc/www/curl
To: None <pkgsrc-changes@NetBSD.org>
From: Marc Recht <recht@netbsd.org>
List: pkgsrc-changes
Date: 03/21/2006 21:49:47
Module Name:	pkgsrc
Committed By:	recht
Date:		Tue Mar 21 21:49:47 UTC 2006

Modified Files:
	pkgsrc/www/curl: Makefile buildlink3.mk distinfo
Removed Files:
	pkgsrc/www/curl/patches: patch-ac

Log Message:
update to curl 7.15.3

Fixes a TFTP packet buffer overflow vulnerability.
See http://curl.haxx.se/docs/adv_20060320.html for details.

Changes:
- added docs for --ftp-method and CURLOPT_FTP_FILEMETHOD

Bugfixes:
- TFTP Packet Buffer Overflow Vulnerability
- 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


To generate a diff of this commit:
cvs rdiff -r1.62 -r1.63 pkgsrc/www/curl/Makefile
cvs rdiff -r1.11 -r1.12 pkgsrc/www/curl/buildlink3.mk
cvs rdiff -r1.43 -r1.44 pkgsrc/www/curl/distinfo
cvs rdiff -r1.3 -r0 pkgsrc/www/curl/patches/patch-ac

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.