This directory contains 2 forms of diffs for patching BIND 4.9.5-P1 to use random query ID's for queries. This directory also contains a version of BIND 4.9.5-P1 with this patch already applied. It is still recommended that you obtain the official BIND version from ftp.isc.org and apply these patches until an offical version of BIND is released to fix these problems. Files: bind.random.patch.context - Context format diff bind.random.patch.unified - Unified format diff Applying patches: Obtain BIND version 4.9.5-P1. BIND is availible from ftp.isc.org in the directory /isc/bind/src. Patches to solve both problem I and problem II are included at the end of this advisory. Once BIND has been obtained, follow the following procedure: i. Obtain the correct diff from this directory. ii. Perform the following operations to apply the patches: % gzip -d bind.tar.gz % mkdir bind % cd bind % tar -xvf ../bind.tar % patch -p < ../bind.random.patch.context iii. Rebuild BIND