Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id A0540A567D for ; Mon, 2 Mar 2015 09:36:28 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id E788914A36E; Mon, 2 Mar 2015 09:36:27 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 91A5B14A35A for ; Mon, 2 Mar 2015 09:36:25 +0000 (UTC) X-Virus-Scanned: amavisd-new at NetBSD.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.NetBSD.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id oX0jZ85xA_Df for ; Mon, 2 Mar 2015 09:36:25 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id 1936214A339 for ; Mon, 2 Mar 2015 09:36:25 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 0CFFF98; Mon, 2 Mar 2015 09:36:25 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Mon, 2 Mar 2015 09:36:25 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/archivers/xz To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20150302093625.0CFFF98@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: adam Date: Mon Mar 2 09:36:25 UTC 2015 Modified Files: pkgsrc/archivers/xz: Makefile distinfo Log Message: Changes 5.2.1: * Fixed a compression-ratio regression in fast mode of LZMA1 and LZMA2. The bug is present in 5.1.4beta and 5.2.0 releases. * Fixed a portability problem in xz that affected at least OpenBSD. * Fixed xzdiff to be compatible with FreeBSD's mktemp which differs from most other mktemp implementations. * Changed CPU core count detection to use cpuset_getaffinity() on FreeBSD. To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 pkgsrc/archivers/xz/Makefile cvs rdiff -u -r1.13 -r1.14 pkgsrc/archivers/xz/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.