Date: Wed, 12 Feb 2014 05:46:20 GMT From: Alexey Markov <redrat@mail.ru> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/186678: ftp/curl: DNS resolving doesn't work for current version Message-ID: <201402120546.s1C5kKHf008798@cgiserv.freebsd.org> Resent-Message-ID: <201402120550.s1C5o0EL058528@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 186678 >Category: ports >Synopsis: ftp/curl: DNS resolving doesn't work for current version >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Feb 12 05:50:00 UTC 2014 >Closed-Date: >Last-Modified: >Originator: Alexey Markov >Release: 8.3-RELEASE-p6 >Organization: JSC Complitex >Environment: FreeBSD host.redrat.ru 8.4-RELEASE-p6 FreeBSD 8.4-RELEASE-p6 #0: Wed Dec 4 14:3 7:35 MSK 2013 redrat@host.redrat.ru:/arc/obj/arc/src/sys/HOST amd64 >Description: There is a nasty bug in the current version of curl (7.34) in the ports: a domain name resolving doesn't work if a curl built without IPv6 support. In the latest version of curl this bug was fixed. >How-To-Repeat: Build curl port without IPv6 support and try to request ANY domain URL. >Fix: Update port to the latest version of curl: 7.35. Patch attached with submission follows: --- Makefile.orig 2014-02-06 15:40:40.000000000 +0400 +++ Makefile 2014-02-11 13:02:09.000000000 +0400 @@ -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 --- distinfo.orig 2014-02-06 15:40:40.000000000 +0400 +++ distinfo 2014-02-11 13:02:51.000000000 +0400 @@ -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 >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402120546.s1C5kKHf008798>