On Fri, Oct 22, 2021 at 04:11:56PM +0000, Baptiste Daroussin wrote:
> 
> 22 oct. 2021 18:06:56 John Baldwin <j...@freebsd.org>:
> 
> > On 10/22/21 1:08 AM, Mark Millard via freebsd-current wrote:
> >> main [soi: 14] commit a96ef450 (2021-02-26 09:16:49 +0000)
> >> changed DIALOG_STATE, DIALOG_VARS, and DIALOG_COLORS .
> >> These are publicly exposed in (ones that I noticed):
> >> /usr/include/dialog.h:extern DIALOG_STATE dialog_state;
> >> /usr/include/dialog.h:extern DIALOG_VARS dialog_vars;
> >> /usr/include/dialog.h:extern DIALOG_COLORS dlg_color_table[];
> >
> > Then we need to bump libdialog's so version to 10?  (I don't
> > think libdialog has symbol versioning)
> >
> > --
> > John Baldwin
> 
> It does not have symbol versionning and yes good catch it needs to be bumped

Upstream does do symbol versioning, but I don't know that can help,
(it doesn't appear to have some way of saying "version >= whatever",
but only "version == whatever").

The soname should be updated (which is what you're talking about "bumped")

-- 
Thomas E. Dickey <dic...@invisible-island.net>
https://invisible-island.net
ftp://ftp.invisible-island.net

Attachment: signature.asc
Description: PGP signature

Reply via email to