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 69280A65BD for ; Mon, 12 Jan 2015 07:48:08 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 16CB314A2C2; Mon, 12 Jan 2015 07:48:08 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 595DF14A2C1 for ; Mon, 12 Jan 2015 07:48:04 +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 dWCeNffyU8rZ for ; Mon, 12 Jan 2015 07:48:03 +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 C83BE14A2C0 for ; Mon, 12 Jan 2015 07:48:03 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id C158C98; Mon, 12 Jan 2015 07:48:03 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Mon, 12 Jan 2015 07:48:03 +0000 From: "Makoto Fujiwara" Subject: CVS commit: pkgsrc/www/p5-HTTP-Proxy To: pkgsrc-changes@NetBSD.org Reply-To: mef@netbsd.org X-Mailer: log_accum Message-Id: <20150112074803.C158C98@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: mef Date: Mon Jan 12 07:48:03 UTC 2015 Modified Files: pkgsrc/www/p5-HTTP-Proxy: Makefile distinfo Log Message: Update 0.28 to 0.301 0.301 Sun Aug 3 2014 [TEST] - fix t/02pod-coverage.t to skip HTTP::Proxy::Engine::Threaded when running under an unthreaded Perl (Masahiro Nagano (KAZEBURO)) - fix t/01pod.t and t/02pod-coverage.t to only run under RELEASE_TESTING (thanks to Masahiro Nagano (KAZEBURO)) 0.300 Sun Apr 7 2013 [IMPROVEMENTS] - Downgrade a disconnect message from ERROR to SOCKET debug level in order to reduce the amount of runtime log output. Disconnects are /very/ common in HTTP, and shoudn't be considered errors. (thanks to Salve J. Nilsen) [TEST] - include t/90httpstatus.t in the MANIFEST - fix t/67save.t to not try to create files with a "?" in their name under MSWin32 0.29 Tue Mar 19 2013 [TEST] - fix t/50hopbyhop.t to open the proxy on a random port, and avoid failures when port 8080 is "already in use" To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 pkgsrc/www/p5-HTTP-Proxy/Makefile cvs rdiff -u -r1.6 -r1.7 pkgsrc/www/p5-HTTP-Proxy/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.