Package: release.debian.org Severity: normal User: release.debian....@packages.debian.org Usertags: unblock
Please unblock package jetty8. The version 8.1.16-4 adds a missing jar in the lib directory of jetty that prevented the compilation of some JSP pages (this broke solr-jetty). This update also fixes an error in the postrm script and enables IPv6 by default. Thank you, Emmanuel Bourg unblock jetty8/8.1.16-4
diff -Nru jetty8-8.1.16/debian/changelog jetty8-8.1.16/debian/changelog --- jetty8-8.1.16/debian/changelog 2014-10-08 12:38:01.000000000 +0200 +++ jetty8-8.1.16/debian/changelog 2014-10-31 18:54:30.000000000 +0100 @@ -1,3 +1,13 @@ +jetty8 (8.1.16-4) unstable; urgency=medium + + * Fixed an error on purging jetty8 when authbind is not installed + (Closes: #767337) + * Added the missing link to tomcat-util.jar in /usr/share/jetty8/lib/jsp/ + (Closes: #740596) + * Enable IPv6 by default (Closes: #767369) + + -- Emmanuel Bourg <ebo...@apache.org> Fri, 31 Oct 2014 18:54:25 +0100 + jetty8 (8.1.16-3) unstable; urgency=medium * Configure Jetty to write the jetty.state file in the /var/lib/jetty8 diff -Nru jetty8-8.1.16/debian/jetty8.init jetty8-8.1.16/debian/jetty8.init --- jetty8-8.1.16/debian/jetty8.init 2014-10-08 12:20:28.000000000 +0200 +++ jetty8-8.1.16/debian/jetty8.init 2014-10-31 15:52:26.000000000 +0100 @@ -100,7 +100,7 @@ # Listen to connections from this network host (leave empty to accept all connections) #JETTY_HOST=$(uname -n) -JETTY_HOST= +JETTY_HOST=0.0.0.0 # The network port used by Jetty JETTY_PORT=8080 diff -Nru jetty8-8.1.16/debian/jetty8.postrm jetty8-8.1.16/debian/jetty8.postrm --- jetty8-8.1.16/debian/jetty8.postrm 2014-09-11 16:55:41.000000000 +0200 +++ jetty8-8.1.16/debian/jetty8.postrm 2014-10-30 11:08:20.000000000 +0100 @@ -35,7 +35,7 @@ rmdir --ignore-fail-on-non-empty /etc/jetty8/contexts /etc/jetty8 || true # clean up /etc/authbind after conffiles have been removed - rmdir --ignore-fail-on-non-empty /etc/authbind/byuid /etc/authbind + rmdir --ignore-fail-on-non-empty /etc/authbind/byuid /etc/authbind || true ;; remove|upgrade|failed-upgrade|abort-install|abort-upgrade|disappear) diff -Nru jetty8-8.1.16/debian/libjetty8-extra-java.links jetty8-8.1.16/debian/libjetty8-extra-java.links --- jetty8-8.1.16/debian/libjetty8-extra-java.links 2014-09-24 23:38:15.000000000 +0200 +++ jetty8-8.1.16/debian/libjetty8-extra-java.links 2014-10-31 14:37:09.000000000 +0100 @@ -7,6 +7,7 @@ usr/share/tomcat7/lib/jasper-el.jar usr/share/jetty8/lib/jsp/jasper-el.jar usr/share/tomcat7/lib/tomcat-api.jar usr/share/jetty8/lib/jsp/tomcat-api.jar usr/share/java/tomcat-juli.jar usr/share/jetty8/lib/jsp/tomcat-juli.jar +usr/share/tomcat7/lib/tomcat-util.jar usr/share/jetty8/lib/jsp/tomcat-util.jar usr/share/java/jstl1.1.jar usr/share/jetty8/lib/jsp/javax.servlet.jsp.jstl.jar usr/share/java/el-api-2.2.jar usr/share/jetty8/lib/jsp/javax.el.jar usr/share/java/standard.jar usr/share/jetty8/lib/jsp/org.apache.taglibs.standard.jar
signature.asc
Description: OpenPGP digital signature