pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: pkg/48566 (getpwnam() fix and ECDH for sendmail from upstream)
The following reply was made to PR pkg/48566; it has been noted by GNATS.
From: Emmanuel Dreyfus <manu%netbsd.org@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: jnemeth%NetBSD.org@localhost, gnats-admin%netbsd.org@localhost,
pkgsrc-bugs%netbsd.org@localhost,
manu%netbsd.org@localhost
Subject: Re: pkg/48566 (getpwnam() fix and ECDH for sendmail from upstream)
Date: Tue, 17 Jun 2014 14:10:22 +0000
On Tue, Jun 17, 2014 at 02:00:00PM +0000, Emmanuel Dreyfus wrote:
> The bug is therefore not in sendmail-8.14.9 but in the pkgsrc patches
> we apply to it.
And with -current pkgsrc/mail/sendmail/paches, I can restore functionnality
with this simple change (and make makepatchsum of course), hence re-entrant
resolver is the culprit.
Index: mail//sendmail/patches/patch-aq
===================================================================
RCS file: /cvsroot/pkgsrc/mail/sendmail/patches/patch-aq,v
retrieving revision 1.1
diff -U4 -r1.1 patch-aq
--- mail//sendmail/patches/patch-aq 15 Jun 2014 20:48:50 -0000 1.1
+++ mail//sendmail/patches/patch-aq 17 Jun 2014 14:07:50 -0000
@@ -5,10 +5,10 @@
@@ -234,6 +234,10 @@ struct rusage; /* forward declaration to
# define PIPELINING 1 /* SMTP PIPELINING */
#endif /* PIPELINING */
-+#ifndef NAMED_RESN
-+# define NAMED_RESN 1 /* res_n* functions are available */
++#ifdef NAMED_RESN
++# undef NAMED_RESN
+#endif
+
/***************************************
--
Emmanuel Dreyfus
manu%netbsd.org@localhost
Home |
Main Index |
Thread Index |
Old Index