Tue Mar 24 12:49:16 2015 UTC ()
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


(fhajny)
diff -r1.6 -r1.7 pkgsrc/textproc/sphinxsearch/Makefile
diff -r1.6 -r1.7 pkgsrc/textproc/sphinxsearch/distinfo

cvs diff -r1.6 -r1.7 pkgsrc/textproc/sphinxsearch/Makefile (expand / switch to unified diff)

--- pkgsrc/textproc/sphinxsearch/Makefile 2014/12/12 11:57:50 1.6
+++ pkgsrc/textproc/sphinxsearch/Makefile 2015/03/24 12:49:15 1.7
@@ -1,17 +1,17 @@ @@ -1,17 +1,17 @@
1# $NetBSD: Makefile,v 1.6 2014/12/12 11:57:50 fhajny Exp $ 1# $NetBSD: Makefile,v 1.7 2015/03/24 12:49:15 fhajny Exp $
2# 2#
3 3
4DISTNAME= sphinx-2.2.6-release 4DISTNAME= sphinx-2.2.8-release
5PKGNAME= ${DISTNAME:S/-/search-/:S/-release//} 5PKGNAME= ${DISTNAME:S/-/search-/:S/-release//}
6CATEGORIES= textproc 6CATEGORIES= textproc
7MASTER_SITES= http://sphinxsearch.com/files/ 7MASTER_SITES= http://sphinxsearch.com/files/
8 8
9MAINTAINER= filip@joyent.com 9MAINTAINER= filip@joyent.com
10HOMEPAGE= http://www.sphinxsearch.com/ 10HOMEPAGE= http://www.sphinxsearch.com/
11COMMENT= Sphinx Full-Text Search Engine 11COMMENT= Sphinx Full-Text Search Engine
12LICENSE= gnu-gpl-v2 12LICENSE= gnu-gpl-v2
13 13
14GNU_CONFIGURE= yes 14GNU_CONFIGURE= yes
15USE_LANGUAGES= c c++ 15USE_LANGUAGES= c c++
16USE_LIBTOOL= yes 16USE_LIBTOOL= yes
17 17

cvs diff -r1.6 -r1.7 pkgsrc/textproc/sphinxsearch/distinfo (expand / switch to unified diff)

--- pkgsrc/textproc/sphinxsearch/distinfo 2014/12/12 11:57:50 1.6
+++ pkgsrc/textproc/sphinxsearch/distinfo 2015/03/24 12:49:15 1.7
@@ -1,8 +1,8 @@ @@ -1,8 +1,8 @@
1$NetBSD: distinfo,v 1.6 2014/12/12 11:57:50 fhajny Exp $ 1$NetBSD: distinfo,v 1.7 2015/03/24 12:49:15 fhajny Exp $
2 2
3SHA1 (sphinx-2.2.6-release.tar.gz) = 9c458ed999a3e771d417a704e12c469e06423e4a 3SHA1 (sphinx-2.2.8-release.tar.gz) = f3601011e43c94cdf0b536624b0f8f8ec5676709
4RMD160 (sphinx-2.2.6-release.tar.gz) = cd129250ccd00213878dcecb8176a5ba890d32e9 4RMD160 (sphinx-2.2.8-release.tar.gz) = 94e398da9a159cfdaf5fa44b219ce35abac5157d
5Size (sphinx-2.2.6-release.tar.gz) = 2959375 bytes 5Size (sphinx-2.2.8-release.tar.gz) = 2985387 bytes
6SHA1 (patch-configure) = bf9d86e90a22399ffbfe617e0af75b3158cddd01 6SHA1 (patch-configure) = bf9d86e90a22399ffbfe617e0af75b3158cddd01
7SHA1 (patch-src_searchd.cpp) = 3296b155503e4bbbac1ba2174824fdb36cd2578c 7SHA1 (patch-src_searchd.cpp) = 3296b155503e4bbbac1ba2174824fdb36cd2578c
8SHA1 (patch-src_sphinxstd.h) = 1838881a57cdcea330e8f07914e574b29de18c89 8SHA1 (patch-src_sphinxstd.h) = 1838881a57cdcea330e8f07914e574b29de18c89