From owner-cvs-src@FreeBSD.ORG Wed Jan 11 08:02:17 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1FD6D16A420; Wed, 11 Jan 2006 08:02:17 +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 CB70C43D46; Wed, 11 Jan 2006 08:02:16 +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 k0B82Gjs054041; Wed, 11 Jan 2006 08:02:16 GMT (envelope-from cperciva@repoman.freebsd.org) Received: (from cperciva@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0B82G1R054040; Wed, 11 Jan 2006 08:02:16 GMT (envelope-from cperciva) Message-Id: <200601110802.k0B82G1R054040@repoman.freebsd.org> From: Colin Percival Date: Wed, 11 Jan 2006 08:02:16 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 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/sys/netinet ip_fw2.c src/usr.bin/ee ee.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Jan 2006 08:02:17 -0000 cperciva 2006-01-11 08:02:16 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) contrib/cpio copyin.c copyout.c copypass.c cpio.1 extern.h global.c main.c contrib/texinfo/util texindex.c sys/netinet ip_fw2.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] Fix an error in the handling of IP fragments in ipfw which can cause a kernel panic. [06:04] Security: FreeBSD-SA-06:01.texindex Security: FreeBSD-SA-06:02.ee Security: FreeBSD-SA-06:03.cpio Security: FreeBSD-SA-06:04.ipfw Revision Changes Path 1.7.14.1 +92 -27 src/contrib/cpio/copyin.c 1.2.40.1 +20 -2 src/contrib/cpio/copyout.c 1.3.10.1 +21 -12 src/contrib/cpio/copypass.c 1.3.38.1 +4 -4 src/contrib/cpio/cpio.1 1.2.40.1 +1 -1 src/contrib/cpio/extern.h 1.1.1.1.40.1 +2 -2 src/contrib/cpio/global.c 1.3.34.1 +7 -7 src/contrib/cpio/main.c 1.1.1.8.2.1 +63 -2 src/contrib/texinfo/util/texindex.c 1.106.2.6 +1 -1 src/sys/netinet/ip_fw2.c 1.32.2.1 +22 -12 src/usr.bin/ee/ee.c