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" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id B577BCD931 for ; Sat, 13 Sep 2014 11:11:01 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 5CB7614A21F; Sat, 13 Sep 2014 11:11:01 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id EBC0C14A21E for ; Sat, 13 Sep 2014 11:10:58 +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 l-mq5WVLQmJ5 for ; Sat, 13 Sep 2014 11:10:58 +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 6794A14A215 for ; Sat, 13 Sep 2014 11:10:58 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 5BEA498; Sat, 13 Sep 2014 11:10:58 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Sat, 13 Sep 2014 11:10:58 +0000 From: "Sergey Svishchev" Subject: CVS commit: pkgsrc/archivers/nulib2 To: pkgsrc-changes@NetBSD.org Reply-To: shattered@netbsd.org X-Mailer: log_accum Message-Id: <20140913111058.5BEA498@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: shattered Date: Sat Sep 13 11:10:58 UTC 2014 Modified Files: pkgsrc/archivers/nulib2: Makefile distinfo pkgsrc/archivers/nulib2/patches: patch-aa patch-ab patch-ac patch-ad patch-ae patch-af Log Message: Update to 2.2.0 (2007). Changes: - Fix handling of MS-DOS reserved names. Besides handling names like "con", we also need to handle "con.foo.txt". - Auto-detect and handle "bad Mac" archives. - Added "kNuValIgnoreLZW2Len" flag, which enables NuLib2 to handle archives created by an unknown but badly broken program. - Switched from GPL to BSD license. To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22 pkgsrc/archivers/nulib2/Makefile cvs rdiff -u -r1.12 -r1.13 pkgsrc/archivers/nulib2/distinfo cvs rdiff -u -r1.4 -r1.5 pkgsrc/archivers/nulib2/patches/patch-aa cvs rdiff -u -r1.7 -r1.8 pkgsrc/archivers/nulib2/patches/patch-ab cvs rdiff -u -r1.5 -r1.6 pkgsrc/archivers/nulib2/patches/patch-ac cvs rdiff -u -r1.2 -r1.3 pkgsrc/archivers/nulib2/patches/patch-ad \ pkgsrc/archivers/nulib2/patches/patch-af cvs rdiff -u -r1.3 -r1.4 pkgsrc/archivers/nulib2/patches/patch-ae Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.