]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
2493. [bug] The linux capabilites code was not correctly cleaning
authorMark Andrews <marka@isc.org>
Fri, 14 Nov 2008 05:24:11 +0000 (05:24 +0000)
committerMark Andrews <marka@isc.org>
Fri, 14 Nov 2008 05:24:11 +0000 (05:24 +0000)
                        up after itself. [RT #18767]

CHANGES
lib/dns/include/dns/Makefile.in
lib/isc/include/isc/Makefile.in

diff --git a/CHANGES b/CHANGES
index 0acb8c620459ceb0d690562e081a27f38465c4d7..f487d338ba911035ad4c499b7e666583f3017f62 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,6 @@
+2494.  [bug]           isc/radix.h, dns/sdlz.h and dns/dlz.h were not being
+                       installed. [RT #18826]
+
 2493.  [bug]           The linux capabilites code was not correctly cleaning
                        up after itself. [RT #18767]
 
index 7397d56d34f707669ece20d1436cf1a26b87025a..d3a5eddb6a03d0f5497a2e5ba10604e9c00111f4 100644 (file)
@@ -13,7 +13,7 @@
 # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 # PERFORMANCE OF THIS SOFTWARE.
 
-# $Id: Makefile.in,v 1.53 2007/09/12 01:09:08 each Exp $
+# $Id: Makefile.in,v 1.54 2008/11/14 05:24:11 marka Exp $
 
 srcdir =       @srcdir@
 VPATH =                @srcdir@
@@ -23,14 +23,14 @@ top_srcdir =        @top_srcdir@
 
 HEADERS =      acl.h adb.h byaddr.h cache.h callbacks.h \
                cert.h compress.h \
-               db.h dbiterator.h dbtable.h diff.h dispatch.h \
+               db.h dbiterator.h dbtable.h diff.h dispatch.h dlz.h \
                dnssec.h ds.h events.h fixedname.h iptable.h journal.h keyflags.h \
                keytable.h keyvalues.h lib.h log.h master.h masterdump.h \
                message.h name.h ncache.h \
                nsec.h peer.h portlist.h rbt.h rcode.h \
                rdata.h rdataclass.h rdatalist.h rdataset.h rdatasetiter.h \
                rdataslab.h rdatatype.h request.h resolver.h result.h \
-               rootns.h sdb.h secalg.h secproto.h soa.h ssu.h \
+               rootns.h sdb.h sdlz.h secalg.h secproto.h soa.h ssu.h \
                tcpmsg.h time.h tkey.h \
                tsig.h ttl.h types.h validator.h version.h view.h xfrin.h \
                zone.h zonekey.h zt.h
index ea8e2e481192becc3d9e8e4fc1a75758e4eb22f1..71627902f88dd52466dc19c237cd195716d7e070 100644 (file)
@@ -13,7 +13,7 @@
 # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 # PERFORMANCE OF THIS SOFTWARE.
 
-# $Id: Makefile.in,v 1.62 2007/06/19 23:47:18 tbox Exp $
+# $Id: Makefile.in,v 1.63 2008/11/14 05:24:11 marka Exp $
 
 srcdir =       @srcdir@
 VPATH =                @srcdir@
@@ -35,7 +35,7 @@ HEADERS =     app.h assertions.h base64.h bitstring.h boolean.h buffer.h \
                lfsr.h lib.h list.h log.h \
                magic.h md5.h mem.h msgcat.h msgs.h \
                mutexblock.h netaddr.h ondestroy.h os.h parseint.h \
-               print.h quota.h random.h ratelimiter.h \
+               print.h quota.h radix.h random.h ratelimiter.h \
                refcount.h region.h resource.h \
                result.h resultclass.h rwlock.h serial.h sha1.h sha2.h \
                sockaddr.h socket.h stdio.h stdlib.h string.h \