summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorryoon <ryoon@pkgsrc.org>2013-04-25 14:30:35 +0000
committerryoon <ryoon@pkgsrc.org>2013-04-25 14:30:35 +0000
commit99ad1fae8295447689bcf66ef3c6eb34ff4616e1 (patch)
tree7ffffd585af36986b69663ca0f0e5f0cca8f64f6 /www
parentdfd872ce746f7d1e9a0b812f4bc3db7102f1fe71 (diff)
downloadpkgsrc-99ad1fae8295447689bcf66ef3c6eb34ff4616e1.tar.gz
Update to 7.0.39
Changelog: There have been multiple improvements in the bytes to/from characters conversion process. The core conversion process has been refactored to use the NIO APIs. This has resulted in a number of improvements including invalid UTF-8 byte sequences at the end of a series of bytes now trigger a conversion error rather than being silently swallowed. Errors detected in request URIs will be replaced with the replacement character (allowing the application to respond to the invalid URI as it wishes) and errors in request bodies will trigger an IOException. The use of the JVM provided UTF-8 decoder has been replaced by a better UTF-8 decoder derived from Apache Harmony. This improved decoder has earlier detection of error conditions and more closely follows the Unicode specification regarding the use of replacement characters. The annotation scanning process now provides more information if the scan fails due to broken class dependencies. There is now enough information to identify the class(es) at fault. The JAR scanning process that supports annotation scanning has also seen multiple improvements and fixes including the exclusion by default of the Bootstrap class path from the scan. Upgraded a number of Tomcat's dependencies including Commons Daemon to 1.0.14, Commons IO to 2.4 and Commons FileUpload to r1458500. A new dependency on Commons Codec was added to replace Tomcat's internal Base64 encoder/decoder.
Diffstat (limited to 'www')
-rw-r--r--www/apache-tomcat7/Makefile4
-rw-r--r--www/apache-tomcat7/distinfo8
2 files changed, 6 insertions, 6 deletions
diff --git a/www/apache-tomcat7/Makefile b/www/apache-tomcat7/Makefile
index 934232481ed..8bfb1675973 100644
--- a/www/apache-tomcat7/Makefile
+++ b/www/apache-tomcat7/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2013/01/25 21:09:26 ryoon Exp $
+# $NetBSD: Makefile,v 1.11 2013/04/25 14:30:35 ryoon Exp $
#
DISTNAME= apache-tomcat-${TOMCAT_VER}
@@ -23,7 +23,7 @@ PKG_DESTDIR_SUPPORT= destdir
.include "../../mk/bsd.prefs.mk"
-TOMCAT_VER= 7.0.35
+TOMCAT_VER= 7.0.39
TOMCAT_HOME= ${PREFIX}/share/tomcat
EGDIR= ${PREFIX}/share/examples/tomcat
DOCDIR= ${PREFIX}/share/doc/tomcat
diff --git a/www/apache-tomcat7/distinfo b/www/apache-tomcat7/distinfo
index da92d8d53ad..1b940480de4 100644
--- a/www/apache-tomcat7/distinfo
+++ b/www/apache-tomcat7/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.6 2013/01/25 21:09:26 ryoon Exp $
+$NetBSD: distinfo,v 1.7 2013/04/25 14:30:35 ryoon Exp $
-SHA1 (apache-tomcat-7.0.35.tar.gz) = 62a50fcd4c4144971003d3d2688129ae33cce3e6
-RMD160 (apache-tomcat-7.0.35.tar.gz) = ab5e014fef4c7109ee7c9a595975b0e1a9f65d4f
-Size (apache-tomcat-7.0.35.tar.gz) = 7784675 bytes
+SHA1 (apache-tomcat-7.0.39.tar.gz) = a4dbca1ffa8f67cf9c985426ee019973638f4666
+RMD160 (apache-tomcat-7.0.39.tar.gz) = 421f8d923c4d3ef17691cdf7057ef91cbbd5d8e1
+Size (apache-tomcat-7.0.39.tar.gz) = 7831716 bytes