Accepting request 1039114 from home:mbussolotto:branches:Java:packages
- Use catalina.out for logging (bsc#1205647) - Added patches: * tomcat-9.0-fix_catalina.patch OBS-URL: https://build.opensuse.org/request/show/1039114 OBS-URL: https://build.opensuse.org/package/show/Java:packages/tomcat?expand=0&rev=248
This commit is contained in:
parent
0383717111
commit
7044f5b497
11
tomcat-9.0-fix_catalina.patch
Normal file
11
tomcat-9.0-fix_catalina.patch
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
Index: apache-tomcat-9.0.43-src/conf/logging.properties
|
||||||
|
===================================================================
|
||||||
|
--- apache-tomcat-9.0.43-src.orig/conf/logging.properties
|
||||||
|
+++ apache-tomcat-9.0.43-src/conf/logging.properties
|
||||||
|
@@ -77,3 +77,6 @@ org.apache.catalina.core.ContainerBase.[
|
||||||
|
|
||||||
|
# To see debug messages for WebSocket handling, uncomment the following line:
|
||||||
|
#org.apache.tomcat.websocket.level = FINE
|
||||||
|
+
|
||||||
|
+1catalina.org.apache.juli.AsyncFileHandler.suffix = out
|
||||||
|
+1catalina.org.apache.juli.AsyncFileHandler.rotatable = false
|
@ -1,4 +1,5 @@
|
|||||||
@@@TCLOG@@@/catalina.out {
|
@@@TCLOG@@@/catalina.out {
|
||||||
|
notifempty
|
||||||
copytruncate
|
copytruncate
|
||||||
weekly
|
weekly
|
||||||
rotate 52
|
rotate 52
|
||||||
|
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Nov 29 14:46:26 UTC 2022 - Michele Bussolotto <michele.bussolotto@suse.com>
|
||||||
|
|
||||||
|
- Use catalina.out for logging (bsc#1205647)
|
||||||
|
- Added patches:
|
||||||
|
* tomcat-9.0-fix_catalina.patch
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Nov 21 07:42:34 UTC 2022 - Michele Bussolotto <michele.bussolotto@suse.com>
|
Mon Nov 21 07:42:34 UTC 2022 - Michele Bussolotto <michele.bussolotto@suse.com>
|
||||||
|
|
||||||
|
@ -90,6 +90,7 @@ Patch11: tomcat-9.0-CVE-2022-23181.patch
|
|||||||
Patch12: tomcat-9.0-hardening_getResources.patch
|
Patch12: tomcat-9.0-hardening_getResources.patch
|
||||||
Patch13: tomcat-9.0.43-CVE-2021-43980.patch
|
Patch13: tomcat-9.0.43-CVE-2021-43980.patch
|
||||||
Patch14: tomcat-9.0.43-CVE-2022-42252.patch
|
Patch14: tomcat-9.0.43-CVE-2022-42252.patch
|
||||||
|
Patch15: tomcat-9.0-fix_catalina.patch
|
||||||
|
|
||||||
BuildRequires: ant >= 1.8.1
|
BuildRequires: ant >= 1.8.1
|
||||||
BuildRequires: ant-antlr
|
BuildRequires: ant-antlr
|
||||||
@ -270,6 +271,7 @@ find . -type f \( -name "*.bat" -o -name "*.class" -o -name Thumbs.db -o -name "
|
|||||||
%patch12 -p1
|
%patch12 -p1
|
||||||
%patch13 -p1
|
%patch13 -p1
|
||||||
%patch14 -p1
|
%patch14 -p1
|
||||||
|
%patch15 -p1
|
||||||
|
|
||||||
# remove date from docs
|
# remove date from docs
|
||||||
sed -i -e '/build-date/ d' webapps/docs/tomcat-docs.xsl
|
sed -i -e '/build-date/ d' webapps/docs/tomcat-docs.xsl
|
||||||
|
Loading…
x
Reference in New Issue
Block a user