[Asterisk-code-review] BuildSystem: Allow fetch of PJProject without trust anchors. (asterisk[master])
    Alexander Traud 
    asteriskteam at digium.com
       
    Sat Feb 10 07:34:52 CST 2018
    
    
  
Alexander Traud has uploaded this change for review. ( https://gerrit.asterisk.org/8181
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/81/8181/1
diff --git a/configure b/configure
index f6e83d9..7ce816a 100755
--- a/configure
+++ b/configure
@@ -8000,7 +8000,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 4b91883..9cf459d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -292,7 +292,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/8181
To unsubscribe, visit https://gerrit.asterisk.org/settings
Gerrit-Project: asterisk
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I573308fa11a69d28480b669971b5bfe66476fa60
Gerrit-Change-Number: 8181
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/b76e6759/attachment-0001.html>
    
    
More information about the asterisk-code-review
mailing list