Allright then .. Bind 9.2.2rc1 is out.
from http://www.isc.org/products/BIND/bind9-beta.html:
BIND 9.2.2rc1 is a release candidate for BIND 9.2.2.
It fixes a number of bugs in 9.2.1.
* libbind: from BIND 8.3.3. [CERT CA-2002-19]
* Mimimum OpenSSL version now 0.9.6e. [CERT CA-2002-23]
I've updated the ebuild:
1) a fix about the ipv6 support.
If you have no ipv6 flag in USE, but your kernel is ipv6-ready
bind will compile including ipv6 support.
This collides with our USE system.
Here the fix:
use ipv6 && myconf="${myconf} --enable-ipv6" || myconf="${myconf}
--enable-ipv6=no"
2) Since /dev/log is no longer required in ${CHROOT}/dev I've modified the
pkg_config() deleting the 'cp -a /dev/log ${CHROOT}/dev/log' line.
3) Added MY_P to handle rc1 version
4) Updated bind-tools as well
5) Fix manpath , bug 6548 can be closed.
6) Bind ebuild: added nslookup man page
nslookup.8 should be copied in net-dns/bin/files
You can find it in net-dns/bind-tools/files
Ebuilds attached.
Regards,
Maurizio Disimino