Subject: CVS commit: pkgsrc/databases/elasticsearch
From: Filip Hajny
Date: 2016-05-24 03:44:41
Message id: 20160524014441.27FB3FBBA@cvs.NetBSD.org

Log Message:
Update databases/elasticsearch to 2.3.3.

== 2.3.3 Release Notes

=== New features

Geo::
- Add CONTAINS relation to geo_shape query

=== Enhancements

Core::
- Kill thread local leak

REST::
- CORS handling triggered whether User-Agent is a browser or not

=== Bug fixes

Core::
- Don't try to compute completion stats on a reader after we
  already closed it

Highlighting::
- Exclude all but string fields from highlighting if wildcards are
  used...

Query DSL::
- Fix NullPointerException in SimpleQueryParser when analyzing
  text produces a null query

REST::
- CORS should permit same origin requests
- Allow CORS requests to work with HTTP compression enabled

=== Upgrades

Internal::
- Update Jackson 2.6.2 -> 2.6.6 (latest and final 2.6 patch)

Files:
RevisionActionfile
1.16modifypkgsrc/databases/elasticsearch/Makefile
1.10modifypkgsrc/databases/elasticsearch/PLIST
1.17modifypkgsrc/databases/elasticsearch/distinfo
1.4modifypkgsrc/databases/elasticsearch/patches/patch-bin_elasticsearch.in.sh