diff options
author | tj <tj@FreeBSD.org> | 2016-12-02 22:58:56 +0800 |
---|---|---|
committer | tj <tj@FreeBSD.org> | 2016-12-02 22:58:56 +0800 |
commit | 146da42afb4765a16c3ee93563358dc0fb95523d (patch) | |
tree | 8382f0bd3a46f320a2a8252cda65f04fda7db85c /UPDATING | |
parent | 653c138a8ccc4c9f6a09a7b02722eec03b6d9d4c (diff) | |
download | freebsd-ports-graphics-146da42afb4765a16c3ee93563358dc0fb95523d.tar.gz freebsd-ports-graphics-146da42afb4765a16c3ee93563358dc0fb95523d.tar.zst freebsd-ports-graphics-146da42afb4765a16c3ee93563358dc0fb95523d.zip |
Update p5-Search-Elasticsearch to 5.01
Changes: https://metacpan.org/changes/distribution/Search-Elasticsearch
This update brings 3 new packages for older Elasticsearch server APIs:
p5-Search-Elasticsearch-Client-0_90 for accessing 0.90 based servers
p5-Search-Elasticsearch-Client-1_0 for accessing 1.X based servers
p5-Search-Elasticsearch-Client-2_0 for accessing 2.X based servers
People accessing older instances of elasticsearch must also install the
appropriate client API package as well.
WWW: https://metacpan.org/release/DRTECH/Search-Elasticsearch-Client-0_90-5.01
WWW: https://metacpan.org/release/DRTECH/Search-Elasticsearch-Client-1_0-5.01
WWW: https://metacpan.org/release/DRTECH/Search-Elasticsearch-Client-2_0-5.01
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -5,6 +5,15 @@ they are unavoidable. You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. +20161202: + AFFECTS: Users of textproc/p5-Search-Elasticsearch + AUTHOR: tj@FreeBSD.org + + As of the 5.01 release of ths package, the client libraries for older + versions of Elasticsearch have started to be shipped seperately. If you are + using this library to access a none 5.X server you will need to install one of + the textproc/p5-Search-Elasticsearch-Client-* ports. + 20161126: AFFECTS: Users of security/gpgme-* AUTHOR: jhale@FreeBSD.org |