Package: release.debian.org
Severity: normal
Tags: buster
User: release.debian....@packages.debian.org
Usertags: pu

Dear release team,

I would like to update lucene-solr in Buster. It is affected by Debian
bug #933854 and #933857. Stretch is not affected. The solr-jetty
service will not start out of the box until some systemd configuration
by jetty9 is overridden. Please find attached the debdiff.

Regards,

Markus
diff -Nru lucene-solr-3.6.2+dfsg/debian/changelog 
lucene-solr-3.6.2+dfsg/debian/changelog
--- lucene-solr-3.6.2+dfsg/debian/changelog     2019-04-25 16:39:14.000000000 
+0200
+++ lucene-solr-3.6.2+dfsg/debian/changelog     2019-09-04 22:30:29.000000000 
+0200
@@ -1,3 +1,14 @@
+lucene-solr (3.6.2+dfsg-20+deb10u1) buster; urgency=medium
+
+  * Team upload.
+  * Disable obsolete call to ContextHandler in solr-jetty9.xml.
+    Install solr-permissions.conf into /etc/systemd/system/jetty9.service.d/ 
and
+    override read-only permissions of Jetty9 which will allow the service to
+    start out-of-the-box again.
+    Thanks to Stephan Beirer for the report. (Closes: #933854, #933857)
+
+ -- Markus Koschany <a...@debian.org>  Wed, 04 Sep 2019 22:30:29 +0200
+
 lucene-solr (3.6.2+dfsg-20) unstable; urgency=medium
 
   * Team upload.
diff -Nru lucene-solr-3.6.2+dfsg/debian/solr-jetty.install 
lucene-solr-3.6.2+dfsg/debian/solr-jetty.install
--- lucene-solr-3.6.2+dfsg/debian/solr-jetty.install    2019-04-25 
16:39:14.000000000 +0200
+++ lucene-solr-3.6.2+dfsg/debian/solr-jetty.install    2019-09-04 
22:30:29.000000000 +0200
@@ -1 +1,2 @@
 debian/solr-jetty.xml /etc/solr/
+debian/solr-permissions.conf /etc/systemd/system/jetty9.service.d/
diff -Nru lucene-solr-3.6.2+dfsg/debian/solr-jetty.xml 
lucene-solr-3.6.2+dfsg/debian/solr-jetty.xml
--- lucene-solr-3.6.2+dfsg/debian/solr-jetty.xml        2019-04-25 
16:39:14.000000000 +0200
+++ lucene-solr-3.6.2+dfsg/debian/solr-jetty.xml        2019-09-04 
22:30:29.000000000 +0200
@@ -14,9 +14,11 @@
   </Call>
 
   <!-- Enable symlinks -->
+  <!-- This call will not work with Jetty9 in Debian 10. FIXME
   <Call name="addAliasCheck">
     <Arg>
       <New 
class="org.eclipse.jetty.server.handler.ContextHandler$ApproveSameSuffixAliases"/>
     </Arg>
   </Call>
+  -->
 </Configure>

Reply via email to