[Asterisk-code-review] BuildSystem: Allow fetch of PJProject without trust anchors. (asterisk[15])
Alexander Traud
asteriskteam at digium.com
Sat Feb 10 07:34:45 CST 2018
Alexander Traud has uploaded this change for review. ( https://gerrit.asterisk.org/8183
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/83/8183/1
diff --git a/configure b/configure
index 63d4db0..8450a02 100755
--- a/configure
+++ b/configure
@@ -7994,7 +7994,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 b7d0158..870c83e 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/8183
To unsubscribe, visit https://gerrit.asterisk.org/settings
Gerrit-Project: asterisk
Gerrit-Branch: 15
Gerrit-MessageType: newchange
Gerrit-Change-Id: I573308fa11a69d28480b669971b5bfe66476fa60
Gerrit-Change-Number: 8183
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/c97966d0/attachment.html>
More information about the asterisk-code-review
mailing list