Update databases/elasticsearch to 5.4.2
=== Enhancements Core:: * Explicitly reject duplicate data paths Packaging:: * Set number of processes in systemd unit file === Bug fixes Aggregations:: * Terms aggregation should remap global ordinal buckets when a * sub-aggregator is used to sort the terms Analysis:: * PatternAnalyzer should lowercase wildcard queries when `lowercase` * is true. Circuit Breakers:: * Checks the circuit breaker before allocating bytes for a new big * array Geo:: * Fix GeoPoint FieldStats ternary logic bug * Fix GeoDistance Ordinal for BWC Index APIs:: * Rollover max docs should only count primaries Nested Docs:: * Fix the `max` score mode. Network:: * Ensure pending transport handlers are invoked for all channel * failures Packaging:: * When stopping via systemd only kill the JVM, not its control group Suggesters:: * Fix context suggester to read values from keyword type field
This commit is contained in:
parent
e7c24cba66
commit
023bb63256
2 changed files with 7 additions and 7 deletions
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.29 2017/06/14 13:49:35 fhajny Exp $
|
||||
# $NetBSD: Makefile,v 1.30 2017/06/21 13:35:52 fhajny Exp $
|
||||
|
||||
DISTNAME= elasticsearch-5.4.1
|
||||
DISTNAME= elasticsearch-5.4.2
|
||||
CATEGORIES= textproc
|
||||
MASTER_SITES= https://artifacts.elastic.co/downloads/elasticsearch/
|
||||
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
$NetBSD: distinfo,v 1.30 2017/06/14 13:49:35 fhajny Exp $
|
||||
$NetBSD: distinfo,v 1.31 2017/06/21 13:35:52 fhajny Exp $
|
||||
|
||||
SHA1 (elasticsearch-5.4.1.tar.gz) = 08c0ea54d5c89b852f378659df1b4bd48a182640
|
||||
RMD160 (elasticsearch-5.4.1.tar.gz) = 5df6c432d4fe87b4cdf0d530a376a357cb9558c4
|
||||
SHA512 (elasticsearch-5.4.1.tar.gz) = 6b88c1f93516aea57af462ced95fd32f3b2639c919fbb00348f4ea12849ce88521e095d9a4c7d96a09b420ac4ed07c7ad6fc9c54c0f2fa1f9f8fa4ec36071cb3
|
||||
Size (elasticsearch-5.4.1.tar.gz) = 33321278 bytes
|
||||
SHA1 (elasticsearch-5.4.2.tar.gz) = 87c884a637ac8d06a77acb881599ee81d136412c
|
||||
RMD160 (elasticsearch-5.4.2.tar.gz) = 3ca19ab31fd0765323b3f62ecb0c38ad4f4b7762
|
||||
SHA512 (elasticsearch-5.4.2.tar.gz) = cbeacdc9f6b391cea753a656f190f37db8130bcce3210356b63a0e27964aff6c079a3650f94242c6b98b0a87f58f6748fed02eb1f3a70495e9d6ccd09d138b7d
|
||||
Size (elasticsearch-5.4.2.tar.gz) = 33322090 bytes
|
||||
SHA1 (patch-bin_elasticsearch) = 5360818fb870c0005e23f0fb247efa247a909f47
|
||||
SHA1 (patch-bin_elasticsearch-plugin) = 56db071765b91a4846e1529b5fe8be2c549b449d
|
||||
SHA1 (patch-config_elasticsearch.yml) = 8a59f9123b8bc1c40d17131dc51c361fa210c17c
|
||||
|
|
Loading…
Reference in a new issue