Date: Sat, 7 Oct 2017 00:10:35 +0000 (UTC) From: Steve Wills <swills@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r451420 - branches/2017Q4/www/tomcat-devel Message-ID: <201710070010.v970AZcU041112@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201710070010.v970AZcU041112>