From owner-cvs-src@FreeBSD.ORG Sat Aug 25 03:49:12 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D3BD516A418; Sat, 25 Aug 2007 03:49:12 +0000 (UTC) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id ADF4413C428; Sat, 25 Aug 2007 03:49:12 +0000 (UTC) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l7P3nC0o083354; Sat, 25 Aug 2007 03:49:12 GMT (envelope-from kientzle@repoman.freebsd.org) Received: (from kientzle@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l7P3nCGP083353; Sat, 25 Aug 2007 03:49:12 GMT (envelope-from kientzle) Message-Id: <200708250349.l7P3nCGP083353@repoman.freebsd.org> From: Tim Kientzle Date: Sat, 25 Aug 2007 03:49:12 +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/lib/libarchive Makefile archive_read_support_format_tar.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: Sat, 25 Aug 2007 03:49:12 -0000 kientzle 2007-08-25 03:49:12 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) lib/libarchive Makefile archive_read_support_format_tar.c Log: MFC archive_read_support_format_tar.c 1.61 This updates the support for GNU tar --posix --sparse archive entries to be compatible with GNU tar 1.17. Revision Changes Path 1.36.2.10 +1 -1 src/lib/libarchive/Makefile 1.32.2.8 +63 -47 src/lib/libarchive/archive_read_support_format_tar.c