Package: elasticsearch / 1.0.3+dfsg-5

Metadata

Package Version Patches format
elasticsearch 1.0.3+dfsg-5 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 Assemble classpath from .jar files in usr share java.patch | (download)

bin/elasticsearch.in.sh | 8 7 + 1 - 0 !
bin/plugin | 4 3 + 1 - 0 !
2 files changed, 10 insertions(+), 2 deletions(-)

 assemble classpath from .jar files in /usr/share/java


0002 Use lzf.util.ChunkEncoderFactory so we can build wit.patch | (download)

src/main/java/org/elasticsearch/common/compress/lzf/LZFCompressedStreamOutput.java | 3 2 + 1 - 0 !
1 file changed, 2 insertions(+), 1 deletion(-)

 use lzf.util.chunkencoderfactory so we can build with compress-lzf
 1.0.1


0003 Do not set build hash.patch | (download)

src/main/resources/es-build.properties | 1 0 + 1 - 0 !
1 file changed, 1 deletion(-)

 do not set build hash


0004 Add lucene sandbox in pom.xml.patch | (download)

pom.xml | 15 15 + 0 - 0 !
1 file changed, 15 insertions(+)

 add lucene-sandbox in pom.xml


0005 Fix CVE 2014 3120 elasticsearch remote code executio.patch | (download)

config/elasticsearch.yml | 2 2 + 0 - 0 !
1 file changed, 2 insertions(+)

 fix cve-2014-3120,
 elasticsearch: remote code execution flaw via dynamic scripting


0006 Fix CVE 2014 6439 by disabling CORS by default.patch | (download)

src/main/java/org/elasticsearch/http/netty/NettyHttpChannel.java | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 fix cve-2014-6439 by disabling cors by default