delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2014/07/21/04:21:49

X-Recipient: archive-cygwin AT delorie DOT com
DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id
:list-unsubscribe:list-subscribe:list-archive:list-post
:list-help:sender:date:from:to:subject:message-id:reply-to
:references:mime-version:content-type:in-reply-to; q=dns; s=
default; b=s0z6R868BskzTmWv9w8rkWg6piMhDwHxhAcGsC8xLwuS5ve7AUn7v
UYZzjI7iDsRX7QqU+NQio5d3zoVS7nWjxHM7TYvnTPtm5YiMMJwCgPNKE5/8Rs+n
JFPSjgxFSGtD2waj2x54JTaTWY9uqJbwkGt0hDntzvVeajev/ssLRY=
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id
:list-unsubscribe:list-subscribe:list-archive:list-post
:list-help:sender:date:from:to:subject:message-id:reply-to
:references:mime-version:content-type:in-reply-to; s=default;
bh=yevWXUjA9bKTHiwxSpV7Q2P3xs4=; b=LgwfilsqUy8vXLkbOGb+48NV31rg
c01VQoBY9sK1r4jKYvUx+KE/Ik4Ce4oWbDKMbwypWI/kbU5hROXdfxlQ6rozOWod
fqFXXb2BPG/mNEYQh41770Lrp3jvHG54icQIvCcqc6sPELOD37K9Npmjm+NyxWdp
yhbwSruQThRfCgU=
Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe AT cygwin DOT com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin AT cygwin DOT com>
List-Help: <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner AT cygwin DOT com
Mail-Followup-To: cygwin AT cygwin DOT com
Delivered-To: mailing list cygwin AT cygwin DOT com
Authentication-Results: sourceware.org; auth=none
X-Virus-Found: No
X-Spam-SWARE-Status: No, score=-5.9 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.3.2
X-HELO: calimero.vinschen.de
Date: Mon, 21 Jul 2014 10:21:25 +0200
From: Corinna Vinschen <corinna-cygwin AT cygwin DOT com>
To: cygwin AT cygwin DOT com
Subject: Re: Minires truncates host names
Message-ID: <20140721082125.GM15332@calimero.vinschen.de>
Reply-To: cygwin AT cygwin DOT com
Mail-Followup-To: cygwin AT cygwin DOT com
References: <028c01cf9974$ad507120$07f15360$@alum.mit.edu> <53C8129A DOT 1BA76E49 AT boland DOT nl> <20140717182302 DOT GR15332 AT calimero DOT vinschen DOT de> <53C83213 DOT 580EEB62 AT boland DOT nl> <20140718081723 DOT GW15332 AT calimero DOT vinschen DOT de> <53CB84FA DOT ED8C5E41 AT boland DOT nl>
MIME-Version: 1.0
In-Reply-To: <53CB84FA.ED8C5E41@boland.nl>
User-Agent: Mutt/1.5.23 (2014-03-12)

--KC+fneiph5CALyUl
Content-Type: text/plain; charset=utf-8
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

On Jul 20 10:59, D. Boland wrote:
> Corinna Vinschen wrote:
> > With 1.7.31 in the next few days.  But there are still the developer
> > snapshots for testing.  Here's the deal: If you test a developer
> > snapshot you can make sure that the next release will fix the problem.
> > If you don't test the snapshot you won't have that privilege and the
> > functionality will still be broken up to the next release.  Simple.
>=20
> Ok, I put in the new Cygwin1.dll from the latest 32bit developer snapshot:
>=20
> $ uname -a
> CYGWIN_NT-5.1 dimension 1.7.31s(0.272/5/3) 20140716 11:15:29 i686 Cygwin
>=20
> Then, I removed /usr/lib/resolv.a, so the call is explicitly done on the =
new Cygwin
> DLL.

No reason to do that!  libresolv.a is generated as part of the Cygwin
package.  It's not referencing the minres DLL, but the Cygwin DLL :)

> I removed the complete source code from my /usr/local/src directory, re-e=
xtracted
> the sendmail source, made and installed. So now the test-output of the se=
ndmail rule
> "check_mail" looks like this:
> [...]
> dns_getcanonname(cygwin.com, trymx=3D1)
> dns_getcanonname: trying cygwin.com. (A)
> Resolv: querydomain "cygwin.com"  "" type 1
> Resolv: query "cygwin.com." type 1
> Resolv: DnsQuery: 0 (Windows)
> Resolv: cygwin.com Section 1 Type 1 Windows Record Length 4
> Resolv: ns2.redhat.com Section 3 Type 1 Windows Record Length 4
> Resolv: ns1.redhat.com Section 3 Type 1 Windows Record Length 4
> Resolv: ns3.redhat.com Section 3 Type 1 Windows Record Length 4
>         YES
> dns_getcanonname: cygwin.com
> [...]
>=20
> It works. As you can see, this is done on a WinXP machine. I could also t=
est on a
> Win7 machine. I don't have Win8 or Win8.1.

That's fine.  Thanks a lot for confirming again that Pierre's patch
works and the latest Cygwin DLL is doing the right thing here.

Out of curiosity, did you manage to build sendmail on 64 bit Cygwin yet?
And more importantly, are you going to become Cygwin maintainer for the
sendmail package?  This would be way cool.


Thanks,
Corinna

--=20
Corinna Vinschen                  Please, send mails regarding Cygwin to
Cygwin Maintainer                 cygwin AT cygwin DOT com
Red Hat

--KC+fneiph5CALyUl
Content-Type: application/pgp-signature

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAEBAgAGBQJTzM2FAAoJEPU2Bp2uRE+gFpsP/1HUl+apnzYjGqf5kupD38eJ
1Obc4rW+hag/UYR0pVQiYmACTT/1vIulU6p/9+0F2QzM6hNU6vC3UqYCe34V7jJM
RmbMuPyjPhnUw/LvvIHw2CkM3PLuCJ0Xg7HjXxM/t4Nro0J1K7/TSbgCZ5dWwatU
PIxmGeDvmFr+DLlVM6h4Eo4r3OhhyIjN/HXK6Xf/zeO1kIdTBtxbwVrz1YWgZhE4
p3XQlq2NsmvOvrMH47z3NjvS3H0axpVLsnYZuKvq5X3pIAGnPqvaPbzweiNjYpgs
34sr1BO3Tnn67E5iG4fV6RTRO8Paszq7gfFIAkqZYg81Stk0hEFYqdZ0ONhR2CYn
iHy5ci82TyyT6Y4WIr76R7P4MihK25l1WGOgO7/QXOAMNxZSKuZvgzQNhoFIqAG2
53LeF+m97Z+LcCCX5luNxi0JVzeauxZxVK4dEtTkCgYI2N4w3s4DIZZYhFvfeArO
yNqZqdDU0y/UPcK0/iZDV5JCYixyO53YCtT1euY+u0j3G7M2l2FsP58SGY/5u3DR
rPv5CHK2Q8OZIalTrfuI2bszjSOeWmoTi6VTwLG6SwnsCoclSFXltFmCghN6Mz/4
WkIgYSzJcJQcvIqFUm8pF8EOQDp0QjQA0iYuwdGiGHzw0aIEduWZDDyqokAG7NTZ
5S6hpDvbyY0OWSbZH+/C
=GkCC
-----END PGP SIGNATURE-----

--KC+fneiph5CALyUl--

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019