From owner-svn-ports-branches@freebsd.org Sat Oct 7 00:10:36 2017 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BDE49E44C67; Sat, 7 Oct 2017 00:10:36 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 983FD74F12; Sat, 7 Oct 2017 00:10:36 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v970AZ7X041115; Sat, 7 Oct 2017 00:10:35 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v970AZcU041112; Sat, 7 Oct 2017 00:10:35 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201710070010.v970AZcU041112@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Sat, 7 Oct 2017 00:10:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r451420 - branches/2017Q4/www/tomcat-devel X-SVN-Group: ports-branches X-SVN-Commit-Author: swills X-SVN-Commit-Paths: branches/2017Q4/www/tomcat-devel X-SVN-Commit-Revision: 451420 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 Oct 2017 00:10:36 -0000 Author: swills Date: Sat Oct 7 00:10:35 2017 New Revision: 451420 URL: https://svnweb.freebsd.org/changeset/ports/451420 Log: MFH: r451418 www/tomcat-devel: Update to 9.0.1 PR: 222821 Submitted by: vvd@unislabs.com (maintainer) Security: c0dae634-4820-4505-850d-b1c975d0f67d Approved by: ports-secteam (implicit) Modified: branches/2017Q4/www/tomcat-devel/Makefile branches/2017Q4/www/tomcat-devel/distinfo branches/2017Q4/www/tomcat-devel/pkg-descr (contents, props changed) Directory Properties: branches/2017Q4/ (props changed) Modified: branches/2017Q4/www/tomcat-devel/Makefile ============================================================================== --- branches/2017Q4/www/tomcat-devel/Makefile Sat Oct 7 00:09:54 2017 (r451419) +++ branches/2017Q4/www/tomcat-devel/Makefile Sat Oct 7 00:10:35 2017 (r451420) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= tomcat -PORTVERSION= 9.0.0.M26 +PORTVERSION= 9.0.1 CATEGORIES= www java MASTER_SITES= APACHE/${PORTNAME}/${PORTNAME}-${PORTVERSION:C/([0-9])(.*)/\1/}/v${PORTVERSION}/bin PKGNAMESUFFIX= -devel Modified: branches/2017Q4/www/tomcat-devel/distinfo ============================================================================== --- branches/2017Q4/www/tomcat-devel/distinfo Sat Oct 7 00:09:54 2017 (r451419) +++ branches/2017Q4/www/tomcat-devel/distinfo Sat Oct 7 00:10:35 2017 (r451420) @@ -1,3 +1,3 @@ -TIMESTAMP = 1502730442 -SHA256 (apache-tomcat-9.0.0.M26.tar.gz) = 86ea5d18c5af108defd31e67bc9c367ceec3564f7c54b075b40d11e986b21cbd -SIZE (apache-tomcat-9.0.0.M26.tar.gz) = 9376594 +TIMESTAMP = 1507286153 +SHA256 (apache-tomcat-9.0.1.tar.gz) = 976d9aa996fc34d387ef8de87eed79c5f20c0679b76c1a1fcf331eaa7cdf758f +SIZE (apache-tomcat-9.0.1.tar.gz) = 9397803 Modified: branches/2017Q4/www/tomcat-devel/pkg-descr ============================================================================== --- branches/2017Q4/www/tomcat-devel/pkg-descr Sat Oct 7 00:09:54 2017 (r451419) +++ branches/2017Q4/www/tomcat-devel/pkg-descr Sat Oct 7 00:10:35 2017 (r451420) @@ -1,6 +1,10 @@ Apache Tomcat is a web server written in 100% Pure Java. -This is the version of Tomcat currently under active development. +Apache Tomcat 9.x is the current focus of development. It builds on Tomcat +8.0.x and 8.5.x and implements the current draft of the Servlet 4.0 +specification and also the JSP 2.3, EL 3.0, WebSocket 1.1 and JASPIC 1.1 +specifications (the versions required by Java EE 8 platform). + Development releases may contain large amounts of untested or missing functionality required by the specification and/or significant bugs and are not expected to run stably for any length of time.