[Asterisk-code-review] install prereq: SIPp needs libncurses5 & update to latest (testsuite[master])

Sean Bright asteriskteam at digium.com
Thu Sep 13 14:48:04 CDT 2018


Sean Bright has uploaded this change for review. ( https://gerrit.asterisk.org/10140


Change subject: install_prereq: SIPp needs libncurses5 & update to latest
......................................................................

install_prereq: SIPp needs libncurses5 & update to latest

SIPp 3.5.1 requires SSL_library_init() which doesn't exist in new
versions of openssl. SIPp 3.5.2 resolves this.

Change-Id: I5468141b09c62085354d1f27a3190ac33d253204
---
M contrib/scripts/install_prereq
1 file changed, 2 insertions(+), 2 deletions(-)



  git pull ssh://gerrit.asterisk.org:29418/testsuite refs/changes/40/10140/1

diff --git a/contrib/scripts/install_prereq b/contrib/scripts/install_prereq
index 8561bff..cd9680e 100755
--- a/contrib/scripts/install_prereq
+++ b/contrib/scripts/install_prereq
@@ -19,7 +19,7 @@
 # Testsuite: basic requirements:
 PACKAGES_DEBIAN="$PACKAGES_DEBIAN python-yaml python-twisted-core python-lxml liblua5.1-0-dev lua5.1 gdb"
 # Sipp requirements
-PACKAGES_DEBIAN="$PACKAGES_DEBIAN libpcap-dev libssl-dev libsctp-dev"
+PACKAGES_DEBIAN="$PACKAGES_DEBIAN libpcap-dev libssl-dev libsctp-dev libncurses5-dev"
 # pjsua requirements
 #PACKAGES_DEBIAN="$PACKAGES_DEBIAN python-dev"
 
@@ -189,7 +189,7 @@
 	$testcmd cd $PROJECT_DIR
 
 	# Checkout and build the current latest released version.
-	$testcmd git checkout v3.5.1
+	$testcmd git checkout v3.5.2
 
 	$testcmd ./build.sh --with-openssl --with-pcap --with-rtpstream --with-sctp
 	$testcmd sudo make install

-- 
To view, visit https://gerrit.asterisk.org/10140
To unsubscribe, or for help writing mail filters, visit https://gerrit.asterisk.org/settings

Gerrit-Project: testsuite
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I5468141b09c62085354d1f27a3190ac33d253204
Gerrit-Change-Number: 10140
Gerrit-PatchSet: 1
Gerrit-Owner: Sean Bright <sean.bright at gmail.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-code-review/attachments/20180913/f704faab/attachment-0001.html>


More information about the asterisk-code-review mailing list