[Home]

Summary:ASTERISK-27596: [patch] BuildSystem: Use the detected name for MD5 everywhere.
Reporter:Alexander Traud (traud)Labels:patch
Date Opened:2018-01-17 08:33:20.000-0600Date Closed:2018-01-18 10:07:13.000-0600
Priority:MinorRegression?
Status:Closed/CompleteComponents:Core/BuildSystem
Versions:13.19.0 15.2.0 Frequency of
Occurrence
Related
Issues:
Environment:OpenBSD 6.2Attachments:( 0) md5_OpenBSD.patch
Description:Since Asterisk 13.12, one is able to install external modules from Digium (like audio codecs and the Digium Phone Module) directly via make menuselect and make install. For this, the command-line tool md5sum required.

On different platforms, md5sum is named differently. This is automatically handled and detected by the script ./configure. However, the invoked script ./build_tools/download_externals used a hard-coded value of {{md5sum}}. That failed on platforms like OpenBSD.

As workaround, the user has to download/install those modules manually.
Comments:By: Friendly Automation (friendly-automation) 2018-01-18 10:07:13.705-0600

Change 8003 merged by Jenkins2:
BuildSystem: Use the detected name for MD5 everywhere.

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

By: Friendly Automation (friendly-automation) 2018-01-18 10:19:04.116-0600

Change 8002 merged by Jenkins2:
BuildSystem: Use the detected name for MD5 everywhere.

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

By: Friendly Automation (friendly-automation) 2018-01-18 14:30:55.171-0600

Change 8004 merged by Jenkins2:
BuildSystem: Use the detected name for MD5 everywhere.

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