diff options
author | wiz <wiz@pkgsrc.org> | 2016-04-14 12:50:34 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2016-04-14 12:50:34 +0000 |
commit | fc0e363c6b9d6e375e8032aff1d7467bf24d814e (patch) | |
tree | 41c294723f917810a32515ad431464c066273204 /devel | |
parent | a7337677a50da6b10fa5ef55814303f2d3ef7310 (diff) | |
download | pkgsrc-fc0e363c6b9d6e375e8032aff1d7467bf24d814e.tar.gz |
Update p5-Search-Elasticsearch to 2.00.
2.00 2015-10-28
The default client is now '2_0::Direct', for use with Elasticsearch 2.x.
Specify client '1_0::Direct' if using with Elasticsearch 1.x.
Breaking:
* The field parameter to indices.get_field_mapping() has been renamed to fields
New features:
* Added fields param to Bulk helper
* The name parameter to indices.get_template() can accept multiple options
* Added indices.forcemerge() and deprecated indices.optimize()
* The index parameter to indices.open() and indices.close() is required
* Added allow_no_indices, expand_wildcards, and ignore_unavailable params
to indices.flush_synced()
* Added the timeout param to cluster.stats(), nodes.hot_threads(),
nodes.stats(), and nodes.info()
* cluster.health() can accept multiple indices
* Added cat.repositories() and cat.snapshots()
* Added detect_noop param to update()
* search_shards() accepts multi values for index/type
* delete_template() requires an id
* Add fork protection to Scroll and Async::Scroll
Bug fix:
* Added missing debug QS param
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-Search-Elasticsearch/Makefile | 4 | ||||
-rw-r--r-- | devel/p5-Search-Elasticsearch/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/devel/p5-Search-Elasticsearch/Makefile b/devel/p5-Search-Elasticsearch/Makefile index 02200754cc7..ec455d83c91 100644 --- a/devel/p5-Search-Elasticsearch/Makefile +++ b/devel/p5-Search-Elasticsearch/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.5 2015/09/06 06:41:44 mef Exp $ +# $NetBSD: Makefile,v 1.6 2016/04/14 12:50:34 wiz Exp $ -DISTNAME= Search-Elasticsearch-1.99 +DISTNAME= Search-Elasticsearch-2.00 PKGNAME= p5-${DISTNAME} CATEGORIES= devel MASTER_SITES= https://cpan.metacpan.org/authors/id/D/DR/DRTECH/ diff --git a/devel/p5-Search-Elasticsearch/distinfo b/devel/p5-Search-Elasticsearch/distinfo index dcef386a079..c4828a1f571 100644 --- a/devel/p5-Search-Elasticsearch/distinfo +++ b/devel/p5-Search-Elasticsearch/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.4 2015/11/03 03:28:44 agc Exp $ +$NetBSD: distinfo,v 1.5 2016/04/14 12:50:34 wiz Exp $ -SHA1 (Search-Elasticsearch-1.99.tar.gz) = 99b1645b113d7a9b4613a114a0d9206f9d43c82e -RMD160 (Search-Elasticsearch-1.99.tar.gz) = 1961482246bfa5c985045f1895a5c7bd92dedbc2 -SHA512 (Search-Elasticsearch-1.99.tar.gz) = 71c3d66d410ba1df3762560bf1f3ee1d312cd13a2022e0d5e69d45c35b64022b727cec3282b4902dab50658244a6180e2651846bf2f3638d3ffa1d52a59185be -Size (Search-Elasticsearch-1.99.tar.gz) = 140176 bytes +SHA1 (Search-Elasticsearch-2.00.tar.gz) = 77e41b53bff37dbba0c28fe35bf4416155c62ad5 +RMD160 (Search-Elasticsearch-2.00.tar.gz) = bb8e959f3283e10cd445cb383c346c0128e6b825 +SHA512 (Search-Elasticsearch-2.00.tar.gz) = d20ce094418f6157054ff655911d8ad7a8acf434e67414e4368ca044ce308e6ebc29c198b26ffbcb1d288652be4fb19a23cd58832e371749f2bceb8094f74349 +Size (Search-Elasticsearch-2.00.tar.gz) = 138904 bytes |