From owner-svn-src-all@FreeBSD.ORG Thu Dec 22 06:54:19 2011 Return-Path: Delivered-To: svn-src-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CACD11065673; Thu, 22 Dec 2011 06:54:19 +0000 (UTC) (envelope-from tim@kientzle.com) Received: from monday.kientzle.com (99-115-135-74.uvs.sntcca.sbcglobal.net [99.115.135.74]) by mx1.freebsd.org (Postfix) with ESMTP id 9F8328FC1B; Thu, 22 Dec 2011 06:54:19 +0000 (UTC) Received: (from root@localhost) by monday.kientzle.com (8.14.4/8.14.4) id pBM6Tqtj081515; Thu, 22 Dec 2011 06:29:52 GMT (envelope-from tim@kientzle.com) Received: from [192.168.2.119] (CiscoE3000 [192.168.1.65]) by kientzle.com with SMTP id m6ua3zwpspydkp2x9bdyge8b5n; Thu, 22 Dec 2011 06:29:51 +0000 (UTC) (envelope-from tim@kientzle.com) Mime-Version: 1.0 (Apple Message framework v1251.1) Content-Type: text/plain; charset=us-ascii From: Tim Kientzle In-Reply-To: <4EF10BC2.2030607@FreeBSD.org> Date: Wed, 21 Dec 2011 22:29:50 -0800 Content-Transfer-Encoding: quoted-printable Message-Id: <7507BEAA-C4F1-4A78-A11D-3BF4566B1366@kientzle.com> References: <201112202037.pBKKbHEi034059@svn.freebsd.org> <201112201556.32540.jhb@freebsd.org> <4EF10BC2.2030607@FreeBSD.org> To: Martin Matuska X-Mailer: Apple Mail (2.1251.1) Cc: svn-src-head@FreeBSD.org, svn-src-all@FreeBSD.org, src-committers@FreeBSD.org, John Baldwin Subject: Re: svn commit: r228750 - head/usr.bin/cpio/test X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Dec 2011 06:54:19 -0000 On Dec 20, 2011, at 2:27 PM, Martin Matuska wrote: > On 20.12.2011 21:56, John Baldwin wrote: >> On Tuesday, December 20, 2011 3:37:17 pm Martin Matuska wrote: >>> Author: mm >>> Date: Tue Dec 20 20:37:17 2011 >>> New Revision: 228750 >>> URL: http://svn.freebsd.org/changeset/base/228750 >>>=20 >>> Log: >>> Sync bsdcpio with vendor branch release/2.8: >>>=20 >>> Revision 3770: >>> Merge r3768 from trunk: Fix typo in dev/ino verification for cpio = formats. >>>=20 >>> Obtained from: http://code.google.com/p/libarchive >>> MFC after: 2 weeks >> If libarchive is now maintained externally rather than in the tree, = is it time=20 >> for bsdtar, bsdcpio, and libarchive to move to contrib and for vendor = imports=20 >> to be managed as they are for other contrib bits? >>=20 > I agree, this is the right thing to do. I am going to start making > appropriate bits under vendor/. Thanks for tackling this, Martin. It's long overdue. Tim