diff options
| author | Adam Tkac <atkac@fedoraproject.org> | 2008-02-12 12:58:36 +0000 |
|---|---|---|
| committer | Adam Tkac <atkac@fedoraproject.org> | 2008-02-12 12:58:36 +0000 |
| commit | 28d0a5960b2bc2ba4b3ff37d21791fb06d1abf9c (patch) | |
| tree | 682841f836afb70ef78ba2179fef758a809de494 /bind-9.5-sdb.patch | |
| parent | 47d257447e1ecfd067e5206ccee1c9571c6eb36e (diff) | |
- 9.5.0b2bind-9_5_0-25_b2_fc8
- 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)
Diffstat (limited to 'bind-9.5-sdb.patch')
| -rw-r--r-- | bind-9.5-sdb.patch | 4 |
1 files changed, 2 insertions, 2 deletions
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 |
