Your message dated Mon, 26 Nov 2012 21:55:57 +0000
with message-id <[email protected]>
and subject line Bug#692558: Removed package(s) from unstable
has caused the Debian Bug report #326415,
regarding Please support IPv6 or Advertise lack
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
326415: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=326415
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: qmail-src
Version: 1.03-38
Sendmail definitely supports IPv6, and I strongly suspect Postfix does as
well. This makes Qmail the unusual one in /not/ supportting IPv6. Given
the increasing prevalence of support, I'd suggest either documenting the
lack of support or including the Qmail IPv6 patch.
Qmail IPv6 patch is at:
http://pyon.org/fujiwara/qmail-1.03-v6-20021006.diff
828cfdbdc8f43dd62f518dbefc5258f3
There is one problematic interaction, mainly with the 0.0.0.0 patch,
resolved with:
-----8<-----------------------------------------------------------8<-----
--- ipme.c.orig Fri Sep 2 16:06:03 2005
+++ ipme.c Fri Sep 2 16:08:56 2005
@@ -65,7 +65,8 @@
/* 0.0.0.0 is a special address which always refers to
* "this host, this network", according to RFC 1122, Sec. 3.2.1.3a.
*/
- byte_copy(&ix.ip,4,"\0\0\0\0");
+ ix.af = AF_INET;
+ byte_copy(&ix.addr.ip,4,"\0\0\0\0");
if (!ipalloc_append(&ipme,&ix)) { return 0; }
if ((s = socket(AF_INET,SOCK_STREAM,0)) == -1) return -1;
-----8<-----------------------------------------------------------8<-----
--
(\___(\___(\______ --=> 8-) EHM <=-- ______/)___/)___/)
\BS ( | [email protected] PGP 8881EF59 | ) /
\_CS\ | _____ -O #include <stddisclaimer.h> O- _____ | / _/
\___\_|_/82 04 A1 3C C7 B1 37 2A*E3 6E 84 DA 97 4C 40 E6\_|_/___/
--- End Message ---
--- Begin Message ---
Version: 1.03-49.3+rm
Dear submitter,
as the package qmail has just been removed from the Debian archive
unstable we hereby close the associated bug reports. We are sorry
that we couldn't deal with your issue properly.
For details on the removal, please see http://bugs.debian.org/692558
The version of this package that was in Debian prior to this removal
can still be found using http://snapshot.debian.org/.
This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
[email protected].
Debian distribution maintenance software
pp.
Luca Falavigna (the ftpmaster behind the curtain)
--- End Message ---