[ubuntu/lucid] tomcat6 6.0.20-8ubuntu1 (Accepted)
Thierry Carrez
thierry.carrez at ubuntu.com
Mon Dec 14 13:20:18 GMT 2009
tomcat6 (6.0.20-8ubuntu1) lucid; urgency=low
* Merge from Debian unstable. Remaining changes:
- debian/control, debian/rules: Do not use 3.0 (quilt) source format yet
* debian/tomcat6.default: Fix typos in "JSVC" and "remote", missing newline
* debian/tomcat6.default, debian/tomcat6.init: Handle JSVC_CLASSPATH
default value the same way as other defaults
tomcat6 (6.0.20-8) unstable; urgency=low
* Corrected some spelling mistakes in debian/control.
(Closes: #557377, #557378)
* Added patches to install the OSGi metadata in some of the jars.
(Closes: #558176)
* Updated 03catalina.policy to allow "setContextClassLoader".
- Fixes a problem where Sun's JVM would fail to generate log-files.
(Closes: LP: #410379)
* Updated /etc/default/tomcat6:
- Clarified that JAVA_OPTS are passed to jscv and not the JVM.
- Updated the JSP_COMPILER to javac (jikes is not in Debian anymore).
(Closes: LP: #440685)
* Use default-jdk and default-jre-headless instead of openjdk in
(Build-)Depends.
* Added more alternatives for java implementations to the Depends of
libservlet2.5-java.
* Exposed JSVC_CLASSPATH to the configuration file.
(Closes: LP: #475457)
* Updated description so it no longer refers to non-existent package.
(Closes: #559475)
* Used "set -e" in postinst and postrm instead of passing "-e" to sh
in the #!-line.
* Changed to 3.0 (quilt) source format.
tomcat6 (6.0.20-7) unstable; urgency=low
* New patch fix_context_name.patch:
- Allow Service name != Engine name. Regression in fix for 42707.
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=47316
- This has been fixed in trunk and will be in 6.0.21
* Register libservlet2.5-java-doc API with doc-base
* Fix short description of tomcat6-docs by using "documentation" suffix
tomcat6 (6.0.20-6) unstable; urgency=low
[ Ludovic Claude ]
* tomcat6.postinst: set the ownership of files in /etc/tomcat6/
to root:tomcat6, to prevent an attacker running inside a tomcat6
instance to change the tomcat configuration
* debian/policy/02debian.policy: grant access to
/usr/share/maven-repo/ as it is a valid source of Debian JARs.
(Closes: #545674)
* Bump up Standards-Version to 3.8.3
- add debian/README.source that describes the quilt patch system.
* debian/control: Add Conflicts on libtomcat6-java with old versions
of tomcat6-common (Closes: #542397)
[ Michael Koch ]
* Replace dh_clean -k by dh_prep.
* Added Ludovic and myself to Uploaders.
* Build-Depends on debhelper >= 7.
tomcat6 (6.0.20-5) unstable; urgency=low
* Fix jsp-api dependency in the Maven descriptors.
* Put tomcat-juli.jar in /usr/share/java instead of juli.jar.
This fixes a broken link which prevented tomcat to start
when logging is turned on, and restores the file layout
defined in 6.0.20-2.
* Restore links to the jars in usr/share/tomcat6/lib
* Change watch to download fresh sources from SVN.
Should fix wrong encoding in tomcat-i18n-fr/es.jar in the next upstream
version. (Closes: #522067)
* Update ownership for files in /etc/tomcat6 and /var/lib/tomcat6/webapps.
The new owner is tomcat6:adm (Closes: #532284)
* Add additional directories for the common, server and shared classloader.
Directories are also compatible with Alfresco's packaging done for
Ubuntu. (Closes: #521318)
* Update checksum in postrm script to reflect changes
in the new upstream webapp
* postrm removes the extra directories created in /var/lib/tomcat6
to hold shared and common classes or jars.
* Added commented out default options for enabling debug mode.
(Closes: LP: #375493)
tomcat6 (6.0.20-4) experimental; urgency=low
* Fix init script:
- Change Provides: tomcat6. (Closes: #532286)
- Check for /etc/default/rcS before sourcing it.
* Update Standards-Version: 3.8.2 (no changes).
tomcat6 (6.0.20-3) experimental; urgency=low
* Add the Maven POM to the package
* Add a Build-Depends-Indep dependency on maven-repo-helper
* Use mh_installpom and mh_installjar to install the POM and the jar to the
Maven repository
Date: Mon, 14 Dec 2009 13:55:18 +0100
Changed-By: Thierry Carrez <thierry.carrez at ubuntu.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
https://launchpad.net/ubuntu/lucid/+source/tomcat6/6.0.20-8ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.8
Date: Mon, 14 Dec 2009 13:55:18 +0100
Source: tomcat6
Binary: tomcat6-common tomcat6 tomcat6-user libtomcat6-java libservlet2.5-java libservlet2.5-java-doc tomcat6-admin tomcat6-examples tomcat6-docs
Architecture: source
Version: 6.0.20-8ubuntu1
Distribution: lucid
Urgency: low
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Thierry Carrez <thierry.carrez at ubuntu.com>
Description:
libservlet2.5-java - Servlet 2.5 and JSP 2.1 Java API classes
libservlet2.5-java-doc - Servlet 2.5 and JSP 2.1 Java API documentation
libtomcat6-java - Servlet and JSP engine -- core libraries
tomcat6 - Servlet and JSP engine
tomcat6-admin - Servlet and JSP engine -- admin web applications
tomcat6-common - Servlet and JSP engine -- common files
tomcat6-docs - Servlet and JSP engine -- documentation
tomcat6-examples - Servlet and JSP engine -- example web applications
tomcat6-user - Servlet and JSP engine -- tools to create user instances
Closes: 521318 522067 532284 532286 542397 545674 557377 557378 558176 559475
Changes:
tomcat6 (6.0.20-8ubuntu1) lucid; urgency=low
.
* Merge from Debian unstable. Remaining changes:
- debian/control, debian/rules: Do not use 3.0 (quilt) source format yet
* debian/tomcat6.default: Fix typos in "JSVC" and "remote", missing newline
* debian/tomcat6.default, debian/tomcat6.init: Handle JSVC_CLASSPATH
default value the same way as other defaults
.
tomcat6 (6.0.20-8) unstable; urgency=low
.
* Corrected some spelling mistakes in debian/control.
(Closes: #557377, #557378)
* Added patches to install the OSGi metadata in some of the jars.
(Closes: #558176)
* Updated 03catalina.policy to allow "setContextClassLoader".
- Fixes a problem where Sun's JVM would fail to generate log-files.
(Closes: LP: #410379)
* Updated /etc/default/tomcat6:
- Clarified that JAVA_OPTS are passed to jscv and not the JVM.
- Updated the JSP_COMPILER to javac (jikes is not in Debian anymore).
(Closes: LP: #440685)
* Use default-jdk and default-jre-headless instead of openjdk in
(Build-)Depends.
* Added more alternatives for java implementations to the Depends of
libservlet2.5-java.
* Exposed JSVC_CLASSPATH to the configuration file.
(Closes: LP: #475457)
* Updated description so it no longer refers to non-existent package.
(Closes: #559475)
* Used "set -e" in postinst and postrm instead of passing "-e" to sh
in the #!-line.
* Changed to 3.0 (quilt) source format.
.
tomcat6 (6.0.20-7) unstable; urgency=low
.
* New patch fix_context_name.patch:
- Allow Service name != Engine name. Regression in fix for 42707.
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=47316
- This has been fixed in trunk and will be in 6.0.21
* Register libservlet2.5-java-doc API with doc-base
* Fix short description of tomcat6-docs by using "documentation" suffix
.
tomcat6 (6.0.20-6) unstable; urgency=low
.
[ Ludovic Claude ]
* tomcat6.postinst: set the ownership of files in /etc/tomcat6/
to root:tomcat6, to prevent an attacker running inside a tomcat6
instance to change the tomcat configuration
* debian/policy/02debian.policy: grant access to
/usr/share/maven-repo/ as it is a valid source of Debian JARs.
(Closes: #545674)
* Bump up Standards-Version to 3.8.3
- add debian/README.source that describes the quilt patch system.
* debian/control: Add Conflicts on libtomcat6-java with old versions
of tomcat6-common (Closes: #542397)
.
[ Michael Koch ]
* Replace dh_clean -k by dh_prep.
* Added Ludovic and myself to Uploaders.
* Build-Depends on debhelper >= 7.
.
tomcat6 (6.0.20-5) unstable; urgency=low
.
* Fix jsp-api dependency in the Maven descriptors.
* Put tomcat-juli.jar in /usr/share/java instead of juli.jar.
This fixes a broken link which prevented tomcat to start
when logging is turned on, and restores the file layout
defined in 6.0.20-2.
* Restore links to the jars in usr/share/tomcat6/lib
* Change watch to download fresh sources from SVN.
Should fix wrong encoding in tomcat-i18n-fr/es.jar in the next upstream
version. (Closes: #522067)
* Update ownership for files in /etc/tomcat6 and /var/lib/tomcat6/webapps.
The new owner is tomcat6:adm (Closes: #532284)
* Add additional directories for the common, server and shared classloader.
Directories are also compatible with Alfresco's packaging done for
Ubuntu. (Closes: #521318)
* Update checksum in postrm script to reflect changes
in the new upstream webapp
* postrm removes the extra directories created in /var/lib/tomcat6
to hold shared and common classes or jars.
* Added commented out default options for enabling debug mode.
(Closes: LP: #375493)
.
tomcat6 (6.0.20-4) experimental; urgency=low
.
* Fix init script:
- Change Provides: tomcat6. (Closes: #532286)
- Check for /etc/default/rcS before sourcing it.
* Update Standards-Version: 3.8.2 (no changes).
.
tomcat6 (6.0.20-3) experimental; urgency=low
.
* Add the Maven POM to the package
* Add a Build-Depends-Indep dependency on maven-repo-helper
* Use mh_installpom and mh_installjar to install the POM and the jar to the
Maven repository
Checksums-Sha1:
4e122bdedd47b8b6061d020d653ef84d4ed247d3 1726 tomcat6_6.0.20-8ubuntu1.dsc
58b8a895523842a0dd9397b1e2de5c7c79a0b23f 24226 tomcat6_6.0.20-8ubuntu1.diff.gz
Checksums-Sha256:
e192de36c26e2e6eca5d61d09c631ab66ae4e797c6cc247f16af732d7918f5b7 1726 tomcat6_6.0.20-8ubuntu1.dsc
e4aa689ba7e6710a48777da7c71f53aae65dfc03a51eb600bd41025cf8ec33dd 24226 tomcat6_6.0.20-8ubuntu1.diff.gz
Files:
09b62153b6bc88ae8432d8c9f91c3323 1726 java optional tomcat6_6.0.20-8ubuntu1.dsc
84932ef824f35263fccac38b79c2b083 24226 java optional tomcat6_6.0.20-8ubuntu1.diff.gz
Launchpad-Bugs-Fixed: 375493 410379 440685 475457
Original-Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
iEYEARECAAYFAksmNpgACgkQvcL1obalX08mrwCbB/raVG46wxKo7eTmVxB8LWVi
vvIAn0WfgvQu9FS0QhkHphFeUJiaTJHI
=+b4e
-----END PGP SIGNATURE-----
More information about the Lucid-changes
mailing list