Path to this page:
./
www/apache-tomcat6,
Implementation of Java Servlet and JavaServer Pages technologies
Branch: pkgsrc-2009Q1,
Version: 6.0.20,
Package name: apache-tomcat-6.0.20,
Maintainer: adrianpApache Tomcat is an implementation of the Java Servlet and JavaServer Pages
technologies. The Java Servlet and JavaServer Pages specifications are
developed under the Java Community Process.
Apache Tomcat is developed in an open and participatory environment and
released under the Apache Software License. Apache Tomcat is intended to
be a collaboration of the best-of-breed developers from around the world.
We invite you to participate in this open development project.
Apache Tomcat powers numerous large-scale, mission-critical web applications
across a diverse range of industries and organizations.
Apache Tomcat 6.x is the current focus of development. It builds upon the
improvements made in Tomcat 5.5.x and implements the Servlet 2.5 and JSP 2.1
specifications. In addition to that, it includes the following improvements:
* Memory usage optimizations
* Advanced IO capabilities
* Refactored clustering
Required to run:[
lang/sun-jre6]
Master sites: (Expand)
SHA1: 4f9d2650d1e4a5a7d053f78b73c2509e64ae6dfc
RMD160: e075b3fdce115843ed2c50b52cb05dd38a15ea0e
Filesize: 5857.713 KB
Version history: (Expand)
- (2009-07-05) Updated to version: apache-tomcat-6.0.20
- (2009-04-06) Package added to pkgsrc.se, version apache-tomcat-6.0.18 (created)
CVS history: (Expand)
2009-06-08 23:31:11 by Matthias Scheler | Files touched by this commit (3) | |
Log message:
Pullup ticket #2789 - requested by adrianp
apache-tomcat6: security update
Revisions pulled up:
- www/apache-tomcat6/Makefile 1.2
- www/apache-tomcat6/PLIST 1.2
- www/apache-tomcat6/distinfo 1.2
---
Module Name: pkgsrc
Committed By: adrianp
Date: Sat Jun 6 17:34:08 UTC 2009
Modified Files:
pkgsrc/www/apache-tomcat6: Makefile PLIST distinfo
Log message:
Update from .18->.20
In brief:
46933: Update StringManager to use Java 5 features. Patch provided by
Jens Kapitza. (markt)
46990: Fix synchronization issues reported by FindBugs. Patch provided
by Sebb. (markt)
Allow huge request body packets for AJP13. (rjung)
Manager application prints FAIL if application was deployed but failed
to start (fhanik)
When shutdown port is disabled, print user friendly message and not a
stack trace. (fhanik)
The invoker servlet has been deprecated and will be removed in Tomcat 7
onwards. (markt)
45154 Implement SEND_FILE behavior for SSL connections using NIO (fhanik)
For full details see:
http://tomcat.apache.org/tomcat-6.0-doc/changelog.html
|