Home | Docs | Forums | Lists | Bugs | Planet | Store | GMN | Get Gentoo!
Not eligible to see or edit group visibility for this bug.
View Bug Activity | Format For Printing | XML | Clone This Bug
There is a newer ipv6 patch from http://www.fefe.de/dns/, please update the ebuild (go to -r15). Reproducible: Always Steps to Reproduce: This is the difference between test21 and test22 (in djbdns-1.05/okclient.c): -static char fn[3 + IP4_FMT]; +static char fn[3 + IP6_FMT]; and it seems good enough for a revbump.
Created an attachment (id=61612) [edit] djbdns-1.05-r14.ebuild.diff Adding the proposed patch, just update to test22.
Created an attachment (id=61613) [edit] djbdns-1.05-r14.ebuild.diff {fixed} Better and tested patch to teh ebuild.
I'll take care of this, just let me look at it before.
Committed it, but I used a slight different way to simplify ipv6 patch handling. Thanks for reporting.
OK, just synced and upgraded. Your patch seems better :-) Thnak you for the quick response.