Your message dated Sat, 01 Sep 2018 12:47:10 +0000
with message-id <[email protected]>
and subject line Bug#867247: fixed in tomcat8 8.5.14-1+deb9u3
has caused the Debian Bug report #867247,
regarding tomcat8: missing Depends on libservlet3.1-java
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 [email protected]
immediately.)


-- 
867247: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=867247
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: tomcat8
Version: 8.5.14-1+deb9u2
Severity: grave
Justification: renders package unusable

Without libservlet3.1-java installed, deploying a simple WAR fails:

05-Apr-2018 16:25:18.310 INFO [localhost-startStop-1] 
org.apache.catalina.startup.HostConfig.deployDirectory Deploying web 
application directory /var/lib/tomcat8/webapps/ROOT
05-Apr-2018 16:25:19.252 WARNING [localhost-startStop-1] 
org.apache.tomcat.util.scan.StandardJarScanner.scan Failed to scan 
[file:/usr/share/java/el-api-3.0.jar] from classloader hierarchy
 java.io.FileNotFoundException: /usr/share/java/el-api-3.0.jar (No such file or 
directory)
        at java.util.zip.ZipFile.open(Native Method)
        at java.util.zip.ZipFile.<init>(ZipFile.java:225)
        at java.util.zip.ZipFile.<init>(ZipFile.java:155)
        at java.util.jar.JarFile.<init>(JarFile.java:166)
        at java.util.jar.JarFile.<init>(JarFile.java:130)
        at 
org.apache.tomcat.util.scan.JarFileUrlJar.<init>(JarFileUrlJar.java:60)
        at 
org.apache.tomcat.util.scan.JarFactory.newInstance(JarFactory.java:49)
        at 
org.apache.tomcat.util.scan.StandardJarScanner.process(StandardJarScanner.java:338)
        at 
org.apache.tomcat.util.scan.StandardJarScanner.scan(StandardJarScanner.java:288)
        at 
org.apache.catalina.startup.ContextConfig.processJarsForWebFragments(ContextConfig.java:1898)
        at 
org.apache.catalina.startup.ContextConfig.webConfig(ContextConfig.java:1126)
        at 
org.apache.catalina.startup.ContextConfig.configureStart(ContextConfig.java:775)
        at 
org.apache.catalina.startup.ContextConfig.lifecycleEvent(ContextConfig.java:299)
        at 
org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:94)
        at 
org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5105)
        at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150)
        at 
org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:752)
        at 
org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:728)
        at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:734)
        at 
org.apache.catalina.startup.HostConfig.deployDirectory(HostConfig.java:1107)
        at 
org.apache.catalina.startup.HostConfig$DeployDirectory.run(HostConfig.java:1841)
        at 
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
        at java.util.concurrent.FutureTask.run(FutureTask.java:266)
        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
        at java.lang.Thread.run(Thread.java:748)

05-Apr-2018 16:25:19.256 WARNING [localhost-startStop-1] 
org.apache.tomcat.util.scan.StandardJarScanner.scan Failed to scan 
[file:/usr/share/java/jsp-api-2.3.jar] from classloader hierarchy
 java.io.FileNotFoundException: /usr/share/java/jsp-api-2.3.jar (No such file 
or directory)
        at java.util.zip.ZipFile.open(Native Method)
        at java.util.zip.ZipFile.<init>(ZipFile.java:225)
        at java.util.zip.ZipFile.<init>(ZipFile.java:155)
        at java.util.jar.JarFile.<init>(JarFile.java:166)
        at java.util.jar.JarFile.<init>(JarFile.java:130)
        at 
org.apache.tomcat.util.scan.JarFileUrlJar.<init>(JarFileUrlJar.java:60)
        at 
org.apache.tomcat.util.scan.JarFactory.newInstance(JarFactory.java:49)
        at 
org.apache.tomcat.util.scan.StandardJarScanner.process(StandardJarScanner.java:338)
        at 
org.apache.tomcat.util.scan.StandardJarScanner.scan(StandardJarScanner.java:288)
        at 
org.apache.catalina.startup.ContextConfig.processJarsForWebFragments(ContextConfig.java:1898)
        at 
org.apache.catalina.startup.ContextConfig.webConfig(ContextConfig.java:1126)
        at 
org.apache.catalina.startup.ContextConfig.configureStart(ContextConfig.java:775)
        at 
org.apache.catalina.startup.ContextConfig.lifecycleEvent(ContextConfig.java:299)
        at 
org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:94)
        at 
org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5105)
        at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150)
        at 
org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:752)
        at 
org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:728)
        at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:734)
        at 
org.apache.catalina.startup.HostConfig.deployDirectory(HostConfig.java:1107)
        at 
org.apache.catalina.startup.HostConfig$DeployDirectory.run(HostConfig.java:1841)
        at 
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
        at java.util.concurrent.FutureTask.run(FutureTask.java:266)
        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
        at java.lang.Thread.run(Thread.java:748)

After installing libservlet3.1-java and restarting tomcat8, things work…
somewhat better anyway.


-- System Information:
Debian Release: 9.4
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 4.9.0-6-amd64 (SMP w/1 CPU core)
Locale: LANG=C, LC_CTYPE=C.UTF-8 (charmap=UTF-8), LANGUAGE=C (charmap=UTF-8)
Shell: /bin/sh linked to /bin/lksh
Init: sysvinit (via /sbin/init)

Versions of packages tomcat8 depends on:
ii  adduser                3.115
ii  debconf [debconf-2.0]  1.5.61
ii  lsb-base               9.20161125
ii  tomcat8-common         8.5.14-1+deb9u2
ii  ucf                    3.0036

Versions of packages tomcat8 recommends:
pn  authbind       <none>
ii  libtcnative-1  1.2.12-2+deb9u1

Versions of packages tomcat8 suggests:
pn  tomcat8-admin     <none>
pn  tomcat8-docs      <none>
pn  tomcat8-examples  <none>
pn  tomcat8-user      <none>

-- Configuration Files:
/etc/tomcat8/catalina.properties changed:
package.access=sun.,org.apache.catalina.,org.apache.coyote.,org.apache.jasper.,org.apache.tomcat.
package.definition=sun.,java.,org.apache.catalina.,org.apache.coyote.,\
org.apache.jasper.,org.apache.naming.,org.apache.tomcat.
common.loader="${catalina.base}/lib","${catalina.base}/lib/*.jar","${catalina.home}/lib","${catalina.home}/lib/*.jar","${catalina.base}/common/classes","${catalina.base}/common/*.jar","${catalina.home}/common/classes","${catalina.home}/common/*.jar"
server.loader="${catalina.base}/server/classes","${catalina.base}/server/*.jar","${catalina.home}/server/classes","${catalina.home}/server/*.jar"
shared.loader="${catalina.base}/shared/classes","${catalina.base}/shared/*.jar","${catalina.home}/shared/classes","${catalina.home}/shared/*.jar",/etc/osiam
tomcat.util.scan.StandardJarScanFilter.jarsToSkip=\
bootstrap.jar,commons-daemon.jar,tomcat-juli.jar,\
annotations-api.jar,el-api.jar,jsp-api.jar,servlet-api.jar,websocket-api.jar,\
jaspic-api.jar,\
catalina.jar,catalina-ant.jar,catalina-ha.jar,catalina-storeconfig.jar,\
catalina-tribes.jar,\
jasper.jar,jasper-el.jar,ecj-*.jar,\
tomcat-api.jar,tomcat-util.jar,tomcat-util-scan.jar,tomcat-coyote.jar,\
tomcat-dbcp.jar,tomcat-jni.jar,tomcat-websocket.jar,\
tomcat-i18n-en.jar,tomcat-i18n-es.jar,tomcat-i18n-fr.jar,tomcat-i18n-ja.jar,\
tomcat-juli-adapters.jar,catalina-jmx-remote.jar,catalina-ws.jar,\
tomcat-jdbc.jar,\
tools.jar,\
commons-beanutils*.jar,commons-codec*.jar,commons-collections*.jar,\
commons-dbcp*.jar,commons-digester*.jar,commons-fileupload*.jar,\
commons-httpclient*.jar,commons-io*.jar,commons-lang*.jar,commons-logging*.jar,\
commons-math*.jar,commons-pool*.jar,\
jstl.jar,taglibs-standard-spec-*.jar,\
geronimo-spec-jaxrpc*.jar,wsdl4j*.jar,\
ant.jar,ant-junit*.jar,aspectj*.jar,jmx.jar,h2*.jar,hibernate*.jar,httpclient*.jar,\
jmx-tools.jar,jta*.jar,log4j*.jar,mail*.jar,slf4j*.jar,\
xercesImpl.jar,xmlParserAPIs.jar,xml-apis.jar,\
junit.jar,junit-*.jar,hamcrest-*.jar,easymock-*.jar,cglib-*.jar,\
objenesis-*.jar,ant-launcher.jar,\
cobertura-*.jar,asm-*.jar,dom4j-*.jar,icu4j-*.jar,jaxen-*.jar,jdom-*.jar,\
jetty-*.jar,oro-*.jar,servlet-api-*.jar,tagsoup-*.jar,xmlParserAPIs-*.jar,\
xom-*.jar
tomcat.util.scan.StandardJarScanFilter.jarsToScan=\
log4j-web*.jar,log4j-taglib*.jar,log4javascript*.jar,slf4j-taglib*.jar
tomcat.util.buf.StringCache.byte.enabled=true

/etc/tomcat8/logging.properties changed:
handlers = 1catalina.org.apache.juli.AsyncFileHandler, 
2localhost.org.apache.juli.AsyncFileHandler, java.util.logging.ConsoleHandler
.handlers = 1catalina.org.apache.juli.AsyncFileHandler, 
java.util.logging.ConsoleHandler
1catalina.org.apache.juli.AsyncFileHandler.level = FINE
1catalina.org.apache.juli.AsyncFileHandler.directory = ${catalina.base}/logs
1catalina.org.apache.juli.AsyncFileHandler.prefix = catalina.
2localhost.org.apache.juli.AsyncFileHandler.level = FINE
2localhost.org.apache.juli.AsyncFileHandler.directory = ${catalina.base}/logs
2localhost.org.apache.juli.AsyncFileHandler.prefix = localhost.
java.util.logging.ConsoleHandler.level = FINE
java.util.logging.ConsoleHandler.formatter = org.apache.juli.OneLineFormatter
org.apache.catalina.core.ContainerBase.[Catalina].[localhost].level = INFO
org.apache.catalina.core.ContainerBase.[Catalina].[localhost].handlers = 
2localhost.org.apache.juli.AsyncFileHandler
java.util.logging.SimpleFormatter.format=%1$tF %1$tT.%1$tL %4$7s (%2$s) [%3$s] 
%5$s%6$s%n
org.apache.juli.OneLineFormatter.timeFormat=yyyy-MM-dd HH:mm:ss
java.util.logging.ConsoleHandler.formatter=java.util.logging.SimpleFormatter

/etc/tomcat8/server.xml changed:
<?xml version="1.0" encoding="UTF-8"?>
<!--
  Licensed to the Apache Software Foundation (ASF) under one or more
  contributor license agreements.  See the NOTICE file distributed with
  this work for additional information regarding copyright ownership.
  The ASF licenses this file to You under the Apache License, Version 2.0
  (the "License"); you may not use this file except in compliance with
  the License.  You may obtain a copy of the License at
      http://www.apache.org/licenses/LICENSE-2.0
  Unless required by applicable law or agreed to in writing, software
  distributed under the License is distributed on an "AS IS" BASIS,
  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  See the License for the specific language governing permissions and
  limitations under the License.
-->
<!-- Note:  A "Server" is not itself a "Container", so you may not
     define subcomponents such as "Valves" at this level.
     Documentation at /docs/config/server.html
 -->
<Server port="8005" shutdown="SHUTDOWN">
  <Listener className="org.apache.catalina.startup.VersionLoggerListener" />
  <!-- Security listener. Documentation at /docs/config/listeners.html
  <Listener className="org.apache.catalina.security.SecurityListener" />
  -->
  <!--APR library loader. Documentation at /docs/apr.html -->
  <Listener className="org.apache.catalina.core.AprLifecycleListener" 
SSLEngine="on" />
  <!-- Prevent memory leaks due to use of particular java/javax APIs-->
  <Listener 
className="org.apache.catalina.core.JreMemoryLeakPreventionListener" />
  <Listener 
className="org.apache.catalina.mbeans.GlobalResourcesLifecycleListener" />
  <Listener 
className="org.apache.catalina.core.ThreadLocalLeakPreventionListener" />
  <!-- Global JNDI resources
       Documentation at /docs/jndi-resources-howto.html
  -->
  <GlobalNamingResources>
    <!-- Editable user database that can also be used by
         UserDatabaseRealm to authenticate users
    -->
    <Resource name="UserDatabase" auth="Container"
              type="org.apache.catalina.UserDatabase"
              description="User database that can be updated and saved"
              factory="org.apache.catalina.users.MemoryUserDatabaseFactory"
              pathname="conf/tomcat-users.xml" />
  </GlobalNamingResources>
  <!-- A "Service" is a collection of one or more "Connectors" that share
       a single "Container" Note:  A "Service" is not itself a "Container",
       so you may not define subcomponents such as "Valves" at this level.
       Documentation at /docs/config/service.html
   -->
  <Service name="Catalina">
    <!--The connectors can use a shared executor, you can define one or more 
named thread pools-->
    <!--
    <Executor name="tomcatThreadPool" namePrefix="catalina-exec-"
        maxThreads="150" minSpareThreads="4"/>
    -->
    <!-- A "Connector" represents an endpoint by which requests are received
         and responses are returned. Documentation at :
         Java HTTP Connector: /docs/config/http.html
         Java AJP  Connector: /docs/config/ajp.html
         APR (HTTP/AJP) Connector: /docs/apr.html
         Define a non-SSL/TLS HTTP/1.1 Connector on port 8080
    -->
<!--
    <Connector port="8080" protocol="HTTP/1.1"
               connectionTimeout="20000"
               redirectPort="8443" />
-->
    <!-- A "Connector" using the shared thread pool-->
    <!--
    <Connector executor="tomcatThreadPool"
               port="8080" protocol="HTTP/1.1"
               connectionTimeout="20000"
               redirectPort="8443" />
    -->
    <!-- Define a SSL/TLS HTTP/1.1 Connector on port 8443
         This connector uses the NIO implementation. The default
         SSLImplementation will depend on the presence of the APR/native
         library and the useOpenSSL attribute of the
         AprLifecycleListener.
         Either JSSE or OpenSSL style configuration may be used regardless of
         the SSLImplementation selected. JSSE style configuration is used below.
    -->
    <!--
    <Connector port="8443" protocol="org.apache.coyote.http11.Http11NioProtocol"
               maxThreads="150" SSLEnabled="true">
        <SSLHostConfig>
            <Certificate certificateKeystoreFile="conf/localhost-rsa.jks"
                         type="RSA" />
        </SSLHostConfig>
    </Connector>
    -->
    <!-- Define a SSL/TLS HTTP/1.1 Connector on port 8443 with HTTP/2
         This connector uses the APR/native implementation which always uses
         OpenSSL for TLS.
         Either JSSE or OpenSSL style configuration may be used. OpenSSL style
         configuration is used below.
    -->
    <!--
    <Connector port="8443" protocol="org.apache.coyote.http11.Http11AprProtocol"
               maxThreads="150" SSLEnabled="true" >
        <UpgradeProtocol className="org.apache.coyote.http2.Http2Protocol" />
        <SSLHostConfig>
            <Certificate certificateKeyFile="conf/localhost-rsa-key.pem"
                         certificateFile="conf/localhost-rsa-cert.pem"
                         certificateChainFile="conf/localhost-rsa-chain.pem"
                         type="RSA" />
        </SSLHostConfig>
    </Connector>
    -->
    <!-- Define an AJP 1.3 Connector on port 8009 -->
    <Connector address="127.0.0.1" port="8009" protocol="AJP/1.3" 
redirectPort="8443" />
    <!-- An Engine represents the entry point (within Catalina) that processes
         every request.  The Engine implementation for Tomcat stand alone
         analyzes the HTTP headers included with the request, and passes them
         on to the appropriate Host (virtual host).
         Documentation at /docs/config/engine.html -->
    <!-- You should set jvmRoute to support load-balancing via AJP ie :
    <Engine name="Catalina" defaultHost="localhost" jvmRoute="jvm1">
    -->
    <Engine name="Catalina" defaultHost="localhost">
      <!--For clustering, please take a look at documentation at:
          /docs/cluster-howto.html  (simple how to)
          /docs/config/cluster.html (reference documentation) -->
      <!--
      <Cluster className="org.apache.catalina.ha.tcp.SimpleTcpCluster"/>
      -->
      <!-- Use the LockOutRealm to prevent attempts to guess user passwords
           via a brute-force attack -->
      <Realm className="org.apache.catalina.realm.LockOutRealm">
        <!-- This Realm uses the UserDatabase configured in the global JNDI
             resources under the key "UserDatabase".  Any edits
             that are performed against this UserDatabase are immediately
             available for use by the Realm.  -->
        <Realm className="org.apache.catalina.realm.UserDatabaseRealm"
               resourceName="UserDatabase"/>
      </Realm>
      <Host name="localhost"  appBase="webapps"
            unpackWARs="true" autoDeploy="true">
        <!-- SingleSignOn valve, share authentication between web applications
             Documentation at: /docs/config/valve.html -->
        <!--
        <Valve className="org.apache.catalina.authenticator.SingleSignOn" />
        -->
        <!-- Access log processes all example.
             Documentation at: /docs/config/valve.html
             Note: The pattern used is equivalent to using pattern="common" -->
        <Valve className="org.apache.catalina.valves.AccessLogValve" 
directory="logs"
               prefix="localhost_access_log" suffix=".txt"
               pattern="%h %l %u %t &quot;%r&quot; %s %b" />
      </Host>
    </Engine>
  </Service>
</Server>


-- debconf information:
  tomcat8/username: tomcat8
  tomcat8/javaopts: -Djava.awt.headless=true -XX:+UseConcMarkSweepGC
  tomcat8/groupname: tomcat8

--- End Message ---
--- Begin Message ---
Source: tomcat8
Source-Version: 8.5.14-1+deb9u3

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

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 [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Markus Koschany <[email protected]> (supplier of updated tomcat8 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 [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Fri, 24 Aug 2018 21:44:12 +0200
Source: tomcat8
Binary: tomcat8-common tomcat8 tomcat8-user libtomcat8-java 
libtomcat8-embed-java libservlet3.1-java libservlet3.1-java-doc tomcat8-admin 
tomcat8-examples tomcat8-docs
Architecture: source all
Version: 8.5.14-1+deb9u3
Distribution: stretch-security
Urgency: high
Maintainer: Debian Java Maintainers 
<[email protected]>
Changed-By: Markus Koschany <[email protected]>
Description:
 libservlet3.1-java - Servlet 3.1, JSP 2.3, EL 3.0 and WebSocket 1.0 Java API 
classes
 libservlet3.1-java-doc - Servlet 3.1, JSP 2.3, EL 3.0 and WebSocket 1.0 Java 
API documenta
 libtomcat8-embed-java - Apache Tomcat 8 - Servlet and JSP engine -- embed 
libraries
 libtomcat8-java - Apache Tomcat 8 - Servlet and JSP engine -- core libraries
 tomcat8    - Apache Tomcat 8 - Servlet and JSP engine
 tomcat8-admin - Apache Tomcat 8 - Servlet and JSP engine -- admin web 
application
 tomcat8-common - Apache Tomcat 8 - Servlet and JSP engine -- common files
 tomcat8-docs - Apache Tomcat 8 - Servlet and JSP engine -- documentation
 tomcat8-examples - Apache Tomcat 8 - Servlet and JSP engine -- example web 
applicati
 tomcat8-user - Apache Tomcat 8 - Servlet and JSP engine -- tools to create user
Closes: 867247
Changes:
 tomcat8 (8.5.14-1+deb9u3) stretch-security; urgency=high
 .
   [ Emmanuel Bourg ]
   * Fixed CVE-2018-1304: Security constraints mapped to context root are
     ignored. The URL pattern of "" (the empty string) which exactly maps to the
     context root was not correctly handled when used as part of a security
     constraint definition. This caused the constraint to be ignored. It was,
     therefore, possible for unauthorised users to gain access to web
     application resources that should have been protected. Only security
     constraints with a URL pattern of the empty string were affected.
   * Fixed CVE-2018-1305: Security constraint annotations applied too late.
     Security constraints defined by annotations of Servlets were only applied
     once a Servlet had been loaded. Because security constraints defined in
     this way apply to the URL pattern and any URLs below that point, it was
     possible - depending on the order Servlets were loaded - for some security
     constraints not to be applied. This could have exposed resources to users
     who were not authorised to access them.
   * Changed the Class-Path manifest entry of tomcat8-jasper.jar to use
     the specification jars from libtomcat8-java instead of libservlet3.1-java
     (Closes: #867247)
 .
   [ Markus Koschany ]
   * Fix CVE-2018-1336: An improper handing of overflow in the UTF-8 decoder
     with supplementary characters can lead to an infinite loop in the decoder
     causing a Denial of Service.
   * Fix CVE-2018-8034: The host name verification when using TLS with the
     WebSocket client was missing. It is now enabled by default.
   * Fix CVE-2018-8037: If an async request was completed by the application at
     the same time as the container triggered the async timeout, a race 
condition
     existed that could result in a user seeing a response intended for a
     different user. An additional issue was present in the NIO and NIO2
     connectors that did not correctly track the closure of the connection when 
an
     async request was completed by the application and timed out by the 
container
     at the same time. This could also result in a user seeing a response 
intended
     for another user.
Checksums-Sha1:
 15bf68ef27d80be09cd2a84311a9669efff77006 3116 tomcat8_8.5.14-1+deb9u3.dsc
 de7585e80eceebf9c87996d73c9afb9bc4dea3d0 49908 
tomcat8_8.5.14-1+deb9u3.debian.tar.xz
 34246123650f1dde98b62d0732668bd7bff7c924 242712 
libservlet3.1-java-doc_8.5.14-1+deb9u3_all.deb
 7b5d4ab4c6e157e3f393c7fdc894376964f6499c 394104 
libservlet3.1-java_8.5.14-1+deb9u3_all.deb
 7c46287b10df3205f9f182a391920b5d43952c62 3872098 
libtomcat8-embed-java_8.5.14-1+deb9u3_all.deb
 88efc1f8ab229f6709cae4be3e0dc379f3f091e0 4821130 
libtomcat8-java_8.5.14-1+deb9u3_all.deb
 a8c0c5ea72dae05e60356155454d68159fe1132b 34048 
tomcat8-admin_8.5.14-1+deb9u3_all.deb
 fbc43b1b853ac8e31a3a5784c3a88b5b18150804 64792 
tomcat8-common_8.5.14-1+deb9u3_all.deb
 ceace0f0fdf6ee8664e0087009ee97eaa36f79c1 680720 
tomcat8-docs_8.5.14-1+deb9u3_all.deb
 2f7f90e0895dc7b4dd59aa1cc643826326725b80 189428 
tomcat8-examples_8.5.14-1+deb9u3_all.deb
 dc6c6c83eabe48cfc74818ab3a88d3e4a60fc9a4 39732 
tomcat8-user_8.5.14-1+deb9u3_all.deb
 8e838a9016bfcea9cbb5792516b616111aad987a 51870 tomcat8_8.5.14-1+deb9u3_all.deb
 da3f8852855ceae4214395354a3909f9d938bc62 14404 
tomcat8_8.5.14-1+deb9u3_amd64.buildinfo
Checksums-Sha256:
 ebad5e6376461d78fdfe37babafb6613869549125af5583d29500d9ce4321fa4 3116 
tomcat8_8.5.14-1+deb9u3.dsc
 955048490f83db20c57ef93f57686b212ea49f6d2baa88d028a6f8eaea64639d 49908 
tomcat8_8.5.14-1+deb9u3.debian.tar.xz
 ec4aacc1582e81aabc37b405a67c907ba874322037a8f5258318fffedadb9072 242712 
libservlet3.1-java-doc_8.5.14-1+deb9u3_all.deb
 04dfd9f70ea719cfe38c3543cdc044738d18dd64a122f5cc6669979dac9d0791 394104 
libservlet3.1-java_8.5.14-1+deb9u3_all.deb
 efbb532177a15e69c4afeaf87356c5cd0b70be02feba24de3be0cc6d37f491ad 3872098 
libtomcat8-embed-java_8.5.14-1+deb9u3_all.deb
 6e528f9202fde9085737d3cf151a5c1584d901ac6784cea9faa3a2faa94fc80c 4821130 
libtomcat8-java_8.5.14-1+deb9u3_all.deb
 c035404de5314cc8c2f938dd6025d51a444e6e403c13b0c14fdd1ecbc72fe13d 34048 
tomcat8-admin_8.5.14-1+deb9u3_all.deb
 ad70677c553bf5ab3a3c45cd9e15a947323c0bbe18ca10a813730275f15b920d 64792 
tomcat8-common_8.5.14-1+deb9u3_all.deb
 fca90d9097cae348108d683ca1074f182a12c6bd1186494e94807117717747d1 680720 
tomcat8-docs_8.5.14-1+deb9u3_all.deb
 eef514bf8778a44c2c0e50502e49583f336e89a9e009605aa973f8ba2ce23015 189428 
tomcat8-examples_8.5.14-1+deb9u3_all.deb
 c5fd51706a8f0339c7ec628f3ad65c752a00891dfb28ed694eff38324bdd9fc3 39732 
tomcat8-user_8.5.14-1+deb9u3_all.deb
 11afe726be56205b441a58c3640be0b3eed293f4ffdcc60386451b96b7b1cf1a 51870 
tomcat8_8.5.14-1+deb9u3_all.deb
 37147b7c921c27360bb197de545f4f894e46f1d712f18aa57ef52ddc882e8ffa 14404 
tomcat8_8.5.14-1+deb9u3_amd64.buildinfo
Files:
 460ddee7106eebf29103654c318671ef 3116 java optional tomcat8_8.5.14-1+deb9u3.dsc
 ae2824d7b455317b6547d0a8707642bc 49908 java optional 
tomcat8_8.5.14-1+deb9u3.debian.tar.xz
 6bc46af574f51f56fa067906388b6a6b 242712 doc optional 
libservlet3.1-java-doc_8.5.14-1+deb9u3_all.deb
 9769c24ef53a178ba956f496a900ad43 394104 java optional 
libservlet3.1-java_8.5.14-1+deb9u3_all.deb
 88e0fdaf9f0af3ac732adf09e00f5ece 3872098 java optional 
libtomcat8-embed-java_8.5.14-1+deb9u3_all.deb
 7069ee8d28db3ee227fc430c47325bc9 4821130 java optional 
libtomcat8-java_8.5.14-1+deb9u3_all.deb
 87e58e32b0b00aef2beaf5f51bc1c7a6 34048 java optional 
tomcat8-admin_8.5.14-1+deb9u3_all.deb
 50b612f9486c79f5003f6a5ec8644c0e 64792 java optional 
tomcat8-common_8.5.14-1+deb9u3_all.deb
 8fb2cd29276efe1975c7c1f66c75b2e2 680720 doc optional 
tomcat8-docs_8.5.14-1+deb9u3_all.deb
 c107f0aa0d284f27b2714591788e0b8b 189428 java optional 
tomcat8-examples_8.5.14-1+deb9u3_all.deb
 d39934bd51582e12fc291fe86ac5bed4 39732 java optional 
tomcat8-user_8.5.14-1+deb9u3_all.deb
 4f15b7016ea288ca0e3442d3c3a91534 51870 java optional 
tomcat8_8.5.14-1+deb9u3_all.deb
 48834c1acffd59e2f349992bd2e9afa2 14404 java optional 
tomcat8_8.5.14-1+deb9u3_amd64.buildinfo

-----BEGIN PGP SIGNATURE-----

iQKjBAEBCgCNFiEErPPQiO8y7e9qGoNf2a0UuVE7UeQFAluCr0ZfFIAAAAAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldEFD
RjNEMDg4RUYzMkVERUY2QTFBODM1RkQ5QUQxNEI5NTEzQjUxRTQPHGFwb0BkZWJp
YW4ub3JnAAoJENmtFLlRO1HkkW8P/3++LQZQB8P90zj9MqPafnXD81BDKBXFBOku
4DL8XDBIYdyT6MC5reD+taBDEI6rnkAbMec+dY90JMhAyqK9UGSzjLkr4BgVCo9d
FqJovuRoKpF2pFaE47S6xQlxXB6QtrHJZa3d0qHgk6oTzJhrV64PpWkOExGs90iD
IqubXkFu3Kn1jkb1D4SSq2DQUt1VtJWLqxpoCIDb9kmzHUdEScENe4yKWS9+oOXw
Wrom6phkL9SFcLMl4XqpFu5SqijZGtzMFoIH3FbiW+zeBnTQgO0Ftlekh3PQfgvu
vlwKuPZDuPbjbBtD/aeQAX6+k+ff+iOQlCD+TsaAvHZRMdl2Uv6TwNoFUzUcZHOg
lCn7+upBWupRJa5QWOXcHvSIT9G+EyzB4GJOYDPoL1nFbWnppMZD0rM7Hb09a1zC
ZaEbXjntmbK3vyuuLJo9RS4Zb2T+L2bTJ9Hvokrt3hg1k1SeR3l3gS+afKBRIOOo
+F0OTDiR+IdzADo5Fz8JAV2y51aPxtMgVQK9LbPZ03iU/7fw4fNmu+VlMmWXhwJX
G1cWGIluTQvVIRcNTpEeRLgWhCX9UOMvCJfZ2IazcSyBupHH4Km8e2wWNtOcA5X3
r3JUc5iG5bsix8tS8KOrkGVSfHwUGqGQflG3mW58+sErHiv0VBNm8Inp46Q+BnEb
xrMXrWHt
=oNwd
-----END PGP SIGNATURE-----

--- End Message ---
__
This is the maintainer address of Debian's Java team
<https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-maintainers>.
 Please use
[email protected] for discussions and questions.

Reply via email to