From owner-cvs-all@FreeBSD.ORG Wed Jan 11 08:03:56 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 82B4C16A41F; Wed, 11 Jan 2006 08:03:56 +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 25E1043D46; Wed, 11 Jan 2006 08:03:56 +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 k0B83uZO054361; Wed, 11 Jan 2006 08:03:56 GMT (envelope-from cperciva@repoman.freebsd.org) Received: (from cperciva@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0B83u5w054360; Wed, 11 Jan 2006 08:03:56 GMT (envelope-from cperciva) Message-Id: <200601110803.k0B83u5w054360@repoman.freebsd.org> From: Colin Percival Date: Wed, 11 Jan 2006 08:03:55 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 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:03:56 -0000 cperciva 2006-01-11 08:03:55 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) 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.7.8.1 +92 -27 src/contrib/cpio/copyin.c 1.2.32.1 +20 -2 src/contrib/cpio/copyout.c 1.3.4.1 +21 -12 src/contrib/cpio/copypass.c 1.3.30.1 +4 -4 src/contrib/cpio/cpio.1 1.2.32.1 +1 -1 src/contrib/cpio/extern.h 1.1.1.1.32.1 +2 -2 src/contrib/cpio/global.c 1.3.26.1 +7 -7 src/contrib/cpio/main.c 1.1.1.7.4.1 +63 -2 src/contrib/texinfo/util/texindex.c 1.31.4.2 +22 -12 src/usr.bin/ee/ee.c