Subject: CVS commit: pkgsrc/mail/sendmail
From: Emmanuel Dreyfus
Date: 2020-04-24 16:33:08
Message id: 20200424143308.E1A89FB27@cvs.NetBSD.org

Log Message:
Bug fix, submitted upstream

Add missing curly brackets that caused res_ninit() to be called
with non-zeroed state structure. In NetBSD, res_ninit() detects
the mistake and quickly calls res_ndestroy(), which will close file
descriptors based on the random data provided in the state structure.
The result at mine is sendmail going mute after the MAIL FROM
command.

Files:
RevisionActionfile
1.137modifypkgsrc/mail/sendmail/Makefile
1.63modifypkgsrc/mail/sendmail/distinfo
1.1addpkgsrc/mail/sendmail/patches/patch-sendmail_domain.c