Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (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 F3EC27A104 for ; Thu, 20 Apr 2017 21:59:12 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 9B93184DC9; Thu, 20 Apr 2017 21:59:12 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 2CF5B84DC2 for ; Thu, 20 Apr 2017 21:59:12 +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 ti4uAorXlGgC for ; Thu, 20 Apr 2017 21:59:11 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 2B8BC84D73 for ; Thu, 20 Apr 2017 21:59:11 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 26DC6FBE4; Thu, 20 Apr 2017 21:59:11 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1492725551269880" MIME-Version: 1.0 Date: Thu, 20 Apr 2017 21:59:11 +0000 From: "Min Sik Kim" Subject: CVS commit: pkgsrc/www/ruby-actionpack42 To: pkgsrc-changes@NetBSD.org Reply-To: minskim@netbsd.org X-Mailer: log_accum Message-Id: <20170420215911.26DC6FBE4@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1492725551269880 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: minskim Date: Thu Apr 20 21:59:11 UTC 2017 Added Files: pkgsrc/www/ruby-actionpack42: DESCR Makefile PLIST distinfo Log Message: Import ruby-actionpack-4.2.8 as www/ruby-actionpack42 Notable changes since 3.2: - Change the stylesheet of exception pages for development mode. Additionally display also the line of code and fragment that raised the exception in all exceptions pages. - protect_from_forgery also prevents cross-origin