From owner-cvs-all@FreeBSD.ORG Fri Jun 1 17:38:38 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id CD9B816A400; Fri, 1 Jun 2007 17:38:38 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id BF3D613C43E; Fri, 1 Jun 2007 17:38:38 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l51Hccj5001190; Fri, 1 Jun 2007 17:38:38 GMT (envelope-from garga@repoman.freebsd.org) Received: (from garga@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l51Hccem001189; Fri, 1 Jun 2007 17:38:38 GMT (envelope-from garga) Message-Id: <200706011738.l51Hccem001189@repoman.freebsd.org> From: Renato Botelho Date: Fri, 1 Jun 2007 17:38:38 +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/qmail Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Jun 2007 17:38:38 -0000 garga 2007-06-01 17:38:38 UTC FreeBSD ports repository Modified files: mail/qmail Makefile distinfo Log: - Update smtpextfork patch for qmail-spamcontrol: o Use strncpy instead of strcpy o Limit memory buffers and fix QUIT_ASAP behavior on SMTP sessions, which may break some RFCs. Instead, the default behavior now is 100% RFC complaint. The old QUITASAP behavior, sometimes desired for a number of users (used to be default behavior on Spamcontrol in the past) is now a build option (XF_QUITASAP). Submitted by: Patrick Tracanelli (Author, by email) Revision Changes Path 1.121 +8 -3 ports/mail/qmail/Makefile 1.60 +3 -3 ports/mail/qmail/distinfo