Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11]) by www.NetBSD.org (Postfix) with ESMTP id E3DF563B11D for ; Mon, 14 Jun 2010 11:24:49 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 0) id 779D463B12F; Mon, 14 Jun 2010 11:24:49 +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 8C8A263B2BA for ; Mon, 14 Jun 2010 11:24:48 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 712A2175DD; Mon, 14 Jun 2010 11:24:48 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: binary Content-Type: text/plain Date: Mon, 14 Jun 2010 11:24:48 +0000 From: Matthias Scheler Subject: CVS commit: pkgsrc/pkgtools/rpm2pkg To: pkgsrc-changes@NetBSD.org Reply-To: tron@netbsd.org X-Mailer: log_accum Message-Id: <20100614112448.712A2175DD@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: list Module Name: pkgsrc Committed By: tron Date: Mon Jun 14 11:24:48 UTC 2010 Modified Files: pkgsrc/pkgtools/rpm2pkg: Makefile pkgsrc/pkgtools/rpm2pkg/files: rpm2pkg.c Log Message: Update "rpm2pkg" to version 3.0.1. Changes since 3.0: - Fix detection of BZip2/GZip signature which would have failed if the signature was located behind a prefix of the signature. - Increase I/O buffer size so that "rpm2pkg" will usually find the data section after only one read(2) system call. To generate a diff of this commit: cvs rdiff -u -r1.44 -r1.45 pkgsrc/pkgtools/rpm2pkg/Makefile cvs rdiff -u -r1.9 -r1.10 pkgsrc/pkgtools/rpm2pkg/files/rpm2pkg.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.