From owner-cvs-ports@FreeBSD.ORG Tue Oct 26 05:02:56 2004 Return-Path: Delivered-To: cvs-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 72AC516A4CE; Tue, 26 Oct 2004 05:02:56 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 67FD443D3F; Tue, 26 Oct 2004 05:02:56 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9Q52uOp070151; Tue, 26 Oct 2004 05:02:56 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9Q52uZA070150; Tue, 26 Oct 2004 05:02:56 GMT (envelope-from krion) Message-Id: <200410260502.i9Q52uZA070150@repoman.freebsd.org> From: Kirill Ponomarew Date: Tue, 26 Oct 2004 05:02:56 +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/bogofilter Makefile distinfo X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Oct 2004 05:02:56 -0000 krion 2004-10-26 05:02:56 UTC FreeBSD ports repository Modified files: mail/bogofilter Makefile distinfo Log: - Update to 0.92.8 This update fixes among many other tiny bugs one security bug that allows a remote attacker to cause a denial of service in bogofilter, by crashing it; a malformatted (non-conformant) RFC-2047 encoded word triggers an attempt to write a terminating NUL byte past the end of a buffer or (more commonly) into the zero-page, which causes a segfault. Depending on the exact MTA/MDA configuration on the receiving machine, this can cause a denial of service of the mail system. PR: ports/73144 Submitted by: maintainer Revision Changes Path 1.48 +2 -2 ports/mail/bogofilter/Makefile 1.38 +2 -2 ports/mail/bogofilter/distinfo