Subject: CVS commit: pkgsrc/www/apache-tomcat7
From: Ryo ONODERA
Date: 2014-12-20 08:49:26
Message id: 20141220074926.5B32798@cvs.netbsd.org

Log Message:
Update to 7.0.57

Changelog:
Tomcat 7.0.57 (violetagg)

    Catalina

        add	47919: Extend the information logged when Tomcat starts to \ 
optionally log the values of command line arguments (enabled by default) and \ 
environment variables (disabled by default). Note that the values added to \ 
CATALINA_OPTS and JAVA_OPTS environment variables will be logged, as they are \ 
used to build up the command line. (markt)
        add	56401: Log version information when Tomcat starts. (markt/kkolinko)
        fix	57022: Ensure SPNEGO authentication continues to work with the JNDI \ 
Realm using delegated credentials with recent Oracle JREs. (markt)
        fix	Correct a couple of NPEs in the JNDI Realm that could be triggered \ 
with when not specifying a roleBase and enabling roleSearchAsUser. (markt)
        fix	Remove the unnecessary registration of context.xml as a redeploy \ 
resource. The context.xml having an external docBase has already been registered \ 
as a redeploy resources at first. (kfujino)
        fix	Improve the previous fix for 56401. Avoid logging version \ 
information in the constructor since it then gets logged at undesirable times \ 
such as when using StoreConfig. (markt)
        fix	57105: When parsing web.xml do not limit the buffer element of the \ 
jsp-property-group element to integer values as the allowed values are \ 
<number>kb or none. (markt)
        update	Update the minimum required version of the Tomcat Native library \ 
(if used) to 1.1.32. (markt)
        update	57144: Improve ClientAbortException to provide non-null message. \ 
(kkolinko)

    Coyote

        add	53952: Add support for TLSv1.1 and TLSv1.2 for APR connector. Based \ 
upon a patch by Marcel Å ebek. This feature requires Tomcat Native library \ 
1.1.32 or later. (schultz/jfclere)
        add	Disable SSLv3 by default for JSSE based HTTPS connectors (BIO and \ 
NIO). The change also ensures that SSLv2 is disabled for these connectors \ 
although SSLv2 should already be disabled by default by the JRE. (markt)
        add	Disable SSLv3 by default for the APR/native HTTPS connector. (markt)
        fix	Do not increase remaining counter at end of stream in \ 
IdentityInputFilter. (kkolinko)

    Jasper

        fix	57099: Ensure that semi-colons are not permitted in JSP import page \ 
directives. (markt)

    Cluster

        fix	Avoid possible integer overflows reported by Coverity Scan. (fschumacher)

    WebSocket

        fix	57054: Correctly handle the case in the WebSocket client when the \ 
HTTP response to the upgrade request can not be read in a single pass; either \ 
because the buffer is too small or the server sent the response in multiple \ 
packets. (markt)
        fix	Fix client subprotocol handling. (remm)
        fix	Add null checks for arguments in remote endpoint. (remm/kkolinko)
        fix	57091: Work around the behaviour of the Oracle JRE when creating new \ 
threads in an applet environment that breaks the WebSocket client \ 
implementation. Patch provided by Niklas Hallqvist. (markt)
        fix	57118: Ensure that that an EncodeException is thrown by \ 
RemoteEndpoint.Basic.sendObject(Object) rather than an IOException when no \ 
suitable Encoder is configured for the given Object. (markt)

    Web applications

        fix	Correct documentation for ServerCookie.ALLOW_NAME_ONLY system \ 
property. (kkolinko)
        fix	57049: Clarified that jvmRoute can be set in <Engine>'s \ 
jvmRoute or in a system property. (schultz)
        fix	Correct version of Java WebSocket mentioned in documentation \ 
(s/1.0/1.1/). (markt/kkolinko)
        update	In examples web application move Async and Comet examples from \ 
JSP to Servlet examples page. (kkolinko)
        update	Suppress timestamp comments and enable charset header in Javadoc. \ 
(kkolinko)

    jdbc-pool

        fix	57079: Use Tomcat version number for jdbc-pool module when building \ 
and shipping the module as part of Tomcat. (markt/kkolinko)
        fix	Fix broken overview page in javadoc generated via \ 
"javadoc" task in jdbc-pool build.xml file. (kkolinko)

    Other

        update	56079: The Apache Tomcat Windows service and the Apache Tomcat \ 
Windows service monitor application are now digitally signed. (markt)
        fix	Fix timestamps in Tomcat build and jdbc-pool to use 24-hour format \ 
instead of 12-hour one and use UTC timezone. (markt/kkolinko)
        update	Improve Tomcat build script to ensure that only one ecj-nn.jar \ 
file is present in Tomcat lib directory when Eclipse JDT Compiler is updated to \ 
a new version. (kkolinko)
        update	56596: Update to Tomcat Native Library version 1.1.32 to pick up \ 
the Windows binaries that are based on OpenSSL 1.0.1j and APR 1.5.1. (markt)
        code	In Tomcat tests: log name of the current test method at start time. \ 
(kkolinko)

Files:
RevisionActionfile
1.21modifypkgsrc/www/apache-tomcat7/Makefile
1.12modifypkgsrc/www/apache-tomcat7/PLIST
1.15modifypkgsrc/www/apache-tomcat7/distinfo