Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (0d690d807dfafeea94b782e601da747e144f16c3)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (0d690d807dfafeea94b782e601da747e144f16c3)
  • Date: Sat, 12 May 2018 15:02:52 +0000

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

ftp/wget/DEPENDS | 5 +++++
ftp/wget/HISTORY | 3 +++
2 files changed, 8 insertions(+)

New commits:
commit 0d690d807dfafeea94b782e601da747e144f16c3
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

wget: added c-ares optional dependency

diff --git a/ftp/wget/DEPENDS b/ftp/wget/DEPENDS
index e1ea3d7..8da3ab9 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 e8aed99..a2a4b08 100644
--- a/ftp/wget/HISTORY
+++ b/ftp/wget/HISTORY
@@ -1,3 +1,6 @@
+2018-05-12 Vlad Glagolev <stealth AT sourcemage.org>
+ * DEPENDS: added c-ares optional dependency
+
2018-05-07 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: version 1.19.5, SECURITY_PATCH++, (CVE-2018-0494)
* wget.gpg: replaced old key with A2670428,



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (0d690d807dfafeea94b782e601da747e144f16c3), Vlad Glagolev, 05/12/2018

Archive powered by MHonArc 2.6.24.

Top of Page