SHA256
1
0
forked from pool/tomcat

314 Commits

Author SHA256 Message Date
3e90d60d5c Accepting request 1186370 from Java:packages
OBS-URL: https://build.opensuse.org/request/show/1186370
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tomcat?expand=0&rev=108
2024-07-09 18:05:35 +00:00
946ecc7695 Accepting request 1165770 from Java:packages
OBS-URL: https://build.opensuse.org/request/show/1165770
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tomcat?expand=0&rev=107
2024-04-07 20:11:12 +00:00
eae7642b89 Accepting request 1165675 from home:RMestre:branches:Java:packages
- Update to Tomcat 9.0.87
  * Fixed CVEs:
    + CVE-2024-24549: Improved request header validation for HTTP/2 stream 
      (bsc#1221386)
    + CVE-2024-23672: Ensure that WebSocket connection closure completes if 
      the connection is closed when the server side has used the proprietary 
      suspend/resume feature to suspend the connection (bsc#1221385)
  * Catalina
    + Fix:  Minor performance improvement for building filter chains. Based 
      on ideas from #702 by Luke Miao. (remm)
    + Fix:  Align error handling for Writer and OutputStream. Ensure use of 
      either once the response has been recycled triggers a 
      NullPointerException provided that discardFacades is configured with 
      the default value of true. (markt)
    + Fix:  68692: The standard thread pool implementations that are configured
      using the Executor element now implement ExecutorService for better 
      support NIO2. (remm)
    + Fix:  68495: When restoring a saved POST request after a successful FORM 
      authentication, ensure that neither the URI, the query string nor the 
      protocol are corrupted when restoring the request body. (markt)
    + Fix:  68721: Workaround a possible cause of duplicate class definitions 
      when using ClassFileTransformers and the transformation of a class also
      triggers the loading of the same class. (markt)
    + Fix:  The rewrite valve should not do a rewrite if the output is 
      identical to the input. (remm)
    + Update:  Add a new valveSkip (or VS) rule flag to the rewrite valve to 
      allow skipping over the next valve in the Catalina pipeline. (remm)
    + Fix:  Correct JPMS and OSGi meta-data for tomcat-enbed-core.jar by 
      removing reference to org.apache.catalina.ssi package that is no longer 
      included in the JAR. Based on pull request #684 by Jendrik Johannes. 
      (markt)
    + Fix:  Fix ServiceBindingPropertySource so that trailing \r\n sequences 
      are correctly removed from files containing property values when 
      configured to do so. Bug identified by Coverity Scan. (markt)
    + Add:  Add improvements to the CSRF prevention filter including the 
      ability to skip adding nonces for resource name and subtree URL patterns.
      (schultz)
    + Fix:  Review usage of debug logging and downgrade trace or data dumping 
      operations from debug level to trace. (remm)
    + Fix:  68089: Further improve the performance of request attribute 
      access for ApplicationHttpRequest and ApplicationRequest. (markt)
    + Fix:  68559: Allow asynchronous error handling to write to the 
      response after an error during asynchronous processing. (markt)
  * Coyote
    + Fix:  Improve the HTTP/2 stream prioritisation process. If a stream 
      uses all of the connection windows and still has content to write, it 
      will now be added to the backlog immediately rather than waiting until 
      the write  attempt for the remaining content. (markt)
    + Fix:  Make asynchronous error handling more robust. Ensure that once 
      a connection is marked to be closed, further asynchronous processing 
      cannot change that. (markt)
    + Fix:  Make asynchronous error handling more robust. Ensure that once 
      the call to AsyncListener.onError() has returned to the container, only 
      container threads can access the AsyncContext. This protects against 
      various race conditions that woudl otherwise occur if application threads
      continued to access the AsyncContext.
    + Fix:  Review usage of debug logging and downgrade trace or data 
      dumping operations from debug level to trace. In particular, most of the 
      HTTP/2 debug logging has been changed to trace level. (remm)
    + Fix:  Add support for user provided SSLContext instances configured 
      on SSLHostConfigCertificate instances. Based on pull request #673 
      provided by Hakan Altındağ. (markt)
    + Fix:  Improve the Tomcat Native shutdown process to reduce the likelihood
      of a JVM crash during Tomcat shutdown. (markt)
    + Fix:  Partial fix for 68558: Cache the result of converting to String 
      for request URI, HTTP header names and the request Content-Type value to 
      improve performance by reducing repeated byte[] to String conversions. 
      (markt)
    + Fix:  Improve error reporting to HTTP/2 clients for header processing 
      errors by reporting problems at the end of the frame where the error was 
      detected rather than at the end of the headers. (markt)
    + Fix:  Remove the remaining reference to a stream once the stream has 
      been recycled. This makes the stream eligible for garbage collection 
      earlier and thereby improves scalability. (markt)
  * Jasper
    + Add:  Add support for specifying Java 22 (with the value 22) as the 
      compiler source and/or compiler target for JSP compilation. If used with 
      an  Eclipse JDT compiler version that does not support these values, a 
      warning will be logged and the default will used. (markt)
    + Fix:  68546: Generate optimal size and types for JSP imports maps, as 
      suggested by John Engebretson. (remm)
    + Fix:  Review usage of debug logging and downgrade trace or data 
      dumping operations from debug level to trace. (remm)
  * Cluster
    + Fix:  Avoid updating request count stats on async. (remm)
  * WebSocket
    + Fix:  Correct a regression in the fix for 66508 that could cause an 
      UpgradeProcessor leak in some circumstances. (markt)
    + Fix:  Review usage of debug logging and downgrade trace or data dumping
      operations from debug level to trace. (remm)
    + Fix:  Ensure that WebSocket connection closure completes if the 
      connection is closed when the server side has used the proprietary 
      suspend/resume feature to suspend the connection. (markt)
  * Web applications
    + Add:  Add support for responses in JSON format from the examples 
      application RequestHeaderExample. (schultz)
  * Other
    + Add:  Improvements to French translations. (remm)
    + Add:  Improvements to Japanese translations by tak7iji. (markt)
    + Update:  Update Checkstyle to 10.13.0. (markt)
    + Update:  Update JSign to 6.0. (markt)
    + Update:  Add strings for debug level messages. (remm)
    + Update:  Update Tomcat Native to 1.3.0. (markt)
    + Add:  Improvements to French translations. (remm)
    + Add:  Improvements to Japanese translations by tak7iji. (markt)

OBS-URL: https://build.opensuse.org/request/show/1165675
OBS-URL: https://build.opensuse.org/package/show/Java:packages/tomcat?expand=0&rev=310
2024-04-06 11:50:11 +00:00
6d99755887 Accepting request 1155428 from Java:packages
Require(post) util-linux in packages that have script running runuser

OBS-URL: https://build.opensuse.org/request/show/1155428
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tomcat?expand=0&rev=106
2024-03-06 22:05:24 +00:00
3d8db0e221 OBS-URL: https://build.opensuse.org/package/show/Java:packages/tomcat?expand=0&rev=308 2024-03-06 07:32:38 +00:00
aa35c00e2e OBS-URL: https://build.opensuse.org/package/show/Java:packages/tomcat?expand=0&rev=307 2024-03-06 07:22:45 +00:00
9dd84dd118 Accepting request 1154893 from Java:packages
some systemd action

OBS-URL: https://build.opensuse.org/request/show/1154893
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tomcat?expand=0&rev=105
2024-03-05 17:50:09 +00:00
f5307ca6b0 OBS-URL: https://build.opensuse.org/package/show/Java:packages/tomcat?expand=0&rev=305 2024-03-04 16:51:16 +00:00
810f6bc020 Accepting request 1147338 from Java:packages
Link ecj.jar into the install instead of copying it

OBS-URL: https://build.opensuse.org/request/show/1147338
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tomcat?expand=0&rev=104
2024-02-18 19:24:46 +00:00
0f2f73f709 OBS-URL: https://build.opensuse.org/package/show/Java:packages/tomcat?expand=0&rev=303 2024-02-17 14:55:16 +00:00
22289cf122 OBS-URL: https://build.opensuse.org/package/show/Java:packages/tomcat?expand=0&rev=302 2024-02-17 08:56:57 +00:00
5947d33a10 OBS-URL: https://build.opensuse.org/package/show/Java:packages/tomcat?expand=0&rev=301 2024-02-17 08:50:21 +00:00
62ce039b94 Accepting request 1146829 from Java:packages
post-embargo sync with SLE

OBS-URL: https://build.opensuse.org/request/show/1146829
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tomcat?expand=0&rev=103
2024-02-15 20:01:09 +00:00
c9076a2e84 OBS-URL: https://build.opensuse.org/package/show/Java:packages/tomcat?expand=0&rev=299 2024-02-15 12:43:17 +00:00
b825d69ad9 OBS-URL: https://build.opensuse.org/package/show/Java:packages/tomcat?expand=0&rev=298 2024-02-15 12:39:16 +00:00
650eabebe8 OBS-URL: https://build.opensuse.org/package/show/Java:packages/tomcat?expand=0&rev=297 2024-02-15 08:20:13 +00:00
c2673ffc79 Accepting request 1144553 from Java:packages
bsc#1219530

OBS-URL: https://build.opensuse.org/request/show/1144553
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tomcat?expand=0&rev=102
2024-02-06 15:35:40 +00:00
8e29a1ed89 OBS-URL: https://build.opensuse.org/package/show/Java:packages/tomcat?expand=0&rev=294 2024-02-06 11:56:00 +00:00
7b9c3e0a7b Accepting request 1144524 from home:mbussolotto:branches:Java:packages
- rpm 4.19 requires dependencies on tomcat user and group (bsc#1219530)

OBS-URL: https://build.opensuse.org/request/show/1144524
OBS-URL: https://build.opensuse.org/package/show/Java:packages/tomcat?expand=0&rev=293
2024-02-06 10:12:55 +00:00
80495d02d1 Accepting request 1139530 from Java:packages
- Update to Tomcat 9.0.85
  * Fixed CVEs:
    + CVE-2023-46589: Apache Tomcat: HTTP request smuggling due to
      incorrect headers parsing (bsc#1217649)
  * Catalina
    + Update:  68378: Align extension to MIME type mappings in the
      global web.xml with those in httpd by adding
      application/vnd.geogebra.slides for ggs, text/javascript for mjs
      and audio/ogg for opus. (markt)
    + Fix:  Background processes should not be run concurrently with
      lifecycle operations of a container. (remm)
    + Fix:  Correct unintended escaping of XML in some WebDAV
      responses. The XML list of support locks when provided in
      response to a PROPFIND request was incorrectly XML escaped.
      (markt)
    + Fix:  68227: Ensure that AsyncListener.onComplete() is called
      if AsyncListener.onError() calls AsyncContext.dispatch().
      (markt)
    + Fix:  68228: Use a 408 status code if a read timeout occurs
      during HTTP request processing. Includes a test case based on
      code provided by adwsingh. (markt)
    + Fix:  67667: TLSCertificateReloadListener prints unreadable
      rendering of X509Certificate#getNotAfter(). (michaelo)
    + Update:  The status servlet included in the manager webapp
      can now output statistics as JSON, using the JSON=true URL
      parameter. (remm)
    + Update:  Optionally allow ServiceBindingPropertySource to
      trim a trailing newline from a file containing a
      property-value. (schultz)
    + Fix:  67793: Ensure the original session timeout is restored

OBS-URL: https://build.opensuse.org/request/show/1139530
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tomcat?expand=0&rev=101
2024-01-17 21:19:11 +00:00
57fd502003 OBS-URL: https://build.opensuse.org/package/show/Java:packages/tomcat?expand=0&rev=291 2024-01-17 18:20:04 +00:00
8f11f8669f OBS-URL: https://build.opensuse.org/package/show/Java:packages/tomcat?expand=0&rev=290 2024-01-17 18:18:22 +00:00
7984f6fd19 Accepting request 1139519 from home:mbussolotto:branches:Java:packages
- Update to Tomcat 9.0.85
  * Fixed CVEs:
    + CVE-2023-46589: Apache Tomcat: HTTP request smuggling due to
      incorrect headers parsing (bsc#1217649)
  * Catalina
    + Update:  68378: Align extension to MIME type mappings in the
      global web.xml with those in httpd by adding
      application/vnd.geogebra.slides for ggs, text/javascript for mjs
      and audio/ogg for opus. (markt)
    + Fix:  Background processes should not be run concurrently with
      lifecycle operations of a container. (remm)
    + Fix:  Correct unintended escaping of XML in some WebDAV
      responses. The XML list of support locks when provided in
      response to a PROPFIND request was incorrectly XML escaped.
      (markt)
    + Fix:  68227: Ensure that AsyncListener.onComplete() is called
      if AsyncListener.onError() calls AsyncContext.dispatch().
      (markt)
    + Fix:  68228: Use a 408 status code if a read timeout occurs
      during HTTP request processing. Includes a test case based on
      code provided by adwsingh. (markt)
    + Fix:  67667: TLSCertificateReloadListener prints unreadable
      rendering of X509Certificate#getNotAfter(). (michaelo)
    + Update:  The status servlet included in the manager webapp
      can now output statistics as JSON, using the JSON=true URL
      parameter. (remm)
    + Update:  Optionally allow ServiceBindingPropertySource to
      trim a trailing newline from a file containing a
      property-value. (schultz)
    + Fix:  67793: Ensure the original session timeout is restored

OBS-URL: https://build.opensuse.org/request/show/1139519
OBS-URL: https://build.opensuse.org/package/show/Java:packages/tomcat?expand=0&rev=289
2024-01-17 17:29:04 +00:00
eec71fc139 OBS-URL: https://build.opensuse.org/package/show/Java:packages/tomcat?expand=0&rev=288 2024-01-17 16:47:26 +00:00
9c6b265e44 Accepting request 1139489 from home:mbussolotto:branches:Java:packages
- change server.xml during %post instead of %posttrans
- add libxslt-tools requirement

OBS-URL: https://build.opensuse.org/request/show/1139489
OBS-URL: https://build.opensuse.org/package/show/Java:packages/tomcat?expand=0&rev=287
2024-01-17 15:07:27 +00:00
00c7f7716c OBS-URL: https://build.opensuse.org/package/show/Java:packages/tomcat?expand=0&rev=286 2024-01-17 14:47:01 +00:00
0dc13b7f1f Accepting request 1139478 from home:mbussolotto:branches:Java:packages
- Fixed CVEs:
  * CVE-2023-46589: Apache Tomcat: HTTP request smuggling due to
    incorrect headers parsing (bsc#1217649)
- Added patches:
  * tomcat-9-CVE-2023-46589.patch

OBS-URL: https://build.opensuse.org/request/show/1139478
OBS-URL: https://build.opensuse.org/package/show/Java:packages/tomcat?expand=0&rev=285
2024-01-17 14:32:35 +00:00
72df8709f0 Accepting request 1139114 from Java:packages
- Fix server.xml permission (bsc#1217768, bsc#1217402)
- remove serverxmltool and use xsltproc

OBS-URL: https://build.opensuse.org/request/show/1139114
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tomcat?expand=0&rev=100
2024-01-16 20:38:30 +00:00
8e15c02b8e Accepting request 1139004 from home:mbussolotto:branches:Java:packages
- Fix server.xml permission (bsc#1217768, bsc#1217402)
- remove serverxmltool and use xsltproc

OBS-URL: https://build.opensuse.org/request/show/1139004
OBS-URL: https://build.opensuse.org/package/show/Java:packages/tomcat?expand=0&rev=283
2024-01-16 08:40:50 +00:00
3825040e04 Accepting request 1129044 from Java:packages
OBS-URL: https://build.opensuse.org/request/show/1129044
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tomcat?expand=0&rev=99
2023-11-27 21:43:32 +00:00
6c8547a641 Accepting request 1128665 from home:RMestre:branches:Java:packages
- replace prep setup and patches macro with autosetup

OBS-URL: https://build.opensuse.org/request/show/1128665
OBS-URL: https://build.opensuse.org/package/show/Java:packages/tomcat?expand=0&rev=281
2023-11-27 08:18:24 +00:00
688173d020 Accepting request 1121149 from Java:packages
OBS-URL: https://build.opensuse.org/request/show/1121149
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tomcat?expand=0&rev=98
2023-10-30 21:10:40 +00:00
0e5a696eed Accepting request 1121130 from home:mbussolotto:branches:Java:packages
Add info to the current changelog
  * Fixed CVEs:
    + CVE-2023-45648: Improve trailer header parsing (bsc#1216118)
    + CVE-2023-42794: FileUpload: remove tmp files to avoid DoS 
      on Windows (bsc#1216120)
    + CVE-2023-42795: Improve handling of failures during recycle()
      methods (bsc#1216119)

OBS-URL: https://build.opensuse.org/request/show/1121130
OBS-URL: https://build.opensuse.org/package/show/Java:packages/tomcat?expand=0&rev=279
2023-10-30 10:54:18 +00:00
bce8682351 OBS-URL: https://build.opensuse.org/package/show/Java:packages/tomcat?expand=0&rev=278 2023-10-17 05:19:46 +00:00
196f9c87df OBS-URL: https://build.opensuse.org/package/show/Java:packages/tomcat?expand=0&rev=277 2023-10-16 23:41:44 +00:00
e8c042dbae Accepting request 1117656 from Java:packages
bsc#1216182, CVE-2023-44487

OBS-URL: https://build.opensuse.org/request/show/1117656
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tomcat?expand=0&rev=97
2023-10-13 21:15:37 +00:00
49d0e0bf09 OBS-URL: https://build.opensuse.org/package/show/Java:packages/tomcat?expand=0&rev=275 2023-10-13 11:20:11 +00:00
d103309a7a Accepting request 1112902 from Java:packages
9.0.80, CVE-2023-41080, bsc#1214666

OBS-URL: https://build.opensuse.org/request/show/1112902
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tomcat?expand=0&rev=96
2023-09-22 19:47:35 +00:00
ddb247a2f7 OBS-URL: https://build.opensuse.org/package/show/Java:packages/tomcat?expand=0&rev=273 2023-09-21 20:06:00 +00:00
b2fc5bc4ae Accepting request 1112820 from home:mbussolotto:branches:Java:packages
- Fixed CVEs:
  * CVE-2023-41080: Avoid protocol relative redirects in FORM authentication. (bsc#1214666)
- Added patches:
  * tomcat-9.0.75-CVE-2023-41080.patch

OBS-URL: https://build.opensuse.org/request/show/1112820
OBS-URL: https://build.opensuse.org/package/show/Java:packages/tomcat?expand=0&rev=272
2023-09-21 14:49:07 +00:00
2bd8ca47b9 Accepting request 1111850 from Java:packages
OBS-URL: https://build.opensuse.org/request/show/1111850
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tomcat?expand=0&rev=95
2023-09-20 11:25:59 +00:00
1d620875c8 Accepting request 1111848 from home:fstrba:branches:Java:packages
OBS-URL: https://build.opensuse.org/request/show/1111848
OBS-URL: https://build.opensuse.org/package/show/Java:packages/tomcat?expand=0&rev=270
2023-09-18 06:12:05 +00:00
f291984af0 Accepting request 1110988 from Java:packages
fix factory build

OBS-URL: https://build.opensuse.org/request/show/1110988
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tomcat?expand=0&rev=94
2023-09-14 14:25:36 +00:00
2d2bb753f4 OBS-URL: https://build.opensuse.org/package/show/Java:packages/tomcat?expand=0&rev=268 2023-09-14 05:18:32 +00:00
99a19525a5 OBS-URL: https://build.opensuse.org/package/show/Java:packages/tomcat?expand=0&rev=267 2023-09-12 11:30:53 +00:00
49b963559c OBS-URL: https://build.opensuse.org/package/show/Java:packages/tomcat?expand=0&rev=266 2023-09-12 11:27:36 +00:00
d3b5cc15e7 OBS-URL: https://build.opensuse.org/package/show/Java:packages/tomcat?expand=0&rev=265 2023-09-12 11:22:53 +00:00
d6dff44ec2 OBS-URL: https://build.opensuse.org/package/show/Java:packages/tomcat?expand=0&rev=264 2023-09-12 11:12:01 +00:00
8907d86932 OBS-URL: https://build.opensuse.org/package/show/Java:packages/tomcat?expand=0&rev=263 2023-09-12 11:03:57 +00:00
ef704ca071 OBS-URL: https://build.opensuse.org/package/show/Java:packages/tomcat?expand=0&rev=262 2023-09-12 11:01:36 +00:00
bd9b66dc8c Accepting request 1088487 from Java:packages
9.0.75 == security fixes

OBS-URL: https://build.opensuse.org/request/show/1088487
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tomcat?expand=0&rev=93
2023-05-23 12:54:29 +00:00
0b32a6ad02 OBS-URL: https://build.opensuse.org/package/show/Java:packages/tomcat?expand=0&rev=260 2023-05-23 04:40:11 +00:00
cdb812cd14 OBS-URL: https://build.opensuse.org/package/show/Java:packages/tomcat?expand=0&rev=259 2023-05-22 18:03:40 +00:00
dc50fb9b4f OBS-URL: https://build.opensuse.org/package/show/Java:packages/tomcat?expand=0&rev=258 2023-05-22 17:59:49 +00:00
a95510000b Accepting request 1077842 from Java:packages
OBS-URL: https://build.opensuse.org/request/show/1077842
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tomcat?expand=0&rev=92
2023-04-07 16:17:06 +00:00
6bc85246b3 Accepting request 1077841 from home:mbussolotto:branches:Java:packages
- Fixed CVEs:
  * CVE-2022-45143: JsonErrorReportValve: add escape for type, message or description (bsc#1206840)
- Added patches:
  * tomcat-9.0.43-CVE-2022-45143.patch

OBS-URL: https://build.opensuse.org/request/show/1077841
OBS-URL: https://build.opensuse.org/package/show/Java:packages/tomcat?expand=0&rev=256
2023-04-07 08:08:28 +00:00
cd9f45af8e Accepting request 1074951 from Java:packages
OBS-URL: https://build.opensuse.org/request/show/1074951
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tomcat?expand=0&rev=91
2023-03-28 15:51:19 +00:00
6ef0f7376a Accepting request 1073926 from home:mbussolotto:branches:Java:packages
- Fixed CVEs:
  * CVE-2023-28708: tomcat: not including the secure attribute
    causes information disclosure (bsc#1209622)
- Added patches:
  * tomcat-9.0.43-CVE-2023-28708.patch

OBS-URL: https://build.opensuse.org/request/show/1073926
OBS-URL: https://build.opensuse.org/package/show/Java:packages/tomcat?expand=0&rev=254
2023-03-28 10:01:54 +00:00
a7931e9b5b Accepting request 1069054 from Java:packages
OBS-URL: https://build.opensuse.org/request/show/1069054
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tomcat?expand=0&rev=90
2023-03-03 21:28:14 +00:00
db57f882c4 Accepting request 1068181 from home:mbussolotto:branches:Java:packages
- Fixed CVEs:
  * CVE-2023-24998: tomcat,tomcat6: FileUpload DoS with excessive parts (bsc#1208513)
- Added patches:
  * tomcat-9.0.43-CVE-2023-24998.patch

OBS-URL: https://build.opensuse.org/request/show/1068181
OBS-URL: https://build.opensuse.org/package/show/Java:packages/tomcat?expand=0&rev=252
2023-03-03 05:35:10 +00:00
d27436e5b0 Accepting request 1058900 from Java:packages
OBS-URL: https://build.opensuse.org/request/show/1058900
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tomcat?expand=0&rev=89
2023-01-17 16:35:48 +00:00
503278cde3 Accepting request 1058853 from home:mbussolotto:branches:Java:packages
- set logrotate for localhost.log, manager.log, host-manager.log and localhost_access_log.txt
- use logrotate for catalina.out
  * update tomcat-serverxml-tool and spec to configure server.xml
- Added patch:
  * tomcat-9.0-logrotate_everything.patch
  * tomcat-serverxml-tool.tar.gz
- Removed:
  * tomcat-serverxml-tool-1.0.tar.gz

OBS-URL: https://build.opensuse.org/request/show/1058853
OBS-URL: https://build.opensuse.org/package/show/Java:packages/tomcat?expand=0&rev=250
2023-01-17 12:37:11 +00:00
b7b97582b2 Accepting request 1039508 from Java:packages
OBS-URL: https://build.opensuse.org/request/show/1039508
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tomcat?expand=0&rev=88
2022-12-02 12:13:36 +00:00
7044f5b497 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
2022-12-02 08:23:58 +00:00
8b6b4a7ce9 Accepting request 1037218 from Java:packages
sec. fixes

OBS-URL: https://build.opensuse.org/request/show/1037218
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tomcat?expand=0&rev=87
2022-11-22 15:10:22 +00:00
0383717111 OBS-URL: https://build.opensuse.org/package/show/Java:packages/tomcat?expand=0&rev=246 2022-11-22 06:28:25 +00:00
d041727005 Accepting request 1037056 from home:mbussolotto:branches:Java:packages
- Fixed CVEs:
  * CVE-2022-42252: reject invalid content-length requests. (bsc#1204918)
- Added patches:
  * tomcat-9.0.43-CVE-2022-42252.patch

OBS-URL: https://build.opensuse.org/request/show/1037056
OBS-URL: https://build.opensuse.org/package/show/Java:packages/tomcat?expand=0&rev=245
2022-11-21 12:28:39 +00:00
803dc2e41e Accepting request 1030223 from home:mbussolotto:branches:Java:packages
- Fixed CVEs:
  * CVE-2021-43980: Improve the recycling of Processor objects to make it more robust. (bsc#1203868)
- Added patches:
  * tomcat-9.0.43-CVE-2021-43980.patch

OBS-URL: https://build.opensuse.org/request/show/1030223
OBS-URL: https://build.opensuse.org/package/show/Java:packages/tomcat?expand=0&rev=244
2022-10-20 16:18:49 +00:00
4124490743 Accepting request 989036 from Java:packages
do not hardcode /usr/libexecdir, but use %_libexecdir instead

OBS-URL: https://build.opensuse.org/request/show/989036
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tomcat?expand=0&rev=86
2022-07-14 14:34:22 +00:00
0a03fd758a OBS-URL: https://build.opensuse.org/package/show/Java:packages/tomcat?expand=0&rev=242 2022-07-13 13:43:12 +00:00
62c2d77d81 Accepting request 987800 from Java:packages
bsc#1201081

OBS-URL: https://build.opensuse.org/request/show/987800
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tomcat?expand=0&rev=85
2022-07-08 12:03:10 +00:00
c75e4afeff OBS-URL: https://build.opensuse.org/package/show/Java:packages/tomcat?expand=0&rev=240 2022-07-08 06:29:53 +00:00
eda3592fb6 Accepting request 978763 from Java:packages
sync changes with sle

OBS-URL: https://build.opensuse.org/request/show/978763
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tomcat?expand=0&rev=84
2022-05-24 18:33:30 +00:00
ab654215d5 OBS-URL: https://build.opensuse.org/package/show/Java:packages/tomcat?expand=0&rev=238 2022-05-23 17:08:25 +00:00
889daa511d Accepting request 967588 from Java:packages
OBS-URL: https://build.opensuse.org/request/show/967588
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tomcat?expand=0&rev=83
2022-04-07 22:28:32 +00:00
45b1f5a3f7 Accepting request 967485 from home:mbussolotto:branches:Java:packages
- Security hardening. Deprecate getResources() and always return null. (bsc#1198136)
- Added patch: tomcat-9.0-hardening_getResources.patch

OBS-URL: https://build.opensuse.org/request/show/967485
OBS-URL: https://build.opensuse.org/package/show/Java:packages/tomcat?expand=0&rev=236
2022-04-07 17:49:31 +00:00
e9c006bd2f Accepting request 957023 from Java:packages
bsc#1196137

OBS-URL: https://build.opensuse.org/request/show/957023
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tomcat?expand=0&rev=82
2022-02-23 18:06:49 +00:00
2ed7e67af2 OBS-URL: https://build.opensuse.org/package/show/Java:packages/tomcat?expand=0&rev=235 2022-02-23 11:59:03 +00:00
ed9a86a54f Accepting request 956682 from Java:packages
- Fixed CVEs:
  * CVE-2022-23181: Make calculation of session storage location more robust (bsc#1195255)
- Added patches:
  * tomcat-9.0-CVE-2022-23181.patch

OBS-URL: https://build.opensuse.org/request/show/956682
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tomcat?expand=0&rev=81
2022-02-22 20:18:24 +00:00
ce50f8c0d6 OBS-URL: https://build.opensuse.org/package/show/Java:packages/tomcat?expand=0&rev=234 2022-02-22 19:00:44 +00:00
b42b2bcb88 OBS-URL: https://build.opensuse.org/package/show/Java:packages/tomcat?expand=0&rev=233 2022-01-28 14:29:05 +00:00
c2fd26d820 - Fixed CVEs:
* CVE-2022-23181: Make calculation of session storage location more robust (bsc#1195255)
- Added patches:
  * tomcat-9.0-CVE-2022-23181.patch

OBS-URL: https://build.opensuse.org/package/show/Java:packages/tomcat?expand=0&rev=232
2022-01-28 14:25:17 +00:00
e789b19695 Accepting request 946292 from Java:packages
OBS-URL: https://build.opensuse.org/request/show/946292
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tomcat?expand=0&rev=80
2022-01-14 22:13:07 +00:00
7b1f875f7f Accepting request 946275 from home:olh:branches:Java:packages
- remove instance units from post scripts, they can not be reloaded

OBS-URL: https://build.opensuse.org/request/show/946275
OBS-URL: https://build.opensuse.org/package/show/Java:packages/tomcat?expand=0&rev=231
2022-01-14 05:24:24 +00:00
9b2e0f5e45 Accepting request 940058 from Java:packages
OBS-URL: https://build.opensuse.org/request/show/940058
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tomcat?expand=0&rev=79
2021-12-12 20:27:48 +00:00
f640109f9b Accepting request 939130 from home:mbussolotto:branches:Java:packages
- Fix NPE in JNDIRealm, when userRoleAttribute is not set (bsc#1193569)
- Added patch:
  * tomcat-9.0-NPE-JNDIRealm.patch

OBS-URL: https://build.opensuse.org/request/show/939130
OBS-URL: https://build.opensuse.org/package/show/Java:packages/tomcat?expand=0&rev=230
2021-12-12 08:13:13 +00:00
337f7900e7 Accepting request 930612 from Java:packages
OBS-URL: https://build.opensuse.org/request/show/930612
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tomcat?expand=0&rev=78
2021-11-10 20:46:39 +00:00
eb7ec9843b Accepting request 928113 from home:mbussolotto:branches:Java:packages
- Fixed CVEs:
  * CVE-2021-30640: Escape parameters in JNDI Realm queries (bsc#1188279)
  * CVE-2021-33037: Process T-E header from both HTTP 1.0 and HTTP 1.1. clients (bsc#1188278)
  * CVE-2021-41079: Validate incoming TLS packet (bsc#1190558)
- Added patches:
  * tomcat-9.0-CVE-2021-30640.patch
  * tomcat-9.0-CVE-2021-33037.patch
  * tomcat-9.0-CVE-2021-41079.patch

OBS-URL: https://build.opensuse.org/request/show/928113
OBS-URL: https://build.opensuse.org/package/show/Java:packages/tomcat?expand=0&rev=229
2021-11-10 08:18:07 +00:00
45332d7d33 OBS-URL: https://build.opensuse.org/package/show/Java:packages/tomcat?expand=0&rev=228 2021-11-10 07:12:31 +00:00
d7d5c718d0 OBS-URL: https://build.opensuse.org/package/show/Java:packages/tomcat?expand=0&rev=227 2021-11-10 06:56:56 +00:00
7013b89342 Accepting request 926588 from Java:packages
9.0.43

OBS-URL: https://build.opensuse.org/request/show/926588
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tomcat?expand=0&rev=77
2021-10-21 21:55:15 +00:00
e8a2685481 OBS-URL: https://build.opensuse.org/package/show/Java:packages/tomcat?expand=0&rev=225 2021-10-19 09:36:28 +00:00
2574a121fc Accepting request 926112 from home:balta3:tomcat9
Update Tomcat to 9.0.43, ecj 4.18 as submitted in another request is required

- Update to Tomcat 9.0.43. See changelog at
  https://tomcat.apache.org/tomcat-9.0-doc/changelog.html#Tomcat_9.0.43_(markt)
- Removed Patches because fixed upstream now:
  * tomcat-9.0-CVE-2021-25122.patch
  * tomcat-9.0-CVE-2021-25329.patch

- Update to Tomcat 9.0.41. See changelog at
  https://tomcat.apache.org/tomcat-9.0-doc/changelog.html#Tomcat_9.0.41_(markt)

- Update to Tomcat 9.0.40. See changelog at
  https://tomcat.apache.org/tomcat-9.0-doc/changelog.html#Tomcat_9.0.40_(markt)
- Removed Patches because fixed upstream now:
  * tomcat-9.0-CVE-2020-17527.patch
  * tomcat-9.0-CVE-2021-24122.patch

OBS-URL: https://build.opensuse.org/request/show/926112
OBS-URL: https://build.opensuse.org/package/show/Java:packages/tomcat?expand=0&rev=224
2021-10-19 05:08:40 +00:00
7c32e22b9c Accepting request 925884 from home:balta3:tomcat9
- Update to 9.0.39
- aqute-bnd 5.1.1 required (separate submit request)

OBS-URL: https://build.opensuse.org/request/show/925884
OBS-URL: https://build.opensuse.org/package/show/Java:packages/tomcat?expand=0&rev=223
2021-10-18 06:37:59 +00:00
e486fff548 Accepting request 880711 from Java:packages
OBS-URL: https://build.opensuse.org/request/show/880711
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tomcat?expand=0&rev=76
2021-03-24 15:15:06 +00:00
4a8fbc25f3 Accepting request 880517 from home:admehmood:branches:Java:packages
* CVE-2021-25122: Apache Tomcat h2c request mix-up (bsc#1182912)
* CVE-2021-25329: Complete fix for CVE-2020-9484 (bsc#1182909)
- Added patches:
  * tomcat-9.0-CVE-2021-25122.patch 
  * tomcat-9.0-CVE-2021-25329.patch

OBS-URL: https://build.opensuse.org/request/show/880517
OBS-URL: https://build.opensuse.org/package/show/Java:packages/tomcat?expand=0&rev=221
2021-03-23 11:26:59 +00:00
Richard Brown
4f4c21c76b Accepting request 880011 from Java:packages
CVE-2021-24122

OBS-URL: https://build.opensuse.org/request/show/880011
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tomcat?expand=0&rev=75
2021-03-19 15:42:50 +00:00
b87f5648b0 OBS-URL: https://build.opensuse.org/package/show/Java:packages/tomcat?expand=0&rev=219 2021-03-19 05:27:29 +00:00
6e5c662b6a Accepting request 879719 from home:admehmood:branches:Java:packages
- CVE-2021-24122

OBS-URL: https://build.opensuse.org/request/show/879719
OBS-URL: https://build.opensuse.org/package/show/Java:packages/tomcat?expand=0&rev=218
2021-03-18 06:13:13 +00:00
d9af3c549b Accepting request 862598 from Java:packages
OBS-URL: https://build.opensuse.org/request/show/862598
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tomcat?expand=0&rev=74
2021-01-13 17:21:42 +00:00
52983fd500 Accepting request 856448 from home:admehmood:branches:Java:packages
- Fix HTTP/2 request header mix-up: CVE-2020-17527 (bsc#1179602)
- Added patch:
  * tomcat-9.0-CVE-2020-17527.patch

OBS-URL: https://build.opensuse.org/request/show/856448
OBS-URL: https://build.opensuse.org/package/show/Java:packages/tomcat?expand=0&rev=216
2021-01-12 10:57:31 +00:00
7e2e44cd86 Accepting request 845778 from Java:packages
OBS-URL: https://build.opensuse.org/request/show/845778
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tomcat?expand=0&rev=73
2020-12-04 20:27:50 +00:00
5c88b47afb Accepting request 841492 from home:jengelh:branches:Java:packages
- Replace old specfile constructs. Remove support for SUSE 11.x.
- Drop %systemd_requires, which is considered a no-op.
- Trim redundant license mention from description.
- Make documentation noarch.
- Do not suppress errors from useradd.

OBS-URL: https://build.opensuse.org/request/show/841492
OBS-URL: https://build.opensuse.org/package/show/Java:packages/tomcat?expand=0&rev=214
2020-11-03 15:34:19 +00:00
Matei Albu
92414c9e01 Accepting request 845747 from home:mateialbu:branches:Java:packages
remove tomcat-9.0-init

OBS-URL: https://build.opensuse.org/request/show/845747
OBS-URL: https://build.opensuse.org/package/show/Java:packages/tomcat?expand=0&rev=213
2020-11-03 14:25:31 +00:00
Matei Albu
5fc16cd0d0 Accepting request 845720 from home:mateialbu:branches:Java:packages
- Add source url for tomcat-serverxml-tool
- Fix typo in tomcat-webapps %postun that caused /examples
  context to remain in server.xml when package was removed
- Remove tomcat-9.0.init and /usr/lib/tmpfiles.d/tomcat.conf from
  package. They're not used anymore becuse of systemd (bsc#1178396)

OBS-URL: https://build.opensuse.org/request/show/845720
OBS-URL: https://build.opensuse.org/package/show/Java:packages/tomcat?expand=0&rev=212
2020-11-03 13:23:42 +00:00
Matei Albu
a14e7a9e0d Accepting request 845377 from home:mateialbu:branches:Java:packages
- Fix tomcat-servlet-4_0-api package alternatives to use /usr/share/java/servlet.jar instead of  /usr/share/java/tomcat-servlet.jar. Keep /usr/share/java/tomcat-servlet.jar symlink for compatibility (bsc#1092163) 
- Change default file ownership in tomcat-webapps from 
  tomcat:tomcat to root:tomcat

OBS-URL: https://build.opensuse.org/request/show/845377
OBS-URL: https://build.opensuse.org/package/show/Java:packages/tomcat?expand=0&rev=211
2020-11-02 16:37:37 +00:00
b6c08d4875 Accepting request 841719 from Java:packages
OBS-URL: https://build.opensuse.org/request/show/841719
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tomcat?expand=0&rev=72
2020-10-14 13:40:15 +00:00
Matei Albu
d14a544fa7 Accepting request 841718 from home:mateialbu:branches:Java:packages
CVE-2020-13943 and bsc#1177601

OBS-URL: https://build.opensuse.org/request/show/841718
OBS-URL: https://build.opensuse.org/package/show/Java:packages/tomcat?expand=0&rev=209
2020-10-14 08:54:21 +00:00
472406ec35 Accepting request 829682 from Java:packages
libexecdir fixes

OBS-URL: https://build.opensuse.org/request/show/829682
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tomcat?expand=0&rev=71
2020-08-29 18:33:44 +00:00
14216e6c34 OBS-URL: https://build.opensuse.org/package/show/Java:packages/tomcat?expand=0&rev=207 2020-08-26 06:05:55 +00:00
9aabb54a8f Accepting request 823636 from Java:packages
OBS-URL: https://build.opensuse.org/request/show/823636
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tomcat?expand=0&rev=70
2020-07-31 13:55:04 +00:00
Matei Albu
32d59bc711 Accepting request 823635 from home:mateialbu:branches:Java:packages
- Don't give write permissions for the tomcat group on files and
  directories where it's not needed (bsc#1172562)
- Change tomcat.pid location from /var/run to /run (bsc#1173103)
- Use the /sbin/nologin shell when creating the tomcat user
- Use %tmpfiles_create macro in %post instead of calling
  systemd-tmpfiles directly

OBS-URL: https://build.opensuse.org/request/show/823635
OBS-URL: https://build.opensuse.org/package/show/Java:packages/tomcat?expand=0&rev=205
2020-07-30 21:16:33 +00:00
7636c6a411 Accepting request 817202 from Java:packages
CVE-2020-11996 (bsc#1173389)

OBS-URL: https://build.opensuse.org/request/show/817202
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tomcat?expand=0&rev=69
2020-06-26 19:49:26 +00:00
58c8d0d803 OBS-URL: https://build.opensuse.org/package/show/Java:packages/tomcat?expand=0&rev=203 2020-06-26 08:05:25 +00:00
f7ae84bb6c Accepting request 809216 from Java:packages
OBS-URL: https://build.opensuse.org/request/show/809216
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tomcat?expand=0&rev=68
2020-05-28 07:15:03 +00:00
Matei Albu
1cb001bdee Accepting request 809082 from home:mateialbu:branches:Java:packages
- Update to Tomcat 9.0.35. See changelog at
  https://tomcat.apache.org/tomcat-9.0-doc/changelog.html#Tomcat_9.0.35_(markt)
- Fixed CVEs:
  - CVE-2020-9484 (bsc#1171928)
- 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/809082
OBS-URL: https://build.opensuse.org/package/show/Java:packages/tomcat?expand=0&rev=201
2020-05-27 09:06:23 +00:00
3a3a3bf012 Accepting request 793742 from Java:packages
OBS-URL: https://build.opensuse.org/request/show/793742
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tomcat?expand=0&rev=67
2020-04-14 13:10:01 +00:00
fe7bd6c817 Accepting request 792968 from home:javierllorente:branches:Java:packages
Update to 9.0.34

OBS-URL: https://build.opensuse.org/request/show/792968
OBS-URL: https://build.opensuse.org/package/show/Java:packages/tomcat?expand=0&rev=199
2020-04-14 07:06:57 +00:00
3fc8b79c00 Accepting request 789763 from Java:packages
OBS-URL: https://build.opensuse.org/request/show/789763
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tomcat?expand=0&rev=66
2020-03-30 21:05:40 +00:00
Matei Albu
d682f2528e 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
2020-03-30 12:36:04 +00:00
54926db86f Accepting request 780241 from Java:packages
OBS-URL: https://build.opensuse.org/request/show/780241
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tomcat?expand=0&rev=65
2020-02-28 14:22:20 +00:00
Matei Albu
f7af59e59f Accepting request 780240 from home:mateialbu:branches:Java:packages
- Change default value of AJP connector secretRequired to false
- Added patch:
  * tomcat-9.0.31-secretRequired-default.patch

OBS-URL: https://build.opensuse.org/request/show/780240
OBS-URL: https://build.opensuse.org/package/show/Java:packages/tomcat?expand=0&rev=195
2020-02-28 11:40:32 +00:00
6de514d5bf Accepting request 779268 from Java:packages
missing bsc#

OBS-URL: https://build.opensuse.org/request/show/779268
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tomcat?expand=0&rev=64
2020-02-26 14:05:19 +00:00
4f512b15f8 OBS-URL: https://build.opensuse.org/package/show/Java:packages/tomcat?expand=0&rev=193 2020-02-26 06:00:57 +00:00
f67cfaf312 OBS-URL: https://build.opensuse.org/package/show/Java:packages/tomcat?expand=0&rev=192 2020-02-26 05:56:48 +00:00
782f076d67 Accepting request 779100 from Java:packages
Update to 9.0.31 - Security fixes

OBS-URL: https://build.opensuse.org/request/show/779100
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tomcat?expand=0&rev=63
2020-02-25 15:08:23 +00:00
501a398983 OBS-URL: https://build.opensuse.org/package/show/Java:packages/tomcat?expand=0&rev=190 2020-02-25 13:35:13 +00:00
8455293e5a Accepting request 768399 from Java:packages
bsc#1162081

OBS-URL: https://build.opensuse.org/request/show/768399
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tomcat?expand=0&rev=62
2020-01-30 08:41:47 +00:00
5d6bd6f888 OBS-URL: https://build.opensuse.org/package/show/Java:packages/tomcat?expand=0&rev=188 2020-01-29 16:51:19 +00:00
659400cf18 Accepting request 765850 from Java:packages
Restore the capacity to build with jdk 9+

OBS-URL: https://build.opensuse.org/request/show/765850
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tomcat?expand=0&rev=61
2020-01-20 21:56:09 +00:00
7cc4a18e7b Restore the possibility to build with jdk > 1.8
OBS-URL: https://build.opensuse.org/package/show/Java:packages/tomcat?expand=0&rev=186
2020-01-20 13:50:27 +00:00
6e45bbcebb Accepting request 765337 from Java:packages
OBS-URL: https://build.opensuse.org/request/show/765337
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tomcat?expand=0&rev=60
2020-01-18 11:18:09 +00:00
Matei Albu
5cb10a7d23 Accepting request 765336 from home:mateialbu:branches:Java:packages
- Change build to always use Java 1.8 (bsc#1161025).

OBS-URL: https://build.opensuse.org/request/show/765336
OBS-URL: https://build.opensuse.org/package/show/Java:packages/tomcat?expand=0&rev=184
2020-01-17 16:11:57 +00:00
fc58dfe5e0 Accepting request 761823 from Java:packages
Add missing CVE numbers

OBS-URL: https://build.opensuse.org/request/show/761823
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tomcat?expand=0&rev=59
2020-01-08 16:55:55 +00:00
6dda5b6b52 OBS-URL: https://build.opensuse.org/package/show/Java:packages/tomcat?expand=0&rev=182 2020-01-08 11:40:53 +00:00
1097707624 OBS-URL: https://build.opensuse.org/package/show/Java:packages/tomcat?expand=0&rev=181 2020-01-08 07:21:02 +00:00
959ac9a805 Accepting request 759699 from home:mateialbu:branches:Java:packages
- Update to Tomcat 9.0.30. See changelog at
  http://tomcat.apache.org/tomcat-9.0-doc/changelog.html#Tomcat_9.0.30_(markt)
- Fixed CVEs:
  - CVE-2019-12418 (bsc#1159723)
  - CVE-2019-17563 (bsc#1159729)

OBS-URL: https://build.opensuse.org/request/show/759699
OBS-URL: https://build.opensuse.org/package/show/Java:packages/tomcat?expand=0&rev=180
2020-01-08 07:19:26 +00:00
43cbe7f94e Accepting request 749212 from Java:packages
Update to 9.0.27 + generate OSGi manifest using aqute-bnd

OBS-URL: https://build.opensuse.org/request/show/749212
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tomcat?expand=0&rev=58
2019-11-18 19:11:09 +00:00
addc1ce48e OBS-URL: https://build.opensuse.org/package/show/Java:packages/tomcat?expand=0&rev=178 2019-11-18 09:16:11 +00:00
b718a0951f OBS-URL: https://build.opensuse.org/package/show/Java:packages/tomcat?expand=0&rev=177 2019-11-16 00:05:40 +00:00
027f050ac4 OBS-URL: https://build.opensuse.org/package/show/Java:packages/tomcat?expand=0&rev=176 2019-11-15 23:26:24 +00:00
850db7b243 OBS-URL: https://build.opensuse.org/package/show/Java:packages/tomcat?expand=0&rev=175 2019-11-15 23:25:28 +00:00
6ac97953ca Accepting request 735434 from Java:packages
Add maven metadata for tomcat-util-scan + avoid duplicate metadata

OBS-URL: https://build.opensuse.org/request/show/735434
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tomcat?expand=0&rev=57
2019-10-07 11:42:03 +00:00
5fa1e3d02d OBS-URL: https://build.opensuse.org/package/show/Java:packages/tomcat?expand=0&rev=173 2019-10-04 22:02:25 +00:00
a66a274a84 OBS-URL: https://build.opensuse.org/package/show/Java:packages/tomcat?expand=0&rev=172 2019-10-04 13:33:33 +00:00
1d4ced6b8f Accepting request 734299 from Java:packages
Build against log4j12

OBS-URL: https://build.opensuse.org/request/show/734299
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tomcat?expand=0&rev=56
2019-10-03 14:16:04 +00:00
e853282334 OBS-URL: https://build.opensuse.org/package/show/Java:packages/tomcat?expand=0&rev=170 2019-10-01 12:29:47 +00:00
6691c8ddfa Accepting request 733223 from Java:packages
Fix build with the new ecj

OBS-URL: https://build.opensuse.org/request/show/733223
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tomcat?expand=0&rev=55
2019-09-27 12:45:19 +00:00
4e9ec22797 OBS-URL: https://build.opensuse.org/package/show/Java:packages/tomcat?expand=0&rev=168 2019-09-25 12:19:17 +00:00
84e673441e Accepting request 709512 from Java:packages
OBS-URL: https://build.opensuse.org/request/show/709512
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tomcat?expand=0&rev=54
2019-06-26 14:01:12 +00:00
Matei Albu
9f162d6cbb Accepting request 709481 from home:dimstar:Factory
Allow OBS to pick better candidates to shorten rebuild queues

OBS-URL: https://build.opensuse.org/request/show/709481
OBS-URL: https://build.opensuse.org/package/show/Java:packages/tomcat?expand=0&rev=166
2019-06-12 15:18:05 +00:00
fa479d36e3 Accepting request 704517 from Java:packages
OBS-URL: https://build.opensuse.org/request/show/704517
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tomcat?expand=0&rev=53
2019-05-25 11:18:24 +00:00
Matei Albu
ff17bf8235 Accepting request 704516 from home:mateialbu:branches:Java:packages
- Update to Tomcat 9.0.20. See changelog at
  http://tomcat.apache.org/tomcat-9.0-doc/changelog.html#Tomcat_9.0.20_(markt)
- increase maximum number of threads and open files for tomcat (bsc#1111966)

OBS-URL: https://build.opensuse.org/request/show/704516
OBS-URL: https://build.opensuse.org/package/show/Java:packages/tomcat?expand=0&rev=164
2019-05-21 15:07:37 +00:00
Matei Albu
81464ee788 Accepting request 704464 from home:mateialbu:branches:Java:packages
update to 9.0.20

OBS-URL: https://build.opensuse.org/request/show/704464
OBS-URL: https://build.opensuse.org/package/show/Java:packages/tomcat?expand=0&rev=163
2019-05-21 13:23:08 +00:00
a025574700 Accepting request 696888 from Java:packages
OBS-URL: https://build.opensuse.org/request/show/696888
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tomcat?expand=0&rev=52
2019-05-03 20:29:18 +00:00
Matei Albu
3e36252fe4 Accepting request 696887 from home:mateialbu:branches:Java:packages
- Update to Tomcat 9.0.19. See changelog at
  http://tomcat.apache.org/tomcat-9.0-doc/changelog.html#Tomcat_9.0.19_(markt)
  Notable packaging changes:
  - File /usr/share/java/tomcat/catalina-jmx-remote.jar was removed.
    The classes contained in this jar were merged into 
    /usr/share/java/tomcat/catalina.jar.
- Fixed CVEs:
  - CVE-2019-0199 (bsc#1131055)
- Rebased patch:
  - tomcat-9.0-JDTCompiler-java.patch
  - tomcat-9.0-javadoc.patch

OBS-URL: https://build.opensuse.org/request/show/696887
OBS-URL: https://build.opensuse.org/package/show/Java:packages/tomcat?expand=0&rev=161
2019-04-22 19:57:57 +00:00
76b6967707 Accepting request 694541 from Java:packages
Fix build against upcoming geronimo-specs

OBS-URL: https://build.opensuse.org/request/show/694541
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tomcat?expand=0&rev=51
2019-04-18 11:54:26 +00:00
faa49568d9 OBS-URL: https://build.opensuse.org/package/show/Java:packages/tomcat?expand=0&rev=159 2019-04-15 13:54:16 +00:00
Stephan Kulow
c8369c82f8 Accepting request 678590 from Java:packages
Consolidate the requests

OBS-URL: https://build.opensuse.org/request/show/678590
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tomcat?expand=0&rev=50
2019-02-25 16:47:26 +00:00
2ca43c3758 Accepting request 671990 from home:jengelh:branches:Java:packages
use a single %setup
and solve grammar violations

OBS-URL: https://build.opensuse.org/request/show/671990
OBS-URL: https://build.opensuse.org/package/show/Java:packages/tomcat?expand=0&rev=157
2019-02-24 23:01:00 +00:00
Matei Albu
8be94dcc73 fix typo in changelog
OBS-URL: https://build.opensuse.org/package/show/Java:packages/tomcat?expand=0&rev=156
2019-02-21 11:17:26 +00:00
Matei Albu
5239f21dd2 Accepting request 677954 from home:mateialbu:branches:Java:packages
- Don't overwrite changes made to server.xml contexts when updating
  bundleded webapps.

OBS-URL: https://build.opensuse.org/request/show/677954
OBS-URL: https://build.opensuse.org/package/show/Java:packages/tomcat?expand=0&rev=155
2019-02-21 10:44:05 +00:00
Matei Albu
261e38ecae remove patch
OBS-URL: https://build.opensuse.org/package/show/Java:packages/tomcat?expand=0&rev=154
2019-02-18 16:27:16 +00:00
Matei Albu
1dd79e98f1 Accepting request 677168 from home:mateialbu:branches:Java:packages
- Set javac target to 1.8 when building docs samples and serverxmltool

OBS-URL: https://build.opensuse.org/request/show/677168
OBS-URL: https://build.opensuse.org/package/show/Java:packages/tomcat?expand=0&rev=153
2019-02-18 16:00:05 +00:00
Matei Albu
f1bb9c0f85 Rollback request 674514
OBS-URL: https://build.opensuse.org/package/show/Java:packages/tomcat?expand=0&rev=152
2019-02-14 15:24:42 +00:00
Matei Albu
d7994db69e Accepting request 674514 from home:ecsos:server
- Add tomcat-9.0-tomcat-webapps.patch to fix missing context for
  manager and host-mamanger.

OBS-URL: https://build.opensuse.org/request/show/674514
OBS-URL: https://build.opensuse.org/package/show/Java:packages/tomcat?expand=0&rev=151
2019-02-14 15:16:41 +00:00
Stephan Kulow
98163ada81 Accepting request 671958 from Java:packages
OBS-URL: https://build.opensuse.org/request/show/671958
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tomcat?expand=0&rev=49
2019-02-06 14:47:42 +00:00
Matei Albu
59ec06a2d1 Accepting request 671956 from home:mateialbu:branches:Java:packages
- Move webapps bundled with Tomcat to /usr/share/tomcat/tomcat-webapps
  (bsc#1092341). Affected packages:
  - tomcat-webapps
  - tomcat-admin-webapps
  - tomcat-docs-webapp
- Remove %doc directive from tomcat-docs-webapps files section so that
  zypper installs files even if rpm.install.excludedocs is set to yes.

OBS-URL: https://build.opensuse.org/request/show/671956
OBS-URL: https://build.opensuse.org/package/show/Java:packages/tomcat?expand=0&rev=149
2019-02-05 18:26:47 +00:00
Matei Albu
612d45ac23 Accepting request 671144 from home:mateialbu:branches:Java:packages
- Require Java 1.8 or later (bsc#1123407)

OBS-URL: https://build.opensuse.org/request/show/671144
OBS-URL: https://build.opensuse.org/package/show/Java:packages/tomcat?expand=0&rev=148
2019-02-04 15:45:17 +00:00
43eeb963a1 OBS-URL: https://build.opensuse.org/package/show/Java:packages/tomcat?expand=0&rev=147 2019-01-26 09:42:01 +00:00
2d628c2515 OBS-URL: https://build.opensuse.org/package/show/Java:packages/tomcat?expand=0&rev=146 2019-01-26 08:14:46 +00:00
ea92286465 OBS-URL: https://build.opensuse.org/package/show/Java:packages/tomcat?expand=0&rev=145 2019-01-26 08:09:06 +00:00
6c0b3487dd OBS-URL: https://build.opensuse.org/package/show/Java:packages/tomcat?expand=0&rev=144 2019-01-25 20:16:13 +00:00
Matei Albu
f1a3bfce65 Accepting request 666520 from home:mateialbu:branches:home:mateialbu:branches:Java:packages
- Fix tomcat-tool-wrapper classpath error (bsc#1120745)

OBS-URL: https://build.opensuse.org/request/show/666520
OBS-URL: https://build.opensuse.org/package/show/Java:packages/tomcat?expand=0&rev=143
2019-01-16 17:15:30 +00:00
900c580414 Accepting request 664713 from Java:packages
OBS-URL: https://build.opensuse.org/request/show/664713
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tomcat?expand=0&rev=48
2019-01-15 08:14:31 +00:00
Matei Albu
1281862736 Accepting request 664712 from home:mateialbu:branches:Java:packages
- Fix tomcat-digest classpath error (bsc#1120745)

OBS-URL: https://build.opensuse.org/request/show/664712
OBS-URL: https://build.opensuse.org/package/show/Java:packages/tomcat?expand=0&rev=141
2019-01-11 16:11:31 +00:00
Matei Albu
f45eab76d9 Accepting request 661953 from home:ecsos:branches:Java:packages
- Update to Tomcat 9.0.14. See changelog at
  http://tomcat.apache.org/tomcat-9.0-doc/changelog.html#Tomcat_9.0.14_(markt)

OBS-URL: https://build.opensuse.org/request/show/661953
OBS-URL: https://build.opensuse.org/package/show/Java:packages/tomcat?expand=0&rev=140
2019-01-09 09:10:53 +00:00
fec8ac3b01 OBS-URL: https://build.opensuse.org/package/show/Java:packages/tomcat?expand=0&rev=139 2018-12-15 13:53:15 +00:00
36d2f9ab53 OBS-URL: https://build.opensuse.org/package/show/Java:packages/tomcat?expand=0&rev=138 2018-12-13 16:57:43 +00:00
f5517d5742 Accepting request 655046 from Java:packages
OBS-URL: https://build.opensuse.org/request/show/655046
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tomcat?expand=0&rev=47
2018-12-07 13:32:46 +00:00
d26ef6d7a2 Accepting request 655001 from home:fstrba:maven
OBS-URL: https://build.opensuse.org/request/show/655001
OBS-URL: https://build.opensuse.org/package/show/Java:packages/tomcat?expand=0&rev=136
2018-12-05 09:37:03 +00:00
46faac1087 OBS-URL: https://build.opensuse.org/package/show/Java:packages/tomcat?expand=0&rev=135 2018-12-05 08:10:56 +00:00
e2dde89250 Accepting request 648705 from Java:packages
OBS-URL: https://build.opensuse.org/request/show/648705
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tomcat?expand=0&rev=46
2018-11-18 22:20:00 +00:00
Matei Albu
b226ca55fa Accepting request 647509 from home:seanlew:branches:Java:packages
Update tomcat to 9.0.13

OBS-URL: https://build.opensuse.org/request/show/647509
OBS-URL: https://build.opensuse.org/package/show/Java:packages/tomcat?expand=0&rev=133
2018-11-13 09:38:54 +00:00
e698e11c0d Accepting request 642920 from Java:packages
OBS-URL: https://build.opensuse.org/request/show/642920
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tomcat?expand=0&rev=45
2018-10-25 06:09:29 +00:00
Matei Albu
499d59fd6e Accepting request 642919 from home:mateialbu:branches:Java:packages
- Update to Tomcat 9.0.12. See changelog at 
  http://tomcat.apache.org/tomcat-9.0-doc/changelog.html#Tomcat_9.0.12_(markt)
- Fixed CVEs:
  - CVE-2018-11784 (bsc#1110850)
- Rebased patches:
  - tomcat-9.0-disable-osgi-build.patch
  - tomcat-9.0-javadoc.patch
  - tomcat-9.0-sle.catalina.policy.patch
  - tomcat-9.0-tomcat-users-webapp.patch
- Declare following files to config(noreplace) to prevent override
  access rights:
  - host-manager/META-INF/context.xml
  - manager/META-INF/context.xml
- Empty tomcat-9.0.sysconfig to avoid overwriting of customer's 
  configuration during update (bsc#1067720)
- Update to Tomcat 9.0.10. See changelog at 
  http://tomcat.apache.org/tomcat-9.0-doc/changelog.html#Tomcat_9.0.10_(markt)
- Fixed CVEs:
  - CVE-2018-1336 (bsc#1102400)
  - CVE-2018-8014 (bsc#1093697)
  - CVE-2018-8034 (bsc#1102379)
  - CVE-2018-8037 (bsc#1102410)
- Rebased patch tomcat-9.0-JDTCompiler-java.patch
- Added patch tomcat-9.0-disable-osgi-build.patch to disable adding 
  OSGi metadata to JAR files
- Update to Tomcat 9.0.5. See changelog at
  http://tomcat.apache.org/tomcat-9.0-doc/changelog.html#Tomcat_9.0.5_(markt)
- Modified patch:
  * tomcat-9.0-javadoc.patch
    + Don't append to javadoc --add-modules since we are building
      with source=8
    + Avoid accessing Internet URLs from build environment
- Update to Tomcat 9.0.2:
  * Major update for tomcat8 from tomcat9
  * For full changelog please read upstream changes at:
    + http://tomcat.apache.org/tomcat-9.0-doc/changelog.html
  * Rename all tomcat-8.0-* files to tomcat-9.0-*
- Changed patches:
  * Deleted: tomcat-8.0-bootstrap-MANIFEST.MF.patch
  * Deleted: tomcat-8.0-sle.catalina.policy.patch
  * Deleted: tomcat-8.0-tomcat-users-webapp.patch
  * Deleted: tomcat-8.0.33-JDTCompiler-java.patch
  * Deleted: tomcat-8.0.44-javadoc.patch
  * Deleted: tomcat-8.0.9-property-build.windows.patch
  * Added: tomcat-9.0-JDTCompiler-java.patch
  * Added: tomcat-9.0-bootstrap-MANIFEST.MF.patch
  * Added: tomcat-9.0-javadoc.patch
  * Added: tomcat-9.0-sle.catalina.policy.patch
  * Added: tomcat-9.0-tomcat-users-webapp.patch
- Renamed subpackage tomcat-3_1-api to tomcat-4_0-api
  to reflect the new Servlet API version.
- Commented out JAVA_HOME in /etc/tomcat/tomcat.conf
- Added "tomcat-" prefix to lib symlinks under
  /usr/share/java to avoid file conflicts with servletapi5
  and geronimo-specs
- Fixed wrong %ghost file paths for alternatives symlinks
- Replace references to /var/adm/fillup-templates with new
  %_fillupdir macro (boo#1069468)
- Build with JDK 8 to fix runtime errors when running with JDK 7
  and 8
- Fix tomcat-digest classpath error (bsc#977410)
- Fix packaged /etc/alternatives symlinks for api libs that caused
  rpm -V to report link mismatch (bsc#1019016)
- update to 8.0.47
  http://tomcat.apache.org/tomcat-8.0-doc/changelog.html
  * Fixed CVE:
    - CVE-2017-12617
- rebase tomcat-8.0-sle.catalina.policy.patch
- Added patch:
  * tomcat-8.0.44-javadoc.patch
    - generate documentation with the same source level as class
      files
    - fixes build with jdk9
- Version update to 8.0.44:
  http://tomcat.apache.org/tomcat-8.0-doc/changelog.html
  * Fixed CVE:
    - CVE-2017-5664 (bsc#1042910)
- New build dependency: javapackages-local
- Version update to 8.0.43:
  * Another bugfix release, for full details see:
    http://tomcat.apache.org/tomcat-8.0-doc/changelog.html
  * Fixed CVEs:
    - CVE-2017-5647 (bnc#1033448)
    - CVE-2017-5648 (bnc#1033447)
    - CVE-2016-8745
- Renamed and rebased patches:
  * tomcat-7.0-sle.catalina.policy.patch -> tomcat-8.0-sle.catalina.policy.patch
- Enable optional setenv.sh script. See section
  "(3.4) Using the "setenv" script (optional, recommended)" in
  http://tomcat.apache.org/tomcat-8.0-doc/RUNNING.txt
  (bnc#1002662)
- Fix file conflicts when upgrading from SLES 12 to SLES 12 SP1 (bnc#1023412).
  Added explicit obsoletes for tomcat-el-2_2-api, tomcat-jsp-2_2-api,
  tomcat-servlet-3_0-api
- update to 8.0.39: (boo#1003911)
  * Improve handling of I/O errors with async processing
  * Fail earlier on invalid HTTP request
- includes changes from  8.0.38:
  * Refactoring the non-container thread Async complete()/dispatch()
    handling to remove the possibility of deadlock
  * Improved UTF-8 handling for the RewriteValve
- includes changes from 8.0.37:
  * Treat paths used to obtain a request dispatcher as encoded
    (configurable)
  * Various jdbc-pool fixes
- drop tomcat-8.0.36-jar-scanner-loop.patch, upstream
- Switch to commons-dbcp2 fate#321029
- Backport fix for inifinite loop in the jar scanner for 8.0.36. (bnc#993862)
  Added: tomcat-8.0.36-jar-scanner-loop.patch
- Version update to 8.0.36:
  * Another bugfix release for the 8.0 series. Full details:
    http://tomcat.apache.org/tomcat-8.0-doc/changelog.html#Tomcat_8.0.36_(markt)
- CVE fixed by the version update:
  - CVE-2016-3092 (bnc#986359)
- Fixed a deployment error in the examples webapp by changing the context.xml format to the new one
  introduced by Tomcat 8. See http://tomcat.apache.org/migration-8.html#Web_application_resources
- fix maven fragments paths to build in multiple distribution
  versions
- Version update to 8.0.33:
  * Another bugfix release for 8.0 series, full details:
    http://tomcat.apache.org/tomcat-8.0-doc/changelog.html#Tomcat_8.0.33_(markt)
- Rebase tomcat-8.0-tomcat-users-webapp.patch
- Rebase tomcat-7.0.53-JDTCompiler-java.patch
  to tomcat-8.0.33-JDTCompiler-java.patch
- Fix fixme for the prereq preamble value
- It seems systemd prints error on adding the @ services to macros
  so do not do that
- package was partly merged with the scripts used in the
  Fedora distribution
- support running multiple tomcat instances on the same server
  (fate#317783)
- add catalina-jmx-remote.jar (fate#318403)
- remove sysvinit support: systemd is required
- update changes file for CVE information
- Fixed CVEs:
  - CVE-2015-5346 (bnc#967814) in 8.0.32
  - CVE-2015-5351 (bnc#967812) in 8.0.32
  - CVE-2016-0706 (bnc#967815) in 8.0.32
  - CVE-2016-0714 (bnc#967964) in 8.0.32
  - CVE-2016-0763 (bnc#967966) in 8.0.32
  - CVE-2015-5345 (bnc#967965) in 8.0.30
  - CVE-2015-5174 (bnc#967967) in 8.0.27
- Version update to 8.0.32:
  * Another bugfix release for 8.0 series, full details:
    http://tomcat.apache.org/tomcat-8.0-doc/changelog.html#Tomcat_8.0.32_(markt)
- Rebase patch:
  * tomcat-8.0.9-property-build.windows.patch
- update to Tomcat 8.0.28
  * Multiple fixes, read upstream changelog at:
  https://tomcat.apache.org/tomcat-8.0-doc/changelog.html#Tomcat_8.0.28_(markt)
- Some whitespace cleanups
- Remove pointless conflicts on provide/obsolete symbols
- Version bump to 8.0.23 fate#318913:
  * Multiple testfixes all around, read upstream changelog at:
  http://tomcat.apache.org/tomcat-8.0-doc/changelog.html#Tomcat_8.0.23_(markt)
- Fix previous commit. Fix one rpmlint warning
- Drop gpg verification from spec, it is done by obs
- Fix build with new jpackage-tools
- update to Tomcat 8.0.18:
  * Major update for tomcat8 from tomcat7
  * For full changelog please read upstream changes at:
    + http://tomcat.apache.org/tomcat-8.0-doc/changelog.html
  * Rename all tomcat-7.0-* files to tomcat-8.0-*
  * Update keyring file
- Update windows patch to apply again:
  * Deleted: tomcat-7.0.52-property-build.windows.patch
  * Added: tomcat-8.0.9-property-build.windows.patch
  * Added:tomcat-8.0-tomcat-users-webapp.patch
  * Deleted: tomcat-7.0-tomcat-users-webapp.patch
  * Added: tomcat-8.0-bootstrap-MANIFEST.MF.patch
  * Deleted: tomcat-7.0-bootstrap-MANIFEST.MF.patch
- Version 1.1.30 or higher is required for APR listener (bnc#914725)
- SLE12 has different path for the "rm" command than older versions.
  To avoid possible clashes, the entire coreutils must be provided.
  (bnc#894292)
- Fixed Security Manager policies, which makes unable properly
  run webapps by default. (bnc#891264)
  Added: tomcat-7.0-sle.catalina.policy.patch
- Missing security manager policy file prevents Tomcat to start
  with systemd. (bnc#890995)
- Tomcat 7.0.55 requires ecj 4.4.0
- include the tomcat websocket implementation (tomcat7-websocket)
- Update to 7.0.55
  * Update to the Eclipse JDT Compiler 4.4
  * Better error handling when the error occurs after the response
    has been committed
  * Various improvements to the Mapper including fixing some
    concurrency bugs
  * See http://tomcat.apache.org/tomcat-7.0-doc/changelog.html
- build tomcat-embed as a subpackage
- Drop two unused defines
- touch the alternatives files to avoid build errors
  in older versions
- Do not define default defattr as it is pointless.
- One file here was not supposed to be ghost.
- Fix once more the alternatives.
- Add path to rm command.
- Silence loads of warnings by rpmlintrc
- Cleanup with spec-cleaner and format few things a bit.
- Remove few deps not really needed for sle11.
- Drop unused files obs.bl and local.lb
- Drop unused collections-tomcat-build.xml
- Version bump to 7.0.54:
  * bugfix update
  * See http://tomcat.apache.org/tomcat-7.0-doc/changelog.html
- Update to 7.0.53
  * bugfix release
  * Update the Eclipse JDT compiler to enable full Java 8 support in JSPs.
  * See http://tomcat.apache.org/tomcat-7.0-doc/changelog.html
- Patch for Bug 56373
  * See https://issues.apache.org/bugzilla/show_bug.cgi?id=56373
  * tomcat-7.0.53-JDTCompiler-java.patch
- Rename tomcat-7.0.2-property-build.windows.patch to
  tomcat-7.0.52-property-build.windows.patch
- remove saxon build requirement for sles
- disable bytecode check for sles
- remove unknown option from fillup_only macro
- wrap systemd %pre[un]/%post[un] in conditional
- specify required ant version
- Update to 7.0.52
  * bugfix release
  * Fix CVE-2014-0050, a DoS vulnerability related to multi-part processing
- Update to 7.0.50
  * bugfix release
- Add missing commons-pool-tomcat5 symlink (bnc#847505c#13)
- Update to 7.0.47
  * bugfix release
  * backport of JSR-356 Java WebSocket 1.0
  * package tomcat now requires java7 at lease
- Updated tomcat.keyring to reflect the fact new release is signed by
  Violeta Georgieva / D63011C7
  see http://osdir.com/ml/dev-tomcat.apache.org/2013-10/msg00849.html
- Add tomcat-dbcp.jar (bnc#847505) back into tomcat lib dir
- Install tomcat-coyote.jar as well
- Remove pointless scriplets
- Move from jpackage-utils to javapackage-tools
- drop a dependency on unecessary -tomcat5 packages
- use commons-dbcp.jar for build
- add missing commons-pool.jar to libdir
- add _constraints to not schedule build on some build machines
  workaround for bnc#832762
- Add missing 'su root tomcat' line to logrotate. See also
  https://bugzilla.redhat.com/show_bug.cgi?id=790334
- call chown --no-dereference in init script
  (bnc#822177#c7/prevents CVE-2013-1976)
- update to 7.0.42 (bugfix release)
  see http://tomcat.apache.org/tomcat-7.0-doc/changelog.html
- fix file list to be compatible for new rpm
- update to 7.0.39 (bugfix release)
- install only systemd unit files on openSUSE 12.1+
  * and call proper code when init script still exists
- add a proper scripplets for -jsvc subpackage
- don't use catalina.out, systemd redirects stderr/stdout to syslog
- don't use and recommends logrotate
- package /etc/ant.d properly, mark only catalina-ant as a config file
- Fix tomcat init scripts generating malformed classpath
  (http://youtrack.jetbrains.com/issue/JT-18545)
  bnc#804992
- update to 7.0.35 (bugfix release)
  require ecj >= 4.2.1, like upstream do
- make gpg-offline work distros after 12.2
- Ensure tomcat stdout/stderr output ends up in catalina.out
- Recommend libtcnative-1-0 >= 1.1.24
- /etc/init.d/tomcate init script fixes:
  * Include /usr/bin and /usr/sbin in the PATH
  * Fix logic for cleaning the work directories
  * Fix typo (log_success_msg lsb function name)
  * Fix typo (reload message)
- Require log4j
- Require gpg-offline on 12.2+
- Verify GPG signature.
- update to 7.0.33 (bugfix release)
- update to 7.0.30 (bugfix release)
  * SSI and CGI disabled by default
- fix bnc#779538: change the working dir to $CATALINA_BASE
- document the CATALINA_BASE and CATALINA_HOME in tomcat.conf better
- fix rpmlintrc file
- fix bnc#771802 - systemd support is broken
  * change type froking to simple as it does not make a sense run java in a
    background to emulate that
  * remove the need of nested wrappers, so /usr/sbin/tomcat-sysd now relies on
    systemd features like User/EnvironmentFile
  * workaround the 143 exit code in Stop phase - return 0 in this case
  * merge the jsvc into tomcat-sysd code, the -jsvc-sysd is a symlink
  * properly use jsvc with pid file to start and stop
- update to 7.0.26 (bugfix release)
- rename package to tomcat in order to emphasise a fact, there is only one
  major release of tomcat maintained in distribution
- add manifest files and systemd support (thanks Fedora)
- create tomcat-jsvc package
- update to 7.0.26 (bugfix release)
- fix bnc#747771 - don't use /var/lock/subsys
  sync tomcat7 init with tomcat6
- update to 7.0.25 (bugfix release)
- update to 7.0.22 (bugfix release)
- wrote changes and prepare for inclusion to openSUSE distribution
- fix bnc#726307
  /etc/tomcat7 is writtable for tomcat group
 - update to version 7.0.21
 - update to version 7.0.16 (bugfix update)
 - add rpmlintrc, digest, init and wrapper scripts and config file
 - build require geronimo apis and wsdl4j
 - disable webservices in javadoc target
 - initial packaging of tomcat7 7.0.6

OBS-URL: https://build.opensuse.org/request/show/642919
OBS-URL: https://build.opensuse.org/package/show/Java:packages/tomcat?expand=0&rev=131
2018-10-18 11:15:17 +00:00
e9ead51934 Accepting request 639608 from Java:packages
OBS-URL: https://build.opensuse.org/request/show/639608
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tomcat?expand=0&rev=44
2018-10-11 09:38:39 +00:00
Matei Albu
6b40ed278e Accepting request 635258 from home:ecsos:server
- Declare following files to config(noreplace) to prevent override
  access  rights:
  - host-manager/META-INF/context.xml
  - manager/META-INF/context.xml

OBS-URL: https://build.opensuse.org/request/show/635258
OBS-URL: https://build.opensuse.org/package/show/Java:packages/tomcat?expand=0&rev=129
2018-10-02 14:07:34 +00:00
Matei Albu
c792374370 Accepting request 631734 from home:mateialbu:branches:Java:packages
Fix source url

OBS-URL: https://build.opensuse.org/request/show/631734
OBS-URL: https://build.opensuse.org/package/show/Java:packages/tomcat?expand=0&rev=128
2018-08-27 10:38:49 +00:00
Matei Albu
d0f3155bd6 Accepting request 631635 from home:mateialbu:branches:Java:packages
- Empty tomcat-9.0.sysconfig to avoid overwriting of customer's 
  configuration during update (bsc#1067720)

OBS-URL: https://build.opensuse.org/request/show/631635
OBS-URL: https://build.opensuse.org/package/show/Java:packages/tomcat?expand=0&rev=127
2018-08-26 22:23:16 +00:00
Matei Albu
2fb58ed407 Accepting request 629579 from home:mateialbu:branches:Java:packages
- Update to Tomcat 9.0.10. See changelog at 
  http://tomcat.apache.org/tomcat-9.0-doc/changelog.html#Tomcat_9.0.10_(markt)
- Fixed CVEs:
  - CVE-2018-1336 (bsc#1102400)
  - CVE-2018-8014 (bsc#1093697)
  - CVE-2018-8034 (bsc#1102379)
  - CVE-2018-8037 (bsc#1102410)
- Rebased patch tomcat-9.0-JDTCompiler-java.patch
- Added patch tomcat-9.0-disable-osgi-build.patch to disable adding 
  OSGi metadata to JAR files

OBS-URL: https://build.opensuse.org/request/show/629579
OBS-URL: https://build.opensuse.org/package/show/Java:packages/tomcat?expand=0&rev=126
2018-08-16 13:14:11 +00:00
800edc8d04 Accepting request 624709 from Java:packages
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/624709
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tomcat?expand=0&rev=43
2018-07-23 16:02:48 +00:00
b1ddb8d898 OBS-URL: https://build.opensuse.org/package/show/Java:packages/tomcat?expand=0&rev=124 2018-07-16 08:57:56 +00:00
22a6348253 OBS-URL: https://build.opensuse.org/package/show/Java:packages/tomcat?expand=0&rev=123 2018-07-11 16:34:22 +00:00
ea788d1351 Accepting request 577307 from Java:packages
OBS-URL: https://build.opensuse.org/request/show/577307
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tomcat?expand=0&rev=42
2018-02-16 20:46:43 +00:00
Matei Albu
08e3f6cca4 Accepting request 577306 from home:mateialbu:branches:Java:packages
- Update to Tomcat 9.0.5. See changelog at 
  http://tomcat.apache.org/tomcat-9.0-doc/changelog.html#Tomcat_9.0.5_(markt)

OBS-URL: https://build.opensuse.org/request/show/577306
OBS-URL: https://build.opensuse.org/package/show/Java:packages/tomcat?expand=0&rev=121
2018-02-16 16:47:38 +00:00
12bd79c448 Accepting request 566591 from Java:packages
Fix build with jdk10

OBS-URL: https://build.opensuse.org/request/show/566591
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tomcat?expand=0&rev=41
2018-01-17 20:58:43 +00:00
469edaa9ad Fix build with jdk10
OBS-URL: https://build.opensuse.org/package/show/Java:packages/tomcat?expand=0&rev=119
2018-01-17 09:40:12 +00:00
846baf3ac8 Accepting request 548123 from Java:packages
OBS-URL: https://build.opensuse.org/request/show/548123
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tomcat?expand=0&rev=40
2017-12-06 07:58:41 +00:00
Matei Albu
095f7b2bdb Accepting request 548119 from home:mateialbu:branches:Java:packages
- Update to Tomcat 9.0.2:
  * Major update for tomcat8 from tomcat9
  * For full changelog please read upstream changes at:
    + http://tomcat.apache.org/tomcat-9.0-doc/changelog.html
  * Rename all tomcat-8.0-* files to tomcat-9.0-*
- Changed patches:
  * Deleted: tomcat-8.0-bootstrap-MANIFEST.MF.patch
  * Deleted: tomcat-8.0-sle.catalina.policy.patch
  * Deleted: tomcat-8.0-tomcat-users-webapp.patch
  * Deleted: tomcat-8.0.33-JDTCompiler-java.patch
  * Deleted: tomcat-8.0.44-javadoc.patch
  * Deleted: tomcat-8.0.9-property-build.windows.patch
  * Added: tomcat-9.0-JDTCompiler-java.patch
  * Added: tomcat-9.0-bootstrap-MANIFEST.MF.patch
  * Added: tomcat-9.0-javadoc.patch
  * Added: tomcat-9.0-sle.catalina.policy.patch
  * Added: tomcat-9.0-tomcat-users-webapp.patch
- Renamed subpackage tomcat-3_1-api to tomcat-4_0-api
  to reflect the new Servlet API version.
- Commented out JAVA_HOME in /etc/tomcat/tomcat.conf
- Added "tomcat-" prefix to lib symlinks under
  /usr/share/java to avoid file conflicts with servletapi5
  and geronimo-specs
- Fixed wrong %ghost file paths for alternatives symlinks
- Replace references to /var/adm/fillup-templates with new 
  %_fillupdir macro (boo#1069468)
- Build with JDK 8 to fix runtime errors when running with JDK 7 
  and 8
- Fix tomcat-digest classpath error (bsc#977410)
- Fix packaged /etc/alternatives symlinks for api libs that caused
  rpm -V to report link mismatch (bsc#1019016) 
- update to 8.0.47
  http://tomcat.apache.org/tomcat-8.0-doc/changelog.html
  * Fixed CVE:
    - CVE-2017-12617 
- rebase tomcat-8.0-sle.catalina.policy.patch
- Added patch:
  * tomcat-8.0.44-javadoc.patch
    - generate documentation with the same source level as class
      files
	- fixes build with jdk9
- Version update to 8.0.44:
  http://tomcat.apache.org/tomcat-8.0-doc/changelog.html
  * Fixed CVE: 
    - CVE-2017-5664 (bsc#1042910)
- New build dependency: javapackages-local
- Version update to 8.0.43:                                                                                                                                                  * Another bugfix release, for full details see:
    http://tomcat.apache.org/tomcat-8.0-doc/changelog.html
  * Fixed CVEs:
    - CVE-2017-5647 (bnc#1033448)
    - CVE-2017-5648 (bnc#1033447)
    - CVE-2016-8745
- Renamed and rebased patches:
  * tomcat-7.0-sle.catalina.policy.patch -> tomcat-8.0-sle.catalina.policy.patch
- Enable optional setenv.sh script. See section
  "(3.4) Using the "setenv" script (optional, recommended)" in
  http://tomcat.apache.org/tomcat-8.0-doc/RUNNING.txt
  (bnc#1002662)
- Fix file conflicts when upgrading from SLES 12 to SLES 12 SP1 (bnc#1023412).
  Added explicit obsoletes for tomcat-el-2_2-api, tomcat-jsp-2_2-api,
  tomcat-servlet-3_0-api
- update to 8.0.39: (boo#1003911)
  * Improve handling of I/O errors with async processing
  * Fail earlier on invalid HTTP request
- includes changes from  8.0.38:
  * Refactoring the non-container thread Async complete()/dispatch()
    handling to remove the possibility of deadlock
  * Improved UTF-8 handling for the RewriteValve
- includes changes from 8.0.37:
  * Treat paths used to obtain a request dispatcher as encoded
    (configurable)
  * Various jdbc-pool fixes
- drop tomcat-8.0.36-jar-scanner-loop.patch, upstream
- Switch to commons-dbcp2 fate#321029
- Backport fix for inifinite loop in the jar scanner for 8.0.36. (bnc#993862)
  Added: tomcat-8.0.36-jar-scanner-loop.patch
- Version update to 8.0.36:
  * Another bugfix release for the 8.0 series. Full details:
    http://tomcat.apache.org/tomcat-8.0-doc/changelog.html#Tomcat_8.0.36_(markt)
- CVE fixed by the version update:
  - CVE-2016-3092 (bnc#986359)
- Fixed a deployment error in the examples webapp by changing the context.xml format to the new one
  introduced by Tomcat 8. See http://tomcat.apache.org/migration-8.html#Web_application_resources
- fix maven fragments paths to build in multiple distribution
  versions
- Version update to 8.0.33:
  * Another bugfix release for 8.0 series, full details:
    http://tomcat.apache.org/tomcat-8.0-doc/changelog.html#Tomcat_8.0.33_(markt)
- Rebase tomcat-8.0-tomcat-users-webapp.patch
- Rebase tomcat-7.0.53-JDTCompiler-java.patch
  to tomcat-8.0.33-JDTCompiler-java.patch
- Fix fixme for the prereq preamble value
- It seems systemd prints error on adding the @ services to macros
  so do not do that
- package was partly merged with the scripts used in the
  Fedora distribution
- support running multiple tomcat instances on the same server
  (fate#317783)
- add catalina-jmx-remote.jar (fate#318403)
- remove sysvinit support: systemd is required
- update changes file for CVE information
- Fixed CVEs:
  - CVE-2015-5346 (bnc#967814) in 8.0.32
  - CVE-2015-5351 (bnc#967812) in 8.0.32
  - CVE-2016-0706 (bnc#967815) in 8.0.32
  - CVE-2016-0714 (bnc#967964) in 8.0.32
  - CVE-2016-0763 (bnc#967966) in 8.0.32
  - CVE-2015-5345 (bnc#967965) in 8.0.30
  - CVE-2015-5174 (bnc#967967) in 8.0.27
- Version update to 8.0.32:
  * Another bugfix release for 8.0 series, full details:
    http://tomcat.apache.org/tomcat-8.0-doc/changelog.html#Tomcat_8.0.32_(markt)
- Rebase patch:
  * tomcat-8.0.9-property-build.windows.patch
- update to Tomcat 8.0.28
  * Multiple fixes, read upstream changelog at:
  https://tomcat.apache.org/tomcat-8.0-doc/changelog.html#Tomcat_8.0.28_(markt)
- Some whitespace cleanups
- Remove pointless conflicts on provide/obsolete symbols
- Version bump to 8.0.23 fate#318913:
  * Multiple testfixes all around, read upstream changelog at:
  http://tomcat.apache.org/tomcat-8.0-doc/changelog.html#Tomcat_8.0.23_(markt)
- Fix previous commit. Fix one rpmlint warning
- Drop gpg verification from spec, it is done by obs
- Fix build with new jpackage-tools
- update to Tomcat 8.0.18:
  * Major update for tomcat8 from tomcat7
  * For full changelog please read upstream changes at:
    + http://tomcat.apache.org/tomcat-8.0-doc/changelog.html
  * Rename all tomcat-7.0-* files to tomcat-8.0-*
  * Update keyring file
- Update windows patch to apply again:
  * Deleted: tomcat-7.0.52-property-build.windows.patch
  * Added: tomcat-8.0.9-property-build.windows.patch
  * Added:tomcat-8.0-tomcat-users-webapp.patch
  * Deleted: tomcat-7.0-tomcat-users-webapp.patch
  * Added: tomcat-8.0-bootstrap-MANIFEST.MF.patch
  * Deleted: tomcat-7.0-bootstrap-MANIFEST.MF.patch
- Version 1.1.30 or higher is required for APR listener (bnc#914725)
- SLE12 has different path for the "rm" command than older versions.
  To avoid possible clashes, the entire coreutils must be provided.
  (bnc#894292)
- Fixed Security Manager policies, which makes unable properly
  run webapps by default. (bnc#891264)
  Added: tomcat-7.0-sle.catalina.policy.patch
- Missing security manager policy file prevents Tomcat to start
  with systemd. (bnc#890995)
- Tomcat 7.0.55 requires ecj 4.4.0
- include the tomcat websocket implementation (tomcat7-websocket)
- Update to 7.0.55
  * Update to the Eclipse JDT Compiler 4.4
  * Better error handling when the error occurs after the response
    has been committed
  * Various improvements to the Mapper including fixing some 
    concurrency bugs
  * See http://tomcat.apache.org/tomcat-7.0-doc/changelog.html
- build tomcat-embed as a subpackage
- Drop two unused defines
- touch the alternatives files to avoid build errors
  in older versions
- Do not define default defattr as it is pointless.
- One file here was not supposed to be ghost.
- Fix once more the alternatives.
- Add path to rm command.
- Silence loads of warnings by rpmlintrc
- Cleanup with spec-cleaner and format few things a bit.
- Remove few deps not really needed for sle11.
- Drop unused files obs.bl and local.lb
- Drop unused collections-tomcat-build.xml
- Version bump to 7.0.54:
  * bugfix update
  * See http://tomcat.apache.org/tomcat-7.0-doc/changelog.html
- Update to 7.0.53
  * bugfix release
  * Update the Eclipse JDT compiler to enable full Java 8 support in JSPs.
  * See http://tomcat.apache.org/tomcat-7.0-doc/changelog.html
- Patch for Bug 56373
  * See https://issues.apache.org/bugzilla/show_bug.cgi?id=56373
  * tomcat-7.0.53-JDTCompiler-java.patch
- Rename tomcat-7.0.2-property-build.windows.patch to
  tomcat-7.0.52-property-build.windows.patch
- remove saxon build requirement for sles
- disable bytecode check for sles 
- remove unknown option from fillup_only macro
- wrap systemd %pre[un]/%post[un] in conditional
- specify required ant version
- Update to 7.0.52
  * bugfix release
  * Fix CVE-2014-0050, a DoS vulnerability related to multi-part processing
- Update to 7.0.50
  * bugfix release
- Add missing commons-pool-tomcat5 symlink (bnc#847505c#13)
- Update to 7.0.47
  * bugfix release
  * backport of JSR-356 Java WebSocket 1.0
  * package tomcat now requires java7 at lease
- Updated tomcat.keyring to reflect the fact new release is signed by
  Violeta Georgieva / D63011C7
  see http://osdir.com/ml/dev-tomcat.apache.org/2013-10/msg00849.html
- Add tomcat-dbcp.jar (bnc#847505) back into tomcat lib dir
- Install tomcat-coyote.jar as well
- Remove pointless scriplets
- Move from jpackage-utils to javapackage-tools
- drop a dependency on unecessary -tomcat5 packages 
- use commons-dbcp.jar for build
- add missing commons-pool.jar to libdir
- add _constraints to not schedule build on some build machines
  workaround for bnc#832762
- Add missing 'su root tomcat' line to logrotate. See also
  https://bugzilla.redhat.com/show_bug.cgi?id=790334 
- call chown --no-dereference in init script
  (bnc#822177#c7/prevents CVE-2013-1976)
 
- update to 7.0.42 (bugfix release)
  see http://tomcat.apache.org/tomcat-7.0-doc/changelog.html
- fix file list to be compatible for new rpm
- update to 7.0.39 (bugfix release)
- install only systemd unit files on openSUSE 12.1+
  * and call proper code when init script still exists
- add a proper scripplets for -jsvc subpackage
- don't use catalina.out, systemd redirects stderr/stdout to syslog
- don't use and recommends logrotate
- package /etc/ant.d properly, mark only catalina-ant as a config file
- Fix tomcat init scripts generating malformed classpath
  (http://youtrack.jetbrains.com/issue/JT-18545)
  bnc#804992
- update to 7.0.35 (bugfix release)
  require ecj >= 4.2.1, like upstream do
- make gpg-offline work distros after 12.2
- Ensure tomcat stdout/stderr output ends up in catalina.out
- Recommend libtcnative-1-0 >= 1.1.24
- /etc/init.d/tomcate init script fixes:
  * Include /usr/bin and /usr/sbin in the PATH
  * Fix logic for cleaning the work directories
  * Fix typo (log_success_msg lsb function name)
  * Fix typo (reload message)
- Require log4j
- Require gpg-offline on 12.2+ 
- Verify GPG signature.
- update to 7.0.33 (bugfix release)
- update to 7.0.30 (bugfix release) 
  * SSI and CGI disabled by default
- fix bnc#779538: change the working dir to $CATALINA_BASE
- document the CATALINA_BASE and CATALINA_HOME in tomcat.conf better
- fix rpmlintrc file
- fix bnc#771802 - systemd support is broken
  * change type froking to simple as it does not make a sense run java in a
    background to emulate that
  * remove the need of nested wrappers, so /usr/sbin/tomcat-sysd now relies on
    systemd features like User/EnvironmentFile
  * workaround the 143 exit code in Stop phase - return 0 in this case
  * merge the jsvc into tomcat-sysd code, the -jsvc-sysd is a symlink
  * properly use jsvc with pid file to start and stop
- update to 7.0.26 (bugfix release)
- rename package to tomcat in order to emphasise a fact, there is only one
  major release of tomcat maintained in distribution
- add manifest files and systemd support (thanks Fedora)
- create tomcat-jsvc package
- update to 7.0.26 (bugfix release)
- fix bnc#747771 - don't use /var/lock/subsys
  sync tomcat7 init with tomcat6
- update to 7.0.25 (bugfix release)
- update to 7.0.22 (bugfix release)
- wrote changes and prepare for inclusion to openSUSE distribution
- fix bnc#726307
  /etc/tomcat7 is writtable for tomcat group
 
 - update to version 7.0.21
 - update to version 7.0.16 (bugfix update)
 - add rpmlintrc, digest, init and wrapper scripts and config file
 - build require geronimo apis and wsdl4j
 - disable webservices in javadoc target
 - initial packaging of tomcat7 7.0.6

OBS-URL: https://build.opensuse.org/request/show/548119
OBS-URL: https://build.opensuse.org/package/show/Java:packages/tomcat?expand=0&rev=117
2017-12-04 15:08:14 +00:00
Matei Albu
04c4ab4e9f Accepting request 548034 from home:mateialbu:branches:Java:packages
update-alternatives fixes

OBS-URL: https://build.opensuse.org/request/show/548034
OBS-URL: https://build.opensuse.org/package/show/Java:packages/tomcat?expand=0&rev=116
2017-12-04 10:14:09 +00:00
Matei Albu
4851db8aac Accepting request 547624 from home:mateialbu:branches:Java:packages
- Update to Tomcat 9.0.2:
  * Major update for tomcat8 from tomcat9
  * For full changelog please read upstream changes at:
    + http://tomcat.apache.org/tomcat-9.0-doc/changelog.html
  * Rename all tomcat-8.0-* files to tomcat-9.0-*
- Changed patches:
  * Deleted: tomcat-8.0-bootstrap-MANIFEST.MF.patch
  * Deleted: tomcat-8.0-sle.catalina.policy.patch
  * Deleted: tomcat-8.0-tomcat-users-webapp.patch
  * Deleted: tomcat-8.0.33-JDTCompiler-java.patch
  * Deleted: tomcat-8.0.44-javadoc.patch
  * Deleted: tomcat-8.0.9-property-build.windows.patch
  * Added: tomcat-9.0-JDTCompiler-java.patch
  * Added: tomcat-9.0-bootstrap-MANIFEST.MF.patch
  * Added: tomcat-9.0-javadoc.patch
  * Added: tomcat-9.0-sle.catalina.policy.patch
  * Added: tomcat-9.0-tomcat-users-webapp.patch
- Renamed subpackage tomcat-3_1-api to tomcat-4_0-api
- Commented out JAVA_HOME in /etc/tomcat/tomcat.conf
- Marked /usr/share/java/*.jar symlinks to /etc/alternatives
  as %ghost

OBS-URL: https://build.opensuse.org/request/show/547624
OBS-URL: https://build.opensuse.org/package/show/Java:packages/tomcat?expand=0&rev=115
2017-12-02 23:45:46 +00:00
Matei Albu
7e1ec194df Accepting request 544792 from home:RBrownSUSE:branches:Java:packages
Replace references to /var/adm/fillup-templates with new %_fillupdir macro (boo#1069468)

OBS-URL: https://build.opensuse.org/request/show/544792
OBS-URL: https://build.opensuse.org/package/show/Java:packages/tomcat?expand=0&rev=114
2017-11-28 21:04:57 +00:00
Matei Albu
ee237b5c60 Accepting request 535989 from home:mateialbu:branches:Java:packages
- Build with JDK 8 to fix runtime errors when running with JDK 7 
  and 8
- Fix tomcat-digest classpath error (bsc#977410)
- Fix packaged /etc/alternatives symlinks for api libs that caused
  rpm -V to report link mismatch (bsc#1019016)

OBS-URL: https://build.opensuse.org/request/show/535989
OBS-URL: https://build.opensuse.org/package/show/Java:packages/tomcat?expand=0&rev=113
2017-10-23 12:39:41 +00:00
Matei Albu
b3dd0c42dc Accepting request 535883 from home:ecsos:server
- update to 8.0.47
  http://tomcat.apache.org/tomcat-8.0-doc/changelog.html
  * Fixed CVE:
    - CVE-2017-12617 
- rebase tomcat-8.0-sle.catalina.policy.patch

OBS-URL: https://build.opensuse.org/request/show/535883
OBS-URL: https://build.opensuse.org/package/show/Java:packages/tomcat?expand=0&rev=112
2017-10-23 09:27:05 +00:00
750ee921fb Accepting request 527265 from Java:packages
Fix build with jdk9

OBS-URL: https://build.opensuse.org/request/show/527265
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tomcat?expand=0&rev=39
2017-09-20 15:11:27 +00:00
b2af519e1c Fix build with jdk9
OBS-URL: https://build.opensuse.org/package/show/Java:packages/tomcat?expand=0&rev=110
2017-09-19 09:08:57 +00:00
f106a80b5d Accepting request 505919 from Java:packages
1

OBS-URL: https://build.opensuse.org/request/show/505919
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tomcat?expand=0&rev=38
2017-06-24 06:34:44 +00:00
Matei Albu
a5568d2be1 Accepting request 504840 from home:ecsos:server
update to 8.0.44
fix CVE-2017-5664 (bsc#1042910)

OBS-URL: https://build.opensuse.org/request/show/504840
OBS-URL: https://build.opensuse.org/package/show/Java:packages/tomcat?expand=0&rev=108
2017-06-23 15:31:32 +00:00
25e9d98b8c Accepting request 496804 from Java:packages
1

OBS-URL: https://build.opensuse.org/request/show/496804
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tomcat?expand=0&rev=37
2017-05-22 08:47:46 +00:00
Tomáš Chvátal
e5c2ae6c94 Accepting request 496547 from home:DZiolkowski:branches:Java:packages
- New build dependency: javapackages-local

OBS-URL: https://build.opensuse.org/request/show/496547
OBS-URL: https://build.opensuse.org/package/show/Java:packages/tomcat?expand=0&rev=106
2017-05-19 15:56:31 +00:00
29989e85ec Accepting request 493810 from Java:packages
1

OBS-URL: https://build.opensuse.org/request/show/493810
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tomcat?expand=0&rev=36
2017-05-10 18:53:03 +00:00
Matei Albu
bf6c27d9ef Accepting request 493809 from home:mateialbu:branches:Java:packages
OBS-URL: https://build.opensuse.org/request/show/493809
OBS-URL: https://build.opensuse.org/package/show/Java:packages/tomcat?expand=0&rev=104
2017-05-09 16:59:24 +00:00
259a3d3e67 Accepting request 448470 from Java:packages
1

OBS-URL: https://build.opensuse.org/request/show/448470
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tomcat?expand=0&rev=35
2017-01-10 09:45:47 +00:00
Matei Albu
21808b373c Accepting request 447333 from home:AndreasStieger:branches:Java:packages
tomcat 8.0.39 boo#1003911

OBS-URL: https://build.opensuse.org/request/show/447333
OBS-URL: https://build.opensuse.org/package/show/Java:packages/tomcat?expand=0&rev=102
2017-01-02 10:28:40 +00:00
5d5f3ac7a6 Accepting request 433401 from Java:packages
- Switch to commons-dbcp2 fate#321029

OBS-URL: https://build.opensuse.org/request/show/433401
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tomcat?expand=0&rev=34
2016-10-13 09:29:50 +00:00
Tomáš Chvátal
4331deb96a OBS-URL: https://build.opensuse.org/package/show/Java:packages/tomcat?expand=0&rev=100 2016-10-05 12:58:37 +00:00
Tomáš Chvátal
52a0653876 - Switch to commons-dbcp2 fate#321029
OBS-URL: https://build.opensuse.org/package/show/Java:packages/tomcat?expand=0&rev=99
2016-09-29 12:27:01 +00:00
8e8587bda3 Accepting request 424744 from Java:packages
1

OBS-URL: https://build.opensuse.org/request/show/424744
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tomcat?expand=0&rev=33
2016-09-23 09:31:42 +00:00
Tomáš Chvátal
79ee9e4537 Accepting request 424483 from home:mateialbu:branches:Java:packages
Fix for infinite loop in jar scanning (bsc#993862)

OBS-URL: https://build.opensuse.org/request/show/424483
OBS-URL: https://build.opensuse.org/package/show/Java:packages/tomcat?expand=0&rev=97
2016-09-04 19:25:39 +00:00
985e6ca6ab Accepting request 407907 from Java:packages
1

OBS-URL: https://build.opensuse.org/request/show/407907
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tomcat?expand=0&rev=32
2016-07-14 07:49:42 +00:00
Matei Albu
fbd81a9403 Accepting request 407906 from home:mateialbu:branches:Java:packages
OBS-URL: https://build.opensuse.org/request/show/407906
OBS-URL: https://build.opensuse.org/package/show/Java:packages/tomcat?expand=0&rev=95
2016-07-12 13:47:50 +00:00
Matei Albu
1fcda7bfef Accepting request 407760 from home:mateialbu:branches:Java:packages
- Version update to 8.0.36:
  * Another bugfix release for the 8.0 series. Full details:
    http://tomcat.apache.org/tomcat-8.0-doc/changelog.html#Tomcat_8.0.36_(markt)
- CVE fixed by the version update:
  - CVE-2016-3092 (bnc#986359)

OBS-URL: https://build.opensuse.org/request/show/407760
OBS-URL: https://build.opensuse.org/package/show/Java:packages/tomcat?expand=0&rev=94
2016-07-11 13:24:03 +00:00
2a9373d2ec Accepting request 394573 from Java:packages
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/394573
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tomcat?expand=0&rev=31
2016-05-14 10:23:26 +00:00
Duncan Mac-Vicar
160727da65 SLE12 and SP1 have same suse_version but different maven behaviors
OBS-URL: https://build.opensuse.org/package/show/Java:packages/tomcat?expand=0&rev=92
2016-05-02 21:59:46 +00:00
Duncan Mac-Vicar
078160fe69 - fix maven fragments paths to build in multiple distribution
versions

OBS-URL: https://build.opensuse.org/package/show/Java:packages/tomcat?expand=0&rev=91
2016-05-02 16:07:21 +00:00
4ddd67293c Accepting request 392763 from Java:packages
Retroactively add some missing changelog entries in order to keep sharing package with SLE

OBS-URL: https://build.opensuse.org/request/show/392763
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tomcat?expand=0&rev=30
2016-05-02 08:44:34 +00:00
Duncan Mac-Vicar
2445018907 Retroactively snyc the changelog with SLE so that we can keep sharing manpower
OBS-URL: https://build.opensuse.org/package/show/Java:packages/tomcat?expand=0&rev=89
2016-04-29 12:24:22 +00:00
bb215cf92d Accepting request 391265 from Java:packages
- Version update to 8.0.33:
  * Another bugfix release for 8.0 series, full details:
    http://tomcat.apache.org/tomcat-8.0-doc/changelog.html#Tomcat_8.0.33_(markt)
- Rebase tomcat-8.0-tomcat-users-webapp.patch
- Rebase tomcat-7.0.53-JDTCompiler-java.patch
  to tomcat-8.0.33-JDTCompiler-java.patch

OBS-URL: https://build.opensuse.org/request/show/391265
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tomcat?expand=0&rev=29
2016-04-28 14:55:54 +00:00
P. Janouch
219e9d1981 - Fix changelog
OBS-URL: https://build.opensuse.org/package/show/Java:packages/tomcat?expand=0&rev=87
2016-04-22 09:46:29 +00:00
P. Janouch
bec9fc7ebc Accepting request 391258 from home:j-engel:branches:Java:packages
Update to 8.0.33 including several bugfixes

OBS-URL: https://build.opensuse.org/request/show/391258
OBS-URL: https://build.opensuse.org/package/show/Java:packages/tomcat?expand=0&rev=86
2016-04-22 09:40:16 +00:00
bb76456f3b Accepting request 385752 from Java:packages
- Fix fixme for the prereq preamble value
- It seems systemd prints error on adding the @ services to macros
  so do not do that

- package was partly merged with the scripts used in the
  Fedora distribution
- support running multiple tomcat instances on the same server
  (fate#317783)
- add catalina-jmx-remote.jar (fate#318403)
- remove sysvinit support: systemd is required

OBS-URL: https://build.opensuse.org/request/show/385752
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tomcat?expand=0&rev=28
2016-04-12 17:34:40 +00:00
Tomáš Chvátal
c29a84fd86 - Fix fixme for the prereq preamble value
- It seems systemd prints error on adding the @ services to macros
  so do not do that

OBS-URL: https://build.opensuse.org/package/show/Java:packages/tomcat?expand=0&rev=84
2016-04-07 13:02:00 +00:00
Tomáš Chvátal
122197843b Accepting request 385746 from home:dmacvicar:branches:Java:packages
- package was partly merged with the scripts used in the
  Fedora distribution
- support running multiple tomcat instances on the same server
  (fate#317783)
- add catalina-jmx-remote.jar (fate#318403)
- remove sysvinit support: systemd is required

OBS-URL: https://build.opensuse.org/request/show/385746
OBS-URL: https://build.opensuse.org/package/show/Java:packages/tomcat?expand=0&rev=83
2016-04-07 12:59:42 +00:00
8b1faae65d Accepting request 367674 from Java:packages
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/367674
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tomcat?expand=0&rev=27
2016-03-09 14:17:21 +00:00
Duncan Mac-Vicar
505ecb2dd1 - update changes file for CVE information
- Fixed CVEs:
  - CVE-2015-5346 (bnc#967814) in 8.0.32
  - CVE-2015-5351 (bnc#967812) in 8.0.32
  - CVE-2016-0706 (bnc#967815) in 8.0.32
  - CVE-2016-0714 (bnc#967964) in 8.0.32
  - CVE-2016-0763 (bnc#967966) in 8.0.32
  - CVE-2015-5345 (bnc#967965) in 8.0.30
  - CVE-2015-5174 (bnc#967967) in 8.0.27

OBS-URL: https://build.opensuse.org/package/show/Java:packages/tomcat?expand=0&rev=81
2016-02-29 15:04:41 +00:00
4b72a21279 Accepting request 360027 from Java:packages
- Version update to 8.0.32:
  * Another bugfix release for 8.0 series, full details:
    http://tomcat.apache.org/tomcat-8.0-doc/changelog.html#Tomcat_8.0.32_(markt)
- Rebase patch:
  * tomcat-8.0.9-property-build.windows.patch

OBS-URL: https://build.opensuse.org/request/show/360027
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tomcat?expand=0&rev=26
2016-02-22 07:57:27 +00:00
Tomáš Chvátal
8150173a31 OBS-URL: https://build.opensuse.org/package/show/Java:packages/tomcat?expand=0&rev=79 2016-02-17 19:25:27 +00:00
Tomáš Chvátal
c62573efde OBS-URL: https://build.opensuse.org/package/show/Java:packages/tomcat?expand=0&rev=78 2016-02-17 18:34:13 +00:00
Tomáš Chvátal
f4f0187f69 - Version update to 8.0.32:
* Another bugfix release for 8.0 series, full details:
    http://tomcat.apache.org/tomcat-8.0-doc/changelog.html#Tomcat_8.0.32_(markt)
- Rebase patch:
  * tomcat-8.0.9-property-build.windows.patch

OBS-URL: https://build.opensuse.org/package/show/Java:packages/tomcat?expand=0&rev=77
2016-02-17 18:24:24 +00:00
88cbc644ed Accepting request 343405 from Java:packages
1

OBS-URL: https://build.opensuse.org/request/show/343405
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tomcat?expand=0&rev=25
2015-11-11 09:31:57 +00:00
Tomáš Chvátal
0fede34aeb Accepting request 343392 from home:dmacvicar:branches:Java:packages
- update to Tomcat 8.0.28
  * Multiple fixes, read upstream changelog at:
  https://tomcat.apache.org/tomcat-8.0-doc/changelog.html#Tomcat_8.0.28_(markt)

OBS-URL: https://build.opensuse.org/request/show/343392
OBS-URL: https://build.opensuse.org/package/show/Java:packages/tomcat?expand=0&rev=75
2015-11-10 12:22:09 +00:00
8a4c37a648 Accepting request 309552 from Java:packages
- Some whitespace cleanups

- Remove pointless conflicts on provide/obsolete symbols

- Version bump to 8.0.23:
  * Multiple testfixes all around, read upstream changelog at:
  http://tomcat.apache.org/tomcat-8.0-doc/changelog.html#Tomcat_8.0.23_(markt)

- update to Tomcat 8.0.18:
  * Major update for tomcat8 from tomcat7
  * For full changelog please read upstream changes at:
    + http://tomcat.apache.org/tomcat-8.0-doc/changelog.html
  * Rename all tomcat-7.0-* files to tomcat-8.0-*
  * Update keyring file
- Update windows patch to apply again:
  * Deleted: tomcat-7.0.52-property-build.windows.patch
  * Added: tomcat-8.0.9-property-build.windows.patch
  * Added:tomcat-8.0-tomcat-users-webapp.patch
  * Deleted: tomcat-7.0-tomcat-users-webapp.patch
  * Added: tomcat-8.0-bootstrap-MANIFEST.MF.patch
  * Deleted: tomcat-7.0-bootstrap-MANIFEST.MF.patch

OBS-URL: https://build.opensuse.org/request/show/309552
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tomcat?expand=0&rev=24
2015-06-02 08:09:53 +00:00
Tomáš Chvátal
6be4a4bc07 - Some whitespace cleanups
OBS-URL: https://build.opensuse.org/package/show/Java:packages/tomcat?expand=0&rev=73
2015-06-01 09:08:51 +00:00
Tomáš Chvátal
270bc07d4d - Remove pointless conflicts on provide/obsolete symbols
OBS-URL: https://build.opensuse.org/package/show/Java:packages/tomcat?expand=0&rev=72
2015-06-01 09:08:04 +00:00
Tomáš Chvátal
df8ed8cbe0 * Added:tomcat-8.0-tomcat-users-webapp.patch
* Deleted: tomcat-7.0-tomcat-users-webapp.patch
  * Added: tomcat-8.0-bootstrap-MANIFEST.MF.patch
  * Deleted: tomcat-7.0-bootstrap-MANIFEST.MF.patch

OBS-URL: https://build.opensuse.org/package/show/Java:packages/tomcat?expand=0&rev=71
2015-06-01 08:59:49 +00:00
Tomáš Chvátal
79681f5490 - Version bump to 8.0.23:
* Multiple testfixes all around, read upstream changelog at:
  http://tomcat.apache.org/tomcat-8.0-doc/changelog.html#Tomcat_8.0.23_(markt)

OBS-URL: https://build.opensuse.org/package/show/Java:packages/tomcat?expand=0&rev=70
2015-06-01 08:55:52 +00:00
Tomáš Chvátal
94d5f70c88 - update to Tomcat 8.0.18:
* Major update for tomcat8 from tomcat7
  * For full changelog please read upstream changes at:
    + http://tomcat.apache.org/tomcat-8.0-doc/changelog.html
  * Rename all tomcat-7.0-* files to tomcat-8.0-*
  * Update keyring file
- Update windows patch to apply again:
  * Deleted: tomcat-7.0.52-property-build.windows.patch
  * Added: tomcat-8.0.9-property-build.windows.patch

OBS-URL: https://build.opensuse.org/package/show/Java:packages/tomcat?expand=0&rev=69
2015-06-01 08:53:30 +00:00
Tomáš Chvátal
99f86f0d62 Accepting request 309542 from home:balta3:tomcat8
- update to Tomcat 8.0.18

OBS-URL: https://build.opensuse.org/request/show/309542
OBS-URL: https://build.opensuse.org/package/show/Java:packages/tomcat?expand=0&rev=68
2015-06-01 08:49:05 +00:00
82b2fc0aba Accepting request 292643 from Java:packages
javapackages-tools update

OBS-URL: https://build.opensuse.org/request/show/292643
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tomcat?expand=0&rev=23
2015-04-02 13:59:04 +00:00
Tomáš Chvátal
c65cfbd059 - Fix previous commit. Fix one rpmlint warning
OBS-URL: https://build.opensuse.org/package/show/Java:packages/tomcat?expand=0&rev=66
2015-03-24 08:06:50 +00:00
Tomáš Chvátal
470c908681 - Drop gpg verification from spec, it is done by obs
OBS-URL: https://build.opensuse.org/package/show/Java:packages/tomcat?expand=0&rev=65
2015-03-18 10:22:44 +00:00
Tomáš Chvátal
e80abf11c9 OBS-URL: https://build.opensuse.org/package/show/Java:packages/tomcat?expand=0&rev=64 2015-03-18 10:20:41 +00:00
Tomáš Chvátal
7682000907 - Fix build with new jpackage-tools
OBS-URL: https://build.opensuse.org/package/show/Java:packages/tomcat?expand=0&rev=63
2015-03-18 10:16:20 +00:00
Stephan Kulow
31087348ad Accepting request 249943 from Java:packages
1

OBS-URL: https://build.opensuse.org/request/show/249943
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tomcat?expand=0&rev=22
2014-09-22 07:22:54 +00:00
Tomáš Chvátal
951d4047e3 Accepting request 249942 from home:bmaryniuk:branches:Java:packages
- SLE12 has different path for the "rm" command than older versions.
  To avoid possible clashes, the entire coreutils must be provided.
  (bnc#894292)

OBS-URL: https://build.opensuse.org/request/show/249942
OBS-URL: https://build.opensuse.org/package/show/Java:packages/tomcat?expand=0&rev=61
2014-09-17 12:20:43 +00:00
Tomáš Chvátal
83c25cd053 Accepting request 249896 from home:dmacvicar:branches:Java:packages
- Fixed Security Manager policies, which makes unable properly
  run webapps by default. (bnc#891264)
  Added: tomcat-7.0-sle.catalina.policy.patch

- Missing security manager policy file prevents Tomcat to start
  with systemd. (bnc#890995)

- Tomcat 7.0.55 requires ecj 4.4.0

OBS-URL: https://build.opensuse.org/request/show/249896
OBS-URL: https://build.opensuse.org/package/show/Java:packages/tomcat?expand=0&rev=60
2014-09-17 08:38:34 +00:00
Stephan Kulow
a436f75a6a Accepting request 248019 from Java:packages
1

OBS-URL: https://build.opensuse.org/request/show/248019
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tomcat?expand=0&rev=21
2014-09-09 04:21:26 +00:00
Darin Perusich
dd18bdfe7a Accepting request 247973 from home:dmacvicar:branches:Java:packages
- include the tomcat websocket implementation (tomcat7-websocket)

- Update to 7.0.55
  * Update to the Eclipse JDT Compiler 4.4
  * Better error handling when the error occurs after the response
    has been committed
  * Various improvements to the Mapper including fixing some 
    concurrency bugs
  * See http://tomcat.apache.org/tomcat-7.0-doc/changelog.html

- build tomcat-embed as a subpackage

OBS-URL: https://build.opensuse.org/request/show/247973
OBS-URL: https://build.opensuse.org/package/show/Java:packages/tomcat?expand=0&rev=58
2014-09-08 12:23:03 +00:00
Tomáš Chvátal
5d26c6aeb1 - Drop two unused defines
OBS-URL: https://build.opensuse.org/package/show/Java:packages/tomcat?expand=0&rev=57
2014-09-03 14:43:27 +00:00
Duncan Mac-Vicar
54bd190c3c - touch the alternatives files to avoid build errors
in older versions

OBS-URL: https://build.opensuse.org/package/show/Java:packages/tomcat?expand=0&rev=56
2014-09-03 10:48:04 +00:00
Stephan Kulow
3bd953006c Accepting request 242840 from Java:packages
- Do not define default defattr as it is pointless.

- One file here was not supposed to be ghost.

- Fix once more the alternatives.

- Add path to rm command.

- Silence loads of warnings by rpmlintrc

- Cleanup with spec-cleaner and format few things a bit.

- Remove few deps not really needed for sle11.

- Drop unused files obs.bl and local.lb
- Drop unused collections-tomcat-build.xml

OBS-URL: https://build.opensuse.org/request/show/242840
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tomcat?expand=0&rev=19
2014-08-01 17:27:09 +00:00
Tomáš Chvátal
fb825b29a6 - Do not define default defattr as it is pointless.
OBS-URL: https://build.opensuse.org/package/show/Java:packages/tomcat?expand=0&rev=54
2014-07-29 11:25:39 +00:00
Tomáš Chvátal
aa9375002e OBS-URL: https://build.opensuse.org/package/show/Java:packages/tomcat?expand=0&rev=53 2014-07-28 06:50:13 +00:00
Tomáš Chvátal
60092cf9c2 - One file here was not supposed to be ghost.
OBS-URL: https://build.opensuse.org/package/show/Java:packages/tomcat?expand=0&rev=52
2014-07-25 09:25:01 +00:00
Tomáš Chvátal
bc273e3fba - Fix once more the alternatives.
OBS-URL: https://build.opensuse.org/package/show/Java:packages/tomcat?expand=0&rev=51
2014-07-19 09:35:46 +00:00
Tomáš Chvátal
173dccdec3 - Add path to rm command.
OBS-URL: https://build.opensuse.org/package/show/Java:packages/tomcat?expand=0&rev=50
2014-07-11 14:17:08 +00:00
Tomáš Chvátal
9fc74e4f86 - Silence loads of warnings by rpmlintrc
OBS-URL: https://build.opensuse.org/package/show/Java:packages/tomcat?expand=0&rev=49
2014-07-11 09:18:33 +00:00
Tomáš Chvátal
a106a5ac9d - Cleanup with spec-cleaner and format few things a bit.
OBS-URL: https://build.opensuse.org/package/show/Java:packages/tomcat?expand=0&rev=48
2014-07-10 15:10:16 +00:00
Tomáš Chvátal
d82dd1d1df - Remove few deps not really needed for sle11.
- Drop unused files obs.bl and local.lb
- Drop unused collections-tomcat-build.xml

OBS-URL: https://build.opensuse.org/package/show/Java:packages/tomcat?expand=0&rev=47
2014-07-10 14:47:50 +00:00
Stephan Kulow
37d351c402 Accepting request 235273 from Java:packages
- Version bump to 7.0.54:
  * bugfix update
  * See http://tomcat.apache.org/tomcat-7.0-doc/changelog.html

- Update to 7.0.53
  * bugfix release
  * Update the Eclipse JDT compiler to enable full Java 8 support in JSPs.
  * See http://tomcat.apache.org/tomcat-7.0-doc/changelog.html
- Patch for Bug 56373
  * See https://issues.apache.org/bugzilla/show_bug.cgi?id=56373
  * tomcat-7.0.53-JDTCompiler-java.patch
- Rename tomcat-7.0.2-property-build.windows.patch to
  tomcat-7.0.52-property-build.windows.patch

- remove saxon build requirement for sles
- disable bytecode check for sles 

- remove unknown option from fillup_only macro
- wrap systemd %pre[un]/%post[un] in conditional
- specify required ant version

- Update to 7.0.52
  * bugfix release
  * Fix CVE-2014-0050, a DoS vulnerability related to multi-part processing
- Update to 7.0.50
  * bugfix release

OBS-URL: https://build.opensuse.org/request/show/235273
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tomcat?expand=0&rev=18
2014-05-26 12:44:25 +00:00
Tomáš Chvátal
c03a07e884 - Version bump to 7.0.54:
* bugfix update
  * See http://tomcat.apache.org/tomcat-7.0-doc/changelog.html

OBS-URL: https://build.opensuse.org/package/show/Java:packages/tomcat?expand=0&rev=45
2014-05-24 09:59:26 +00:00
Tomáš Chvátal
f4eb59d8ff * See https://issues.apache.org/bugzilla/show_bug.cgi?id=56373
* tomcat-7.0.53-JDTCompiler-java.patch
- Rename tomcat-7.0.2-property-build.windows.patch to
  tomcat-7.0.52-property-build.windows.patch

OBS-URL: https://build.opensuse.org/package/show/Java:packages/tomcat?expand=0&rev=44
2014-05-24 09:39:28 +00:00
Tomáš Chvátal
59782c48d1 Accepting request 234205 from home:deadpoint:branches:Java:packages
Update to 7.0.53 and various SLE_11 fixes

OBS-URL: https://build.opensuse.org/request/show/234205
OBS-URL: https://build.opensuse.org/package/show/Java:packages/tomcat?expand=0&rev=43
2014-05-20 11:53:20 +00:00
Darin Perusich
458c8940cf Accepting request 229411 from home:balta3:branches:Java:packages
Update to tomcat 7.0.52. This contains a security bugfix for CVE-2014-0050.

OBS-URL: https://build.opensuse.org/request/show/229411
OBS-URL: https://build.opensuse.org/package/show/Java:packages/tomcat?expand=0&rev=42
2014-04-14 12:54:43 +00:00
Stephan Kulow
1a57317062 Accepting request 210647 from Java:packages
- Add missing commons-pool-tomcat5 symlink (bnc#847505c#13)

- Update to 7.0.47

OBS-URL: https://build.opensuse.org/request/show/210647
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tomcat?expand=0&rev=17
2013-12-13 11:01:13 +00:00
d54518711c - Add missing commons-pool-tomcat5 symlink (bnc#847505c#13)
- Update to 7.0.47

OBS-URL: https://build.opensuse.org/package/show/Java:packages/tomcat?expand=0&rev=40
2013-12-12 10:16:26 +00:00
Stephan Kulow
a1b3bd349f Accepting request 206502 from Java:packages
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/206502
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tomcat?expand=0&rev=16
2013-11-15 12:39:07 +00:00
4f8bcf7c51 - Update to 4.0.47
* bugfix release
  * backport of JSR-356 Java WebSocket 1.0
  * package tomcat now requires java7 at lease
- Updated tomcat.keyring to reflect the fact new release is signed by
  Violeta Georgieva / D63011C7
  see http://osdir.com/ml/dev-tomcat.apache.org/2013-10/msg00849.html
- Add tomcat-dbcp.jar (bnc#847505) back into tomcat lib dir
- Install tomcat-coyote.jar as well
- Remove pointless scriplets

OBS-URL: https://build.opensuse.org/package/show/Java:packages/tomcat?expand=0&rev=38
2013-11-04 14:49:19 +00:00
Tomáš Chvátal
4f422cff9c Accepting request 198316 from Java:packages
Submit of succeeding java packages for factory

OBS-URL: https://build.opensuse.org/request/show/198316
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tomcat?expand=0&rev=14
2013-09-11 15:11:46 +00:00
Tomáš Chvátal
b70da65792 Replace jpackage-utils by javapackages-tools
OBS-URL: https://build.opensuse.org/package/show/Java:packages/tomcat?expand=0&rev=36
2013-09-09 12:02:02 +00:00
Stephan Kulow
2e7e9fdd94 Accepting request 197504 from Java:packages
- drop a dependency on unecessary -tomcat5 packages 
- use commons-dbcp.jar for build
- add missing commons-pool.jar to libdir

OBS-URL: https://build.opensuse.org/request/show/197504
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tomcat?expand=0&rev=13
2013-09-07 06:02:45 +00:00
148ca89386 - drop a dependency on unecessary -tomcat5 packages
OBS-URL: https://build.opensuse.org/package/show/Java:packages/tomcat?expand=0&rev=34
2013-09-05 14:01:11 +00:00
Tomáš Chvátal
95157b5ca2 Accepting request 186566 from Java:packages
- add _constraints to not schedule build on some build machines
  workaround for bnc#832762

- Add missing 'su root tomcat' line to logrotate. See also
  https://bugzilla.redhat.com/show_bug.cgi?id=790334 

- call chown --no-dereference in init script
  (bnc#822177#c7/prevents CVE-2013-1976)
 

- update to 7.0.42 (bugfix release)
  see http://tomcat.apache.org/tomcat-7.0-doc/changelog.html
- fix file list to be compatible for new rpm

OBS-URL: https://build.opensuse.org/request/show/186566
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tomcat?expand=0&rev=12
2013-08-23 09:04:29 +00:00
03dee901ab - add _constraints to not schedule build on some build machines
workaround for bnc#832762

OBS-URL: https://build.opensuse.org/package/show/Java:packages/tomcat?expand=0&rev=32
2013-08-09 10:02:56 +00:00
eec3f3040f Accepting request 186149 from home:robert_munteanu:branches:Java:packages
Add missing 'su root tomcat' line to logrotate. See also
https://bugzilla.redhat.com/show_bug.cgi?id=790334

OBS-URL: https://build.opensuse.org/request/show/186149
OBS-URL: https://build.opensuse.org/package/show/Java:packages/tomcat?expand=0&rev=31
2013-08-07 08:44:38 +00:00
c3b57a2fc1 no longer testing
OBS-URL: https://build.opensuse.org/package/show/Java:packages/tomcat?expand=0&rev=30
2013-08-01 16:40:02 +00:00
5227d1fbb9 testing valgrind...
OBS-URL: https://build.opensuse.org/package/show/Java:packages/tomcat?expand=0&rev=29
2013-08-01 12:07:13 +00:00
1de74fbc7e mention CVE in changes - requested by security-team
OBS-URL: https://build.opensuse.org/package/show/Java:packages/tomcat?expand=0&rev=28
2013-07-30 13:22:14 +00:00
2f97082c29 - call chown --no-dereference in init script (bnc#822177#c7
OBS-URL: https://build.opensuse.org/package/show/Java:packages/tomcat?expand=0&rev=27
2013-07-26 13:07:50 +00:00
841c5082d3 - update to 7.0.42 (bugfix release)
see http://tomcat.apache.org/tomcat-7.0-doc/changelog.html
- fix file list to be compatible for new rpm

OBS-URL: https://build.opensuse.org/package/show/Java:packages/tomcat?expand=0&rev=26
2013-07-23 14:35:12 +00:00
Stephan Kulow
29a6fd9113 Accepting request 172490 from Java:packages
- update to 7.0.39 (bugfix release)
- install only systemd unit files on openSUSE 12.1+
  * and call proper code when init script still exists
- add a proper scripplets for -jsvc subpackage
- don't use catalina.out, systemd redirects stderr/stdout to syslog
- don't use and recommends logrotate
- package /etc/ant.d properly, mark only catalina-ant as a config file

OBS-URL: https://build.opensuse.org/request/show/172490
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tomcat?expand=0&rev=11
2013-04-20 16:02:48 +00:00
58bd911cd5 - package /etc/ant.d properly, mark only catalina-ant as a config file
OBS-URL: https://build.opensuse.org/package/show/Java:packages/tomcat?expand=0&rev=24
2013-04-19 13:06:53 +00:00
39188a6b30 - don't use catalina.out, systemd redirects stderr/stdout to syslog
- don't use and recommends logrotate

OBS-URL: https://build.opensuse.org/package/show/Java:packages/tomcat?expand=0&rev=23
2013-04-19 11:53:03 +00:00
dcb2480abc - update to 7.0.39 (bugfix release)
- install only systemd unit files on openSUSE 12.1+
  * and call proper code when init script still exists
- add a proper scripplets for -jsvc subpackage

OBS-URL: https://build.opensuse.org/package/show/Java:packages/tomcat?expand=0&rev=22
2013-04-18 12:44:10 +00:00
Stephan Kulow
ee84b20ade Accepting request 155984 from Java:packages
- Fix tomcat init scripts generating malformed classpath
  (http://youtrack.jetbrains.com/issue/JT-18545)
  bnc#804992

OBS-URL: https://build.opensuse.org/request/show/155984
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tomcat?expand=0&rev=10
2013-02-22 18:35:37 +00:00
612bc785be bnc#804992
OBS-URL: https://build.opensuse.org/package/show/Java:packages/tomcat?expand=0&rev=20
2013-02-21 14:56:20 +00:00
97133c31b7 Accepting request 155580 from home:m407:branches:Java:packages
Init scripts generate malformed classpath. Occurs for example with youtrack issue tracker. Tomcat tries to launch two application instances.

OBS-URL: https://build.opensuse.org/request/show/155580
OBS-URL: https://build.opensuse.org/package/show/Java:packages/tomcat?expand=0&rev=19
2013-02-21 14:48:16 +00:00
Stephan Kulow
0040d896f7 Accepting request 149433 from Java:packages
can be accepted after ecj-4.2.1 version upgrade

- update to 7.0.35 (bugfix release)
  require ecj >= 4.2.1, like upstream do
- make gpg-offline work distros after 12.2

OBS-URL: https://build.opensuse.org/request/show/149433
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tomcat?expand=0&rev=8
2013-01-22 16:59:05 +00:00
7d0a23777c - update to 7.0.35 (bugfix release)
require ecj >= 4.2.1, like upstream do
- make gpg-offline work distros after 12.2

OBS-URL: https://build.opensuse.org/package/show/Java:packages/tomcat?expand=0&rev=17
2013-01-21 13:55:33 +00:00
Ismail Dönmez
208be7063a Accepting request 146833 from Java:packages
What these changes do:

1. Fix this tomcat warning:

    SEVERE: An incompatible version 1.1.23 of the APR based Apache Tomcat Native library is installed, while Tomcat requires version 1.1.24

2. Fix this tomcat warning:

    WARNING: Problem with JAR file [/usr/share/java/tomcat/log4j.jar], exists: [false], canRead: [false]

3. Ensure tomcat stdout/stderr output ends up in catalina.out

4. Fix several issues in the init script

Thanks. (forwarded request 146513 from archie172)

OBS-URL: https://build.opensuse.org/request/show/146833
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tomcat?expand=0&rev=7
2013-01-03 12:48:28 +00:00
82a43e9a40 Accepting request 146513 from home:archie172:branches:Java:packages
What these changes do:

1. Fix this tomcat warning:

    SEVERE: An incompatible version 1.1.23 of the APR based Apache Tomcat Native library is installed, while Tomcat requires version 1.1.24

2. Fix this tomcat warning:

    WARNING: Problem with JAR file [/usr/share/java/tomcat/log4j.jar], exists: [false], canRead: [false]

3. Ensure tomcat stdout/stderr output ends up in catalina.out

4. Fix several issues in the init script

Thanks.

OBS-URL: https://build.opensuse.org/request/show/146513
OBS-URL: https://build.opensuse.org/package/show/Java:packages/tomcat?expand=0&rev=15
2013-01-02 15:11:21 +00:00
Stephan Kulow
262dfeed56 Accepting request 145725 from Java:packages
- Require gpg-offline on 12.2+ 

- Verify GPG signature.

OBS-URL: https://build.opensuse.org/request/show/145725
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tomcat?expand=0&rev=6
2012-12-19 12:31:38 +00:00
daa37d9c60 - Require gpg-offline on 12.2+
OBS-URL: https://build.opensuse.org/package/show/Java:packages/tomcat?expand=0&rev=13
2012-12-18 09:34:59 +00:00
6521648405 Accepting request 143936 from home:sbrabec:gpg-offline-verify
Verify GPG signature: Perform build-time offline GPG verification.
Please verify that included keyring matches your needs.
For manipulation with the offline keyring, please use gpg-offline tool from openSUSE:Factory, devel-tools-building or Base:System.
See the man page and/or /usr/share/doc/packages/gpg-offline/PACKAGING.HOWTO.

If you need to build your package for older products and don't want to mess spec file with ifs, please follow PACKAGING.HOWTO:
you can link or aggregate gpg-offline from
devel:tools:building or use following trick with "osc meta prjconf":

--- Cut here ----
%if 0%{?suse_version} <= 1220
Substitute: gpg-offline
%endif

Macros:
%gpg_verify(dnf) \
%if 0%{?suse_version} > 1220\
echo "WARNING: Using %%gpg_verify macro from prjconf, not from gpg-offline package."\
gpg-offline --directory="%{-d:%{-d*}}%{!-d:%{_sourcedir}}" --package="%{-n:%{-n*}}%{!-n:%{name}}""%{-f: %{-f*}}" --verify %{**}\
%else\
echo "WARNING: Dummy prjconf macro. gpg-offline is not available, skipping %{**} GPG signature verification!"\
%endif\
%nil
-----------------

OBS-URL: https://build.opensuse.org/request/show/143936
OBS-URL: https://build.opensuse.org/package/show/Java:packages/tomcat?expand=0&rev=12
2012-12-18 09:32:34 +00:00
Stephan Kulow
a11f28942c Accepting request 142909 from Java:packages
- update to 7.0.33 (bugfix release)

OBS-URL: https://build.opensuse.org/request/show/142909
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tomcat?expand=0&rev=5
2012-11-28 16:04:13 +00:00
9816bf87dc - update to 7.0.33 (bugfix release)
OBS-URL: https://build.opensuse.org/package/show/Java:packages/tomcat?expand=0&rev=10
2012-11-26 13:05:00 +00:00
Stephan Kulow
bf7d8ed9a4 Accepting request 133593 from Java:packages
- update to 7.0.30 (bugfix release) 
  * SSI and CGI disabled by default
- fix bnc#779538: change the working dir to $CATALINA_BASE
- document the CATALINA_BASE and CATALINA_HOME in tomcat.conf better
- fix rpmlintrc file

OBS-URL: https://build.opensuse.org/request/show/133593
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tomcat?expand=0&rev=4
2012-09-11 09:38:28 +00:00
648ad35ec6 - update to 7.0.30 (bugfix release)
* SSI and CGI disabled by default
- fix bnc#779538: change the working dir to $CATALINA_BASE
- document the CATALINA_BASE and CATALINA_HOME in tomcat.conf better
- fix rpmlintrc file

OBS-URL: https://build.opensuse.org/package/show/Java:packages/tomcat?expand=0&rev=8
2012-09-11 08:50:06 +00:00
Stephan Kulow
b0397e3e2e Accepting request 128320 from Java:packages
- fix bnc#771802 - systemd support is broken
  * change type froking to simple as it does not make a sense run java in a
    background to emulate that
  * remove the need of nested wrappers, so /usr/sbin/tomcat-sysd now relies on
    systemd features like User/EnvironmentFile
  * workaround the 143 exit code in Stop phase - return 0 in this case
  * merge the jsvc into tomcat-sysd code, the -jsvc-sysd is a symlink
  * properly use jsvc with pid file to start and stop

OBS-URL: https://build.opensuse.org/request/show/128320
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tomcat?expand=0&rev=3
2012-07-19 16:00:48 +00:00
3b8b9e494f * merge the jsvc into tomcat-sysd code, the -jsvc-sysd is a symlink
* properly use jsvc with pid file to start and stop

OBS-URL: https://build.opensuse.org/package/show/Java:packages/tomcat?expand=0&rev=6
2012-07-19 08:58:29 +00:00
a1a7392be9 - fix bnc#771802 - systemd support is broken
* change type froking to simple as it does not make a sense run java in a
    background to emulate that
  * remove the need of nested wrappers, so /usr/sbin/tomcat-sysd now relies on
    systemd features like User/EnvironmentFile
  * workaround the 143 exit code in Stop phase - return 0 in this case

OBS-URL: https://build.opensuse.org/package/show/Java:packages/tomcat?expand=0&rev=5
2012-07-17 14:23:06 +00:00
Stephan Kulow
683475e52e Accepting request 125169 from Java:packages
new name of tomcat7

OBS-URL: https://build.opensuse.org/request/show/125169
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tomcat?expand=0&rev=1
2012-06-18 15:34:47 +00:00
Factory Maintainer
a187a00edf unlink
OBS-URL: https://build.opensuse.org/package/show/Java:packages/tomcat?expand=0&rev=3
2012-06-16 05:18:01 +00:00

Diff Content Not Available