Your message dated Wed, 07 Jun 2006 11:32:10 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#343177: fixed in jetty 5.1.10-2
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: jetty
Version: 5.1.5rc1-6
Severity: minor


Unless apache2-utils is already installed, I get an error message when
starting Jetty:

Starting Jetty servlet engine: sh: /usr/sbin/rotatelogs2: No such file
or directory



-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12-1-386
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)

Versions of packages jetty depends on:
ii  adduser                   3.67.2         Add and remove users and groups
ii  ant                       1.6.5-3        Java based build tool like make
pn  jikes | j2sdk1.3 | j2sdk1 <none>         (no description available)
ii  libcommons-logging-java   1.0.4-3        commmon wrapper interface for seve
ii  libmx4j-java              2.1.1-2        An open source implementation of t
ii  libservlet2.4-java        5.0.30-2       Servlet 2.4 and JSP 2.0 Java class
ii  libtomcat5-java           5.0.30-7       Java Servlet engine -- core librar
ii  libxerces2-java           2.6.2-3        Validating XML parser for Java wit
ii  sun-j2sdk1.5 [j2re1.5]    1.5.0+update05 Java(TM) 2 SDK, Standard Edition, 

jetty recommends no packages.

-- no debconf information


--- End Message ---
--- Begin Message ---
Source: jetty
Source-Version: 5.1.10-2

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

jetty-extra_5.1.10-2_all.deb
  to pool/contrib/j/jetty/jetty-extra_5.1.10-2_all.deb
jetty_5.1.10-2.diff.gz
  to pool/contrib/j/jetty/jetty_5.1.10-2.diff.gz
jetty_5.1.10-2.dsc
  to pool/contrib/j/jetty/jetty_5.1.10-2.dsc
jetty_5.1.10-2_all.deb
  to pool/contrib/j/jetty/jetty_5.1.10-2_all.deb
jetty_5.1.10.orig.tar.gz
  to pool/contrib/j/jetty/jetty_5.1.10.orig.tar.gz



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.
Philipp Meier <[EMAIL PROTECTED]> (supplier of updated jetty 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: SHA1

Format: 1.7
Date: Tue, 30 May 2006 10:46:21 +0200
Source: jetty
Binary: jetty-extra jetty
Architecture: source all
Version: 5.1.10-2
Distribution: unstable
Urgency: high
Maintainer: Debian Java Maintainers 
<pkg-java-maintainers@lists.alioth.debian.org>
Changed-By: Philipp Meier <[EMAIL PROTECTED]>
Description: 
 jetty      - Java servlet engine and webserver
 jetty-extra - Extensions to jetty
Closes: 32960 232824 278134 280139 298731 306761 324472 325667 326176 333010 
343177
Changes: 
 jetty (5.1.10-2) unstable; urgency=low
 .
   * Fix in init script for new version of su (closes #367491).
   * Create logfile if not existing. Aknolwedge NMU (closes #356066).
 .
 jetty (5.1.10-1) unstable; urgency=low
 .
   * New upstream release
   * Sercurity fixes for windows
   * Fixed path aliasing with // on windows.
   * Fix for AJP13 with multiple headers
   * Fix for AJP13 with encoded path
   * Remove null dispatch attributes from getAttributeNames
   * Put POST content default back to iso_8859_1. GET is UTF-8
     still
 .
 jetty (5.1.8-3) unstable; urgency=low
 .
   * Enhance dependencies.
 .
 jetty (5.1.8-2) unstable; urgency=low
 .
   * Add dependeny on apache2-util for log rotation. Closes: #343177.
 .
 jetty (5.1.8-1) unstable; urgency=low
 .
   * New upstream release
 .
   From 5.1.8:
 .
   * Fixed space in URL issued created in 5.1.6
 .
   From 5.1.7:
 .
   * improved server stats
   * char encoding for MultiPartRequest
   * fixed merging of POST params in dispatch query string.
   * protect from NPE in dispatcher getValues
   * Updated to 2.6.2 xerces
   * JSP file servlet mappings copy JspServlet init params.
   * Prefix servlet context logs with org.mortbay.jetty.context
   * better support for URI character encodings
   * use commons logging jar instead of api jar.
 .
 jetty (5.1.6-1) unstable; urgency=high
 .
   * New upstream release
   * Fixed JSP visibility security issue in upstream.
   * Fix location of jasper since upgrade to tomcat5. Closes: #333010.
 .
 jetty (5.1.5rc1-5) unstable; urgency=low
 .
   Patch from Oyvind Harboe <[EMAIL PROTECTED]>:
 .
   * increased default amount of memory available to 256Mbyte.
     the advantage of having more heap available is that more
     applications will be able to run without modification to
     the standard Jetty configuration.
   * added -Djava.library.path=/usr/lib to VM arguments. This is
     requried to make e.g. the librxtx-java package work.
   * Closes: #32960.
 .
 jetty (5.1.5rc1-4) unstable; urgency=low
 .
   Patch from Oyvind Harboe <[EMAIL PROTECTED]>:
 .
   * Fixed rc script /etc/init.d/jetty. "stop" could leave dangling
     /var/run/jetty.pid. Fixed this by adding "--oknodo" to
     "start-stop-daemon --stop" command.
   * Removed trailing "/" from LOGDIR which caused
     /var/log/out.log not to be created.
   * /etc/init.d/jetty start will now deal more gracefully with a
     dangling /var/run/jetty.pid. A dangling jetty.pid is detected
     and ignored.
   * Closes: #326176.
 .
 jetty (5.1.5rc1-3) unstable; urgency=low
 .
   * Removed -v from ant opts during build.
   * Remove pid file on stop. Closes: #325667
   * Fix location of ant-1.6.jar in start.config. Closes: #324472.
 .
 jetty (5.1.5rc1-2) unstable; urgency=low
 .
   * Builds with kaffe.
   * Adds patch to exclude Sun JSSE if not available.
 .
 jetty (5.1.5rc1-1) unstable; urgency=low
 .
   * New upstream release
 .
 jetty (5.1.4-1) unstable; urgency=low
 .
   * New upstream release
   * Added myself to Uploaders in control.
   * Standards-Version bumbed to 3.6.2
   * Removed debian/watch which will not work with sourceforge
   * Manage changes to upstream with cdbs simple-patchsys
   * Fixed rc script /etc/init.d/jetty
   * Adjusted new location of servlet.jar. Closes: #280139.
 .
 jetty (5.0.0-3) unstable; urgency=low
 .
   * Package is now maintained by pkg-java. Maintainer was updated.
   * Disable validation of xml files in start.config by default.
     Closes: #298731.
   * Add /usr/lib/j2sdk1.5-sun to JAVA_HOME_DIRS in debian/rules
 .
 jetty (5.0.0-2.1) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Transition to liblog4j1.2-java.  Closes: #306761.
 .
 jetty (5.0.0-2) unstable; urgency=low
 .
   * Shipping working default configuration in /etc/jetty/jetty.xml.
     Closes: #278134
 .
 jetty (5.0.0-1) unstable; urgency=low
 .
   * New upstream release
 .
 jetty (4.2.22-2) unstable; urgency=low
 .
   * New upstream release
   * Changed mantainer email
 .
 jetty (4.2.21-1) unstable; urgency=low
 .
   * New upstream release
 .
 jetty (4.2.19-1) unstable; urgency=high
 .
   * New upstream release.
   * Fixed DOS attack problem
 .
 jetty (4.2.18-1) unstable; urgency=low
 .
   * New upstream release.
   * Package description of jetty-extra lists the
     extensions provided. Closes: #232824
 .
 jetty (4.2.15-1) unstable; urgency=low
 .
   * Adds missing javadoc to /usr/share/doc/
   * Removes invalid libxdoclet-java from Build-Depends.
   * Fixed clean target in upstreams extra build file. Building
     jetty twice from the debianized source should work now.
 .
 jetty (4.2.15) unstable; urgency=low
 .
   * New upstream release
   * New additional package jetty-extra.
   * Updated standards version from 3.5.10 to 3.6.0
   * Build target directory are no longer in debian because
     the customization of the build process does not really pay off.
 .
 jetty (4.2.12-2) unstable; urgency=low
 .
   * Fixes start.config to make jetty run with kaffe
   * Updated standards version from 3.5.8 to 3.5.10
 .
 jetty (4.2.12-1) unstable; urgency=low
 .
   * New upstream release
 .
 jetty (4.2.11-7) unstable; urgency=low
 .
   * Adds alternative dependency on j2sdk1.4
   * Fixes typos in debian/TODO
   * Adds ant to classpath because jasper needs it.
 .
 jetty (4.2.11-6) unstable; urgency=low
 .
   * Removes DH_VERBOSE from debian/rules
   * /etc/jetty will be removed on purge
   * Add build-dependency on j2sdk1.4
 .
 jetty (4.2.11-5) unstable; urgency=low
 .
   * Fix for /etc/default/jetty which was misplaced
   * Fixes messed-up corrections for javadoc tags. Introduced before.
 .
 jetty (4.2.11-4) unstable; urgency=low
 .
   * Jetty depends on j2re1.4 until build process of jetty
     with java < 1.4 works.
   * Fixes in build process
 .
 jetty (4.2.11-3) unstable; urgency=low
 .
   * Creates /usr/share/java/webapps if necessary
   * Not longer uses symlinks in ext but a debianized start.config
   * Changed to multiline logging.
   * Removed demo webapps and provides a preliminary debian jetty root
   * Fixes /etc/defaults/jetty to be /etc/default/jetty
 .
 jetty (4.2.11-2) unstable; urgency=low
 .
   * Adds build dependencies on libmx4j-java and iblog4j-java
   * Removes comment about "Tomcat 4" from /etc/jetty.init
   * Renamed debian/{pre,post}{inst,rm} to debian/jetty.*
   * Enables javac.debug to provide useful stackstraces
 .
 jetty (4.2.11-1) unstable; urgency=low
 .
   * Initial Release.
Files: 
 a541ff8aa8e428264dd2a9025866ca97 852 contrib/web optional jetty_5.1.10-2.dsc
 fc4f3d43643acd5a6576c66c3b31d3df 13319955 contrib/web optional 
jetty_5.1.10.orig.tar.gz
 4c7560d9f5990721e33b3923f9b1d65f 15902 contrib/web optional 
jetty_5.1.10-2.diff.gz
 7d61951a94c6e12a8ae15db05691b4e3 2072414 contrib/web optional 
jetty_5.1.10-2_all.deb
 a547e4eb6fb080a07add1ba875316b2c 781278 contrib/web optional 
jetty-extra_5.1.10-2_all.deb

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

iD8DBQFEhxFDWSOgCCdjSDsRAogRAJ9NxvcEj2/YRL1OAx29LOYBqJHMZQCeIhLr
TEdMYynyX8qowsYDqIiJpMs=
=HLST
-----END PGP SIGNATURE-----


--- End Message ---
_______________________________________________
pkg-java-maintainers mailing list
pkg-java-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-java-maintainers

Reply via email to