diff options
author | fhajny <fhajny@pkgsrc.org> | 2015-03-24 12:49:15 +0000 |
---|---|---|
committer | fhajny <fhajny@pkgsrc.org> | 2015-03-24 12:49:15 +0000 |
commit | 8c66932c958f3081601d0cb1ec3bfcc3ef8370e5 (patch) | |
tree | 59239f9dc578f650d35aac71200b42d87250cb88 /textproc | |
parent | 039c9acd14499c0f2c18588a8545e4b675d8decd (diff) | |
download | pkgsrc-8c66932c958f3081601d0cb1ec3bfcc3ef8370e5.tar.gz |
Update textproc/sphinxsearch to 2.2.8.
2.2.8
- It is now possible to add an option to an agent description.
- fixed #2182, incorrect query results with multiple same destination
wordforms
- fixed #2181, improved error message on incorrect filters
- fixed #2178, ZONESPAN operator for queries with more than two words
- fixed #2172, incorrect results with field position fulltext operators
- fixed #2171, some index options do not work for template indexes
- fixed #2170, joined fields indexation with document id equals to 0
- fixed #2110, crash on snippet generation related to blend_chars inside
HTML markup
- fixed WLCCS ranking factor computation
- fixed memory leak on queries with ZONEs
2.2.7
- added #2112, string equal comparison support for IF() function (for JSON
and string attributes)
- added #2153, IN() support for mixed and top-level JSON array
- fixed #2158, crash at RT index after morphology changed to AOT after
index was created
- fixed #2155, stopwords got missed on disk chunk save at RT index
- fixed #2151, agents statistics missed in case of huge amount of agents
- fixed #2139, escape all special characters in JSON result set, according
to RFC 4627
- fixed #2123, no pid file created in x64 release built with vs2012
- fixed #2115, indexer crash on wordforms with multiple destination keywords
- fixed #2050, multi result set doesn't work without libmysqlclient
- fixed #2003, lemmatize_XX_all handling of short and exact words
- fixed #1912, reduce indextool memory usage during a check of a huge index
- fixed off by one errors in filtering of BIGINT attributes
- fixed seamless rotation in prefork mode
- fixed snippets crash with blend chars at the beginning of a string
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/sphinxsearch/Makefile | 4 | ||||
-rw-r--r-- | textproc/sphinxsearch/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/textproc/sphinxsearch/Makefile b/textproc/sphinxsearch/Makefile index cb93c2f27ad..427f4bcce47 100644 --- a/textproc/sphinxsearch/Makefile +++ b/textproc/sphinxsearch/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.6 2014/12/12 11:57:50 fhajny Exp $ +# $NetBSD: Makefile,v 1.7 2015/03/24 12:49:15 fhajny Exp $ # -DISTNAME= sphinx-2.2.6-release +DISTNAME= sphinx-2.2.8-release PKGNAME= ${DISTNAME:S/-/search-/:S/-release//} CATEGORIES= textproc MASTER_SITES= http://sphinxsearch.com/files/ diff --git a/textproc/sphinxsearch/distinfo b/textproc/sphinxsearch/distinfo index 79ed4cbe755..74f116b2d30 100644 --- a/textproc/sphinxsearch/distinfo +++ b/textproc/sphinxsearch/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.6 2014/12/12 11:57:50 fhajny Exp $ +$NetBSD: distinfo,v 1.7 2015/03/24 12:49:15 fhajny Exp $ -SHA1 (sphinx-2.2.6-release.tar.gz) = 9c458ed999a3e771d417a704e12c469e06423e4a -RMD160 (sphinx-2.2.6-release.tar.gz) = cd129250ccd00213878dcecb8176a5ba890d32e9 -Size (sphinx-2.2.6-release.tar.gz) = 2959375 bytes +SHA1 (sphinx-2.2.8-release.tar.gz) = f3601011e43c94cdf0b536624b0f8f8ec5676709 +RMD160 (sphinx-2.2.8-release.tar.gz) = 94e398da9a159cfdaf5fa44b219ce35abac5157d +Size (sphinx-2.2.8-release.tar.gz) = 2985387 bytes SHA1 (patch-configure) = bf9d86e90a22399ffbfe617e0af75b3158cddd01 SHA1 (patch-src_searchd.cpp) = 3296b155503e4bbbac1ba2174824fdb36cd2578c SHA1 (patch-src_sphinxstd.h) = 1838881a57cdcea330e8f07914e574b29de18c89 |