diff options
| author | Adam Tkac <atkac@redhat.com> | 2011-09-07 19:09:25 +0200 |
|---|---|---|
| committer | Adam Tkac <atkac@redhat.com> | 2011-09-07 19:09:25 +0200 |
| commit | 771823363d52e9032e122c3e676da03cd8e50acd (patch) | |
| tree | 0201661fdfc5c12ea31928efe8aad980599f2a2a /bind98-rh735103.patch | |
| parent | 4cd36470f8b509fa99410ebffe4e6878388a2453 (diff) | |
Update to 9.8.1 and fix some bugs
- ship /etc/trusted-key.key (needed by dig)
- use select instead of epoll in export libs (#735103)
Signed-off-by: Adam Tkac <atkac@redhat.com>
Diffstat (limited to 'bind98-rh735103.patch')
| -rw-r--r-- | bind98-rh735103.patch | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/bind98-rh735103.patch b/bind98-rh735103.patch new file mode 100644 index 0000000..77acfa8 --- /dev/null +++ b/bind98-rh735103.patch @@ -0,0 +1,40 @@ +diff -up bind-9.8.1rc1/lib/isc/unix/socket.c.rh735103 bind-9.8.1rc1/lib/isc/unix/socket.c +--- bind-9.8.1rc1/lib/isc/unix/socket.c.rh735103 2011-07-29 04:19:20.000000000 +0200 ++++ bind-9.8.1rc1/lib/isc/unix/socket.c 2011-09-07 18:49:54.100215897 +0200 +@@ -57,6 +57,20 @@ + #include <isc/util.h> + #include <isc/xml.h> + ++/* See task.c about the following definition: */ ++#ifdef BIND9 ++#ifdef ISC_PLATFORM_USETHREADS ++#define USE_WATCHER_THREAD ++#else ++#define USE_SHARED_MANAGER ++#endif /* ISC_PLATFORM_USETHREADS */ ++#else /* BIND9 */ ++#undef ISC_PLATFORM_HAVESYSUNH ++#undef ISC_PLATFORM_HAVEKQUEUE ++#undef ISC_PLATFORM_HAVEEPOLL ++#undef ISC_PLATFORM_HAVEDEVPOLL ++#endif /* BIND9 */ ++ + #ifdef ISC_PLATFORM_HAVESYSUNH + #include <sys/un.h> + #endif +@@ -76,15 +90,6 @@ + + #include "errno2result.h" + +-/* See task.c about the following definition: */ +-#ifdef BIND9 +-#ifdef ISC_PLATFORM_USETHREADS +-#define USE_WATCHER_THREAD +-#else +-#define USE_SHARED_MANAGER +-#endif /* ISC_PLATFORM_USETHREADS */ +-#endif /* BIND9 */ +- + #ifndef USE_WATCHER_THREAD + #include "socket_p.h" + #include "../task_p.h" |
