drm/linux: Add mutex_lock_nested() and mutex_trylock_recursive()
[dragonfly.git] / contrib / ldns / README.DRAGONFLY
1 LDNS
2 ====
3
4 Original source can be downloaded from:
5 http://www.nlnetlabs.nl/downloads/ldns/
6
7 file = ldns-1.7.0.tar.gz
8 date = 20 December 2016
9 size = 1304424
10 sha1 = ceeeccf8a27e61a854762737f6ee02f44662c1b8
11
12 A list of files and directories removed is in README.DELETED
13
14 Configured with
15 ===============
16 ./configure --prefix=/usr --disable-rpath --disable-dane-ta-usage --with-drill \
17             --with-trust-anchor=/usr/local/etc/unbound/root.key \
18             ac_cv_header_dlfcn_h=no
19
20 The following files have been patched (* planned)
21 =================================================
22   dnssec_verify.c               to silence -Winit-self
23   keys.c                        added OPENSSL_NO_ENGINE checks