Commit Graph

173 Commits

Author SHA256 Message Date
Fridrich Strba
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
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
Fridrich Strba
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
Michal Vyskocil
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
Michal Vyskocil
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
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
Michal Vyskocil
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
Michal Vyskocil
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
Michal Vyskocil
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
Michal Vyskocil
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
Michal Vyskocil
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
Michal Vyskocil
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
Michal Vyskocil
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
Michal Vyskocil
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
Michal Vyskocil
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
Michal Vyskocil
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
Michal Vyskocil
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
Michal Vyskocil
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
Michal Vyskocil
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
Michal Vyskocil
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
Michal Vyskocil
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
Michal Vyskocil
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
Michal Vyskocil
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
Michal Vyskocil
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
Michal Vyskocil
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
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