pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/www/apache-tomcat7



Module Name:    pkgsrc
Committed By:   ryoon
Date:           Sat May 20 23:41:58 UTC 2017

Modified Files:
        pkgsrc/www/apache-tomcat7: Makefile distinfo

Log Message:
Update to 7.0.78

Changelog:
Tomcat 7.0.78 (violetagg)

    General

        add     Allow to exclude JUnit test classes using the build property test.exclude and document the property in BUILDING.txt. (rjung)

    Catalina

        fix     Review those places where Tomcat re-encodes a URI or URI component and ensure that that correct encoding (path differs from query string) is applied and that the encoding is applied 
consistently. (markt)
        fix     Use a more reliable mechanism for the DefaultServlet when determining if the current request is for custom error page or not. (markt)
        fix     Ensure that when the Default or WebDAV servlets process an error dispatch that the error resource is processed via the doGet() method irrespective of the method used for the original 
request that triggered the error. (markt)
        fix     If a static custom error page is specified that does not exist or cannot be read, ensure that the intended error status is returned rather than a 404. (markt)
        fix     When the WebDAV servlet is configured and an error dispatch is made to a custom error page located below WEB-INF, ensure that the target error page is displayed rather than a 404 
response. (markt)
        add     61047: Add MIME mapping for woff2 fonts in the default web.xml. Patch provided by Justin Williamson. (violetagg)
        fix     Correct the logic that selects the encoding to use to decode the query string in the SSIServletExternalResolver so that the useBodyEncodingForURI attribute of the Connector is 
correctly taken into account. (markt)
        fix     61072: Respect the documentation statements that allow using the platform default secure random for session id generation. (remm)
        fix     Correct the javadoc for o.a.c.connector.CoyoteAdapter#parseSessionCookiesId. Patch provided by John Andrew (XUZHOUWANG) via Github. (violetagg)

    Jasper

        fix     60925: Improve the handling of access to properties defined by interfaces when a BeanELResolver is used under a SecurityManager. (markt)

    WebSocket

        fix     61003: Ensure the flags for reading/writing in o.a.t.websocket.AsyncChannelWrapperSecure are correctly reset even if some exceptions occurred during processing. (markt/violetagg)

    Web applications

        add     Document the property test.excludePerformance in BUILDING.txt. (rjung)
        add     Add documents for maxIdleTime attribute to Channel Receiver docs. (kfujino)

    jdbc-pool

        code    Refactor the creating a constructor for a proxy class to reduce duplicate code. (kfujino)
        fix     In StatementFacade, the method call on the statements that have been closed throw SQLException rather than NullPointerException. (kfujino)

    Other

        fix     Correct comments about Java 8 in Jre8Compat. Patch provided by fibbers via Github. (violetagg)
        fix     60932: Correctly escape single quotes when used in i18n messages. Based on a patch by Michael Osipov. (markt)


To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 pkgsrc/www/apache-tomcat7/Makefile
cvs rdiff -u -r1.24 -r1.25 pkgsrc/www/apache-tomcat7/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-tomcat7/Makefile
diff -u pkgsrc/www/apache-tomcat7/Makefile:1.29 pkgsrc/www/apache-tomcat7/Makefile:1.30
--- pkgsrc/www/apache-tomcat7/Makefile:1.29     Mon Apr 10 10:32:47 2017
+++ pkgsrc/www/apache-tomcat7/Makefile  Sat May 20 23:41:58 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.29 2017/04/10 10:32:47 ryoon Exp $
+# $NetBSD: Makefile,v 1.30 2017/05/20 23:41:58 ryoon Exp $
 #
 
 DISTNAME=      apache-tomcat-${TOMCAT_VER}
@@ -21,7 +21,7 @@ USE_TOOLS+=   pax
 
 .include "../../mk/bsd.prefs.mk"
 
-TOMCAT_VER=            7.0.77
+TOMCAT_VER=            7.0.78
 TOMCAT_HOME=           ${PREFIX}/share/tomcat
 EGDIR=                 ${PREFIX}/share/examples/tomcat
 DOCDIR=                        ${PREFIX}/share/doc/tomcat

Index: pkgsrc/www/apache-tomcat7/distinfo
diff -u pkgsrc/www/apache-tomcat7/distinfo:1.24 pkgsrc/www/apache-tomcat7/distinfo:1.25
--- pkgsrc/www/apache-tomcat7/distinfo:1.24     Mon Apr 10 10:32:47 2017
+++ pkgsrc/www/apache-tomcat7/distinfo  Sat May 20 23:41:58 2017
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.24 2017/04/10 10:32:47 ryoon Exp $
+$NetBSD: distinfo,v 1.25 2017/05/20 23:41:58 ryoon Exp $
 
-SHA1 (apache-tomcat-7.0.77.tar.gz) = 348a7e11789d0486b5a9851adb265f7d8c3b55ea
-RMD160 (apache-tomcat-7.0.77.tar.gz) = fa9aa61afc107ffc6125b5e6a8e6a375cc6cf046
-SHA512 (apache-tomcat-7.0.77.tar.gz) = aa47ed94bee99dd017014e25e77aa0638a12a13fff18be0b4339185d7b0aac16501d2b80e484a0dfb64d106d9e81f9e52745eab583d04f7cd696e70e38d6782a
-Size (apache-tomcat-7.0.77.tar.gz) = 8967197 bytes
+SHA1 (apache-tomcat-7.0.78.tar.gz) = 3da1860dda1c5ac06292846730a1f39a1aeb616a
+RMD160 (apache-tomcat-7.0.78.tar.gz) = f6bdbe99f76b6ab7bf0b03b026cea6062d18bf4b
+SHA512 (apache-tomcat-7.0.78.tar.gz) = ec9bf4b17f1ecfeaab771c241fbb292af368cb11f98a62a223cfcfc069878eddc77aa5930349d7c166784243185a82642741d273c0a8416fa104f0f8130a85a2
+Size (apache-tomcat-7.0.78.tar.gz) = 8968516 bytes



Home | Main Index | Thread Index | Old Index