Bug 6578 - BIND Security fix. Ebuilds attached
Bug#: 6578 Product:  Gentoo Linux Version: unspecified Platform: x86
OS/Version: Linux Status: RESOLVED Severity: critical Priority: P5
Resolution: FIXED Assigned To: seemant@gentoo.org Reported By: kevin@aptbasilicata.it
Component: Applications
URL: 
Summary: BIND Security fix. Ebuilds attached
Keywords:  
Status Whiteboard: 
Opened: 2002-08-16 03:00 0000
Description:   Opened: 2002-08-16 03:00 0000
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

------- Comment #1 From Maurizio Disimino 2002-08-16 03:02:25 0000 -------
Created an attachment (id=3128) [details]
bind 9.2.2rc1

------- Comment #2 From Maurizio Disimino 2002-08-16 03:02:52 0000 -------
Created an attachment (id=3129) [details]
bind-tools 9.2.2rc1