diff --git a/www/tomcat/Makefile b/www/tomcat/Makefile index b0d460656fa..0f696b5fdce 100644 --- a/www/tomcat/Makefile +++ b/www/tomcat/Makefile @@ -1,8 +1,8 @@ -# $OpenBSD: Makefile,v 1.9 2020/05/20 16:00:01 sthen Exp $ +# $OpenBSD: Makefile,v 1.10 2022/01/25 11:12:26 sthen Exp $ SUBDIR = - SUBDIR += v7 SUBDIR += v8 SUBDIR += v9 + SUBDIR += v10 .include diff --git a/www/tomcat/v10/Makefile b/www/tomcat/v10/Makefile new file mode 100644 index 00000000000..ecd0d099aaa --- /dev/null +++ b/www/tomcat/v10/Makefile @@ -0,0 +1,10 @@ +# $OpenBSD: Makefile,v 1.1 2022/01/25 11:12:26 sthen Exp $ + +COMMENT-main = Java servlet 5.0 and Java server pages 3.0 server +PKGSPEC-main = tomcat->=10,<11 + +MAJ_VER = 10 +MIN_VER = 0 +MICRO_VER = 16 + +.include diff --git a/www/tomcat/v10/distinfo b/www/tomcat/v10/distinfo new file mode 100644 index 00000000000..b42616eb14e --- /dev/null +++ b/www/tomcat/v10/distinfo @@ -0,0 +1,4 @@ +SHA256 (apache-tomcat-10.0.16-fulldocs.tar.gz) = kmlWn9EcwVvoHyiZpfb6LyDtqv1MOYI24x7ULp4Zy4g= +SHA256 (apache-tomcat-10.0.16.tar.gz) = STH3T4tWTZN6lbivykOhh7lEicKh+k0XVRrLbMotUFE= +SIZE (apache-tomcat-10.0.16-fulldocs.tar.gz) = 9665198 +SIZE (apache-tomcat-10.0.16.tar.gz) = 11906902 diff --git a/www/tomcat/v10/patches/patch-conf_server_xml b/www/tomcat/v10/patches/patch-conf_server_xml new file mode 100644 index 00000000000..65833276f28 --- /dev/null +++ b/www/tomcat/v10/patches/patch-conf_server_xml @@ -0,0 +1,38 @@ +$OpenBSD: patch-conf_server_xml,v 1.1 2022/01/25 11:12:26 sthen Exp $ + +Index: conf/server.xml +--- conf/server.xml.orig ++++ conf/server.xml +@@ -65,12 +65,12 @@ + AJP Connector: /docs/config/ajp.html + Define a non-SSL/TLS HTTP/1.1 Connector on port 8080 + --> +- + + +