From owner-cvs-all@FreeBSD.ORG Mon Feb 14 15:32:30 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 6616D16A4CE; Mon, 14 Feb 2005 15:32:30 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 39E3443D49; Mon, 14 Feb 2005 15:32:30 +0000 (GMT) (envelope-from nobutaka@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 j1EFWUwT019191; Mon, 14 Feb 2005 15:32:30 GMT (envelope-from nobutaka@repoman.freebsd.org) Received: (from nobutaka@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j1EFWUiZ019190; Mon, 14 Feb 2005 15:32:30 GMT (envelope-from nobutaka) Message-Id: <200502141532.j1EFWUiZ019190@repoman.freebsd.org> From: MANTANI Nobutaka Date: Mon, 14 Feb 2005 15:32:30 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/editors/emacs Makefile ports/editors/emacs/files patch-lib-src:movemail.c 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, 14 Feb 2005 15:32:30 -0000 nobutaka 2005-02-14 15:32:30 UTC FreeBSD ports repository Modified files: editors/emacs Makefile Added files: editors/emacs/files patch-lib-src:movemail.c Log: Fix format string vulnerability in the movemail utility. Security: CAN-2005-0100 Security: http://www.vuxml.org/freebsd/3e3c860d-7dae-11d9-a9e7-0001020eed82.html Security: Malicious POP3 servers can execute arbitrary code. Revision Changes Path 1.55 +1 -1 ports/editors/emacs/Makefile 1.1 +11 -0 ports/editors/emacs/files/patch-lib-src:movemail.c (new)