[gnutls-devel] GnuTLS | Drop the unbound dependency in libdane (#21)
(Deprecated) Read-only notification of GnuTLS library development activities
gnutls-devel at lists.gnutls.org
Thu Aug 6 11:38:04 CEST 2026
Tim Rühsen commented: https://gitlab.com/gnutls/gnutls/-/work_items/21#note_3652013907
Just ran into the same issue when adding (GnuTLS) DANE support for Wget2. The Debian `libgnutls-dane0` library depends on `libunbound8`, which depends on `libssl`.
The resulting deps are
```
wget2
└─► libgnutls-dane.so.0
└─► libunbound.so.8
└─► libssl.so.3 / libcrypto.so.3
```
I believe it's not something that Debian can solve by using other configure/build options for unbound. It requires some structural changes in the unbound build system (libunbound8 alone can in theory be built with nettle deps instead of libssl/libcrypto).
I'd love to see a libc only solution.
As an alternative, [this patch](https://github.com/c-ares/c-ares/pull/20) could possibly be revived.
--
Reply to this email directly or view it on GitLab: https://gitlab.com/gnutls/gnutls/-/work_items/21#note_3652013907
You're receiving this email because of your account on gitlab.com. Unsubscribe from this thread: https://gitlab.com/-/namespace/17175643/sent_notifications/6-excm1q7jisab7ch3wtdzw8pmu-a84t7/unsubscribe | Manage all notifications: https://gitlab.com/-/profile/notifications | Help: https://gitlab.com/help
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.gnupg.org/pipermail/gnutls-devel/attachments/20260806/9247d344/attachment.html>
More information about the Gnutls-devel
mailing list