update to tomcat-8.5.53

This commit is contained in:
sthen 2020-03-27 15:59:34 +00:00
parent 2e1ecfc43a
commit ecb1899019
5 changed files with 180 additions and 37 deletions

View File

@ -1,10 +1,10 @@
# $OpenBSD: Makefile,v 1.37 2019/08/08 21:01:49 sthen Exp $
# $OpenBSD: Makefile,v 1.38 2020/03/27 15:59:34 sthen Exp $
COMMENT-main = Java servlet 3.1 and Java server pages 2.3 server
PKGSPEC-main = tomcat->=8,<9
MAJ_VER = 8
MIN_VER = 5
MICRO_VER = 43
MICRO_VER = 53
.include <bsd.port.mk>

View File

@ -1,4 +1,4 @@
SHA256 (apache-tomcat-8.5.43-fulldocs.tar.gz) = X0wEXs0GwtCIDmw/4ZkM2mNDaM5If0xS/i8BYsY/qBI=
SHA256 (apache-tomcat-8.5.43.tar.gz) = U1KrDMS25xyvkWHajEMW6c2GkbyfWsPo2LPSWcorrgM=
SIZE (apache-tomcat-8.5.43-fulldocs.tar.gz) = 5573819
SIZE (apache-tomcat-8.5.43.tar.gz) = 9717059
SHA256 (apache-tomcat-8.5.53-fulldocs.tar.gz) = f7E3Pas0lm90QrVcUXxtSGLIhK+VcBzG2326Cxy4hYg=
SHA256 (apache-tomcat-8.5.53.tar.gz) = cuPe+/9ERUjOncYJNaHquCLH1SJPKo6YyEmVRXUxjAg=
SIZE (apache-tomcat-8.5.53-fulldocs.tar.gz) = 6124221
SIZE (apache-tomcat-8.5.53.tar.gz) = 10300600

View File

@ -1,6 +1,7 @@
$OpenBSD: patch-conf_server_xml,v 1.4 2016/12/15 11:41:43 dcoppa Exp $
--- conf/server.xml.orig Mon Dec 5 21:20:27 2016
+++ conf/server.xml Thu Dec 15 12:17:55 2016
$OpenBSD: patch-conf_server_xml,v 1.5 2020/03/27 15:59:34 sthen Exp $
Index: conf/server.xml
--- conf/server.xml.orig
+++ conf/server.xml
@@ -66,12 +66,12 @@
APR (HTTP/AJP) Connector: /docs/apr.html
Define a non-SSL/TLS HTTP/1.1 Connector on port 8080
@ -34,16 +35,7 @@ $OpenBSD: patch-conf_server_xml,v 1.4 2016/12/15 11:41:43 dcoppa Exp $
maxThreads="150" SSLEnabled="true" >
<UpgradeProtocol className="org.apache.coyote.http2.Http2Protocol" />
<SSLHostConfig>
@@ -113,7 +113,7 @@
-->
<!-- Define an AJP 1.3 Connector on port 8009 -->
- <Connector port="8009" protocol="AJP/1.3" redirectPort="8443" />
+ <Connector address="0.0.0.0" port="8009" protocol="AJP/1.3" redirectPort="8443" />
<!-- An Engine represents the entry point (within Catalina) that processes
@@ -145,7 +145,7 @@
@@ -149,7 +149,7 @@
resourceName="UserDatabase"/>
</Realm>

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST-examples,v 1.28 2019/08/08 21:01:49 sthen Exp $
@comment $OpenBSD: PLIST-examples,v 1.29 2020/03/27 15:59:34 sthen Exp $
@option is-branch
@owner _tomcat
@group _tomcat
@ -28,6 +28,52 @@ webapps/docs/RUNNING.txt
webapps/docs/WEB-INF/
webapps/docs/WEB-INF/web.xml
webapps/docs/aio.html
webapps/docs/annotationapi/
webapps/docs/annotationapi/allclasses-frame.html
webapps/docs/annotationapi/allclasses-noframe.html
webapps/docs/annotationapi/constant-values.html
webapps/docs/annotationapi/deprecated-list.html
webapps/docs/annotationapi/help-doc.html
webapps/docs/annotationapi/index-all.html
webapps/docs/annotationapi/index.html
webapps/docs/annotationapi/javax/
webapps/docs/annotationapi/javax/annotation/
webapps/docs/annotationapi/javax/annotation/Generated.html
webapps/docs/annotationapi/javax/annotation/ManagedBean.html
webapps/docs/annotationapi/javax/annotation/PostConstruct.html
webapps/docs/annotationapi/javax/annotation/PreDestroy.html
webapps/docs/annotationapi/javax/annotation/Priority.html
webapps/docs/annotationapi/javax/annotation/Resource.AuthenticationType.html
webapps/docs/annotationapi/javax/annotation/Resource.html
webapps/docs/annotationapi/javax/annotation/Resources.html
webapps/docs/annotationapi/javax/annotation/package-frame.html
webapps/docs/annotationapi/javax/annotation/package-summary.html
webapps/docs/annotationapi/javax/annotation/package-tree.html
webapps/docs/annotationapi/javax/annotation/security/
webapps/docs/annotationapi/javax/annotation/security/DeclareRoles.html
webapps/docs/annotationapi/javax/annotation/security/DenyAll.html
webapps/docs/annotationapi/javax/annotation/security/PermitAll.html
webapps/docs/annotationapi/javax/annotation/security/RolesAllowed.html
webapps/docs/annotationapi/javax/annotation/security/RunAs.html
webapps/docs/annotationapi/javax/annotation/security/package-frame.html
webapps/docs/annotationapi/javax/annotation/security/package-summary.html
webapps/docs/annotationapi/javax/annotation/security/package-tree.html
webapps/docs/annotationapi/javax/annotation/sql/
webapps/docs/annotationapi/javax/annotation/sql/DataSourceDefinition.html
webapps/docs/annotationapi/javax/annotation/sql/DataSourceDefinitions.html
webapps/docs/annotationapi/javax/annotation/sql/package-frame.html
webapps/docs/annotationapi/javax/annotation/sql/package-summary.html
webapps/docs/annotationapi/javax/annotation/sql/package-tree.html
webapps/docs/annotationapi/overview-frame.html
webapps/docs/annotationapi/overview-summary.html
webapps/docs/annotationapi/overview-tree.html
webapps/docs/annotationapi/package-list
webapps/docs/annotationapi/resources/
webapps/docs/annotationapi/resources/background.gif
webapps/docs/annotationapi/resources/tab.gif
webapps/docs/annotationapi/resources/titlebar.gif
webapps/docs/annotationapi/resources/titlebar_end.gif
webapps/docs/annotationapi/stylesheet.css
webapps/docs/api/
webapps/docs/api/allclasses-frame.html
webapps/docs/api/allclasses-noframe.html
@ -53,6 +99,7 @@ webapps/docs/api/org/apache/catalina/CredentialHandler.html
webapps/docs/api/org/apache/catalina/DistributedManager.html
webapps/docs/api/org/apache/catalina/Engine.html
webapps/docs/api/org/apache/catalina/Executor.html
webapps/docs/api/org/apache/catalina/GSSRealm.html
webapps/docs/api/org/apache/catalina/Globals.html
webapps/docs/api/org/apache/catalina/Group.html
webapps/docs/api/org/apache/catalina/Host.html
@ -128,6 +175,7 @@ webapps/docs/api/org/apache/catalina/ant/package-frame.html
webapps/docs/api/org/apache/catalina/ant/package-summary.html
webapps/docs/api/org/apache/catalina/ant/package-tree.html
webapps/docs/api/org/apache/catalina/authenticator/
webapps/docs/api/org/apache/catalina/authenticator/AuthenticatorBase.AllowCorsPreflight.html
webapps/docs/api/org/apache/catalina/authenticator/AuthenticatorBase.html
webapps/docs/api/org/apache/catalina/authenticator/BasicAuthenticator.BasicCredentials.html
webapps/docs/api/org/apache/catalina/authenticator/BasicAuthenticator.html
@ -449,23 +497,14 @@ webapps/docs/api/org/apache/catalina/security/package-frame.html
webapps/docs/api/org/apache/catalina/security/package-summary.html
webapps/docs/api/org/apache/catalina/security/package-tree.html
webapps/docs/api/org/apache/catalina/servlet4preview/
webapps/docs/api/org/apache/catalina/servlet4preview/AsyncContext.html
webapps/docs/api/org/apache/catalina/servlet4preview/GenericFilter.html
webapps/docs/api/org/apache/catalina/servlet4preview/RequestDispatcher.html
webapps/docs/api/org/apache/catalina/servlet4preview/ServletContext.html
webapps/docs/api/org/apache/catalina/servlet4preview/http/
webapps/docs/api/org/apache/catalina/servlet4preview/http/HttpFilter.html
webapps/docs/api/org/apache/catalina/servlet4preview/http/HttpServletMapping.html
webapps/docs/api/org/apache/catalina/servlet4preview/http/HttpServletRequest.html
webapps/docs/api/org/apache/catalina/servlet4preview/http/HttpServletRequestWrapper.html
webapps/docs/api/org/apache/catalina/servlet4preview/http/MappingMatch.html
webapps/docs/api/org/apache/catalina/servlet4preview/http/PushBuilder.html
webapps/docs/api/org/apache/catalina/servlet4preview/http/ServletMapping.html
webapps/docs/api/org/apache/catalina/servlet4preview/http/package-frame.html
webapps/docs/api/org/apache/catalina/servlet4preview/http/package-summary.html
webapps/docs/api/org/apache/catalina/servlet4preview/http/package-tree.html
webapps/docs/api/org/apache/catalina/servlet4preview/package-frame.html
webapps/docs/api/org/apache/catalina/servlet4preview/package-summary.html
webapps/docs/api/org/apache/catalina/servlet4preview/package-tree.html
webapps/docs/api/org/apache/catalina/servlets/
webapps/docs/api/org/apache/catalina/servlets/CGIServlet.CGIEnvironment.html
webapps/docs/api/org/apache/catalina/servlets/CGIServlet.CGIRunner.html
@ -824,6 +863,7 @@ webapps/docs/api/org/apache/catalina/util/package-tree.html
webapps/docs/api/org/apache/catalina/valves/
webapps/docs/api/org/apache/catalina/valves/AbstractAccessLogValve.AccessLogElement.html
webapps/docs/api/org/apache/catalina/valves/AbstractAccessLogValve.ByteSentElement.html
webapps/docs/api/org/apache/catalina/valves/AbstractAccessLogValve.CachedElement.html
webapps/docs/api/org/apache/catalina/valves/AbstractAccessLogValve.ConnectionStatusElement.html
webapps/docs/api/org/apache/catalina/valves/AbstractAccessLogValve.CookieElement.html
webapps/docs/api/org/apache/catalina/valves/AbstractAccessLogValve.DateAndTimeElement.html
@ -1098,6 +1138,7 @@ webapps/docs/api/org/apache/el/stream/package-summary.html
webapps/docs/api/org/apache/el/stream/package-tree.html
webapps/docs/api/org/apache/el/util/
webapps/docs/api/org/apache/el/util/ConcurrentCache.html
webapps/docs/api/org/apache/el/util/JreCompat.html
webapps/docs/api/org/apache/el/util/MessageFactory.html
webapps/docs/api/org/apache/el/util/ReflectionUtil.html
webapps/docs/api/org/apache/el/util/Validation.html
@ -1347,9 +1388,20 @@ webapps/docs/api/org/apache/tomcat/buildutil/
webapps/docs/api/org/apache/tomcat/buildutil/CheckEol.html
webapps/docs/api/org/apache/tomcat/buildutil/SignCode.html
webapps/docs/api/org/apache/tomcat/buildutil/Txt2Html.html
webapps/docs/api/org/apache/tomcat/buildutil/Utils.html
webapps/docs/api/org/apache/tomcat/buildutil/package-frame.html
webapps/docs/api/org/apache/tomcat/buildutil/package-summary.html
webapps/docs/api/org/apache/tomcat/buildutil/package-tree.html
webapps/docs/api/org/apache/tomcat/buildutil/translate/
webapps/docs/api/org/apache/tomcat/buildutil/translate/BackportBase.html
webapps/docs/api/org/apache/tomcat/buildutil/translate/BackportEnglish.html
webapps/docs/api/org/apache/tomcat/buildutil/translate/BackportTranslations.html
webapps/docs/api/org/apache/tomcat/buildutil/translate/Constants.html
webapps/docs/api/org/apache/tomcat/buildutil/translate/Import.html
webapps/docs/api/org/apache/tomcat/buildutil/translate/Utils.html
webapps/docs/api/org/apache/tomcat/buildutil/translate/package-frame.html
webapps/docs/api/org/apache/tomcat/buildutil/translate/package-summary.html
webapps/docs/api/org/apache/tomcat/buildutil/translate/package-tree.html
webapps/docs/api/org/apache/tomcat/dbcp/
webapps/docs/api/org/apache/tomcat/dbcp/dbcp2/
webapps/docs/api/org/apache/tomcat/dbcp/dbcp2/AbandonedTrace.html
@ -1379,6 +1431,7 @@ webapps/docs/api/org/apache/tomcat/dbcp/dbcp2/PoolingConnection.StatementType.ht
webapps/docs/api/org/apache/tomcat/dbcp/dbcp2/PoolingConnection.html
webapps/docs/api/org/apache/tomcat/dbcp/dbcp2/PoolingDataSource.html
webapps/docs/api/org/apache/tomcat/dbcp/dbcp2/PoolingDriver.html
webapps/docs/api/org/apache/tomcat/dbcp/dbcp2/SQLExceptionList.html
webapps/docs/api/org/apache/tomcat/dbcp/dbcp2/SwallowedExceptionLogger.html
webapps/docs/api/org/apache/tomcat/dbcp/dbcp2/Utils.html
webapps/docs/api/org/apache/tomcat/dbcp/dbcp2/cpdsadapter/
@ -1563,6 +1616,7 @@ webapps/docs/api/org/apache/tomcat/util/
webapps/docs/api/org/apache/tomcat/util/Diagnostics.html
webapps/docs/api/org/apache/tomcat/util/ExceptionUtils.html
webapps/docs/api/org/apache/tomcat/util/IntrospectionUtils.PropertySource.html
webapps/docs/api/org/apache/tomcat/util/IntrospectionUtils.SecurePropertySource.html
webapps/docs/api/org/apache/tomcat/util/IntrospectionUtils.html
webapps/docs/api/org/apache/tomcat/util/MultiThrowable.html
webapps/docs/api/org/apache/tomcat/util/bcel/
@ -1597,6 +1651,8 @@ webapps/docs/api/org/apache/tomcat/util/bcel/package-tree.html
webapps/docs/api/org/apache/tomcat/util/buf/
webapps/docs/api/org/apache/tomcat/util/buf/AbstractChunk.html
webapps/docs/api/org/apache/tomcat/util/buf/Ascii.html
webapps/docs/api/org/apache/tomcat/util/buf/Asn1Parser.html
webapps/docs/api/org/apache/tomcat/util/buf/Asn1Writer.html
webapps/docs/api/org/apache/tomcat/util/buf/B2CConverter.html
webapps/docs/api/org/apache/tomcat/util/buf/ByteBufferHolder.html
webapps/docs/api/org/apache/tomcat/util/buf/ByteBufferUtils.html
@ -1731,10 +1787,12 @@ webapps/docs/api/org/apache/tomcat/util/digester/AbstractObjectCreationFactory.h
webapps/docs/api/org/apache/tomcat/util/digester/ArrayStack.html
webapps/docs/api/org/apache/tomcat/util/digester/CallMethodRule.html
webapps/docs/api/org/apache/tomcat/util/digester/CallParamRule.html
webapps/docs/api/org/apache/tomcat/util/digester/Digester.EnvironmentPropertySource.html
webapps/docs/api/org/apache/tomcat/util/digester/Digester.html
webapps/docs/api/org/apache/tomcat/util/digester/DocumentProperties.Charset.html
webapps/docs/api/org/apache/tomcat/util/digester/DocumentProperties.Encoding.html
webapps/docs/api/org/apache/tomcat/util/digester/DocumentProperties.html
webapps/docs/api/org/apache/tomcat/util/digester/EnvironmentPropertySource.html
webapps/docs/api/org/apache/tomcat/util/digester/FactoryCreateRule.html
webapps/docs/api/org/apache/tomcat/util/digester/ObjectCreateRule.html
webapps/docs/api/org/apache/tomcat/util/digester/ObjectCreationFactory.html
@ -1755,9 +1813,11 @@ webapps/docs/api/org/apache/tomcat/util/file/package-frame.html
webapps/docs/api/org/apache/tomcat/util/file/package-summary.html
webapps/docs/api/org/apache/tomcat/util/file/package-tree.html
webapps/docs/api/org/apache/tomcat/util/http/
webapps/docs/api/org/apache/tomcat/util/http/ConcurrentDateFormat.html
webapps/docs/api/org/apache/tomcat/util/http/CookieProcessor.html
webapps/docs/api/org/apache/tomcat/util/http/CookieProcessorBase.html
webapps/docs/api/org/apache/tomcat/util/http/FastHttpDateFormat.html
webapps/docs/api/org/apache/tomcat/util/http/HeaderUtil.html
webapps/docs/api/org/apache/tomcat/util/http/HttpMessages.html
webapps/docs/api/org/apache/tomcat/util/http/LegacyCookieProcessor.html
webapps/docs/api/org/apache/tomcat/util/http/MimeHeaders.html
@ -1780,12 +1840,6 @@ webapps/docs/api/org/apache/tomcat/util/http/fileupload/FileItemIterator.html
webapps/docs/api/org/apache/tomcat/util/http/fileupload/FileItemStream.ItemSkippedException.html
webapps/docs/api/org/apache/tomcat/util/http/fileupload/FileItemStream.html
webapps/docs/api/org/apache/tomcat/util/http/fileupload/FileUpload.html
webapps/docs/api/org/apache/tomcat/util/http/fileupload/FileUploadBase.FileSizeLimitExceededException.html
webapps/docs/api/org/apache/tomcat/util/http/fileupload/FileUploadBase.FileUploadIOException.html
webapps/docs/api/org/apache/tomcat/util/http/fileupload/FileUploadBase.IOFileUploadException.html
webapps/docs/api/org/apache/tomcat/util/http/fileupload/FileUploadBase.InvalidContentTypeException.html
webapps/docs/api/org/apache/tomcat/util/http/fileupload/FileUploadBase.SizeException.html
webapps/docs/api/org/apache/tomcat/util/http/fileupload/FileUploadBase.SizeLimitExceededException.html
webapps/docs/api/org/apache/tomcat/util/http/fileupload/FileUploadBase.html
webapps/docs/api/org/apache/tomcat/util/http/fileupload/FileUploadException.html
webapps/docs/api/org/apache/tomcat/util/http/fileupload/FileUtils.html
@ -1807,6 +1861,18 @@ webapps/docs/api/org/apache/tomcat/util/http/fileupload/disk/DiskFileItemFactory
webapps/docs/api/org/apache/tomcat/util/http/fileupload/disk/package-frame.html
webapps/docs/api/org/apache/tomcat/util/http/fileupload/disk/package-summary.html
webapps/docs/api/org/apache/tomcat/util/http/fileupload/disk/package-tree.html
webapps/docs/api/org/apache/tomcat/util/http/fileupload/impl/
webapps/docs/api/org/apache/tomcat/util/http/fileupload/impl/FileItemIteratorImpl.html
webapps/docs/api/org/apache/tomcat/util/http/fileupload/impl/FileItemStreamImpl.html
webapps/docs/api/org/apache/tomcat/util/http/fileupload/impl/FileSizeLimitExceededException.html
webapps/docs/api/org/apache/tomcat/util/http/fileupload/impl/FileUploadIOException.html
webapps/docs/api/org/apache/tomcat/util/http/fileupload/impl/IOFileUploadException.html
webapps/docs/api/org/apache/tomcat/util/http/fileupload/impl/InvalidContentTypeException.html
webapps/docs/api/org/apache/tomcat/util/http/fileupload/impl/SizeException.html
webapps/docs/api/org/apache/tomcat/util/http/fileupload/impl/SizeLimitExceededException.html
webapps/docs/api/org/apache/tomcat/util/http/fileupload/impl/package-frame.html
webapps/docs/api/org/apache/tomcat/util/http/fileupload/impl/package-summary.html
webapps/docs/api/org/apache/tomcat/util/http/fileupload/impl/package-tree.html
webapps/docs/api/org/apache/tomcat/util/http/fileupload/package-frame.html
webapps/docs/api/org/apache/tomcat/util/http/fileupload/package-summary.html
webapps/docs/api/org/apache/tomcat/util/http/fileupload/package-tree.html
@ -1833,6 +1899,7 @@ webapps/docs/api/org/apache/tomcat/util/http/package-frame.html
webapps/docs/api/org/apache/tomcat/util/http/package-summary.html
webapps/docs/api/org/apache/tomcat/util/http/package-tree.html
webapps/docs/api/org/apache/tomcat/util/http/parser/
webapps/docs/api/org/apache/tomcat/util/http/parser/AcceptEncoding.html
webapps/docs/api/org/apache/tomcat/util/http/parser/AcceptLanguage.html
webapps/docs/api/org/apache/tomcat/util/http/parser/Authorization.html
webapps/docs/api/org/apache/tomcat/util/http/parser/ContentRange.html
@ -1843,6 +1910,7 @@ webapps/docs/api/org/apache/tomcat/util/http/parser/MediaType.html
webapps/docs/api/org/apache/tomcat/util/http/parser/MediaTypeCache.html
webapps/docs/api/org/apache/tomcat/util/http/parser/Ranges.Entry.html
webapps/docs/api/org/apache/tomcat/util/http/parser/Ranges.html
webapps/docs/api/org/apache/tomcat/util/http/parser/TokenList.html
webapps/docs/api/org/apache/tomcat/util/http/parser/Vary.html
webapps/docs/api/org/apache/tomcat/util/http/parser/package-frame.html
webapps/docs/api/org/apache/tomcat/util/http/parser/package-summary.html
@ -1901,6 +1969,7 @@ webapps/docs/api/org/apache/tomcat/util/net/AprSSLSupport.html
webapps/docs/api/org/apache/tomcat/util/net/Constants.html
webapps/docs/api/org/apache/tomcat/util/net/ContainerThreadMarker.html
webapps/docs/api/org/apache/tomcat/util/net/DispatchType.html
webapps/docs/api/org/apache/tomcat/util/net/IPv6Utils.html
webapps/docs/api/org/apache/tomcat/util/net/Nio2Channel.html
webapps/docs/api/org/apache/tomcat/util/net/Nio2Endpoint.Acceptor.html
webapps/docs/api/org/apache/tomcat/util/net/Nio2Endpoint.Nio2SocketWrapper.html
@ -1945,6 +2014,8 @@ webapps/docs/api/org/apache/tomcat/util/net/SocketWrapperBase.BlockingMode.html
webapps/docs/api/org/apache/tomcat/util/net/SocketWrapperBase.CompletionCheck.html
webapps/docs/api/org/apache/tomcat/util/net/SocketWrapperBase.CompletionHandlerCall.html
webapps/docs/api/org/apache/tomcat/util/net/SocketWrapperBase.CompletionState.html
webapps/docs/api/org/apache/tomcat/util/net/SocketWrapperBase.OperationState.html
webapps/docs/api/org/apache/tomcat/util/net/SocketWrapperBase.VectoredIOCompletionHandler.html
webapps/docs/api/org/apache/tomcat/util/net/SocketWrapperBase.html
webapps/docs/api/org/apache/tomcat/util/net/TLSClientHelloExtractor.ExtractorResult.html
webapps/docs/api/org/apache/tomcat/util/net/TLSClientHelloExtractor.html
@ -2294,6 +2365,78 @@ webapps/docs/images/void.gif
webapps/docs/index.html
webapps/docs/introduction.html
webapps/docs/jasper-howto.html
webapps/docs/jaspicapi/
webapps/docs/jaspicapi/allclasses-frame.html
webapps/docs/jaspicapi/allclasses-noframe.html
webapps/docs/jaspicapi/constant-values.html
webapps/docs/jaspicapi/deprecated-list.html
webapps/docs/jaspicapi/help-doc.html
webapps/docs/jaspicapi/index-all.html
webapps/docs/jaspicapi/index.html
webapps/docs/jaspicapi/javax/
webapps/docs/jaspicapi/javax/security/
webapps/docs/jaspicapi/javax/security/auth/
webapps/docs/jaspicapi/javax/security/auth/message/
webapps/docs/jaspicapi/javax/security/auth/message/AuthException.html
webapps/docs/jaspicapi/javax/security/auth/message/AuthStatus.html
webapps/docs/jaspicapi/javax/security/auth/message/ClientAuth.html
webapps/docs/jaspicapi/javax/security/auth/message/MessageInfo.html
webapps/docs/jaspicapi/javax/security/auth/message/MessagePolicy.ProtectionPolicy.html
webapps/docs/jaspicapi/javax/security/auth/message/MessagePolicy.Target.html
webapps/docs/jaspicapi/javax/security/auth/message/MessagePolicy.TargetPolicy.html
webapps/docs/jaspicapi/javax/security/auth/message/MessagePolicy.html
webapps/docs/jaspicapi/javax/security/auth/message/ServerAuth.html
webapps/docs/jaspicapi/javax/security/auth/message/callback/
webapps/docs/jaspicapi/javax/security/auth/message/callback/CallerPrincipalCallback.html
webapps/docs/jaspicapi/javax/security/auth/message/callback/CertStoreCallback.html
webapps/docs/jaspicapi/javax/security/auth/message/callback/GroupPrincipalCallback.html
webapps/docs/jaspicapi/javax/security/auth/message/callback/PasswordValidationCallback.html
webapps/docs/jaspicapi/javax/security/auth/message/callback/PrivateKeyCallback.AliasRequest.html
webapps/docs/jaspicapi/javax/security/auth/message/callback/PrivateKeyCallback.DigestRequest.html
webapps/docs/jaspicapi/javax/security/auth/message/callback/PrivateKeyCallback.IssuerSerialNumRequest.html
webapps/docs/jaspicapi/javax/security/auth/message/callback/PrivateKeyCallback.Request.html
webapps/docs/jaspicapi/javax/security/auth/message/callback/PrivateKeyCallback.SubjectKeyIDRequest.html
webapps/docs/jaspicapi/javax/security/auth/message/callback/PrivateKeyCallback.html
webapps/docs/jaspicapi/javax/security/auth/message/callback/SecretKeyCallback.AliasRequest.html
webapps/docs/jaspicapi/javax/security/auth/message/callback/SecretKeyCallback.Request.html
webapps/docs/jaspicapi/javax/security/auth/message/callback/SecretKeyCallback.html
webapps/docs/jaspicapi/javax/security/auth/message/callback/TrustStoreCallback.html
webapps/docs/jaspicapi/javax/security/auth/message/callback/package-frame.html
webapps/docs/jaspicapi/javax/security/auth/message/callback/package-summary.html
webapps/docs/jaspicapi/javax/security/auth/message/callback/package-tree.html
webapps/docs/jaspicapi/javax/security/auth/message/config/
webapps/docs/jaspicapi/javax/security/auth/message/config/AuthConfig.html
webapps/docs/jaspicapi/javax/security/auth/message/config/AuthConfigFactory.RegistrationContext.html
webapps/docs/jaspicapi/javax/security/auth/message/config/AuthConfigFactory.html
webapps/docs/jaspicapi/javax/security/auth/message/config/AuthConfigProvider.html
webapps/docs/jaspicapi/javax/security/auth/message/config/ClientAuthConfig.html
webapps/docs/jaspicapi/javax/security/auth/message/config/ClientAuthContext.html
webapps/docs/jaspicapi/javax/security/auth/message/config/RegistrationListener.html
webapps/docs/jaspicapi/javax/security/auth/message/config/ServerAuthConfig.html
webapps/docs/jaspicapi/javax/security/auth/message/config/ServerAuthContext.html
webapps/docs/jaspicapi/javax/security/auth/message/config/package-frame.html
webapps/docs/jaspicapi/javax/security/auth/message/config/package-summary.html
webapps/docs/jaspicapi/javax/security/auth/message/config/package-tree.html
webapps/docs/jaspicapi/javax/security/auth/message/module/
webapps/docs/jaspicapi/javax/security/auth/message/module/ClientAuthModule.html
webapps/docs/jaspicapi/javax/security/auth/message/module/ServerAuthModule.html
webapps/docs/jaspicapi/javax/security/auth/message/module/package-frame.html
webapps/docs/jaspicapi/javax/security/auth/message/module/package-summary.html
webapps/docs/jaspicapi/javax/security/auth/message/module/package-tree.html
webapps/docs/jaspicapi/javax/security/auth/message/package-frame.html
webapps/docs/jaspicapi/javax/security/auth/message/package-summary.html
webapps/docs/jaspicapi/javax/security/auth/message/package-tree.html
webapps/docs/jaspicapi/overview-frame.html
webapps/docs/jaspicapi/overview-summary.html
webapps/docs/jaspicapi/overview-tree.html
webapps/docs/jaspicapi/package-list
webapps/docs/jaspicapi/resources/
webapps/docs/jaspicapi/resources/background.gif
webapps/docs/jaspicapi/resources/tab.gif
webapps/docs/jaspicapi/resources/titlebar.gif
webapps/docs/jaspicapi/resources/titlebar_end.gif
webapps/docs/jaspicapi/serialized-form.html
webapps/docs/jaspicapi/stylesheet.css
webapps/docs/jdbc-pool.html
webapps/docs/jndi-datasource-examples-howto.html
webapps/docs/jndi-resources-howto.html
@ -2607,9 +2750,14 @@ webapps/examples/WEB-INF/classes/CookieExample.java
webapps/examples/WEB-INF/classes/HelloWorldExample.class
webapps/examples/WEB-INF/classes/HelloWorldExample.java
webapps/examples/WEB-INF/classes/LocalStrings.properties
webapps/examples/WEB-INF/classes/LocalStrings_de.properties
webapps/examples/WEB-INF/classes/LocalStrings_es.properties
webapps/examples/WEB-INF/classes/LocalStrings_fr.properties
webapps/examples/WEB-INF/classes/LocalStrings_ja.properties
webapps/examples/WEB-INF/classes/LocalStrings_ko.properties
webapps/examples/WEB-INF/classes/LocalStrings_pt.properties
webapps/examples/WEB-INF/classes/LocalStrings_ru.properties
webapps/examples/WEB-INF/classes/LocalStrings_zh_CN.properties
webapps/examples/WEB-INF/classes/RequestHeaderExample.class
webapps/examples/WEB-INF/classes/RequestHeaderExample.java
webapps/examples/WEB-INF/classes/RequestInfoExample.class

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST-main,v 1.14 2019/08/08 21:01:49 sthen Exp $
@comment $OpenBSD: PLIST-main,v 1.15 2020/03/27 15:59:35 sthen Exp $
@option is-branch
@newgroup _tomcat:526
@newuser _tomcat:526:_tomcat:daemon:Tomcat Account:/nonexistent:/sbin/nologin
@ -107,10 +107,13 @@ tomcat/lib/servlet-api.jar
tomcat/lib/tomcat-api.jar
tomcat/lib/tomcat-coyote.jar
tomcat/lib/tomcat-dbcp.jar
tomcat/lib/tomcat-i18n-de.jar
tomcat/lib/tomcat-i18n-es.jar
tomcat/lib/tomcat-i18n-fr.jar
tomcat/lib/tomcat-i18n-ja.jar
tomcat/lib/tomcat-i18n-ko.jar
tomcat/lib/tomcat-i18n-ru.jar
tomcat/lib/tomcat-i18n-zh-CN.jar
tomcat/lib/tomcat-jdbc.jar
tomcat/lib/tomcat-jni.jar
tomcat/lib/tomcat-util-scan.jar