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

Jenkins2 asteriskteam at digium.com
Thu Sep 20 10:03:46 CDT 2018


Jenkins2 has submitted this change and it was merged. ( 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(-)

Approvals:
  Benjamin Keith Ford: Looks good to me, but someone else must approve
  Joshua Colp: Looks good to me, but someone else must approve
  Kevin Harwell: Looks good to me, approved
  Jenkins2: Approved for Submit



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: merged
Gerrit-Change-Id: I5468141b09c62085354d1f27a3190ac33d253204
Gerrit-Change-Number: 10140
Gerrit-PatchSet: 1
Gerrit-Owner: Sean Bright <sean.bright at gmail.com>
Gerrit-Reviewer: Benjamin Keith Ford <bford at digium.com>
Gerrit-Reviewer: Jenkins2
Gerrit-Reviewer: Joshua Colp <jcolp at digium.com>
Gerrit-Reviewer: Kevin Harwell <kharwell at digium.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-code-review/attachments/20180920/0a8bfd76/attachment.html>


More information about the asterisk-code-review mailing list