[Asterisk-code-review] BuildSystem: Allow fetch of PJProject without trust anchors. (asterisk[13])

Alexander Traud asteriskteam at digium.com
Sat Feb 10 07:34:35 CST 2018


Alexander Traud has uploaded this change for review. ( https://gerrit.asterisk.org/8182


Change subject: BuildSystem: Allow fetch of PJProject without trust anchors.
......................................................................

BuildSystem: Allow fetch of PJProject without trust anchors.

ASTERISK-27665

Change-Id: I573308fa11a69d28480b669971b5bfe66476fa60
---
M configure
M configure.ac
2 files changed, 2 insertions(+), 2 deletions(-)



  git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/82/8182/1

diff --git a/configure b/configure
index e03ae11..e61a740 100755
--- a/configure
+++ b/configure
@@ -7955,7 +7955,7 @@
 
 
   DOWNLOAD=${FETCH}
-  DOWNLOAD_TO_STDOUT="${FETCH} -o-"
+  DOWNLOAD_TO_STDOUT="${FETCH} --no-verify-peer -o-"
   DOWNLOAD_TIMEOUT='--timeout=$(or $2,$1)'
 fi
 fi
diff --git a/configure.ac b/configure.ac
index bb432a8..3724a0e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -293,7 +293,7 @@
 else
   AC_PATH_PROG([FETCH], [fetch], [:])
   DOWNLOAD=${FETCH}
-  DOWNLOAD_TO_STDOUT="${FETCH} -o-"
+  DOWNLOAD_TO_STDOUT="${FETCH} --no-verify-peer -o-"
   DOWNLOAD_TIMEOUT='--timeout=$(or $2,$1)'
 fi
 fi

-- 
To view, visit https://gerrit.asterisk.org/8182
To unsubscribe, visit https://gerrit.asterisk.org/settings

Gerrit-Project: asterisk
Gerrit-Branch: 13
Gerrit-MessageType: newchange
Gerrit-Change-Id: I573308fa11a69d28480b669971b5bfe66476fa60
Gerrit-Change-Number: 8182
Gerrit-PatchSet: 1
Gerrit-Owner: Alexander Traud <pabstraud at compuserve.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-code-review/attachments/20180210/92a52f71/attachment.html>


More information about the asterisk-code-review mailing list