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)



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