On 2013-08-11 23:03, Daniel Stenberg wrote:
> It was however recently fixed in curl in commit bb2e0686a
> (https://github.com/bagder/curl/commit/bb2e0686a) and it will be
> included in the 7.32.0 release of curl that is about to get shipped
> within 24 hours!
> 
>> Anyway, I have attached an updated cygport file together with a patch
>> to fix this bug (tested with cygport --32 and cygport --64).
> 
> Thanks a lot for your report and patch!

Thanks a lot for the information and the fix, Daniel!

I've built and tested packages using the updated curl 7.32.0 source code
(with cygport --32 and cygport --64; .cygport file attached). I can
confirm that the new version works fine.

@Yaakov: Could you please upload updated packages for curl 7.32.0?

Thank you and best regards,
Andreas
NAME="curl"
VERSION=7.32.0
RELEASE=1
CATEGORY="Net Web"
SUMMARY="Multi-protocol file transfer tool"
DESCRIPTION="curl is a command line tool and library for transferring files
with URL syntax, supporting FTP, FTPS, HTTP, HTTPS, SCP, SFTP, TFTP,
TELNET, DICT, and FILE. curl supports SSL certificates, HTTP POST, HTTP
PUT, FTP uploading, HTTP form based upload, proxies, cookies,
user+password authentication (Basic, Digest, NTLM, Negotiate...), file
transfer resume, proxy tunneling and a busload of other useful tricks."
HOMEPAGE="http://curl.haxx.se/";
SRC_URI="http://curl.haxx.se/download/${P}.tar.lzma";

PKG_NAMES="${PN} lib${PN}4 lib${PN}-devel"
curl_CONTENTS="usr/bin/curl.exe usr/share/doc/ usr/share/man/man1/curl.*"
libcurl4_SUMMARY="Multi-protocol file transfer library (runtime)"
libcurl4_CONTENTS="usr/bin/cygcurl-4.dll"
libcurl_devel_SUMMARY="Multi-protocol file transfer library (development)"
libcurl_devel_CONTENTS="usr/bin/curl-config usr/include/ usr/lib/
                        usr/share/man/man1/curl-config.* usr/share/man/man3/"

DIFF_EXCLUDES="Makefile curlbuild.h curl_config.h"

# librtmp: not in Fedora due to unchallenged DMCA action
CYGCONF_ARGS="
        --enable-debug --enable-optimize
        --disable-hidden-symbols
        --disable-ares
        --enable-ldap
        --disable-sspi
        --with-gssapi
        --without-krb4
        --with-libidn
        --with-libmetalink
        --without-librtmp
        --with-libssh2
        --without-spnego
        --with-ssl
        --with-zlib
        --with-ca-bundle=/usr/ssl/certs/ca-bundle.crt
"

DOCS="docs/BINDINGS docs/BUGS docs/CONTRIBUTE docs/DISTRO-DILEMMA docs/FAQ
      docs/FEATURES docs/HISTORY docs/HTTP-COOKIES docs/INTERNALS 
docs/KNOWN_BUGS
      docs/LICENSE-MIXING docs/MAIL-ETIQUETTE docs/MANUAL docs/RESOURCES
      docs/SSLCERTS docs/THANKS docs/TheArtOfHttpScripting docs/TODO 
docs/VERSIONS"

KEEP_LA_FILES="none"

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to