From owner-cvs-all@FreeBSD.ORG Wed Jan 11 08:06:48 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org 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 7060116A41F; Wed, 11 Jan 2006 08:06:48 +0000 (GMT) (envelope-from cperciva@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 25BE743D46; Wed, 11 Jan 2006 08:06:48 +0000 (GMT) (envelope-from cperciva@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 k0B86m0G054799; Wed, 11 Jan 2006 08:06:48 GMT (envelope-from cperciva@repoman.freebsd.org) Received: (from cperciva@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0B86m9C054798; Wed, 11 Jan 2006 08:06:48 GMT (envelope-from cperciva) Message-Id: <200601110806.k0B86m9C054798@repoman.freebsd.org> From: Colin Percival Date: Wed, 11 Jan 2006 08:06:47 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Cc: Subject: cvs commit: src/contrib/cpio copyin.c copyout.c copypass.c cpio.1 extern.h global.c main.c src/contrib/texinfo/util texindex.c src/usr.bin/ee ee.c 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: Wed, 11 Jan 2006 08:06:48 -0000 cperciva 2006-01-11 08:06:47 UTC FreeBSD src repository Modified files: (Branch: RELENG_4) contrib/cpio copyin.c copyout.c copypass.c cpio.1 extern.h global.c main.c contrib/texinfo/util texindex.c usr.bin/ee ee.c Log: Correct insecure temporary file usage in texindex. [06:01] Correct insecure temporary file usage in ee. [06:02] Correct a race condition when setting file permissions, sanitize file names by default, and fix a buffer overflow when handling files larger than 4GB in cpio. [06:03] Security: FreeBSD-SA-06:01.texindex Security: FreeBSD-SA-06:02.ee Security: FreeBSD-SA-06:03.cpio Revision Changes Path 1.6.6.2 +92 -27 src/contrib/cpio/copyin.c 1.2.8.1 +20 -2 src/contrib/cpio/copyout.c 1.2.8.1 +20 -11 src/contrib/cpio/copypass.c 1.3.6.1 +4 -4 src/contrib/cpio/cpio.1 1.2.8.1 +1 -1 src/contrib/cpio/extern.h 1.1.1.1.8.1 +2 -2 src/contrib/cpio/global.c 1.3.2.1 +7 -7 src/contrib/cpio/main.c 1.1.1.3.2.4 +63 -2 src/contrib/texinfo/util/texindex.c 1.16.2.9 +22 -12 src/usr.bin/ee/ee.c