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 7FFF1A61B3 for ; Sun, 24 Nov 2013 04:44:54 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id DF81414A286; Sun, 24 Nov 2013 04:44:53 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id C876B14A26F for ; Sun, 24 Nov 2013 04:44:51 +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 l0hNcixKeKHS for ; Sun, 24 Nov 2013 04:44:51 +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 355CA14A20F for ; Sun, 24 Nov 2013 04:44:51 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 279BD96; Sun, 24 Nov 2013 04:44:51 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Sun, 24 Nov 2013 04:44:51 +0000 From: "Ryo ONODERA" Subject: CVS commit: pkgsrc/www/apache-tomcat7 To: pkgsrc-changes@NetBSD.org Reply-To: ryoon@netbsd.org X-Mailer: log_accum Message-Id: <20131124044451.279BD96@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: ryoon Date: Sun Nov 24 04:44:51 UTC 2013 Modified Files: pkgsrc/www/apache-tomcat7: Makefile PLIST distinfo Log Message: Update to 7.0.47 Changelog: The Apache Tomcat Project is proud to announce the release of version 7.0.47 of Apache Tomcat. This release contains a number of bug fixes and improvements compared to version 7.0.42. The notable changes include: Back-port the JSR-356 Java WebSocket 1.0 implementation from Apache Tomcat 8. Note that use of this functionality requires Java 7. Deprecate the Apache Tomcat proprietary WebSocket API in favour of the new JSR-356 implementation. Add a drawing board example to the WebSocket examples. The minimum required APR/native library version required if the APR/native connector is used is now 1.1.29. To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 pkgsrc/www/apache-tomcat7/Makefile cvs rdiff -u -r1.7 -r1.8 pkgsrc/www/apache-tomcat7/PLIST cvs rdiff -u -r1.10 -r1.11 pkgsrc/www/apache-tomcat7/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.