Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 96660 - net-dns/djbdns : update ipv6 patch
Summary: net-dns/djbdns : update ipv6 patch
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Diego Elio Pettenò (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-06-20 21:37 UTC by Kalin KOZHUHAROV
Modified: 2005-06-21 16:35 UTC (History)
0 users

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


Attachments
djbdns-1.05-r14.ebuild.diff (djbdns-1.05-r14.ebuild.diff,549 bytes, patch)
2005-06-20 21:39 UTC, Kalin KOZHUHAROV
Details | Diff
djbdns-1.05-r14.ebuild.diff {fixed} (djbdns-1.05-r14.ebuild.diff,1.29 KB, patch)
2005-06-20 21:54 UTC, Kalin KOZHUHAROV
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Kalin KOZHUHAROV 2005-06-20 21:37:29 UTC
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.
Comment 1 Kalin KOZHUHAROV 2005-06-20 21:39:25 UTC
Created attachment 61612 [details, diff]
djbdns-1.05-r14.ebuild.diff

Adding the proposed patch, just update to test22.
Comment 2 Kalin KOZHUHAROV 2005-06-20 21:54:58 UTC
Created attachment 61613 [details, diff]
djbdns-1.05-r14.ebuild.diff {fixed}

Better and tested patch to teh ebuild.
Comment 3 Diego Elio Pettenò (RETIRED) gentoo-dev 2005-06-21 07:49:02 UTC
I'll take care of this, just let me look at it before. 
Comment 4 Diego Elio Pettenò (RETIRED) gentoo-dev 2005-06-21 08:24:58 UTC
Committed it, but I used a slight different way to simplify ipv6 patch 
handling. 
 
Thanks for reporting. 
Comment 5 Kalin KOZHUHAROV 2005-06-21 16:35:30 UTC
OK, just synced and upgraded. Your patch seems better :-)
Thnak you for the quick response.