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

Alexander Traud asteriskteam at digium.com
Mon Mar 5 03:50:28 CST 2018


Alexander Traud has posted comments on this change. ( https://gerrit.asterisk.org/8181 )

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


Patch Set 1:

Another platform is affected by the same symptom and a similar cause: NetBSD. Even after installing wget, no trust anchors are installed. In NetBSD, you have to go for
pkg_add mozilla-rootcerts
mozilla-rootcerts install
before
./configure --with-pjproject-bundled
can be started. Everything would be easier, if Asterisk would use
wget --no-check-certificate https://raw.github…,
curl --insecure https://raw.github…, and
fetch --no-verify-peer https://raw.github…

Again, there is no added benefit of using HTTPs in this case. And Asterisk does not use HTTPs in other places.


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

Gerrit-Project: asterisk
Gerrit-Branch: master
Gerrit-MessageType: comment
Gerrit-Change-Id: I573308fa11a69d28480b669971b5bfe66476fa60
Gerrit-Change-Number: 8181
Gerrit-PatchSet: 1
Gerrit-Owner: Alexander Traud <pabstraud at compuserve.com>
Gerrit-Reviewer: Alexander Traud <pabstraud at compuserve.com>
Gerrit-Reviewer: Corey Farrell <git at cfware.com>
Gerrit-Reviewer: Jenkins2
Gerrit-Comment-Date: Mon, 05 Mar 2018 09:50:28 +0000
Gerrit-HasComments: No
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-code-review/attachments/20180305/4b278303/attachment.html>


More information about the asterisk-code-review mailing list