git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: "Stéphane Graber" <stgraber@stgraber.org>
To: git@vger.kernel.org
Subject: git-send-email and IPv6-only host
Date: Fri, 28 Aug 2015 00:11:19 -0400	[thread overview]
Message-ID: <20150828041119.GP301234@dakara> (raw)

[-- Attachment #1: Type: text/plain, Size: 979 bytes --]

Hello,

I've recently switched my home network to be IPv6-only, using NAT64 and
DNS64 to reach IPv4 hosts. Pretty much everything I use day to day just
kept on working fine, but I keep finding some small problems here and
there, mostly to do with perl software.

One of those is git-send-email which isn't capable of talking to an IPv6
SMTP server.

I've locally patched my git-send-email to add:

    require Net::INET6Glue::INET_is_INET6;

This seems to be the magic bullet for all IPv6 problems I've had with
perl software, though I'm not sure whether this is an acceptable fix
upstream as this does bring an additional dependency to git-send-email.
Maybe making this require conditional somehow would work, not that I'd
know how as I've not touched perl in over a decade.

Anyway, I figured that short of having a branch I'm happy with for
git-send-email, I'd at least send you a bug report along with my current
fix/workaround.

Thanks!

Stéphane

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 819 bytes --]

             reply	other threads:[~2015-08-28  4:17 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-08-28  4:11 Stéphane Graber [this message]
2015-08-28 17:19 ` git-send-email and IPv6-only host Junio C Hamano
2015-08-28 17:32   ` Stéphane Graber

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20150828041119.GP301234@dakara \
    --to=stgraber@stgraber.org \
    --cc=git@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).