Re: [LEDE-DEV] [PATCH] mbedtls: change libmbedcrypto.so soversion back to 0

2018-04-16 Thread Syrone Wong
Looks good. Best Regards, Syrone Wong On Tue, Apr 17, 2018 at 5:49 AM, Hauke Mehrtens wrote: > On 04/16/2018 01:01 AM, Syrone Wong wrote: >> Why? the lib version bump means ABI incompatibility. The correct way >> is to bump release to rebuild instead of decreasing it. >> >> >> Best Regards, >>

Re: [LEDE-DEV] [PATCH] mbedtls: change libmbedcrypto.so soversion back to 0

2018-04-16 Thread Hauke Mehrtens
On 04/16/2018 01:01 AM, Syrone Wong wrote: > Why? the lib version bump means ABI incompatibility. The correct way > is to bump release to rebuild instead of decreasing it. > > > Best Regards, > Syrone Wong Let me explain what happened in mbedtls first. This change was added on version 2.7.0: ht

Re: [LEDE-DEV] [PATCH] mbedtls: change libmbedcrypto.so soversion back to 0

2018-04-15 Thread Syrone Wong
Why? the lib version bump means ABI incompatibility. The correct way is to bump release to rebuild instead of decreasing it. Best Regards, Syrone Wong On Mon, Apr 16, 2018 at 6:57 AM, Hauke Mehrtens wrote: > mbedtls changed in version 2.7.0 the soversion of the libmbedcrypto.so > library, use