X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:message-id:date:from:mime-version:to:cc :subject:references:in-reply-to:content-type; q=dns; s=default; b= mL7UTJshjo2X9StBOeVh1R4tSHjshSvUl5DAs1neRue6C3uKNRFkBcWTMxLaTHrS VdglMmvcZNAQg63pCEDHD/aRFd/ncSnKnlQIfEnNXNBKbqfabpp5x2KlLeh7LuMq L2ltz2j9MKolFFxnNqLFG8UUw0YdDPTMxS8KcImn3kc= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:message-id:date:from:mime-version:to:cc :subject:references:in-reply-to:content-type; s=default; bh=yLY+ XjLey1UW9yfFg3kFDCOnLAs=; b=kez84g+bLE8d0fpXMaHeEaMA65yznin2pAtN CovvQ/Ecv6jhG1qTpcsDsRuJkiBJ8eK8e9g4Ufl6m+t8MJewBeSt4tfRZ4xJSAlX Syu5HAfZjav75l8oHunib7RBs5GaI9Xh6VQ4q4eFCdAka61TDhDHB5Z2YYQvLkfO 6u24dKQ= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com X-Spam-SWARE-Status: No, score=-6.9 required=5.0 tests=AWL,BAYES_00,KHOP_PGP_SIGNED,KHOP_THREADED,RP_MATCHES_RCVD autolearn=ham version=3.3.2 X-Spam-Score: -3.526 Message-ID: <5208B61B.4040904@nt.tuwien.ac.at> Date: Mon, 12 Aug 2013 12:16:59 +0200 From: Andreas Winkelbauer User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130803 Thunderbird/17.0.8 MIME-Version: 1.0 To: cygwin AT cygwin DOT com CC: daniel AT haxx DOT se Subject: Re: [64-bit] curl: fix -i option (include headers) References: <5207F5B0 DOT 5070708 AT nt DOT tuwien DOT ac DOT at> In-Reply-To: OpenPGP: id=F0FE489D Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="------------enig50FC7253F0B473B13C9E9D3B" X-Virus-Found: No --------------enig50FC7253F0B473B13C9E9D3B Content-Type: multipart/mixed; boundary="------------060301050406080101020508" This is a multi-part message in MIME format. --------------060301050406080101020508 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable 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! >=20 >> Anyway, I have attached an updated cygport file together with a patch >> to fix this bug (tested with cygport --32 and cygport --64). >=20 > 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 --------------060301050406080101020508 Content-Type: text/plain; charset=UTF-8; name="curl.cygport" Content-Transfer-Encoding: quoted-printable Content-Disposition: attachment; filename="curl.cygport" NAME=3D"curl" VERSION=3D7.32.0 RELEASE=3D1 CATEGORY=3D"Net Web" SUMMARY=3D"Multi-protocol file transfer tool" DESCRIPTION=3D"curl is a command line tool and library for transferring fil= es 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=3D"http://curl.haxx.se/" SRC_URI=3D"http://curl.haxx.se/download/${P}.tar.lzma" PKG_NAMES=3D"${PN} lib${PN}4 lib${PN}-devel" curl_CONTENTS=3D"usr/bin/curl.exe usr/share/doc/ usr/share/man/man1/curl.*" libcurl4_SUMMARY=3D"Multi-protocol file transfer library (runtime)" libcurl4_CONTENTS=3D"usr/bin/cygcurl-4.dll" libcurl_devel_SUMMARY=3D"Multi-protocol file transfer library (development)" libcurl_devel_CONTENTS=3D"usr/bin/curl-config usr/include/ usr/lib/ usr/share/man/man1/curl-config.* usr/share/man/man3= /" DIFF_EXCLUDES=3D"Makefile curlbuild.h curl_config.h" # librtmp: not in Fedora due to unchallenged DMCA action CYGCONF_ARGS=3D" --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=3D/usr/ssl/certs/ca-bundle.crt " DOCS=3D"docs/BINDINGS docs/BUGS docs/CONTRIBUTE docs/DISTRO-DILEMMA docs/FAQ docs/FEATURES docs/HISTORY docs/HTTP-COOKIES docs/INTERNALS docs/KNOW= N_BUGS docs/LICENSE-MIXING docs/MAIL-ETIQUETTE docs/MANUAL docs/RESOURCES docs/SSLCERTS docs/THANKS docs/TheArtOfHttpScripting docs/TODO docs/V= ERSIONS" KEEP_LA_FILES=3D"none" --------------060301050406080101020508-- --------------enig50FC7253F0B473B13C9E9D3B Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (GNU/Linux) Comment: Using GnuPG with undefined - http://www.enigmail.net/ iQIcBAEBAgAGBQJSCLYbAAoJEFdM/Crw/kidjpsQAI/FPFTDz7O659KWVibli4WF 0kMWAxr7Edg2wTd9f1VDplbMU/tripJRpShGvmJGSk4qxtdr4m2ECgPTphd1Q/Ys NMvEp5TobmQ0AMpuywqd9Hdu/cwksTBysFuGlCBVlG9hOGXoGTqLiOrTRUeSjv59 ONoZVfsg2hp8ZA199yDqhwd3fxLB3mqoK7Z1oYogxrx3qEi1tBpoMJn2CcezdzHO si1nZdIXe2Sfs/sZf9eZhL+rcHBTx08wuUOYUxz5wnxb0RKzzl0G5jBXMQfTs2VJ P8YWqCfOx1ONAVy5wTyIr1YKP5P2UDxQAI5bQpPToo6JLu+j8If/4CLwFXrkg/4R rFwRxkEW0wZdWfhl49HhBe0c6Flp3/DECc++PP1XXmMnyIJOoPhPrZ2r9pPWp9wE T5pdrn+5nbAK0fxxHmH79BXlr7mSjBqrEycgq4tKaU+mIISbZiAyqO9OIEEwc75v VRJ9+2Ba3IF9L7MV4HK7LacfTD+8v3iAlkBuYVyBj9XO1BbV1nt+Ku/AYPNHO59U TVL6iqY4FMVJ9DS3CmOY9cFQC2kUiGXmvX9NgRTcrUkmwOEnodtSHYc2cAo7JcDc ouAkerVHEjsqF1YZme64VQ7MCLr2sStTaWTW70gEp2ONnvfAu3HaxgHWIt6l5Wh/ 9tbx774wT8rIUWJRtBTH =Yt0R -----END PGP SIGNATURE----- --------------enig50FC7253F0B473B13C9E9D3B--