Subject: CVS commit: [pkgsrc-2005Q3] pkgsrc/www/curl
To: None <pkgsrc-changes@NetBSD.org>
From: Soren Jacobsen <snj@netbsd.org>
List: pkgsrc-changes
Date: 12/10/2005 22:35:42
Module Name:	pkgsrc
Committed By:	snj
Date:		Sat Dec 10 22:35:42 UTC 2005

Modified Files:
	pkgsrc/www/curl [pkgsrc-2005Q3]: Makefile PLIST distinfo
Removed Files:
	pkgsrc/www/curl/patches [pkgsrc-2005Q3]: patch-ab

Log Message:
Pullup ticket 949 - requested by Lubomir Sedlacik
security update for curl

Revisions pulled up:
- pkgsrc/www/curl/Makefile		1.60
- pkgsrc/www/curl/PLIST			1.18
- pkgsrc/www/curl/distinfo		1.42
- pkgsrc/www/curl/patches/patch-ab	removed

   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.56.2.1 -r1.56.2.2 pkgsrc/www/curl/Makefile
cvs rdiff -r1.17 -r1.17.2.1 pkgsrc/www/curl/PLIST
cvs rdiff -r1.38.2.1 -r1.38.2.2 pkgsrc/www/curl/distinfo
cvs rdiff -r1.9.12.1 -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.