Re: usbguard soname stability

2016-12-08 Thread Andrey Rahmatullin
On Fri, Dec 09, 2016 at 07:50:06AM +0100, Adam Borowski wrote: > Usually, a soname of 0 implies unstable ABI so those hypothethical users > are warned. Um. -- WBR, wRAR signature.asc Description: PGP signature

Re: usbguard soname stability

2016-12-08 Thread Adam Borowski
On Thu, Dec 08, 2016 at 02:34:34PM +0100, Muri Nicanor wrote: > the usbguard source package ships a shared library libusbguard0. i asked > upstream about bumping the soname when the interface changes, but > upstream considers usbguard 0.x as not stable yet and will start > maintaining soname versio

Re: usbguard soname stability

2016-12-08 Thread Christian Seiler
On 12/08/2016 02:34 PM, Muri Nicanor wrote: > the usbguard source package ships a shared library libusbguard0. i asked > upstream about bumping the soname when the interface changes, but > upstream considers usbguard 0.x as not stable yet and will start > maintaining soname version beginninig with

Re: usbguard soname stability

2016-12-08 Thread Andrey Rahmatullin
On Thu, Dec 08, 2016 at 02:34:34PM +0100, Muri Nicanor wrote: > if the shared library is not stable, it > maybe makes more sense to not ship it- but the main program use it. is > there a way of including a 'shared' library without sharing it? Link it statically. Or put it into /usr/lib//usbguard/ a