This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository lucene-solr.
commit 80b816eb8854ec709c1ad31d722a14324476a909 Author: Emmanuel Bourg <[email protected]> Date: Mon Oct 6 15:45:49 2014 +0200 Fixed a format issue with CVE-2013-6397.patch --- debian/changelog | 1 + debian/patches/CVE-2013-6397.patch | 1 + 2 files changed, 2 insertions(+) diff --git a/debian/changelog b/debian/changelog index 49b3d93..e136618 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ lucene-solr (3.6.2+dfsg-4) UNRELEASED; urgency=medium * Team upload. * Switched the dependencies to tomcat7, libservlet3.0-java and jetty8 + * Fixed a format issue with CVE-2013-6397.patch -- Emmanuel Bourg <[email protected]> Thu, 13 Mar 2014 16:26:17 +0100 diff --git a/debian/patches/CVE-2013-6397.patch b/debian/patches/CVE-2013-6397.patch index d26a1b1..06420f9 100644 --- a/debian/patches/CVE-2013-6397.patch +++ b/debian/patches/CVE-2013-6397.patch @@ -19,6 +19,7 @@ Origin: https://issues.apache.org/jira/browse/SOLR-4882 // TODO: Externalize Velocity properties engine.setProperty(RuntimeConstants.RESOURCE_LOADER, "params,file,solr"); + --- a/solr/core/src/java/org/apache/solr/core/SolrResourceLoader.java +++ b/solr/core/src/java/org/apache/solr/core/SolrResourceLoader.java @@ -25,6 +25,7 @@ import java.io.IOException; -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/lucene-solr.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

