From owner-cvs-all@FreeBSD.ORG Sun Jun 20 09:04:47 2004 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 A432F16A4CE; Sun, 20 Jun 2004 09:04:47 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9F1BD43D2D; Sun, 20 Jun 2004 09:04:47 +0000 (GMT) (envelope-from thierry@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 i5K94WTk087696; Sun, 20 Jun 2004 09:04:32 GMT (envelope-from thierry@repoman.freebsd.org) Received: (from thierry@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5K94W0c087695; Sun, 20 Jun 2004 09:04:32 GMT (envelope-from thierry) Message-Id: <200406200904.i5K94W0c087695@repoman.freebsd.org> From: Thierry Thomas Date: Sun, 20 Jun 2004 09:04:32 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/textproc/aspell Makefileports/textproc/aspell/files portaudit.txt 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: Sun, 20 Jun 2004 09:04:47 -0000 thierry 2004-06-20 09:04:32 UTC FreeBSD ports repository Modified files: textproc/aspell Makefile security/portaudit-db/database portaudit.txt Added files: textproc/aspell/files patch-prog-compress.c Log: Security: fix a buffer overflow in word-list-compress: - - Since I'm there, switch from libtool 1.3 to 1.5, to cope with PR ports/63944. Obtained from: Robert Nagy . Revision Changes Path 1.13 +2 -1 ports/security/portaudit-db/database/portaudit.txt 1.59 +2 -2 ports/textproc/aspell/Makefile 1.1 +71 -0 ports/textproc/aspell/files/patch-prog-compress.c (new)