Date: Thu, 13 Feb 2014 23:13:26 +1100 (EST) From: Kubilay Kocak <koobs.freebsd@gmail.com> To: FreeBSD-gnats-submit@freebsd.org Cc: sunpoet@FreeBSD.org Subject: ports/186721: [EXP-RUN][PATCH] ftp/curl: update to 7.35.0 Message-ID: <20140213121326.E06F23CBC1@9-STABLE-amd64.elysium> Resent-Message-ID: <201402131220.s1DCK1Q3076239@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 186721 >Category: ports >Synopsis: [EXP-RUN][PATCH] ftp/curl: update to 7.35.0 >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Thu Feb 13 12:20:01 UTC 2014 >Closed-Date: >Last-Modified: >Originator: Kubilay Kocak >Release: FreeBSD 9.2-STABLE amd64 >Organization: >Environment: System: FreeBSD 9-STABLE-amd64.elysium 9.2-STABLE FreeBSD 9.2-STABLE #0 r260870: Sun Jan 19 10:38:55 EST >Description: 7.34.0 contains a regression when THREADED_RESOLVER is enabled and IPV6 is disabled. The impact is connection timeouts. This is fixed in 7.35.0 [1] which also contains a Security Advisory [2] - Update to 7.35.0 [1] threaded-resolver: never use NULL hints with getaddrinf http://curl.haxx.se/mail/lib-2014-01/0061.html [2] SECURITY ADVISORY: re-use of wrong HTTP NTLM connection http://curl.haxx.se/docs/adv_20140129.html [3] http://curl.haxx.se/changes.html#7_35_0 I would also recommend/suggest that THREADED_RESOLVER be removed from OPTIONS_DEFAULT (Other OS's do not use it as the default either, considering it somewhat experimental) Port maintainer (sunpoet@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99_11 (mode: update, diff: ports) >How-To-Repeat: >Fix: --- curl-7.35.0.patch begins here --- diff -ruN /usr/ports/ftp/curl/Makefile ./Makefile --- /usr/ports/ftp/curl/Makefile 2014-02-06 22:40:40.000000000 +1100 +++ ./Makefile 2014-02-13 22:56:57.011226732 +1100 @@ -2,7 +2,7 @@ # $FreeBSD: head/ftp/curl/Makefile 343034 2014-02-06 11:40:40Z sunpoet $ PORTNAME= curl -PORTVERSION= 7.34.0 +PORTVERSION= 7.35.0 CATEGORIES= ftp www MASTER_SITES= http://curl.haxx.se/download/ \ LOCAL/sunpoet diff -ruN /usr/ports/ftp/curl/distinfo ./distinfo --- /usr/ports/ftp/curl/distinfo 2014-02-06 22:40:40.000000000 +1100 +++ ./distinfo 2014-02-13 22:57:39.211163145 +1100 @@ -1,2 +1,2 @@ -SHA256 (curl-7.34.0.tar.lzma) = 8ea8b72ccaa07625609fee2e41591162d245d416adbd0a3242d44dff8e3ad6f9 -SIZE (curl-7.34.0.tar.lzma) = 2256196 +SHA256 (curl-7.35.0.tar.lzma) = 6929640f1e22901cbc853c67c78f25d9e7be0934771a3c3b3582846520678593 +SIZE (curl-7.35.0.tar.lzma) = 2271674 --- curl-7.35.0.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20140213121326.E06F23CBC1>