Your message dated Mon, 03 Nov 2014 23:21:01 +0000
with message-id <[email protected]>
and subject line Re: Bug#767843: unblock: jetty8/8.1.16-4
has caused the Debian Bug report #767843,
regarding unblock: jetty8/8.1.16-4
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.)
--
767843: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=767843
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
User: [email protected]
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 <[email protected]> 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
--- End Message ---
--- Begin Message ---
On Sun, 2014-11-02 at 22:57 +0100, Emmanuel Bourg wrote:
> 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.
Unblocked.
Regards,
Adam
--- End Message ---