[Home]

Summary:ASTERISK-26802: [patch] Integrity Check Of PJSIP Download Fails
Reporter:Michael L. Young (elguero)Labels:
Date Opened:2017-02-17 07:51:00.000-0600Date Closed:2017-02-19 11:10:53.000-0600
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Core/BuildSystem pjproject/pjsip
Versions:13.14.0 14.3.0 Frequency of
Occurrence
Related
Issues:
is duplicated byASTERISK-26814 pjproject_bundled build fails to download pjproject source when using cURL
Environment:Attachments:
Description:The build process fails to verify the integrity of the PJSIP download when using cURL to download the tarball.

The issue is with the cURL options.  Passing  {noformat}"-w \"%{url_effective}\n\""{noformat} to cURL, that tells cURL to output the final url that the file was downloaded from.  This output is being appended to the end of the file resulting in garbage at the end of the tarball.  
Comments:By: Asterisk Team (asteriskteam) 2017-02-17 07:51:01.565-0600

Thanks for creating a report! The issue has entered the triage process. That means the issue will wait in this status until a Bug Marshal has an opportunity to review the issue. Once the issue has been reviewed you will receive comments regarding the next steps towards resolution.

A good first step is for you to review the [Asterisk Issue Guidelines|https://wiki.asterisk.org/wiki/display/AST/Asterisk+Issue+Guidelines] if you haven't already. The guidelines detail what is expected from an Asterisk issue report.

Then, if you are submitting a patch, please review the [Patch Contribution Process|https://wiki.asterisk.org/wiki/display/AST/Patch+Contribution+Process].

By: Friendly Automation (friendly-automation) 2017-02-19 11:10:54.851-0600

Change 4998 merged by zuul:
pjproject-bundled: Fix checksum verification when using cURL

[https://gerrit.asterisk.org/4998|https://gerrit.asterisk.org/4998]

By: Friendly Automation (friendly-automation) 2017-02-19 11:12:10.995-0600

Change 4999 merged by Joshua Colp:
pjproject-bundled: Fix checksum verification when using cURL

[https://gerrit.asterisk.org/4999|https://gerrit.asterisk.org/4999]

By: Friendly Automation (friendly-automation) 2017-02-19 12:47:10.308-0600

Change 5000 merged by Joshua Colp:
pjproject-bundled: Fix checksum verification when using cURL

[https://gerrit.asterisk.org/5000|https://gerrit.asterisk.org/5000]