From owner-cvs-src@FreeBSD.ORG Thu Jul 12 15:01:14 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C13AE16A400; Thu, 12 Jul 2007 15:01:14 +0000 (UTC) (envelope-from cperciva@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id B16A313C45D; Thu, 12 Jul 2007 15:01:14 +0000 (UTC) (envelope-from cperciva@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l6CF1ELj047894; Thu, 12 Jul 2007 15:01:14 GMT (envelope-from cperciva@repoman.freebsd.org) Received: (from cperciva@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l6CF1EMi047893; Thu, 12 Jul 2007 15:01:14 GMT (envelope-from cperciva) Message-Id: <200707121501.l6CF1EMi047893@repoman.freebsd.org> From: Colin Percival Date: Thu, 12 Jul 2007 15:01:14 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6_2 Cc: Subject: cvs commit: src UPDATING src/lib/libarchive archive_read_support_format_tar.c src/sys/conf newvers.sh 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: Thu, 12 Jul 2007 15:01:14 -0000 cperciva 2007-07-12 15:01:14 UTC FreeBSD src repository Modified files: (Branch: RELENG_6_2) . UPDATING lib/libarchive archive_read_support_format_tar.c sys/conf newvers.sh Log: Correct multiple security issues in how libarchive handles corrupt tar archives, including a potentially exploitable buffer overflow. Approved by: so (cperciva) Reviewed by: kientzle Security: FreeBSD-SA-07:05.libarchive Revision Changes Path 1.416.2.29.2.9 +5 -0 src/UPDATING 1.32.2.2.2.1 +98 -36 src/lib/libarchive/archive_read_support_format_tar.c 1.69.2.13.2.9 +1 -1 src/sys/conf/newvers.sh