pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/apache-tomcat7 www/apache-tomcat7: Update to 7.0.106



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a6f0e4e82c3e
branches:  trunk
changeset: 440692:a6f0e4e82c3e
user:      otis <otis%pkgsrc.org@localhost>
date:      Thu Oct 15 16:27:21 2020 +0000

description:
www/apache-tomcat7: Update to 7.0.106

Brief changes for 7.0.16:
- Pre-load the CoyoteOutputStream class to prevent a potential
  exception when running under a security manager. Patch provided by Johnathan
  Gilday. (markt)
- Refactor the Default servlet to provide a single method that can be
  overridden (generateETag()) should a custom entity tag format be required.
  (markt)
- Improve the validation of entity tags provided with conditional
  requests. Requests with headers that contain invalid entity tags will be
  rejected with a 400 response code. Improve the matching algorithm used to
  compare entity tags in conditional requests with the entity tag for the
  requested resource. Based on a pull request by Sergey Ponomarev. (markt)
- Deprecate the JDBCRealm. (markt)

Full changelog is available at:
https://tomcat.apache.org/tomcat-7.0-doc/changelog.html

Also CONFLICTS have been adjusted.

diffstat:

 www/apache-tomcat7/Makefile |  12 +++++++-----
 www/apache-tomcat7/PLIST    |  12 ++----------
 www/apache-tomcat7/distinfo |  10 +++++-----
 3 files changed, 14 insertions(+), 20 deletions(-)

diffs (84 lines):

diff -r 59e66181f36f -r a6f0e4e82c3e www/apache-tomcat7/Makefile
--- a/www/apache-tomcat7/Makefile       Thu Oct 15 16:16:35 2020 +0000
+++ b/www/apache-tomcat7/Makefile       Thu Oct 15 16:27:21 2020 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.42 2020/04/25 22:23:05 jym Exp $
+# $NetBSD: Makefile,v 1.43 2020/10/15 16:27:21 otis Exp $
 
 DISTNAME=      apache-tomcat-${TOMCAT_VER}
 CATEGORIES=    www
-PKGREVISION=   1
 MASTER_SITES=  ${MASTER_SITE_APACHE:=tomcat/tomcat-7/v${TOMCAT_VER}/bin/}
 MASTER_SITES+= https://archive.apache.org/dist/tomcat/tomcat-7/v${TOMCAT_VER}/bin/
 
@@ -11,8 +10,11 @@
 COMMENT=       Implementation of Java Servlet and JavaServer Pages technologies
 LICENSE=       apache-2.0
 
-CONFLICTS+=    jakarta-tomcat55-[0-9]*
-CONFLICTS+=    jakarta-tomcat-[0-9]*
+CONFLICTS+=    apache-tomcat55-[0-9]*
+CONFLICTS+=    apache-tomcat6-[0-9]*
+CONFLICTS+=    apache-tomcat8-[0-9]*
+CONFLICTS+=    apache-tomcat85-[0-9]*
+CONFLICTS+=    apache-tomcat9-[0-9]*
 
 NO_BUILD=      yes
 USE_LANGUAGES= # none
@@ -22,7 +24,7 @@
 
 .include "../../mk/bsd.prefs.mk"
 
-TOMCAT_VER=            7.0.99
+TOMCAT_VER=            7.0.106
 TOMCAT_HOME=           ${PREFIX}/share/tomcat
 EGDIR=                 ${PREFIX}/share/examples/tomcat
 DOCDIR=                        ${PREFIX}/share/doc/tomcat
diff -r 59e66181f36f -r a6f0e4e82c3e www/apache-tomcat7/PLIST
--- a/www/apache-tomcat7/PLIST  Thu Oct 15 16:16:35 2020 +0000
+++ b/www/apache-tomcat7/PLIST  Thu Oct 15 16:27:21 2020 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.23 2020/01/13 07:37:46 ryoon Exp $
+@comment $NetBSD: PLIST,v 1.24 2020/10/15 16:27:21 otis Exp $
 share/doc/tomcat/LICENSE
 share/doc/tomcat/NOTICE
 share/doc/tomcat/RELEASE-NOTES
@@ -73,6 +73,7 @@
 share/tomcat/webapps/docs/RUNNING.txt
 share/tomcat/webapps/docs/WEB-INF/web.xml
 share/tomcat/webapps/docs/aio.html
+share/tomcat/webapps/docs/annotationapi/index.html
 share/tomcat/webapps/docs/api/index.html
 share/tomcat/webapps/docs/appdev/build.xml.txt
 share/tomcat/webapps/docs/appdev/deployment.html
@@ -144,15 +145,6 @@
 share/tomcat/webapps/docs/developers.html
 share/tomcat/webapps/docs/elapi/index.html
 share/tomcat/webapps/docs/extras.html
-share/tomcat/webapps/docs/funcspecs/fs-admin-apps.html
-share/tomcat/webapps/docs/funcspecs/fs-admin-objects.html
-share/tomcat/webapps/docs/funcspecs/fs-admin-opers.html
-share/tomcat/webapps/docs/funcspecs/fs-default.html
-share/tomcat/webapps/docs/funcspecs/fs-jdbc-realm.html
-share/tomcat/webapps/docs/funcspecs/fs-jndi-realm.html
-share/tomcat/webapps/docs/funcspecs/fs-memory-realm.html
-share/tomcat/webapps/docs/funcspecs/index.html
-share/tomcat/webapps/docs/funcspecs/mbean-names.html
 share/tomcat/webapps/docs/host-manager-howto.html
 share/tomcat/webapps/docs/html-host-manager-howto.html
 share/tomcat/webapps/docs/html-manager-howto.html
diff -r 59e66181f36f -r a6f0e4e82c3e www/apache-tomcat7/distinfo
--- a/www/apache-tomcat7/distinfo       Thu Oct 15 16:16:35 2020 +0000
+++ b/www/apache-tomcat7/distinfo       Thu Oct 15 16:27:21 2020 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.34 2020/01/13 07:37:46 ryoon Exp $
+$NetBSD: distinfo,v 1.35 2020/10/15 16:27:21 otis Exp $
 
-SHA1 (apache-tomcat-7.0.99.tar.gz) = ccc5cf61b663242ab0bb1890b5ed0ee6198fc0ba
-RMD160 (apache-tomcat-7.0.99.tar.gz) = ebf5853d684deaa92ce26d4271af208bc221aa8e
-SHA512 (apache-tomcat-7.0.99.tar.gz) = f53fb4fe6e568afe03fcf23043a3125b0c0ad99872146ff150a30333be92e6322b2278bfcfb2cce67112f09c3aa464086442bb8a79280548b179127ed1abbca9
-Size (apache-tomcat-7.0.99.tar.gz) = 9587605 bytes
+SHA1 (apache-tomcat-7.0.106.tar.gz) = 00461ec6db131f6cc730d785b329e37be1661514
+RMD160 (apache-tomcat-7.0.106.tar.gz) = 362abd8caccef9a861ac3fdf23b12761d5046325
+SHA512 (apache-tomcat-7.0.106.tar.gz) = f1fb2f3db9e66e66df120b058c216e72ec30df90abd80feda49773fa35c3c00cb56e4d264803696e1a71591d5cb60fcabf60f37e1774d549642ebe3eb902622d
+Size (apache-tomcat-7.0.106.tar.gz) = 9642456 bytes



Home | Main Index | Thread Index | Old Index