pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www/apache-tomcat7
Module Name: pkgsrc
Committed By: ryoon
Date: Thu Jul 18 11:55:53 UTC 2024
Modified Files:
pkgsrc/www/apache-tomcat7: Makefile PLIST distinfo
Log Message:
www/apache-tomcat7: Update to 7.0.109
Changelog:
Tomcat 7.0.109 (violetagg)
Catalina
fix 65224: Ensure the correct escaping of attribute values and search
filters in the JNDIRealm. (markt)
fix 65226: Fix extraction of JAR name in some cases in
StandardJarScanner. Submitted by Lynx. (remm)
fix 65235: Add missing attributes to the MBean descriptor file for the
RemoteIpValve. (markt)
Web applications
fix 65235: Correct name of changeLocalName in the documentation for the
RemoteIpValve. (markt)
Other
add Improvements to Korean translations. (woonsan)
add Improvements to Russian translations. Provided by Azat. (mark)
add Improvements to Chinese translations. Provided by shawn. (mark)
add Improvements to Japanese translations. Provided by kfujino and
Shirayuking. (markt)
update Update the packaged version of the Tomcat Native Library to
1.2.28. (markt)
Tomcat 7.0.108 (violetagg) released 2021-02-05
Catalina
56181: Update the RemoteIpValve and RemoteIpFilter so that calls to
fix ServletRequest.getRemoteHost() are consistent with the return value
of ServletRequest.getRemoteAddr() rather than always returning a
value for the proxy. (markt)
fix Ensure that values are not duplicated when manipulating the vary
header. Based on a pull request by Fredrik Fall. (markt)
fix Avoid uncaught InaccessibleObjectException on Java 16 trying to
clear references threads. (remm)
65047: If the AccessLogValve is unable to open the access log file,
fix include information on the current user in the associated log
message (markt)
Jasper
fix 64965: JspContextWrapper.findAttribute should ignore expired
sessions rather than throw an IllegalStateException. (remm)
WebSocket
64951: Fix a potential file descriptor leak when WebSocket
fix connections are attempted and fail. Patch provided by Maurizio
Adami. (markt)
Web applications
Correct a regression in the addition of the HTTP header security
fix filter to the examples web application that prevented the Servlet
examples that depend on the asynchronous API from functioning
correctly. (kkolinko/markt)
65007: Clarify that the commands shown in the TLS documentation
fix for importing a signed TLS certificate from a certificate
authority are typical examples that may need to be adjusted in
some cases. (markt)
code Test for one directory being a sub-directory of another in a
consistent way. (markt)
Other
add 64931: Implement validation of changelog.xml file at build time.
(kkolinko)
update Update to Maven Ant Resolver Tasks 1.3.0. (markt)
fix 62695: Provide SHA-256 and SHA-512 checksums for files published
via Maven. (markt)
add Improvements to Chinese translations. Provided by leeyazhou.
(markt)
add Improvements to French translations. (remm)
add Improvements to Korean translations. (woonsan)
update Update the packaged version of the Tomcat Native Library to
1.2.26. (markt)
update Migrate to new code signing service. (markt)
update Update to Commons Daemon 1.2.4. (markt)
add Improvements to Russian translations. Provided by Polina and
Azat. (markt)
update Update the NSIS Installer used to build the Windows installer to
version 3.06.1. (kkolinko)
Tomcat 7.0.107 (violetagg) released 2020-11-23
Catalina
fix Correct numerous spellings throughout the code base. Based on a
pull request from John Bampton. (markt)
64735: Ensure that none of the methods on a ServletContext instance
fix always fail when running under a SecurityManager. Pull request
provided by Kyle Stiemann. (markt)
64765: Ensure that the number of currently processing threads is
tracked correctly when a web application is undeployed, long
fix running requests are being processed and
renewThreadsWhenStoppingContext is enabled for the web application.
(markt)
Improve the error messages when running under JPMS without the
add necessary options to enable reflection required by the memory leak
prevention / detection code. (markt)
fix 64805: Correct imports used by JMXProxyServlet. (markt)
add 64871: Log a warning if Tomcat blocks access to a file because it
uses symlinks. (markt)
Coyote
Fix processing of URIs with %nn encoded solidus characters when
fix encodedSolidusHandling was set to passthrough and the encoded
solidus was preceded by other %nn encoded characters. Based on a
pull request by willmeck. (markt)
fix 55160: Re-fix this bug after the original fix was reverted by a
separate fix to timeouts in 7.0.81. (markt)
add Add additional debug logging for I/O issues when communicating with
the user agent. (markt)
Web applications
Update the Manager How-To in the documentation web application to
fix clarify when a user may wish to deploy additional instances of the
Manager web application. (markt)
fix 64797: Align manager.xml template file in Host-Manager with
context.xml of real Manager web application. (isapir)
Configure the examples, Manager and Host Manager to use the HTTP
add header security filter with default settings apart from no HSTS
header. Based on a suggestion by Debangshu Kundu. (markt)
Other
add When building, only rebuild JAR files if the contents has
changed. (markt)
add Improvements to Chinese translations. Pull request provided by
Yang Yang. (markt)
add Expand coverage of Russian translations. Pull request provided
by Nikolay Gribanov. (markt)
update Updated to Ant 1.9.1. The build now requires a minimum of Ant
1.9.1. (markt)
fix Fix running service.bat when called from $CATALINA_HOME. (markt)
Complete the fix for 63815. Users wishing to use system
fix properties that require quoting with catalina.sh and the debug
option must use a JRE that includes the fix for JDK-8234808.
(markt)
add Improvements to Chinese translations. Provided by leeyazhou.
(markt)
add Improvements to French translations. (remm)
add Improvements to Korean translations. (woonsan)
add Improvements to Spanish translations. Provided by
Andrewlanecarr. (markt)
add Improvements to Russian translations. Provided by Azat. (markt)
To generate a diff of this commit:
cvs rdiff -u -r1.43 -r1.44 pkgsrc/www/apache-tomcat7/Makefile
cvs rdiff -u -r1.24 -r1.25 pkgsrc/www/apache-tomcat7/PLIST
cvs rdiff -u -r1.37 -r1.38 pkgsrc/www/apache-tomcat7/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-tomcat7/Makefile
diff -u pkgsrc/www/apache-tomcat7/Makefile:1.43 pkgsrc/www/apache-tomcat7/Makefile:1.44
--- pkgsrc/www/apache-tomcat7/Makefile:1.43 Thu Oct 15 16:27:21 2020
+++ pkgsrc/www/apache-tomcat7/Makefile Thu Jul 18 11:55:53 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.43 2020/10/15 16:27:21 otis Exp $
+# $NetBSD: Makefile,v 1.44 2024/07/18 11:55:53 ryoon Exp $
DISTNAME= apache-tomcat-${TOMCAT_VER}
CATEGORIES= www
@@ -24,7 +24,7 @@ USE_TOOLS+= pax
.include "../../mk/bsd.prefs.mk"
-TOMCAT_VER= 7.0.106
+TOMCAT_VER= 7.0.109
TOMCAT_HOME= ${PREFIX}/share/tomcat
EGDIR= ${PREFIX}/share/examples/tomcat
DOCDIR= ${PREFIX}/share/doc/tomcat
Index: pkgsrc/www/apache-tomcat7/PLIST
diff -u pkgsrc/www/apache-tomcat7/PLIST:1.24 pkgsrc/www/apache-tomcat7/PLIST:1.25
--- pkgsrc/www/apache-tomcat7/PLIST:1.24 Thu Oct 15 16:27:21 2020
+++ pkgsrc/www/apache-tomcat7/PLIST Thu Jul 18 11:55:53 2024
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.24 2020/10/15 16:27:21 otis Exp $
+@comment $NetBSD: PLIST,v 1.25 2024/07/18 11:55:53 ryoon Exp $
share/doc/tomcat/LICENSE
share/doc/tomcat/NOTICE
share/doc/tomcat/RELEASE-NOTES
@@ -596,6 +596,7 @@ share/tomcat/webapps/host-manager/META-I
share/tomcat/webapps/host-manager/WEB-INF/jsp/401.jsp
share/tomcat/webapps/host-manager/WEB-INF/jsp/403.jsp
share/tomcat/webapps/host-manager/WEB-INF/jsp/404.jsp
+share/tomcat/webapps/host-manager/WEB-INF/manager.xml
share/tomcat/webapps/host-manager/WEB-INF/web.xml
share/tomcat/webapps/host-manager/images/add.gif
share/tomcat/webapps/host-manager/images/asf-logo.svg
@@ -607,7 +608,6 @@ share/tomcat/webapps/host-manager/images
share/tomcat/webapps/host-manager/images/update.gif
share/tomcat/webapps/host-manager/images/void.gif
share/tomcat/webapps/host-manager/index.jsp
-share/tomcat/webapps/host-manager/manager.xml
share/tomcat/webapps/manager/META-INF/context.xml
share/tomcat/webapps/manager/WEB-INF/jsp/401.jsp
share/tomcat/webapps/manager/WEB-INF/jsp/403.jsp
Index: pkgsrc/www/apache-tomcat7/distinfo
diff -u pkgsrc/www/apache-tomcat7/distinfo:1.37 pkgsrc/www/apache-tomcat7/distinfo:1.38
--- pkgsrc/www/apache-tomcat7/distinfo:1.37 Tue Oct 26 11:29:20 2021
+++ pkgsrc/www/apache-tomcat7/distinfo Thu Jul 18 11:55:53 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.37 2021/10/26 11:29:20 nia Exp $
+$NetBSD: distinfo,v 1.38 2024/07/18 11:55:53 ryoon Exp $
-BLAKE2s (apache-tomcat-7.0.106.tar.gz) = f30939bcb6ba01fcdd0dceca548d4f8b99fdd8c892c517d26d75dc42c23de0ef
-SHA512 (apache-tomcat-7.0.106.tar.gz) = f1fb2f3db9e66e66df120b058c216e72ec30df90abd80feda49773fa35c3c00cb56e4d264803696e1a71591d5cb60fcabf60f37e1774d549642ebe3eb902622d
-Size (apache-tomcat-7.0.106.tar.gz) = 9642456 bytes
+BLAKE2s (apache-tomcat-7.0.109.tar.gz) = 2a4cee34bdb3193f221715e09167b9ba5a057a915bbcb8316389ed60f725296b
+SHA512 (apache-tomcat-7.0.109.tar.gz) = 612e830913bf1401bc9540e2273e465b0ee7ef63750a9969a80f1e9da9edb4888aa621fcc6fa5ba23cff94a40e91eb97e3f969b8064dabd49b2d0ea29e59b57e
+Size (apache-tomcat-7.0.109.tar.gz) = 9656576 bytes
Home |
Main Index |
Thread Index |
Old Index