summaryrefslogtreecommitdiffstats
path: root/ftp
diff options
context:
space:
mode:
authorVlad Glagolev2018-05-12 10:47:50 -0400
committerVlad Glagolev2018-05-12 10:47:50 -0400
commit0d690d807dfafeea94b782e601da747e144f16c3 (patch)
tree7aa8eb9b383892b57d8c40b911bb0980d9ad9bdc /ftp
parentef69355a8aa2a7865e030a506407da9dc4a179d0 (diff)
wget: added c-ares optional dependency
Diffstat (limited to 'ftp')
-rwxr-xr-xftp/wget/DEPENDS5
-rw-r--r--ftp/wget/HISTORY3
2 files changed, 8 insertions, 0 deletions
diff --git a/ftp/wget/DEPENDS b/ftp/wget/DEPENDS
index e1ea3d7ff5..8da3ab9566 100755
--- a/ftp/wget/DEPENDS
+++ b/ftp/wget/DEPENDS
@@ -11,6 +11,11 @@ optional_depends libidn \
"--disable-iri" \
"for IDN/IRIs support" &&
+optional_depends c-ares \
+ "--with-cares" \
+ "--without-cares" \
+ "for C-Ares DNS lookup support" &&
+
optional_depends "gettext" \
"--enable-nls" \
"--disable-nls" \
diff --git a/ftp/wget/HISTORY b/ftp/wget/HISTORY
index e8aed99743..a2a4b0817e 100644
--- a/ftp/wget/HISTORY
+++ b/ftp/wget/HISTORY
@@ -1,3 +1,6 @@
+2018-05-12 Vlad Glagolev <stealth@sourcemage.org>
+ * DEPENDS: added c-ares optional dependency
+
2018-05-07 Pavel Vinogradov <public@sourcemage.org>
* DETAILS: version 1.19.5, SECURITY_PATCH++, (CVE-2018-0494)
* wget.gpg: replaced old key with A2670428,