Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 6ED5BA5A67 for ; Thu, 24 Oct 2013 11:00:54 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id B1DB114A262; Thu, 24 Oct 2013 11:00:53 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 7242314A25C for ; Thu, 24 Oct 2013 11:00:50 +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 LShlDf-5G8Br for ; Thu, 24 Oct 2013 11:00: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 A3F2214A254 for ; Thu, 24 Oct 2013 11:00:49 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 9DE3196; Thu, 24 Oct 2013 11:00:49 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Thu, 24 Oct 2013 11:00:49 +0000 From: "Jonathan Perkin" Subject: CVS commit: pkgsrc/net/puf To: pkgsrc-changes@NetBSD.org Reply-To: jperkin@netbsd.org X-Mailer: log_accum Message-Id: <20131024110049.9DE3196@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: jperkin Date: Thu Oct 24 11:00:49 UTC 2013 Modified Files: pkgsrc/net/puf: Makefile distinfo Removed Files: pkgsrc/net/puf/patches: patch-aa Log Message: Update puf to 1.0.0. Changeset from Thomas Merkel. Changes since puf-0.93.2a: 1.0.0 (16 Oct 2005) - Fixed command line parsing error that caused -d to be taken as -dc - -r[+[+]] doesn't imply -p any more, but it advances -p to -pr[+[+]] - The scope of URL-based switches can be limited with brackets now - The file supplied to -i is now interpreted as a generic command file with one command line switch (incl. argument) or URL per line - Dropped SPEC format - use -O and the new -xy/-xyy switches instead - $http_proxy is now obeyed if no proxies are specified with -y/-iy - Scope of -O switch unified with other URL-based switches - Made -O buffer output when dumping multiple sources to one target - Added support for "-O -" - Added -A, -R, -D, -Dl, -Dr, -xr, -xu, -xs, -xo and -xO switches - Removed -xe switch - -xE now enumerates per occurrence of -P - Vast performance improvements of large downloads - Automatically %-escape [invalid] spaces in URLs - Various bug fixes - Change of versioning scheme to something more reasonable 0.93.3 (20 May 2004) - Don't retry after HTTP errors 403 and 404. Added -xT switch to enforce the old behaviour (for some really broken servers) - Don't spawn a separate process for every DNS lookup, but use a pool of DNS helper processes instead - Added -xh and -dc switches - Fixed file corruption on CygWin To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 pkgsrc/net/puf/Makefile cvs rdiff -u -r1.3 -r1.4 pkgsrc/net/puf/distinfo cvs rdiff -u -r1.1 -r0 pkgsrc/net/puf/patches/patch-aa Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.