From: Nico G. <ni...@ng...> - 2005-09-25 20:43:06
|
tags 329975 + upstream ----- Forwarded message from Rémi Denis-Courmont <rde...@si...> ----- Resent-Date: Sat, 24 Sep 2005 21:48:01 UTC From: Rémi Denis-Courmont <rde...@si...> To: Debian Bug Tracking System <su...@bu...> X-Mailer: reportbug 3.17 Subject: [pkg-fetchmail-maint] Bug#329975: fetchmail: IPv6 support Package: fetchmail Version: 6.2.5-18 Severity: wishlist fetchmail fails to resolve server DNS hostnames as AAAA entries. That's all the more confusing as the man page mentions IPv6. -- System Information: Debian Release: testing/unstable APT prefers unstable APT policy: (500, 'unstable'), (500, 'stable'), (1, 'experimental') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.13.2 Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8) Versions of packages fetchmail depends on: ii adduser 3.67.0 Add and remove users and groups ii base-files 3.1.7 Debian base system miscellaneous f ii debianutils 2.14.3 Miscellaneous utilities specific t ii libc6 2.3.5-6 GNU C Library: Shared libraries an ii libssl0.9.7 0.9.7g-2 SSL shared libraries Versions of packages fetchmail recommends: ii ca-certificates 20050804 Common CA Certificates PEM files -- debconf information: * fetchmail/initdefaultswarn: * fetchmail/runasroot: false * fetchmail/confwarn: fetchmail/fetchidswarn: * fetchmail/systemwide: true ----- End forwarded message ----- -- Nico Golde - JAB: ni...@ja... | GPG: 0x73647CFF http://www.ngolde.de | http://www.muttng.org | http://grml.org VIM has two modes - the one in which it beeps and the one in which it doesn't -- encrypted mail preferred |
From: Matthias A. <mat...@gm...> - 2005-09-26 01:21:22
|
Nico Golde <ni...@ng...> writes: > tags 329975 + upstream I think 6.2.9-rc5 can be uploaded to Debian's unstable distribution, so it gets more testing - after the upload please have Rémi retry with -rc5, if that works, another "fixed-upstream" tag might be in order. Does Debian compile 6.2.5 with --enable-inet6? If not, that might be the problem. -- Matthias Andree |
From: Nico G. <ni...@ng...> - 2005-09-26 11:13:14
|
Hallo Matthias, * Matthias Andree <mat...@gm...> [2005-09-26 10:22]: > Nico Golde <ni...@ng...> writes: > > > tags 329975 + upstream > > I think 6.2.9-rc5 can be uploaded to Debian's unstable distribution, so > it gets more testing - after the upload please have Rémi retry with > -rc5, if that works, another "fixed-upstream" tag might be in order. I will prepare an upload next week. Is there something import I have to keep track on with the new package? > Does Debian compile 6.2.5 with --enable-inet6? If not, that might be the > problem. fneq (,$(findstring IPV6,$(DEB_FETCHMAIL_BUILD_OPTIONS))) FETCHCONFOPT += --enable-inet6 endif ifneq (,$(findstring IPV6SEC,$(DEB_FETCHMAIL_BUILD_OPTIONS))) FETCHCONFOPT += --enable-inet6 --enable-netsec endif Regards Nico -- Nico Golde - JAB: ni...@ja... | GPG: 0x73647CFF http://www.ngolde.de | http://www.muttng.org | http://grml.org |
From: Matthias A. <mat...@gm...> - 2005-09-26 11:39:23
|
Nico Golde wrote: > * Matthias Andree <mat...@gm...> [2005-09-26 10:22]: > > Nico Golde <ni...@ng...> writes: > > > > > tags 329975 + upstream > > > > I think 6.2.9-rc5 can be uploaded to Debian's unstable distribution, so > > it gets more testing - after the upload please have Rémi retry with > > -rc5, if that works, another "fixed-upstream" tag might be in order. > > I will prepare an upload next week. I'm not sure how long I'll delay a 6.3.0 release. Perhaps I'll release 6.3.0 this week (given positive feedback and a few translations), perhaps I'll release it in four weeks (if new issues surface). > Is there something import I have to keep track on with the new package? Check the NEWS file, the important stuff is up front. --enable-inet6 has no effect any more, --enable-netsec (and the corresponding lines) are gone. Note that the set of translations shipped with fetchmails has changed - see po/LINGUAS for the current set. fetchmail now uses automake, and requires system gettext as build and run-time prerequisite (--with-included-gettext doesn't work, the intl/ directory isn't shipped). There's a new html file for the documentation, esrs-design-notes.html Otherwise, nothing I remember off-hand without checking. > > Does Debian compile 6.2.5 with --enable-inet6? If not, that might be the > > problem. > > fneq (,$(findstring IPV6,$(DEB_FETCHMAIL_BUILD_OPTIONS))) > FETCHCONFOPT += --enable-inet6 > endif > ifneq (,$(findstring IPV6SEC,$(DEB_FETCHMAIL_BUILD_OPTIONS))) > FETCHCONFOPT += --enable-inet6 --enable-netsec > endif I don't know sufficient context to judge whether this is the problem or isn't. I'm not going to touch 6.2.5 anyways unless someone offers a support contract with reasonable payment or evidence of a security problem that isn't configuration-borne or the environment's fault (kernel bug or such). Kind regards, -- Matthias Andree |