Received: by mail.netbsd.org (Postfix, from userid 605) id 63B2284D9F; Wed, 31 Jan 2018 22:27:14 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id E269584D85 for ; Wed, 31 Jan 2018 22:27:13 +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 XZbHi9RrAlTM for ; Wed, 31 Jan 2018 22:27:13 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 5987D84CDD for ; Wed, 31 Jan 2018 22:27:13 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 2C1E3FB40; Wed, 31 Jan 2018 22:27:13 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_15174376335370" MIME-Version: 1.0 Date: Wed, 31 Jan 2018 22:27:13 +0000 From: "Zafer Aydogan" Subject: CVS commit: pkgsrc/www/apache-tomcat8 To: pkgsrc-changes@NetBSD.org Reply-To: zafer@netbsd.org X-Mailer: log_accum Message-Id: <20180131222713.2C1E3FB40@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. --_----------=_15174376335370 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: zafer Date: Wed Jan 31 22:27:13 UTC 2018 Modified Files: pkgsrc/www/apache-tomcat8: Makefile PLIST distinfo Log Message: Update www/apache-tomcat8 to 8.0.49. Notable changes: - Allow a call to AsyncContext.dispatch() to terminate non-blocking I/O. (markt) Full changelog: https://tomcat.apache.org/tomcat-8.0-doc/changelog.html To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 pkgsrc/www/apache-tomcat8/Makefile cvs rdiff -u -r1.9 -r1.10 pkgsrc/www/apache-tomcat8/PLIST cvs rdiff -u -r1.16 -r1.17 pkgsrc/www/apache-tomcat8/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_15174376335370 Content-Disposition: inline Content-Length: 3370 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/apache-tomcat8/Makefile diff -u pkgsrc/www/apache-tomcat8/Makefile:1.15 pkgsrc/www/apache-tomcat8/Makefile:1.16 --- pkgsrc/www/apache-tomcat8/Makefile:1.15 Tue Oct 31 14:33:23 2017 +++ pkgsrc/www/apache-tomcat8/Makefile Wed Jan 31 22:27:13 2018 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2017/10/31 14:33:23 fhajny Exp $ +# $NetBSD: Makefile,v 1.16 2018/01/31 22:27:13 zafer Exp $ # DISTNAME= apache-tomcat-${TOMCAT_VER} @@ -21,7 +21,7 @@ USE_TOOLS+= pax .include "../../mk/bsd.prefs.mk" -TOMCAT_VER= 8.0.47 +TOMCAT_VER= 8.0.49 TOMCAT_HOME= ${PREFIX}/share/tomcat EGDIR= ${PREFIX}/share/examples/tomcat DOCDIR= ${PREFIX}/share/doc/tomcat Index: pkgsrc/www/apache-tomcat8/PLIST diff -u pkgsrc/www/apache-tomcat8/PLIST:1.9 pkgsrc/www/apache-tomcat8/PLIST:1.10 --- pkgsrc/www/apache-tomcat8/PLIST:1.9 Sat May 20 23:43:54 2017 +++ pkgsrc/www/apache-tomcat8/PLIST Wed Jan 31 22:27:13 2018 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.9 2017/05/20 23:43:54 ryoon Exp $ +@comment $NetBSD: PLIST,v 1.10 2018/01/31 22:27:13 zafer Exp $ share/doc/tomcat/LICENSE share/doc/tomcat/NOTICE share/doc/tomcat/RELEASE-NOTES @@ -186,6 +186,7 @@ share/tomcat/webapps/docs/logging.html share/tomcat/webapps/docs/manager-howto.html share/tomcat/webapps/docs/maven-jars.html share/tomcat/webapps/docs/mbeans-descriptors-howto.html +share/tomcat/webapps/docs/mbeans-descriptors.dtd share/tomcat/webapps/docs/monitoring.html share/tomcat/webapps/docs/proxy-howto.html share/tomcat/webapps/docs/realm-howto.html @@ -239,6 +240,8 @@ share/tomcat/webapps/examples/WEB-INF/cl share/tomcat/webapps/examples/WEB-INF/classes/async/Async2.java share/tomcat/webapps/examples/WEB-INF/classes/async/Async3.class share/tomcat/webapps/examples/WEB-INF/classes/async/Async3.java +share/tomcat/webapps/examples/WEB-INF/classes/async/AsyncStockContextListener.class +share/tomcat/webapps/examples/WEB-INF/classes/async/AsyncStockContextListener.java share/tomcat/webapps/examples/WEB-INF/classes/async/AsyncStockServlet.class share/tomcat/webapps/examples/WEB-INF/classes/async/AsyncStockServlet.java share/tomcat/webapps/examples/WEB-INF/classes/async/Stockticker$Stock.class Index: pkgsrc/www/apache-tomcat8/distinfo diff -u pkgsrc/www/apache-tomcat8/distinfo:1.16 pkgsrc/www/apache-tomcat8/distinfo:1.17 --- pkgsrc/www/apache-tomcat8/distinfo:1.16 Tue Oct 31 14:33:23 2017 +++ pkgsrc/www/apache-tomcat8/distinfo Wed Jan 31 22:27:13 2018 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.16 2017/10/31 14:33:23 fhajny Exp $ +$NetBSD: distinfo,v 1.17 2018/01/31 22:27:13 zafer Exp $ -SHA1 (apache-tomcat-8.0.47.tar.gz) = 2b5a0d173040f9a576e372cae5d85b05599fd0eb -RMD160 (apache-tomcat-8.0.47.tar.gz) = dcdf582661feec7d197a7dbee75e5272c56c510f -SHA512 (apache-tomcat-8.0.47.tar.gz) = 7d543deaa552c8ed10b90e2e8f304a9f85eb7a35646838f2e6946da8f908242e0935b02a949a3878f55316a02f458f52070b384fe3b8ff47861a55f7c13cf94a -Size (apache-tomcat-8.0.47.tar.gz) = 9368661 bytes +SHA1 (apache-tomcat-8.0.49.tar.gz) = d5c97c29ebb0568aac16e393a06d9d9cb29b30ab +RMD160 (apache-tomcat-8.0.49.tar.gz) = 3c61252c9203d0c2633b68bdac95b4a29dbb47e1 +SHA512 (apache-tomcat-8.0.49.tar.gz) = 6ed4bf277cf0d21a70c244c3e1e5bb8b96ed4f5451df2a63b7adf5c41befbdf9044c1ffbd603520ef18151d67e6292a5625dc4a4f944329e331219a802f00742 +Size (apache-tomcat-8.0.49.tar.gz) = 9413703 bytes --_----------=_15174376335370--