From fb62390fbb554f5346e16b2486813c3bebf65274 Mon Sep 17 00:00:00 2001 From: Tomas Hozza Date: Fri, 24 Jan 2014 13:08:12 +0100 Subject: update to 9.9.5rc2 - merged patches dropped - some patches rebased to the new version Signed-off-by: Tomas Hozza --- bind99-forward.patch | 25 ++++++++++++------------- 1 file changed, 12 insertions(+), 13 deletions(-) (limited to 'bind99-forward.patch') diff --git a/bind99-forward.patch b/bind99-forward.patch index 0392103..7c89b5f 100644 --- a/bind99-forward.patch +++ b/bind99-forward.patch @@ -1,13 +1,12 @@ -diff -up bind-9.9.0b2/lib/dns/include/dns/Makefile.in.forward bind-9.9.0b2/lib/dns/include/dns/Makefile.in ---- bind-9.9.0b2/lib/dns/include/dns/Makefile.in.forward 2011-12-07 16:17:50.822438237 +0100 -+++ bind-9.9.0b2/lib/dns/include/dns/Makefile.in 2011-12-07 16:18:00.374455261 +0100 -@@ -31,7 +31,8 @@ HEADERS = acl.h adb.h byaddr.h cache.h c - rdataslab.h rdatatype.h request.h resolver.h result.h \ - rootns.h rpz.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 -+ validator.h version.h view.h xfrin.h zone.h zonekey.h zt.h \ -+ forward.h - - GENHEADERS = enumclass.h enumtype.h rdatastruct.h - +diff -up bind-9.9.5rc2/lib/dns/include/dns/Makefile.in.forward bind-9.9.5rc2/lib/dns/include/dns/Makefile.in +--- bind-9.9.5rc2/lib/dns/include/dns/Makefile.in.forward 2014-01-24 12:46:04.875847331 +0100 ++++ bind-9.9.5rc2/lib/dns/include/dns/Makefile.in 2014-01-24 12:47:51.707805950 +0100 +@@ -24,7 +24,7 @@ top_srcdir = @top_srcdir@ + HEADERS = acl.h adb.h byaddr.h cache.h callbacks.h cert.h compress.h \ + client.h clientinfo.h compress.h \ + db.h dbiterator.h dbtable.h diff.h dispatch.h dynamic_db.h \ +- dlz.h dnssec.h ds.h events.h fixedname.h iptable.h journal.h \ ++ dlz.h dnssec.h ds.h events.h fixedname.h forward.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 private.h rbt.h rcode.h \ -- cgit