From owner-cvs-all@FreeBSD.ORG Fri Dec 12 17:34:29 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 36F19106564A; Fri, 12 Dec 2008 17:34:29 +0000 (UTC) (envelope-from skv@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 0D5A28FC18; Fri, 12 Dec 2008 17:34:29 +0000 (UTC) (envelope-from skv@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id mBCHYSf4080264; Fri, 12 Dec 2008 17:34:28 GMT (envelope-from skv@repoman.freebsd.org) Received: (from skv@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id mBCHYS3T080263; Fri, 12 Dec 2008 17:34:28 GMT (envelope-from skv) Message-Id: <200812121734.mBCHYS3T080263@repoman.freebsd.org> From: Sergey Skvortsov Date: Fri, 12 Dec 2008 17:34:28 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/mail/exim Makefile ports/mail/exim/files patch-src-daemon.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Dec 2008 17:34:29 -0000 skv 2008-12-12 17:34:28 UTC FreeBSD ports repository Modified files: mail/exim Makefile Added files: mail/exim/files patch-src-daemon.c Log: Bugfix: reinitialize len before calling accept(). PR: ports/129260 Submitted by: Maxim Dounin Bug: http://bugs.exim.org/show_bug.cgi?id=770 Revision Changes Path 1.240 +1 -1 ports/mail/exim/Makefile 1.1 +19 -0 ports/mail/exim/files/patch-src-daemon.c (new)