From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tobias Geerinckx-Rice Subject: Re: [PATCH] opensmtpd: Fix crash during authentication Date: Thu, 07 Jun 2018 04:17:31 +0200 Message-ID: <87k1rbxrus.fsf@lapdog.tobias.gr> References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:49072) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fQkUi-0001v5-6f for guix-devel@gnu.org; Wed, 06 Jun 2018 22:17:45 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fQkUf-00020H-GI for guix-devel@gnu.org; Wed, 06 Jun 2018 22:17:44 -0400 Received: from tobias.gr ([2001:470:cc92::1]:60128) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1fQkUf-0001z3-3A for guix-devel@gnu.org; Wed, 06 Jun 2018 22:17:41 -0400 In-reply-to: List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Adam Zimmerman Cc: guix-devel@gnu.org Adam, Adam Zimmerman wrote: > When using authentication from a table, opensmtpd would crash > whenever I > tried to authenticate. Nice. I guess my passwd auth doesn't count (despite using the ‘table’ keyword), as I've never had a problem. Nor have I noticed any start-up trouble. I'm probably lucky. > I found this patch which fixes the issue. It's > already been merged into the opensmtpd master branch[1], and > will be > fixed in the next release which apparently will be around > October/November this year. > > [1] https://github.com/OpenSMTPD/OpenSMTPD/pull/835 Thanks! Applied with minor changes as d6dd64af3743934402616a5fda3f93e3a14a3ab0. In particular, patch files must also be registered in gnu/local.mk and get their own commit message entry. Kind regards, T G-R