pkgsrc-Changes archive

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

CVS commit: [pkgsrc-2017Q3] pkgsrc/www/apache-tomcat85



Module Name:    pkgsrc
Committed By:   bsiegert
Date:           Sat Nov  4 19:33:29 UTC 2017

Modified Files:
        pkgsrc/www/apache-tomcat85 [pkgsrc-2017Q3]: Makefile distinfo

Log Message:
Pullup ticket #5597 - requested by sevan
www/apache-tomcat85: security fix

Revisions pulled up:
- www/apache-tomcat85/Makefile                                  1.4
- www/apache-tomcat85/distinfo                                  1.4

---
   Module Name:    pkgsrc
   Committed By:   ryoon
   Date:           Wed Oct 25 14:18:47 UTC 2017

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

   Log Message:
   Update to 8.5.23

   Changelog:
       A fix for CVE-2017-12617.
       Stricter validation of the HTTP Host header.
       Add ExtractingRoot, a new WebResourceRoot implementation that
   extracts JARs to the work directory for improved performance when
   deploying packed WAR files.
       Added support for the OpenSSL SSL_CONF API. To support this the
   minimum required Tomcat Native version is 1.2.14.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.3.4.1 pkgsrc/www/apache-tomcat85/Makefile \
    pkgsrc/www/apache-tomcat85/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-tomcat85/Makefile
diff -u pkgsrc/www/apache-tomcat85/Makefile:1.3 pkgsrc/www/apache-tomcat85/Makefile:1.3.4.1
--- pkgsrc/www/apache-tomcat85/Makefile:1.3     Tue Aug 15 01:50:45 2017
+++ pkgsrc/www/apache-tomcat85/Makefile Sat Nov  4 19:33:28 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2017/08/15 01:50:45 ryoon Exp $
+# $NetBSD: Makefile,v 1.3.4.1 2017/11/04 19:33:28 bsiegert Exp $
 #
 
 DISTNAME=      apache-tomcat-${TOMCAT_VER}
@@ -21,7 +21,7 @@ USE_TOOLS+=   pax
 
 .include "../../mk/bsd.prefs.mk"
 
-TOMCAT_VER=            8.5.20
+TOMCAT_VER=            8.5.23
 TOMCAT_HOME=           ${PREFIX}/share/tomcat
 EGDIR=                 ${PREFIX}/share/examples/tomcat
 DOCDIR=                        ${PREFIX}/share/doc/tomcat
Index: pkgsrc/www/apache-tomcat85/distinfo
diff -u pkgsrc/www/apache-tomcat85/distinfo:1.3 pkgsrc/www/apache-tomcat85/distinfo:1.3.4.1
--- pkgsrc/www/apache-tomcat85/distinfo:1.3     Tue Aug 15 01:50:45 2017
+++ pkgsrc/www/apache-tomcat85/distinfo Sat Nov  4 19:33:28 2017
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2017/08/15 01:50:45 ryoon Exp $
+$NetBSD: distinfo,v 1.3.4.1 2017/11/04 19:33:28 bsiegert Exp $
 
-SHA1 (apache-tomcat-8.5.20.tar.gz) = e0c8b5f2c5ac4bea302d50101cac46b57947a920
-RMD160 (apache-tomcat-8.5.20.tar.gz) = fc705cb89a54aa33189fc7338d6e9e8447bdec10
-SHA512 (apache-tomcat-8.5.20.tar.gz) = 6948e52ba6bb66254cb322d50d5432d56b6f3cf99c23f8ab0ff756d2934862be90560f49f594995f672a9211ba684a0267fae3ae67eb6831f11da1b5924117d3
-Size (apache-tomcat-8.5.20.tar.gz) = 9433364 bytes
+SHA1 (apache-tomcat-8.5.23.tar.gz) = 1ba27c1bb86ab9c8404e98068800f90bd662523c
+RMD160 (apache-tomcat-8.5.23.tar.gz) = 9a1bf8477fb430a7c76af8c1da7a197ca0f079f2
+SHA512 (apache-tomcat-8.5.23.tar.gz) = 93666bd46fd0bfb984503cd1adadc84bbfd3f9b74702940c7fe80369281c671bf5cff3a3da9526da6581fdad0290b928d0d855474a9d74fc1bdeffe3950b11b7
+Size (apache-tomcat-8.5.23.tar.gz) = 9472492 bytes



Home | Main Index | Thread Index | Old Index