ports/186678: ftp/curl: DNS resolving doesn't work for current version
Alexey Markov
redrat at mail.ru
Wed Feb 12 05:50:01 UTC 2014
>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 at 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:
More information about the freebsd-ports-bugs
mailing list