Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 6578

Summary: BIND Security fix. Ebuilds attached
Product: Gentoo Linux Reporter: Maurizio Disimino <kevin>
Component: Current packagesAssignee: Seemant Kulleen (RETIRED) <seemant>
Status: RESOLVED FIXED    
Severity: critical    
Priority: Lowest    
Version: unspecified   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: bind 9.2.2rc1
bind-tools 9.2.2rc1

Description Maurizio Disimino 2002-08-16 03:00:52 UTC
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 Maurizio Disimino 2002-08-16 03:02:25 UTC
Created attachment 3128 [details]
bind 9.2.2rc1
Comment 2 Maurizio Disimino 2002-08-16 03:02:52 UTC
Created attachment 3129 [details]
bind-tools 9.2.2rc1