Your message dated Wed, 15 Aug 2007 09:02:38 +0000 with message-id <[EMAIL PROTECTED]> and subject line Bug#436988: fixed in pdnsd 1.2.6-par~pre2-7 has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what I am talking about this indicates a serious mail system misconfiguration somewhere. Please contact me immediately.) Debian bug tracking system administrator (administrator, Debian Bugs database)
--- Begin Message ---Package: pdnsd Version: 1.2.6-par~pre2-6 Severity: important Tags: patch Hi, IPv6 support has been broken in recent releases. The attached fixes the problem. Juliusz --- pdnsd-1.2.6-par~pre2/src/dns_answer.c 2007-07-13 21:44:22.000000000 +0200 +++ pdnsd-1.2.6-par~pre2-jch/src/dns_answer.c 2007-08-10 01:01:30.000000000 +0200 @@ -1324,7 +1324,7 @@ # ifdef ENABLE_IPV6 if (!run_ipv4) { - if (setsockopt(sock,SOL_IPV6,IPV6_PKTINFO,&so,sizeof(so))!=0) { + if (setsockopt(sock,SOL_IPV6,IPV6_RECVPKTINFO,&so,sizeof(so))!=0) { log_error("Could not set options on udp socket: %s",strerror(errno)); close(sock); return -1;
--- End Message ---
--- Begin Message ---Source: pdnsd Source-Version: 1.2.6-par~pre2-7 We believe that the bug you reported is fixed in the latest version of pdnsd, which is due to be installed in the Debian FTP archive: pdnsd_1.2.6-par~pre2-7.diff.gz to pool/main/p/pdnsd/pdnsd_1.2.6-par~pre2-7.diff.gz pdnsd_1.2.6-par~pre2-7.dsc to pool/main/p/pdnsd/pdnsd_1.2.6-par~pre2-7.dsc pdnsd_1.2.6-par~pre2-7_amd64.deb to pool/main/p/pdnsd/pdnsd_1.2.6-par~pre2-7_amd64.deb A summary of the changes between this version and the previous one is attached. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to [EMAIL PROTECTED], and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Pierre Habouzit <[EMAIL PROTECTED]> (supplier of updated pdnsd package) (This message was generated automatically at their request; if you believe that there is a problem with it please contact the archive administrators by mailing [EMAIL PROTECTED]) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.7 Date: Wed, 15 Aug 2007 09:54:40 +0200 Source: pdnsd Binary: pdnsd Architecture: source amd64 Version: 1.2.6-par~pre2-7 Distribution: unstable Urgency: medium Maintainer: Pierre Habouzit <[EMAIL PROTECTED]> Changed-By: Pierre Habouzit <[EMAIL PROTECTED]> Description: pdnsd - Proxy DNS Server Closes: 435781 435857 436988 437025 Changes: pdnsd (1.2.6-par~pre2-7) unstable; urgency=medium . * (debian/templates): Use better formated templates, thanks to Christian Perrier (closes: 435781). . * (debian/po): + pt.po: new translation from Ricardo Silva (closes: 435857). + ru.po: new translation from Yuri Kozlov. + vi.po: new translation from Clytie Siddall. + sv.po: new translation from Daniel Nylander. + fr.po: new translation from Christian Perrier (closes: 437025). + de.po: new translation from Helge Kreutzmann. + cs.po: new translation from Miroslav Kure. . * (src/dns_answer.c): Fix IPv6 support using patch from Juliusz Chroboczek (closes: 436988), set urgency to medium. Files: baba9c7a76319286e2bfb314519101bc 685 net optional pdnsd_1.2.6-par~pre2-7.dsc 6387af39b8c27027ee252b3c7a344726 82657 net optional pdnsd_1.2.6-par~pre2-7.diff.gz e7c710963d575c2cd75afd76a1675a03 278946 net optional pdnsd_1.2.6-par~pre2-7_amd64.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) iD8DBQFGwrQHvGr7W6HudhwRAqquAJ9BYvY1vhQ8x1s5/P64m5WmiXXTPQCfaa/s e9qDqQWNG+EsLsrEIlCixrM= =JaSs -----END PGP SIGNATURE-----
--- End Message ---

