LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 01-21-2014, 05:50 PM   #1
Stuferus
Member
 
Registered: Jun 2013
Location: Germany
Distribution: Slackware
Posts: 174

Rep: Reputation: Disabled
looking for slackbuild - 64bit iax client.


hi,

im looking for an iax client slackbuild with 64bit support so i dont need multilib. any idea?

i did find sflphone but cant find a slackbuild for it and dont know if its possible to compile it as 64bit.

thank for your help.
Stefan

edit: or could at least someone give me build advice? thx

Last edited by Stuferus; 01-22-2014 at 07:02 AM.
 
Old 01-24-2014, 03:37 PM   #2
j_v
Member
 
Registered: Oct 2011
Distribution: Slackware64
Posts: 364

Rep: Reputation: 67
While these links are for slackware derivatives, could be a good place to start:

ftp://ftp9.linux.kiev.ua/pub/deepsty...ssip/sflphone/
https://bitbucket.org/VLCore/vabs/sr...t=veclinux-7.1

Then, using the official SBo templates, a workable should be achievable.
 
1 members found this post helpful.
Old 01-25-2014, 12:19 PM   #3
Stuferus
Member
 
Registered: Jun 2013
Location: Germany
Distribution: Slackware
Posts: 174

Original Poster
Rep: Reputation: Disabled
thanks i give it a try.. ill be reporting back if i need some more help with it.
 
Old 01-25-2014, 10:42 PM   #4
Stuferus
Member
 
Registered: Jun 2013
Location: Germany
Distribution: Slackware
Posts: 174

Original Poster
Rep: Reputation: Disabled
it looks like sflphone needs commoncpp(2).. but that will not compile.. i found an old thread here saying dont use commoncpp.. well how to compile sflphone than? dont see how vectorlinux, debian etc. did it than.

what can i do to not need commoncpp??

thx.
stefan
 
Old 01-26-2014, 12:21 AM   #5
j_v
Member
 
Registered: Oct 2011
Distribution: Slackware64
Posts: 364

Rep: Reputation: 67
I can take a look at this tomorrow. I will post to let you know how it is going. May have to concider building for 1.2.3 version, not sure.
 
1 members found this post helpful.
Old 01-26-2014, 10:36 AM   #6
Stuferus
Member
 
Registered: Jun 2013
Location: Germany
Distribution: Slackware
Posts: 174

Original Poster
Rep: Reputation: Disabled
well i tryed 1.3.0 as it is the newest one and thay say its stable.

thx
 
Old 01-27-2014, 12:05 AM   #7
j_v
Member
 
Registered: Oct 2011
Distribution: Slackware64
Posts: 364

Rep: Reputation: 67
I'm about halfway done. I'll have to finish tomorrow evenning. I have slackbuilds for commoncpp (GNU uCommon C++), commoncpp2 (GNU Common C++; may not be needed), and ccrtp. All that is left is slackbuilds for zrtpcpp and sflphone. I will post all of them to my github account tomorrow after I have completed the last two.

EDIT: I setting this up for sflphone-1.3.0, not 1.2.3.

Last edited by j_v; 01-27-2014 at 12:08 AM.
 
1 members found this post helpful.
Old 01-27-2014, 06:36 PM   #8
Stuferus
Member
 
Registered: Jun 2013
Location: Germany
Distribution: Slackware
Posts: 174

Original Poster
Rep: Reputation: Disabled
thank you very much. i really appreciate it!
 
Old 01-27-2014, 09:04 PM   #9
j_v
Member
 
Registered: Oct 2011
Distribution: Slackware64
Posts: 364

Rep: Reputation: 67
I hope that the kde ui frontend will be ok for you. I have had a bit of an ordeal finding the correct zrtpcpp to use with sflphone, so my nerves are a bit too raw to be trying to figure out the dependencies for the gnome ui frontend at this time. The kde one builds out of the box. I need just a little while to finish the actual sflphone slackbuild and to do some clean up in the package scrpts and files, then will upload them. You should concider these as beta until you have tested for a while. Also, there is a security issue with zrtpcpp that I was trying to work around (this was large part of delay): it is fixed with libzrtpcpp-3.2.0, but sflphone does not build against that recent of libzrtpcpp (libzrtp-2.3.4 is most recent that sflphone will build against, so far). Fixing that should be a major todo, since the security flaws are published and well known. I'm a bit surprized sflphone hasn't adopted more recent zrtpcpp abi. I suggest googling "zrtpcpp vulnerablit{y,ies}", so that you can decide if the risks are worth it.

EDIT: an additional/optional dependency to ccrtp is srtp. I haven't had time to add it, but it would probably be a good addition.
EDIT: note the there was an issue with the libdbus-c++ header location. For now, as a workaround, I did `ln -s dbus-c++-1/dbus-c++ /usr/include/dbus-c++` after installing libdbus-c++.

Last edited by j_v; 01-27-2014 at 10:33 PM.
 
1 members found this post helpful.
Old 01-27-2014, 11:05 PM   #10
j_v
Member
 
Registered: Oct 2011
Distribution: Slackware64
Posts: 364

Rep: Reputation: 67
Ok, uploaded to https://github.com/jvvv/slackbuilds. Please be patient with them, I have had to do some small edits since I have tested each of them; I will be retesting, but don't hesitate to let me know of build failures (in case I left in some typos I haven't fixed yet).

Build order: ucommon, ccrtp, libzrtpcpp, sflphone.
Don't forget to install all of the REQUIRES packages of sflphone, and also the note in previous post about libdbus-c++ header directory symlink.
Remember, before installing pulseaudio (dep of sflphone), add user/group pulse as per pulseaudio SlackBuild/README.
I've added an option to sflphone.SlackBuild: WITH_VIDEO. It requires ffmpeg (libavcodec). See the sflphone/README.

Last edited by j_v; 01-28-2014 at 12:41 AM.
 
1 members found this post helpful.
Old 01-28-2014, 05:13 PM   #11
Stuferus
Member
 
Registered: Jun 2013
Location: Germany
Distribution: Slackware
Posts: 174

Original Poster
Rep: Reputation: Disabled
thanks.

uh.. could you make it without pulse? i know it supports being without it.
i really would like to keep my slackware Poettering-free.

the buildoption is "--without-pulse"

Last edited by Stuferus; 01-28-2014 at 05:18 PM.
 
Old 01-28-2014, 09:22 PM   #12
j_v
Member
 
Registered: Oct 2011
Distribution: Slackware64
Posts: 364

Rep: Reputation: 67
No problem. Done.

EDIT: I'm considering a patch for sflphone to precipitate a version bump to security fixed libzrtpcpp. Maybe this weekend, if I'm not too busy otherwise and if it's not too huge of a coding task. I will be looking into it, but no guarantee I will get to it so soon.

Last edited by j_v; 01-28-2014 at 09:28 PM.
 
1 members found this post helpful.
Old 02-10-2014, 03:26 PM   #13
j_v
Member
 
Registered: Oct 2011
Distribution: Slackware64
Posts: 364

Rep: Reputation: 67
I'm sorry I haven't had time to work further on the libzrtpcpp security issue. I see the thread is marked 'Solved'. Has sflphone proved to be what you needed? If so, I can keep the libzrtpcpp thing on my todo list for when I get time, if you'd like.
 
Old 02-11-2014, 05:33 AM   #14
Stuferus
Member
 
Registered: Jun 2013
Location: Germany
Distribution: Slackware
Posts: 174

Original Poster
Rep: Reputation: Disabled
hi,

yes i tested it shortly, it worked great. However i did not start it again/use it becouse of the security issue.

would be very nice if there would come a patch some day. take your time, rl is more important.

greatings.
Stefan
 
Old 02-15-2014, 03:37 PM   #15
j_v
Member
 
Registered: Oct 2011
Distribution: Slackware64
Posts: 364

Rep: Reputation: 67
It turns out that the security issues (cve-2013-2222 and cve-2013-2223) were fixed in the version of libzrtpcpp that is currently in my repo. From my previous searches, I had read that the fixes were added in version 3.2.0. I had not read that fixes were also ported in version 2.3.4.

Here are the references:
http://web.nvd.nist.gov/view/vuln/de...=CVE-2013-2222
http://web.nvd.nist.gov/view/vuln/de...=CVE-2013-2223

As you can see from this page:
http://packetstormsecurity.com/files/cve/CVE-2013-2222
the issue were reported as patched.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Is it possible for SIP and IAX to listen on two ports? depam Linux - Software 1 06-01-2010 03:41 AM
cdrtools.SlackBuild 64bit jong357 Slackware 13 02-24-2010 02:41 PM
Opera10 64bit Java fix for SBO slackbuild. GazL Slackware 9 10-13-2009 08:38 AM
Trixbox, codecs and IAX depam Linux - Software 4 08-08-2008 03:35 PM
Trixbox, codecs and IAX depam Linux - Software 1 08-03-2008 07:44 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 01:12 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration