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 D974AA582D for ; Sun, 8 Mar 2015 01:09:47 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id F39A014A1B4; Sun, 8 Mar 2015 01:09:46 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 04C4614A1AD for ; Sun, 8 Mar 2015 01:09:44 +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 zebHnL5gGKcK for ; Sun, 8 Mar 2015 01:09:43 +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 7B28B14A166 for ; Sun, 8 Mar 2015 01:09:43 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 779E898; Sun, 8 Mar 2015 01:09:43 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Sun, 8 Mar 2015 01:09:43 +0000 From: "Makoto Fujiwara" Subject: CVS commit: pkgsrc/archivers/p5-Compress-Bzip2 To: pkgsrc-changes@NetBSD.org Reply-To: mef@netbsd.org X-Mailer: log_accum Message-Id: <20150308010943.779E898@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: mef Date: Sun Mar 8 01:09:43 UTC 2015 Modified Files: pkgsrc/archivers/p5-Compress-Bzip2: Makefile distinfo Log Message: Update 2.20 to 2.22 ------------------- 2.21 2015-02-17 rurban - Add leaktrace test - Add .gitignore 2.22 2015-02-17 rurban - Fixed huge decompress memory leak, leaking every single XS outbut buffer. - Better memory leak testcase with Memory::Dump, t/090-memory-usage.pl (RT #102211 by Nick Koston) - clarify docs that deflate = compress, inflate = uncompress To generate a diff of this commit: cvs rdiff -u -r1.25 -r1.26 pkgsrc/archivers/p5-Compress-Bzip2/Makefile cvs rdiff -u -r1.9 -r1.10 pkgsrc/archivers/p5-Compress-Bzip2/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.