<p>Works!! <g-emoji alias="+1" fallback-src="https://assets-cdn.github.com/images/icons/emoji/unicode/1f44d.png">👍</g-emoji> </p>

<p>Previous patch: upgrade libssl1.0.0 -> error</p>

<pre><code>root@sp1:/var/sipwise# apt-get install libssl1.0.0
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following packages will be upgraded:
  libssl1.0.0
1 upgraded, 0 newly installed, 0 to remove and 55 not upgraded.
Need to get 1045 kB of archives.
After this operation, 7168 B of additional disk space will be used.
Get:1 http://sp:9998/debian/ jessie/main libssl1.0.0 amd64 1.0.1t-1+deb8u2 [1045 kB]
Fetched 1045 kB in 0s (18.7 MB/s)   
Preconfiguring packages ...
(Reading database ... 110066 files and directories currently installed.)
Preparing to unpack .../libssl1.0.0_1.0.1t-1+deb8u2_amd64.deb ...
Unpacking libssl1.0.0:amd64 (1.0.1t-1+deb8u2) over (1.0.1k-3+deb8u5) ...
Setting up libssl1.0.0:amd64 (1.0.1t-1+deb8u2) ...
Processing triggers for libc-bin (2.19-18+deb8u4) ...
Executing postapt init removal by Sipwise [sysv]
root@sp1:/var/sipwise# invoke-rc.d kamailio-lb restart
Restarting kamailio-lb:
Active node or transition.
loading modules under config path: /usr/lib/x86_64-linux-gnu/kamailio/modules:/usr/lib/kamailio/modules
Listening on 
             udp: 10.15.20.143 [10.15.20.143]:5060
             udp: 127.0.0.1:5060
             tcp: 10.15.20.143 [10.15.20.143]:5060
             tcp: 127.0.0.1:5060
             tls: 10.15.20.143 [10.15.20.143]:5061
Aliases: 

kamailio error, failed to start.
invoke-rc.d: initscript kamailio-lb, action "restart" failed.
</code></pre>

<p>After patch (binary built with 1.0.1t-1+deb8u2), downgraded libssl1.0.0 (to previous version) -> works</p>

<pre><code>root@sp1:/var/sipwise# apt-get install libssl1.0.0=1.0.1k-3+deb8u5
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following packages will be DOWNGRADED:
  libssl1.0.0
0 upgraded, 0 newly installed, 1 downgraded, 0 to remove and 44 not upgraded.
Need to get 1038 kB of archives.
After this operation, 7168 B disk space will be freed.
Do you want to continue? [Y/n] y
Get:1 http://sp:9998/debian-security/ jessie-security/main libssl1.0.0 amd64 1.0.1k-3+deb8u5 [1038 kB]
Fetched 1038 kB in 0s (1268 kB/s)     
[master 292277a] saving uncommitted changes in /etc prior to apt run
 Author: sipwise <sipwise@sp1>
 2 files changed, 2 insertions(+), 2 deletions(-)
Preconfiguring packages ...
dpkg: warning: downgrading libssl1.0.0:amd64 from 1.0.1t-1+deb8u2 to 1.0.1k-3+deb8u5
(Reading database ... 110066 files and directories currently installed.)
Preparing to unpack .../libssl1.0.0_1.0.1k-3+deb8u5_amd64.deb ...
Unpacking libssl1.0.0:amd64 (1.0.1k-3+deb8u5) over (1.0.1t-1+deb8u2) ...
Setting up libssl1.0.0:amd64 (1.0.1k-3+deb8u5) ...
Processing triggers for libc-bin (2.19-18+deb8u4) ...
Executing postapt init removal by Sipwise [sysv]
root@sp1:/var/sipwise# invoke-rc.d kamailio-lb restart
Restarting kamailio-lb:
Active node or transition.
loading modules under config path: /usr/lib/x86_64-linux-gnu/kamailio/modules:/usr/lib/kamailio/modules
Listening on 
             udp: 10.15.20.143 [10.15.20.143]:5060
             udp: 127.0.0.1:5060
             tcp: 10.15.20.143 [10.15.20.143]:5060
             tcp: 127.0.0.1:5060
             tls: 10.15.20.143 [10.15.20.143]:5061
Aliases: 

kamailio started.
</code></pre>

<blockquote>
<p>I am not familiar when the libssl can break the api, but I am fine to introduce your kind of check if you know the api compatibility is preserved when MMNN is the same.</p>
</blockquote>

<p>Neither do I, lets keep it like it is right now.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/kamailio/kamailio/issues/662#issuecomment-224302784">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe/AF36ZRuWhoI2dipoKIdxEFLSv8GOc9chks5qJYNvgaJpZM4Iv4dK">mute the thread</a>.<img alt="" height="1" src="https://github.com/notifications/beacon/AF36ZXOAvTngTPOKkbz-qxOvS0wZWU-yks5qJYNvgaJpZM4Iv4dK.gif" width="1" /></p>
<div itemscope itemtype="http://schema.org/EmailMessage">
<div itemprop="action" itemscope itemtype="http://schema.org/ViewAction">
  <link itemprop="url" href="https://github.com/kamailio/kamailio/issues/662#issuecomment-224302784"></link>
  <meta itemprop="name" content="View Issue"></meta>
</div>
<meta itemprop="description" content="View this Issue on GitHub"></meta>
</div>