Re: GnuTLS | Drop the unbound dependency in libdane (#21)
"\(Deprecated\) Read-only notification of GnuTLS library development activities" <[email protected]>
| Newsgroups | gmane.comp.encryption.gpg.gnutls.devel |
|---|---|
| Message-ID | <[email protected]> |
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
_______________________________________________
Gnutls-devel mailing list
[email protected]
http://lists.gnupg.org/mailman/listinfo/gnutls-devel