Update to tomcat-8.5.9
This commit is contained in:
parent
ea114ee1d1
commit
ffc331ded2
@ -1,9 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.22 2016/11/14 18:45:07 dcoppa Exp $
|
||||
# $OpenBSD: Makefile,v 1.23 2016/12/15 11:41:43 dcoppa Exp $
|
||||
|
||||
COMMENT-main = Java servlet 3.1 and Java server pages 2.3 server
|
||||
|
||||
MAJ_VER = 8
|
||||
MIN_VER = 5
|
||||
MICRO_VER = 8
|
||||
MICRO_VER = 9
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,4 +1,4 @@
|
||||
SHA256 (apache-tomcat-8.5.8-fulldocs.tar.gz) = IcLQeEPox+W2kaiQFQ8fgWodvvIK35YfDWJtNJJry0w=
|
||||
SHA256 (apache-tomcat-8.5.8.tar.gz) = QPfuKAS9fcyk2F8bdDF0dN4WG0GGMBmWXTeBehLS3OU=
|
||||
SIZE (apache-tomcat-8.5.8-fulldocs.tar.gz) = 5764418
|
||||
SIZE (apache-tomcat-8.5.8.tar.gz) = 9323097
|
||||
SHA256 (apache-tomcat-8.5.9-fulldocs.tar.gz) = NdEHehqoNhr6SEseyhpI1AN716ES84CYzNQGEHx13+c=
|
||||
SHA256 (apache-tomcat-8.5.9.tar.gz) = 1yI0uqNzI0qp7XjoMxrBzkfS4HomLa/ONdFziYJbyLc=
|
||||
SIZE (apache-tomcat-8.5.9-fulldocs.tar.gz) = 5767393
|
||||
SIZE (apache-tomcat-8.5.9.tar.gz) = 9330875
|
||||
|
@ -1,6 +1,6 @@
|
||||
$OpenBSD: patch-conf_server_xml,v 1.3 2016/09/08 12:54:14 dcoppa Exp $
|
||||
--- conf/server.xml.orig Wed Aug 31 21:53:52 2016
|
||||
+++ conf/server.xml Thu Sep 8 13:36:18 2016
|
||||
$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
|
||||
@@ -66,12 +66,12 @@
|
||||
APR (HTTP/AJP) Connector: /docs/apr.html
|
||||
Define a non-SSL/TLS HTTP/1.1 Connector on port 8080
|
||||
@ -16,8 +16,8 @@ $OpenBSD: patch-conf_server_xml,v 1.3 2016/09/08 12:54:14 dcoppa Exp $
|
||||
port="8080" protocol="HTTP/1.1"
|
||||
connectionTimeout="20000"
|
||||
redirectPort="8443" />
|
||||
@@ -81,7 +81,7 @@
|
||||
using the JSSE engine, the JSSE configuration attributes must be used.
|
||||
@@ -85,7 +85,7 @@
|
||||
the SSLImplementation selected. JSSE style configuration is used below.
|
||||
-->
|
||||
<!--
|
||||
- <Connector port="8443" protocol="org.apache.coyote.http11.Http11NioProtocol"
|
||||
@ -25,8 +25,8 @@ $OpenBSD: patch-conf_server_xml,v 1.3 2016/09/08 12:54:14 dcoppa Exp $
|
||||
maxThreads="150" SSLEnabled="true">
|
||||
<SSLHostConfig>
|
||||
<Certificate certificateKeystoreFile="conf/localhost-rsa.jks"
|
||||
@@ -95,7 +95,7 @@
|
||||
the OpenSSL configuration attributes must be used.
|
||||
@@ -100,7 +100,7 @@
|
||||
configuration is used below.
|
||||
-->
|
||||
<!--
|
||||
- <Connector port="8443" protocol="org.apache.coyote.http11.Http11AprProtocol"
|
||||
@ -34,7 +34,7 @@ $OpenBSD: patch-conf_server_xml,v 1.3 2016/09/08 12:54:14 dcoppa Exp $
|
||||
maxThreads="150" SSLEnabled="true" >
|
||||
<UpgradeProtocol className="org.apache.coyote.http2.Http2Protocol" />
|
||||
<SSLHostConfig>
|
||||
@@ -108,7 +108,7 @@
|
||||
@@ -113,7 +113,7 @@
|
||||
-->
|
||||
|
||||
<!-- Define an AJP 1.3 Connector on port 8009 -->
|
||||
@ -43,7 +43,7 @@ $OpenBSD: patch-conf_server_xml,v 1.3 2016/09/08 12:54:14 dcoppa Exp $
|
||||
|
||||
|
||||
<!-- An Engine represents the entry point (within Catalina) that processes
|
||||
@@ -140,7 +140,7 @@
|
||||
@@ -145,7 +145,7 @@
|
||||
resourceName="UserDatabase"/>
|
||||
</Realm>
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST-examples,v 1.21 2016/11/14 18:45:07 dcoppa Exp $
|
||||
@comment $OpenBSD: PLIST-examples,v 1.22 2016/12/15 11:41:43 dcoppa Exp $
|
||||
@option is-branch
|
||||
@owner _tomcat
|
||||
@group _tomcat
|
||||
@ -1014,7 +1014,6 @@ webapps/docs/api/org/apache/coyote/http2/Http2UpgradeHandler.html
|
||||
webapps/docs/api/org/apache/coyote/http2/Setting.html
|
||||
webapps/docs/api/org/apache/coyote/http2/Stream.html
|
||||
webapps/docs/api/org/apache/coyote/http2/StreamException.html
|
||||
webapps/docs/api/org/apache/coyote/http2/StreamProcessor.html
|
||||
webapps/docs/api/org/apache/coyote/http2/StreamStateMachine.html
|
||||
webapps/docs/api/org/apache/coyote/http2/package-frame.html
|
||||
webapps/docs/api/org/apache/coyote/http2/package-summary.html
|
||||
|
Loading…
x
Reference in New Issue
Block a user