From 28d0a5960b2bc2ba4b3ff37d21791fb06d1abf9c Mon Sep 17 00:00:00 2001 From: Adam Tkac Date: Tue, 12 Feb 2008 12:58:36 +0000 Subject: - 9.5.0b2 - dropped bind-9.5-gssapi-header.patch (upstream) - dropped bind-9.5-CVE-2008-0122.patch (upstream) - improved patch for #400461 (segfault during sending notifies) --- bind-9.5-sdb.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bind-9.5-sdb.patch') diff --git a/bind-9.5-sdb.patch b/bind-9.5-sdb.patch index 0f30f1d..e879395 100644 --- a/bind-9.5-sdb.patch +++ b/bind-9.5-sdb.patch @@ -63,7 +63,7 @@ diff -up bind-9.5.0a6/bin/named/Makefile.in.sdb bind-9.5.0a6/bin/named/Makefile. controlconf.o interfacemgr.o \ - listenlist.o log.o logconf.o main.o notify.o \ + listenlist.o log.o logconf.o notify.o \ - query.o server.o sortlist.o \ + query.o server.o sortlist.o statschannel.o \ tkeyconf.o tsigconf.o update.o xfrout.o \ zoneconf.o \ lwaddr.o lwresd.o lwdclient.o lwderror.o lwdgabn.o \ @@ -78,7 +78,7 @@ diff -up bind-9.5.0a6/bin/named/Makefile.in.sdb bind-9.5.0a6/bin/named/Makefile. controlconf.c interfacemgr.c \ - listenlist.c log.c logconf.c main.c notify.c \ + listenlist.c log.c logconf.c main.c main-sdb.c notify.c \ - query.c server.c sortlist.c \ + query.c server.c sortlist.c statschannel.c \ tkeyconf.c tsigconf.c update.c xfrout.c \ zoneconf.c \ @@ -116,15 +115,26 @@ main.o: main.c -- cgit