Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 6578 - BIND Security fix. Ebuilds attached
Summary: BIND Security fix. Ebuilds attached
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: Lowest critical (vote)
Assignee: Seemant Kulleen (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-08-16 03:00 UTC by Maurizio Disimino
Modified: 2003-02-04 19:42 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
bind 9.2.2rc1 (bind-9.2.2_rc1.ebuild,3.69 KB, text/plain)
2002-08-16 03:02 UTC, Maurizio Disimino
Details
bind-tools 9.2.2rc1 (bind-tools-9.2.2_rc1.ebuild,965 bytes, text/plain)
2002-08-16 03:02 UTC, Maurizio Disimino
Details

Note You need to log in before you can comment on or make changes to this bug.
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