Accepting request 789762 from home:mateialbu:branches:Java:packages

- Update to Tomcat 9.0.33. See changelog at
  http://tomcat.apache.org/tomcat-9.0-doc/changelog.html#Tomcat_9.0.33_(markt)
- Notable fix: corrected a regression in the improvements to HTTP 
  header parsing (bsc#1167438)
- Rebased patches:
  * tomcat-9.0-javadoc.patch
  * tomcat-9.0-osgi-build.patch
  * tomcat-9.0.31-java8compat.patch

OBS-URL: https://build.opensuse.org/request/show/789762
OBS-URL: https://build.opensuse.org/package/show/Java:packages/tomcat?expand=0&rev=197
This commit is contained in:
Matei Albu
2020-03-30 12:36:04 +00:00
committed by Git OBS Bridge
parent f7af59e59f
commit d682f2528e
9 changed files with 529 additions and 418 deletions

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Mon Mar 30 11:13:09 UTC 2020 - Matei Albu <malbu@suse.com>
- Update to Tomcat 9.0.33. See changelog at
http://tomcat.apache.org/tomcat-9.0-doc/changelog.html#Tomcat_9.0.33_(markt)
- Notable fix: corrected a regression in the improvements to HTTP
header parsing (bsc#1167438)
- Rebased patches:
* tomcat-9.0-javadoc.patch
* tomcat-9.0-osgi-build.patch
* tomcat-9.0.31-java8compat.patch
-------------------------------------------------------------------
Fri Feb 28 10:15:08 UTC 2020 - Matei Albu <malbu@suse.com>