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 241F1A64EF for ; Mon, 12 Jan 2015 13:16:45 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id C645E14A2C4; Mon, 12 Jan 2015 13:16:44 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id E762114A2C1 for ; Mon, 12 Jan 2015 13:16:41 +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 1OKgQcW3s-Eu for ; Mon, 12 Jan 2015 13:16:41 +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 5AF5214A2BE for ; Mon, 12 Jan 2015 13:16:41 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 5884B98; Mon, 12 Jan 2015 13:16:41 +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 13:16:41 +0000 From: "Makoto Fujiwara" Subject: CVS commit: pkgsrc/www/p5-Starlet To: pkgsrc-changes@NetBSD.org Reply-To: mef@netbsd.org X-Mailer: log_accum Message-Id: <20150112131641.5884B98@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 13:16:41 UTC 2015 Modified Files: pkgsrc/www/p5-Starlet: Makefile distinfo Log Message: Update 0.18 to 0.24 0.24 - worker processes always receive different sequence of values when calling "rand()" 0.23 - serialize calls to select -> accept when listening to multiple ports 0.22 - listen to multiple ports passed from Server::Starter (ttakezawa) 0.21 - support listening to unix socket (passed by Server::Starter) (kazeburo) 0.20 - support HTTP/1.1 (kazeburo) 0.19 - update the dependencies now that Plack no more depends on LWP (miyagawa; https://github.com/plack/Plack/pull/408) - add support for psgix.harakiri (audreyt) To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 pkgsrc/www/p5-Starlet/Makefile cvs rdiff -u -r1.5 -r1.6 pkgsrc/www/p5-Starlet/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.