Your message dated Thu, 24 May 2012 05:47:58 +0000
with message-id <e1sxqty-0007cq...@franck.debian.org>
and subject line Bug#671370: fixed in tomcat7 7.0.26-3
has caused the Debian Bug report #671370,
regarding tomcat7: Java7 compatibility patch for tomcat7
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
671370: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=671370
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: tomcat7
Version: 7.0.26-2
Severity: normal
Tags: patch
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu quantal ubuntu-patch openjdk-7-transition

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Dear Maintainer,

In Ubuntu, the attached patch was applied to achieve the following:

  * d/patches/0012-java7-compat.patch: Added compatibility patch to
    support compilation with openjdk-7 as default-jdk (LP: #889002).
  * d/default_root/index.html: Fixup instructions for enabling
    manager web application access (LP: #910368).

Thanks for considering the patch.

- -- System Information:
Debian Release: wheezy/sid
  APT prefers precise-updates
  APT policy: (500, 'precise-updates'), (500, 'precise-security'), (500, 
'precise'), (100, 'precise-backports')
Architecture: amd64 (x86_64)

Kernel: Linux 3.2.0-24-generic (SMP w/8 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)

iQIcBAEBCAAGBQJPop08AAoJEL/srsug59jDz5cP/0nCyVSyYjChEetEr7lRRK3k
OSsfcsyzSGeXDGCsffTSyXDKutwn7IwO9XygaGITDhZYndCVp+HnljfgA8L4Uwii
3gV5PnEj5pgVTvTnO5Yb+BKE+9YgYA2pOUOZyHNtE1MWZBaUEXw0Zf0xfOmu6Ck+
brJHVR/h0+zXRl4TvWZB18FUILpLdLQA+QkdzWDZYpq0F7oxIcI6eVSFxSqBFUfu
dW6NFOwIHyTqhjDSvdS2gPLCrnwrenPe2Htb/6pzdDuR+QxMAbTC6eHB4flQkwej
cpzJyb9aa0OBRJy7HXvQji/pHc3dOLkfkFc59Qb5ZVp2BCeRs/QB55USWNvdwUaH
fmaMMSgnKIxVVnPHBBKFoJ0incogXzC1QsHEO5OZnechBUddudOcROnkfPA8CptM
9xLeKxh1azJnMrY3I9YN4hhRvmP6PWJx7XPMNQtANrQEIg8wkz7uEchFCa8VrHFj
2Pqvrho72RdNM717ogXjoKoG/5I5SisDkb++zafOFo0qpll+ijdjpSkWrKdRrecA
F7LAIrugY4ssgmSbIpcSXbpkJCovwoJ8vuepvITcxY+Cqj4ghDx/Dl5WCj4ytNm1
v/pJFQqMJv0zf92mzarNx2gWtBe9XR2eL77rJu87phpnM7LWQg+SIGnChbseMd/h
AgLG6FI7hR4byXEBJMre
=WmsE
-----END PGP SIGNATURE-----
diff -Nru tomcat7-7.0.26/debian/changelog tomcat7-7.0.26/debian/changelog
diff -Nru tomcat7-7.0.26/debian/control tomcat7-7.0.26/debian/control
--- tomcat7-7.0.26/debian/control	2012-04-27 05:48:04.000000000 +0100
+++ tomcat7-7.0.26/debian/control	2012-05-03 14:46:34.000000000 +0100
@@ -1,7 +1,8 @@
 Source: tomcat7
 Section: java
 Priority: optional
-Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
+Maintainer: Ubuntu Developers <ubuntu-devel-disc...@lists.ubuntu.com>
+XSBC-Original-Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
 Uploaders: James Page <james.p...@ubuntu.com>,
  Miguel Landaeta <mig...@miguel.cc>, tony mancill <tmanc...@debian.org>,
  Jakub Adam <jakub.a...@ktknet.cz>
diff -Nru tomcat7-7.0.26/debian/default_root/index.html tomcat7-7.0.26/debian/default_root/index.html
--- tomcat7-7.0.26/debian/default_root/index.html	2012-04-27 05:48:04.000000000 +0100
+++ tomcat7-7.0.26/debian/default_root/index.html	2012-05-03 14:57:47.000000000 +0100
@@ -23,7 +23,7 @@
 
 <p><b>tomcat7-admin</b>: This package installs two web applications that can help managing this Tomcat instance. Once installed, you can access the <a href="manager/html">manager webapp</a> and the <a href="host-manager/html">host-manager webapp</a>.<p>
 
-<p>NOTE: For security reasons, using the manager webapp is restricted to users with role "manager". The host-manager webapp is restricted to users with role "admin". Users are defined in <code>/etc/tomcat7/tomcat-users.xml</code>.</p>
+<p>NOTE: For security reasons, using the manager webapp is restricted to users with role "manager-gui". The host-manager webapp is restricted to users with role "admin-gui". Users are defined in <code>/etc/tomcat7/tomcat-users.xml</code>.</p>
 
 </body>
 </html>
diff -Nru tomcat7-7.0.26/debian/patches/0012-java7-compat.patch tomcat7-7.0.26/debian/patches/0012-java7-compat.patch
--- tomcat7-7.0.26/debian/patches/0012-java7-compat.patch	1970-01-01 01:00:00.000000000 +0100
+++ tomcat7-7.0.26/debian/patches/0012-java7-compat.patch	2012-05-03 14:42:28.000000000 +0100
@@ -0,0 +1,27 @@
+Description: Compatibility patch to support compilation of tomcat7
+ using openjdk-7
+Author: James Page <james.p...@ubuntu.com>
+Forwarded: not-needed
+
+Index: tomcat7-7.0.26/modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/DataSource.java
+===================================================================
+--- tomcat7-7.0.26.orig/modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/DataSource.java	2012-05-03 14:41:45.741927187 +0100
++++ tomcat7-7.0.26/modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/DataSource.java	2012-05-03 14:42:25.730122612 +0100
+@@ -28,6 +28,8 @@
+ import org.apache.juli.logging.Log;
+ import org.apache.juli.logging.LogFactory;
+ 
++import java.sql.SQLFeatureNotSupportedException;
++import java.util.logging.Logger;
+ 
+ /**
+  * A DataSource that can be instantiated through IoC and implements the DataSource interface
+@@ -153,5 +155,7 @@
+         }
+     }
+ 
+-
++    public Logger getParentLogger() throws SQLFeatureNotSupportedException {
++        throw new SQLFeatureNotSupportedException();
++    }
+ }
diff -Nru tomcat7-7.0.26/debian/patches/series tomcat7-7.0.26/debian/patches/series
--- tomcat7-7.0.26/debian/patches/series	2012-04-27 05:48:04.000000000 +0100
+++ tomcat7-7.0.26/debian/patches/series	2012-05-03 14:27:11.000000000 +0100
@@ -7,3 +7,4 @@
 0009-Use-java.security.policy-file-in-catalina.sh.patch
 0010-debianize-build-xml.patch
 0011-fix-classpath-lintian-warnings.patch
+0012-java7-compat.patch

--- End Message ---
--- Begin Message ---
Source: tomcat7
Source-Version: 7.0.26-3

We believe that the bug you reported is fixed in the latest version of
tomcat7, which is due to be installed in the Debian FTP archive:

libservlet3.0-java-doc_7.0.26-3_all.deb
  to main/t/tomcat7/libservlet3.0-java-doc_7.0.26-3_all.deb
libservlet3.0-java_7.0.26-3_all.deb
  to main/t/tomcat7/libservlet3.0-java_7.0.26-3_all.deb
libtomcat7-java_7.0.26-3_all.deb
  to main/t/tomcat7/libtomcat7-java_7.0.26-3_all.deb
tomcat7-admin_7.0.26-3_all.deb
  to main/t/tomcat7/tomcat7-admin_7.0.26-3_all.deb
tomcat7-common_7.0.26-3_all.deb
  to main/t/tomcat7/tomcat7-common_7.0.26-3_all.deb
tomcat7-docs_7.0.26-3_all.deb
  to main/t/tomcat7/tomcat7-docs_7.0.26-3_all.deb
tomcat7-examples_7.0.26-3_all.deb
  to main/t/tomcat7/tomcat7-examples_7.0.26-3_all.deb
tomcat7-user_7.0.26-3_all.deb
  to main/t/tomcat7/tomcat7-user_7.0.26-3_all.deb
tomcat7_7.0.26-3.debian.tar.gz
  to main/t/tomcat7/tomcat7_7.0.26-3.debian.tar.gz
tomcat7_7.0.26-3.dsc
  to main/t/tomcat7/tomcat7_7.0.26-3.dsc
tomcat7_7.0.26-3_all.deb
  to main/t/tomcat7/tomcat7_7.0.26-3_all.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 671...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
tony mancill <tmanc...@debian.org> (supplier of updated tomcat7 package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Wed, 23 May 2012 22:13:23 -0700
Source: tomcat7
Binary: tomcat7-common tomcat7 tomcat7-user libtomcat7-java libservlet3.0-java 
libservlet3.0-java-doc tomcat7-admin tomcat7-examples tomcat7-docs
Architecture: source all
Version: 7.0.26-3
Distribution: unstable
Urgency: low
Maintainer: Debian Java Maintainers 
<pkg-java-maintainers@lists.alioth.debian.org>
Changed-By: tony mancill <tmanc...@debian.org>
Description: 
 libservlet3.0-java - Servlet 3.0 and JSP 2.2 Java API classes
 libservlet3.0-java-doc - Servlet 3.0 and JSP 2.2 Java API documentation
 libtomcat7-java - Servlet and JSP engine -- core libraries
 tomcat7    - Servlet and JSP engine
 tomcat7-admin - Servlet and JSP engine -- admin web applications
 tomcat7-common - Servlet and JSP engine -- common files
 tomcat7-docs - Servlet and JSP engine -- documentation
 tomcat7-examples - Servlet and JSP engine -- example web applications
 tomcat7-user - Servlet and JSP engine -- tools to create user instances
Closes: 671370 674119
Changes: 
 tomcat7 (7.0.26-3) unstable; urgency=low
 .
   * Team upload.
   * Apply patches provided by James Page (Closes: #671370)
     - d/patches/0012-java7-compat.patch: Added compatibility patch to
       support compilation with openjdk-7 as default-jdk (LP: #889002).
     - d/default_root/index.html: Fixup instructions for enabling
       manager web application access (LP: #910368).
   * Fix README.Debian symlink; file is not compressed. (Closes: #674119)
Checksums-Sha1: 
 f3557038124b0eb6fb90652570d0cd5636ab4a77 2532 tomcat7_7.0.26-3.dsc
 21ed99200752c2d5b246871d40948ca8fd81cbc6 42260 tomcat7_7.0.26-3.debian.tar.gz
 dc30796959332f10c96c728c5915e2847021ebdf 56714 tomcat7-common_7.0.26-3_all.deb
 b47231a7114a5b46c1df2f58cf5ff3e8721c392d 48046 tomcat7_7.0.26-3_all.deb
 71f743bdf86a488d272dca43318d25568b3a2525 36574 tomcat7-user_7.0.26-3_all.deb
 29ea2e634d85e6b1b5546d318dc697111093137e 3432274 
libtomcat7-java_7.0.26-3_all.deb
 1720c90e473a286ac73b489578d683b3c6c57cfc 300468 
libservlet3.0-java_7.0.26-3_all.deb
 19d6aff9f8f77176db9f4996d1e6a1656dc739f4 300408 
libservlet3.0-java-doc_7.0.26-3_all.deb
 ea010632e186c7b2ecbcf24f607528355fa5838d 49176 tomcat7-admin_7.0.26-3_all.deb
 557f6a63c9abf0bc4127628725b40c8481a06d06 178854 
tomcat7-examples_7.0.26-3_all.deb
 447f3be2b87b1638b2b40b312445594eb0b1cf51 631836 tomcat7-docs_7.0.26-3_all.deb
Checksums-Sha256: 
 c97e7a39cbd9246299bd9c678a3b0f496b333a1c88f66fa93b0b7877ec42d2b1 2532 
tomcat7_7.0.26-3.dsc
 ae8f0168a5eb75f5e8e491def66a4397472b9a49510d562cf866f203b29ee2b7 42260 
tomcat7_7.0.26-3.debian.tar.gz
 624736f15f4194600c09881006e45ce1578e42cf6099f0f332d63bd509d9d4ef 56714 
tomcat7-common_7.0.26-3_all.deb
 310194c485419fd06cd71dfff6b8a24e38e257c23d4d7163f34dd0dd5f5684a6 48046 
tomcat7_7.0.26-3_all.deb
 15b9634fb4c6675e9f1ea6013938d89619c7da4d4bd217ecf013e31b823db1c7 36574 
tomcat7-user_7.0.26-3_all.deb
 19a6325630b8fa63bdcda7dc27d4b6a7d5923f60da6dd795e0cae4260525ea10 3432274 
libtomcat7-java_7.0.26-3_all.deb
 3e46a26edd088028653d78b187413c1fe27ec76ecce41f8dcb3e379d7d1faf70 300468 
libservlet3.0-java_7.0.26-3_all.deb
 8cf8c91893fde86860c27e047b428c3be01448d04fe94f2974b6ad10f43df788 300408 
libservlet3.0-java-doc_7.0.26-3_all.deb
 6813716a8a36efbf38b44b510165614b90b5e039c43621b234923a1f38d0c4c4 49176 
tomcat7-admin_7.0.26-3_all.deb
 167ecbcd6d6341ec5a497fd0c0efe8eebe6ec0f628727c295145a8629f076a8b 178854 
tomcat7-examples_7.0.26-3_all.deb
 f091ff0038587bcedc9cace00d872b610bf537cae70684b52a62b0e819dc9505 631836 
tomcat7-docs_7.0.26-3_all.deb
Files: 
 1e83effa01ecc4336a26abee69a01bd2 2532 java optional tomcat7_7.0.26-3.dsc
 0edc6973b0b1769e2313095afa23c5b3 42260 java optional 
tomcat7_7.0.26-3.debian.tar.gz
 377e91e7f619a0e39696a261f26fea4e 56714 java optional 
tomcat7-common_7.0.26-3_all.deb
 2bfb175ef8a0012dda35002c5396a70a 48046 java optional tomcat7_7.0.26-3_all.deb
 b8f30be77954718ea3c9850d12714695 36574 java optional 
tomcat7-user_7.0.26-3_all.deb
 c82ff658b5a4e23a26d19bd447bc3c3b 3432274 java optional 
libtomcat7-java_7.0.26-3_all.deb
 12c536422eb04f4ac2612a4ffe6012a3 300468 java optional 
libservlet3.0-java_7.0.26-3_all.deb
 be6b2660ff6b5b0725c5298d8a22f3ca 300408 doc optional 
libservlet3.0-java-doc_7.0.26-3_all.deb
 e1efcfc1eac7a46b4f4a8fe98aec6044 49176 java optional 
tomcat7-admin_7.0.26-3_all.deb
 f7d12b2085fffc369262a476bedf7a72 178854 java optional 
tomcat7-examples_7.0.26-3_all.deb
 216f36ffa958b1fb6625342aad76db0d 631836 doc optional 
tomcat7-docs_7.0.26-3_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)

iQIcBAEBAgAGBQJPvcd3AAoJECHSBYmXSz6WnYwQAL/hMdr9A9P7zaQapxlkQDtK
J0TKDeYipBmyRJSz2VMg3H/PxG10QcbkZ7Gk1LAbVxh8SSiE2WLWuCLSXCaD6wNj
4cNAyqrM3KFTLcf4Nfe4b9vm6fZsgvZu1vWgHwSJO2HX7r94luoHzZ0rGUp5Jqkb
swamlu9Zit2SeCivYlcoY7oLt9tYJIwVGFpIiFHxu7qCwwMFlD6gWsXqp4f0qKnk
X7ectyawsvlbXpIUDwx1XVbP0zTr9Q9yAx3Rr5no9mxPnoeSApjKFT3GqXywZS/n
e9RB2jsVl3cRpNVH/BDbglPIU88HArLmmFABYoLiqjhHVQpwyIHDGovWYQ3D7mQM
J74bR4LIT2dqdiON9U8Lb9GZQcFRmpRavrzdZ7VxTkXw52zM+XD97K9VzQkNDZyV
8oEBum0AMTlm8lOyg+d/VVFN++KsN9ResLixN2QEf0I1MeHqXCYxAqk2itG44/rL
HJLEEG+nw2sMVMvxM2CfOKQTkkzhKHS7COLV8NmYvFqhY65Ds78FjvdtWpbeeRP9
HYnWl1S9U+4KlVxl35ohPcAeAdQ5aBiJrTIkNMJkYllQHqYD2L3e70YlDXsF3E8w
W0n9Slg8PYZcW/oLT6K2PvW+A1bn0jLz8eSqFkVYk6KYcbhSHSkiYfoC0NyB9+pc
RDFVStVOkfxzz0OKaUUF
=n7YA
-----END PGP SIGNATURE-----



--- End Message ---
__
This is the maintainer address of Debian's Java team
<http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-maintainers>. 
Please use
debian-j...@lists.debian.org for discussions and questions.

Reply via email to