git: ldns: Adjust makefiles for ldns-1.7.0 update.

Rimvydas Jasinskas zrj at crater.dragonflybsd.org
Wed Apr 24 10:17:42 PDT 2019


commit 26c5a308f5ff30341ca5e4c62b886b85d771ebc8
Author: zrj <rimvydas.jasinskas at gmail.com>
Date:   Mon Apr 15 17:15:43 2019 +0300

    ldns: Adjust makefiles for ldns-1.7.0 update.
    
    Several changes:
     * move ldns.h to contrib
     * use single config.h
     * convert ldns headers to private (ldns is a private base lib)
     * bump soname for api changesmi, use shpub
     * add missing deps on librecrypto.so
     * update READMES
    
    Currently only user of the libprivate_ldns is drill(1).
    OpenSSH will be adjusted to use this lib next.

Summary of changes:
 Makefile_upgrade.inc          |   2 +
 contrib/ldns/README.DELETED   |  26 +++-
 contrib/ldns/README.DRAGONFLY |  20 ++-
 etc/mtree/BSD.include.dist    |   4 +-
 lib/libldns/Makefile          |  29 +++--
 lib/libldns/ldns/common.h     |  27 ++--
 lib/libldns/ldns/config.h     | 135 ++++++++++++++++---
 lib/libldns/ldns/ldns.h       |   7 +-
 lib/libldns/ldns/net.h        |   7 +-
 lib/libldns/ldns/util.h       |  84 +++++++-----
 lib/librecrypto/Makefile      |   1 -
 usr.bin/drill/Makefile        |   4 +-
 usr.bin/drill/config.h        | 297 ------------------------------------------
 usr.bin/drill/drill.1         |  37 ++++--
 usr.bin/drill/drill.h         | 103 ---------------
 15 files changed, 278 insertions(+), 505 deletions(-)
 delete mode 100644 usr.bin/drill/config.h
 delete mode 100644 usr.bin/drill/drill.h

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/26c5a308f5ff30341ca5e4c62b886b85d771ebc8


-- 
DragonFly BSD source repository



More information about the Commits mailing list