From owner-cvs-all@FreeBSD.ORG Mon Dec 31 00:15:58 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 28C9016A417 for ; Mon, 31 Dec 2007 00:15:58 +0000 (UTC) (envelope-from simon@benji.nitro.dk) Received: from mx.nitro.dk (zarniwoop.nitro.dk [83.92.207.38]) by mx1.freebsd.org (Postfix) with ESMTP id C3A9213C45D for ; Mon, 31 Dec 2007 00:15:57 +0000 (UTC) (envelope-from simon@benji.nitro.dk) Received: from benji.nitro.dk (unknown [192.168.3.39]) by mx.nitro.dk (Postfix) with ESMTP id 062211E8C1E; Mon, 31 Dec 2007 00:15:57 +0000 (UTC) Received: by benji.nitro.dk (Postfix, from userid 2000) id 81BDCFD52; Mon, 31 Dec 2007 01:15:55 +0100 (CET) Date: Mon, 31 Dec 2007 01:15:55 +0100 From: "Simon L. Nielsen" To: Tim Kientzle Message-ID: <20071231001554.GB987@zaphod.nitro.dk> References: <200712300458.lBU4wNOH038901@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200712300458.lBU4wNOH038901@repoman.freebsd.org> User-Agent: Mutt/1.5.17 (2007-11-01) Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libarchive Makefile archive.h.in archive_entry.c archive_entry.h archive_entry_link_resolver.c archive_entry_private.h archive_entry_strmode.c archive_platform.h archive_read.c archive_read_support_compression_none.c archive_read_support_format_all.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: Mon, 31 Dec 2007 00:15:58 -0000 On 2007.12.30 04:58:23 +0000, Tim Kientzle wrote: > Log: > Update libarchive to 2.4.10. This includes a number of improvements > that I've been working on but put off committing until after the > RELENG_7 branch, including: > > * New manpages: cpio.5 mtree.5 mtree(5) seems to be a general manual page, so wouldn't it make more sense to have it in src/share/man/man5 or src/usr.sbin/mtree ? > * New read support: mtree format This sounds interesting but I can't really figure out what it does... ? :) (and I couldn't find any mention in the updated manual pages.) > Many of these improvements were motivated by the upcoming bsdcpio > front-end. Great! With my secteam hat I'm certainly looking forward to having to deal with one less dead GNU project :-). -- Simon L. Nielsen