From owner-freebsd-stable@freebsd.org Mon Aug 3 09:54:31 2015 Return-Path: Delivered-To: freebsd-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CBEE49B1BAC for ; Mon, 3 Aug 2015 09:54:31 +0000 (UTC) (envelope-from danny@cs.huji.ac.il) Received: from kabab.cs.huji.ac.il (kabab.cs.huji.ac.il [132.65.116.210]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 85E391D7A for ; Mon, 3 Aug 2015 09:54:31 +0000 (UTC) (envelope-from danny@cs.huji.ac.il) Received: from chamsa.cs.huji.ac.il ([132.65.80.19]) by kabab.cs.huji.ac.il with esmtp id 1ZMCIb-000DXm-1I for freebsd-stable@freebsd.org; Mon, 03 Aug 2015 12:44:49 +0300 From: Daniel Braniss Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: /usr/bin/unzip regression? Message-Id: <7DBC56C2-A6F6-4A3C-A801-05F295D0FDCF@cs.huji.ac.il> Date: Mon, 3 Aug 2015 12:44:48 +0300 To: FreeBSD stable Mime-Version: 1.0 (Mac OS X Mail 8.2 \(2102\)) X-Mailer: Apple Mail (2.2102) X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Aug 2015 09:54:31 -0000 hi, the file in question is rather big, 5.3G, older 9.3-stable works ok, while 10.x complains with unzip: Invalid central directory signature so is this a regression? thanks, danny