pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/apache-tomcat7 Updte to 7.0.42



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0f100d595b90
branches:  trunk
changeset: 621418:0f100d595b90
user:      ryoon <ryoon%pkgsrc.org@localhost>
date:      Mon Jul 08 14:26:15 2013 +0000

description:
Updte to 7.0.42

Changelog:
    Add support for time to first byte in the AccessLogValve. Patch provided by Jeremy Boynes.
    Correct a regression introduced in 7.0.39 (refactoring of base 64 encoding and decoding) that broke the JNDI Realm when userPassword was set and passwords were hashed with MD5 or SHA1.
    Ensure that the build process produces Javadoc that is not vulnerable to CVE-2013-1571. Based on a patch by Uwe Schindler.

diffstat:

 www/apache-tomcat7/Makefile |  4 ++--
 www/apache-tomcat7/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (31 lines):

diff -r fa1f47617e87 -r 0f100d595b90 www/apache-tomcat7/Makefile
--- a/www/apache-tomcat7/Makefile       Mon Jul 08 13:56:26 2013 +0000
+++ b/www/apache-tomcat7/Makefile       Mon Jul 08 14:26:15 2013 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2013/06/17 15:07:54 ryoon Exp $
+# $NetBSD: Makefile,v 1.14 2013/07/08 14:26:15 ryoon Exp $
 #
 
 DISTNAME=      apache-tomcat-${TOMCAT_VER}
@@ -23,7 +23,7 @@
 
 .include "../../mk/bsd.prefs.mk"
 
-TOMCAT_VER=            7.0.41
+TOMCAT_VER=            7.0.42
 TOMCAT_HOME=           ${PREFIX}/share/tomcat
 EGDIR=                 ${PREFIX}/share/examples/tomcat
 DOCDIR=                        ${PREFIX}/share/doc/tomcat
diff -r fa1f47617e87 -r 0f100d595b90 www/apache-tomcat7/distinfo
--- a/www/apache-tomcat7/distinfo       Mon Jul 08 13:56:26 2013 +0000
+++ b/www/apache-tomcat7/distinfo       Mon Jul 08 14:26:15 2013 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.9 2013/06/17 15:07:54 ryoon Exp $
+$NetBSD: distinfo,v 1.10 2013/07/08 14:26:15 ryoon Exp $
 
-SHA1 (apache-tomcat-7.0.41.tar.gz) = 87974fcc24711ea253fb43e3db450664e02e1adf
-RMD160 (apache-tomcat-7.0.41.tar.gz) = cfc76367c2019d0f6c73dbbb57ba0222753f2d28
-Size (apache-tomcat-7.0.41.tar.gz) = 7946142 bytes
+SHA1 (apache-tomcat-7.0.42.tar.gz) = 001a64629a93103d4f53ac95faf3e52a63657b95
+RMD160 (apache-tomcat-7.0.42.tar.gz) = 131341cd66866ef1c0ed9f188684e87d15ba8384
+Size (apache-tomcat-7.0.42.tar.gz) = 7955948 bytes



Home | Main Index | Thread Index | Old Index