Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) by www.NetBSD.org (Postfix) with ESMTP id EADF663EA15 for ; Thu, 14 Mar 2013 16:24:24 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id D61EB14A367; Thu, 14 Mar 2013 16:24:24 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 5C41E14A35F for ; Thu, 14 Mar 2013 16:24:22 +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 mIr4WgRFaHCZ for ; Thu, 14 Mar 2013 16:24:21 +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 9613214A351 for ; Thu, 14 Mar 2013 16:24:21 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 8CAB7175DD; Thu, 14 Mar 2013 16:24:21 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Thu, 14 Mar 2013 16:24:21 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/www/ruby-unicorn To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20130314162421.8CAB7175DD@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: taca Date: Thu Mar 14 16:24:21 UTC 2013 Modified Files: pkgsrc/www/ruby-unicorn: Makefile PLIST distinfo Log Message: Update ruby-unicorn to 4.6.2. === unicorn 4.6.2 - HTTP parser fix for Rainbows! / 2013-02-26 02:59 UTC This release fixes a bug in Unicorn::HttpParser#filter_body which affected some configurations of Rainbows! There is also a minor size reduction in the DSO. === unicorn 4.6.1 - minor cleanups / 2013-02-21 08:38 UTC Unicorn::Const::UNICORN_VERSION is now auto-generated from GIT-VERSION-GEN and always correct. Minor cleanups for hijacking. === unicorn 4.6.0 - hijacking support / 2013-02-06 11:23 UTC This pre-release adds hijacking support for Rack 1.5 users. See Rack documentation for more information about hijacking. There is also a new --no-default-middleware/-N option for the `unicorn' command to ignore RACK_ENV within unicorn thanks to Lin Jen-Shin. There are only documentation and test-portability updates since 4.6.0pre1, no code changes. === unicorn 4.6.0pre1 - hijacking support / 2013-01-29 21:05 UTC This pre-release adds hijacking support for Rack 1.5 users. See Rack documentation for more information about hijacking. There is also a new --no-default-middleware/-N option for the `unicorn' command to ignore RACK_ENV within unicorn. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 pkgsrc/www/ruby-unicorn/Makefile \ pkgsrc/www/ruby-unicorn/PLIST pkgsrc/www/ruby-unicorn/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.