diff --git a/rhbz-1857043.patch b/rhbz-1857043.patch index e78852e..3730769 100644 --- a/rhbz-1857043.patch +++ b/rhbz-1857043.patch @@ -1,21 +1,200 @@ -diff -up ./res/bnd/tomcat-coyote.jar.tmp.bnd.orig ./res/bnd/tomcat-coyote.jar.tmp.bnd ---- ./res/bnd/tomcat-coyote.jar.tmp.bnd.orig 2020-07-20 15:14:12.469921562 -0400 -+++ ./res/bnd/tomcat-coyote.jar.tmp.bnd 2020-07-20 15:14:28.452941874 -0400 -@@ -35,11 +35,11 @@ Export-Package: \ - org.apache.tomcat.util.modeler,\ - org.apache.tomcat.util.net,\ - org.apache.tomcat.util.net.openssl,\ -- org.apache.tomcat.util.net.openssl.ciphers -+ org.apache.tomcat.util.net.openssl.ciphers,\ -+ org.apache.tomcat.util.modeler.modules,\ -+ org.apache.tomcat.util.net.jsse - - -includepackage: \ - org.apache.tomcat.util.bcel,\ - org.apache.tomcat.util.http.fileupload.impl,\ -- org.apache.tomcat.util.http.fileupload.util.mime,\ -- org.apache.tomcat.util.modeler.modules,\ -- org.apache.tomcat.util.net.jsse -\ No newline at end of file -+ org.apache.tomcat.util.http.fileupload.util.mime -\ No newline at end of file +diff -up ./build.xml.orig ./build.xml +--- ./build.xml.orig 2020-07-24 10:24:08.313796968 -0400 ++++ ./build.xml 2020-07-24 10:24:38.027427445 -0400 +@@ -757,7 +757,7 @@ + filesDir="${tomcat.classes}" + filesId="files.annotations-api" + manifest="${tomcat.manifests}/annotations-api.jar.manifest" +- addOSGi="true" /> ++ addOSGi="false" /> + + + ++ addOSGi="false" /> + + + ++ addOSGi="false" /> + + + ++ addOSGi="false" /> + + + ++ addOSGi="false" /> + + + ++ addOSGi="false" /> + + + ++ addOSGi="false" /> + + + ++ addOSGi="false" /> + + + ++ addOSGi="false" /> + + + ++ addOSGi="false" /> + + ++ addOSGi="false" /> + + + ++ addOSGi="false" /> + + + ++ addOSGi="false" /> + + + ++ addOSGi="false" /> + + + ++ addOSGi="false" /> + + + ++ addOSGi="false" /> + + + ++ addOSGi="false" /> + + + ++ addOSGi="false" /> + + + ++ addOSGi="false" /> + + + ++ addOSGi="false" /> + + + ++ addOSGi="false" /> + + + - 1:9.0.37-3 +- Related: rhbz#1857043 Temporarily remove OSGi metadata from tomcat jars + * Mon Jul 20 2020 Coty Sutherland - 1:9.0.37-2 - Resolves: rhbz#1857043 Add patch to reinclude o.a.t.util.net.jsse and o.a.t.util.moduler.modules in tomcat-coyote.jar