From owner-freebsd-hackers@FreeBSD.ORG Tue Feb 14 09:45:23 2012 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9E6F4106564A for ; Tue, 14 Feb 2012 09:45:23 +0000 (UTC) (envelope-from pancakeking79@gmail.com) Received: from mail-lpp01m020-f182.google.com (mail-lpp01m020-f182.google.com [209.85.217.182]) by mx1.freebsd.org (Postfix) with ESMTP id 19F7E8FC19 for ; Tue, 14 Feb 2012 09:45:22 +0000 (UTC) Received: by lbbgj3 with SMTP id gj3so4360054lbb.13 for ; Tue, 14 Feb 2012 01:45:21 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; bh=sPWcC1T6pUDtazs343ADKzS2F2Gw+5ouxJCWNdXir50=; b=NYngKDjlB8fQnbliron3li1o7FCtzNqBgRwCJw8EJ4UvUTYagGZH692ETKE+pz9ciF 6GAPodH1LV7jeW1Jg4vllSJ0Rs+5PbOQSJWBmh6wXASLPefRpCxY/K9km692uPNpB02p BPxn5kumfnF3wHPrPSepZkvM6XwTxR+fLLR7U= MIME-Version: 1.0 Received: by 10.152.147.66 with SMTP id ti2mr13622587lab.25.1329210961939; Tue, 14 Feb 2012 01:16:01 -0800 (PST) Received: by 10.152.113.68 with HTTP; Tue, 14 Feb 2012 01:16:01 -0800 (PST) Date: Tue, 14 Feb 2012 10:16:01 +0100 Message-ID: From: _ To: freebsd-hackers@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: quick question regarding libarchive X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Feb 2012 09:45:23 -0000 Hi, Have any changes been made to libarchive from FreeBSD 7.0 to 8.2 and is it possbile that these changes can report a tar.gz file corrupted when issuing gzip --test archive.tar.gz? When making my move from 7.0 to 8.2 I made backups, which when testing these on 7.0 ran fine. However, now these archives are destroyed leaving me wondering why? Thanks pancakeking79