pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www/apache-tomcat8
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.
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
Home |
Main Index |
Thread Index |
Old Index