From owner-cvs-all@FreeBSD.ORG Mon May 9 15:53:43 2005 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B801416A4E8; Mon, 9 May 2005 15:53:43 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A56AB43D68; Mon, 9 May 2005 15:53:43 +0000 (GMT) (envelope-from vanilla@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j49FrhRE076718; Mon, 9 May 2005 15:53:43 GMT (envelope-from vanilla@repoman.freebsd.org) Received: (from vanilla@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j49Frhl4076717; Mon, 9 May 2005 15:53:43 GMT (envelope-from vanilla) Message-Id: <200505091553.j49Frhl4076717@repoman.freebsd.org> From: "Vanilla I. Shu" Date: Mon, 9 May 2005 15:53:43 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/mail/dspam Makefile distinfo ports/mail/dspam/files UPDATING X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 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: Mon, 09 May 2005 15:53:43 -0000 vanilla 2005-05-09 15:53:43 UTC FreeBSD ports repository Modified files: mail/dspam Makefile distinfo mail/dspam/files UPDATING Log: Update to dspam-3.4.6 - BUG FIX: "obscure" [1] bug causing dspam to crash under certain conditions when the loose signature was provided without the appropriate delimiter - BUG FIX: fix sqlite3 dependency check [2] - BUG FIX: don't strip binary if we want GDB suport - BUG FIX: DOMAIN_SCALE and LARGE_SCALE are incompatible so catch this before ./cofigure fails [3] [1] "Obscure" = it took me about 4 hours and a 500 queue processed one by one by hand to catch and reproduce the problem after 7 days of mail processing w/o error [2] Pointed out by vanilla@ [3] Pointed out by Arvinn Lokkebakken for PR: ports/80790 Submitted by: maintainer Revision Changes Path 1.39 +25 -13 ports/mail/dspam/Makefile 1.21 +2 -2 ports/mail/dspam/distinfo 1.14 +19 -1 ports/mail/dspam/files/UPDATING