Helmut Grohne wrote:
> It turns out that the fake_dsa symbol (whose name is too generic to be
> used in a shared library imo) is only defined when HAVE_SSL is defined
> (because it works around limitations in openssl >= 1.1). The only
> remaining place that uses it unconditionally is the configuration
> parser. Thus fixing that one, fixes the problem. Please consider
> applying the attached patch. I'd appreciate a timely solution as this
> bug breaks architecture bootstrap qa.

Hi, Helmut:

Just uploaded unbound 1.6.0-2 with your patch. Thanks!

As far as fake_dsa being too generic to be used in a shared library as
an exported symbol name, I agree, but in this case it's an undefined
symbol reference. TTBOMK, the unbound build system only export symbols
appearing in the file libunbound/ubsyms.def, and they all have an
appropriate shared library prefix ("ub_").

-- 
Robert Edmonds
edmo...@debian.org

Reply via email to