Subject: CVS commit: pkgsrc/www/curl
To: None <pkgsrc-changes@NetBSD.org>
From: Lubomir Sedlacik <salo@netbsd.org>
List: pkgsrc-changes
Date: 12/10/2005 17:57:29
Module Name:	pkgsrc
Committed By:	salo
Date:		Sat Dec 10 17:57:29 UTC 2005

Modified Files:
	pkgsrc/www/curl: Makefile PLIST distinfo
Removed Files:
	pkgsrc/www/curl/patches: patch-ab

Log Message:
Update to version 7.15.1

Changes:

- the libcurl.pc pkgconfig file now gets installed on make install
- URL globbing now offers "range steps": [1-100:10]
- LDAPv3 is now the preferred LDAP protocol version
- --max-redirs and CURLOPT_MAXREDIRS set to 0 limits redirects
- improved MSVC makefile

Bugfixes:

- URL buffer overflow problem (CVE-2005-4077)
- using file:// on non-existing files are properly handled
- builds fine on DJGPP
- CURLOPT_ERRORBUFFER is now always filled in on errors
- curl outputs error on bad --limit-rate units
- fixed libcurl's use of poll() on cygwin
- the GnuTLS code didn't support client certificates
- TFTP over IPv6 works
- no reverse lookups on IP addresses when ipv6-enabled
- SSPI compatibility fix: using the proper DLLs
- binary LDAP properties are now shown base64 encoded
- Windows uploads from stdin using curl can now contain ctrl-Z bytes
- -r [num] would produce an invalid HTTP Range: header
- multi interface with multi IP hosts could leak socket descriptors
- the GnuTLS code didn't handle rehandshakes
- re-use of a dead FTP connection
- name resolve error codes fixed for Windows builds
- double WWW-Authenticate Digest headers are now handled
- curl-config --vernum fixed


To generate a diff of this commit:
cvs rdiff -r1.59 -r1.60 pkgsrc/www/curl/Makefile
cvs rdiff -r1.17 -r1.18 pkgsrc/www/curl/PLIST
cvs rdiff -r1.41 -r1.42 pkgsrc/www/curl/distinfo
cvs rdiff -r1.10 -r0 pkgsrc/www/curl/patches/patch-ab

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