diff options
author | fhajny <fhajny@pkgsrc.org> | 2015-10-18 20:30:02 +0000 |
---|---|---|
committer | fhajny <fhajny@pkgsrc.org> | 2015-10-18 20:30:02 +0000 |
commit | 71f3578f7246c4693bd27d1fcb2d16a243ac353e (patch) | |
tree | 3309c0018d29768ab671f286c193d90f29ae1083 /textproc | |
parent | 3c215a22d709083ebb106c0131b717fc5eb2b871 (diff) | |
download | pkgsrc-71f3578f7246c4693bd27d1fcb2d16a243ac353e.tar.gz |
Update textproc/sphinxsearch to 2.2.10.
New features and updates
- The list of SphinxQL reserved keywords is now much, much smaller than
it used to be, and also consistent across different places in the code
and in the docs.
- IN() function now accepts string attributes (#2233). Also, filtering
string attributes by an empty value in WHERE clause now works.
- WHERE on float attributes got improved a bit: we added floatcol<>123.0
syntax, and fixed an issue with using an integer reference value asi
in floatcol=123 or floatcol!=123, see bug #2121.
- searchd --replay-flags switch (useful for binlog replay troubleshooting)
now accepts a new option 'ignore-open-errors' that lets you simply
ignore missing binlog files without deleting binlog meta info.
- Indexer now exits with code 2 in case of rotation failure.
Notable bug fixes
- unified min_prefix_len, min_infix_len behavior between RT and plain indexes
- expressions dependent on aggregation results (eg. as in SELECT MAX(id) m1,
m1+10 m2) were not computed properly in RT indexes
- LENGTH() was 2x off for 64-bit MVA attributes
- OPTIMIZE could occasionally break big RT indexess
- multi-wordforms with clashing prefixes were processed in a wrong order
- disabled and later re-enabled indexes were not picked up again by searchd
on SIGHUP
Full release notes:
http://sphinxsearch.com/docs/latest/rel2210.html
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/sphinxsearch/Makefile | 4 | ||||
-rw-r--r-- | textproc/sphinxsearch/distinfo | 9 |
2 files changed, 7 insertions, 6 deletions
diff --git a/textproc/sphinxsearch/Makefile b/textproc/sphinxsearch/Makefile index daffa4b76e4..08a0cdde2d0 100644 --- a/textproc/sphinxsearch/Makefile +++ b/textproc/sphinxsearch/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.8 2015/06/09 14:26:20 fhajny Exp $ +# $NetBSD: Makefile,v 1.9 2015/10/18 20:30:02 fhajny Exp $ # -DISTNAME= sphinx-2.2.9-release +DISTNAME= sphinx-2.2.10-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 7d977f8e08c..812f9df661a 100644 --- a/textproc/sphinxsearch/distinfo +++ b/textproc/sphinxsearch/distinfo @@ -1,8 +1,9 @@ -$NetBSD: distinfo,v 1.8 2015/06/09 14:26:20 fhajny Exp $ +$NetBSD: distinfo,v 1.9 2015/10/18 20:30:02 fhajny Exp $ -SHA1 (sphinx-2.2.9-release.tar.gz) = 7ddde51bb1d428406acb278c615a2c2fda819daf -RMD160 (sphinx-2.2.9-release.tar.gz) = e600bb0fcbb3fe9838dc60bd8b00ca2bedd0ce05 -Size (sphinx-2.2.9-release.tar.gz) = 2992905 bytes +SHA1 (sphinx-2.2.10-release.tar.gz) = 0f2372dd41df2848ea06c6076a86af6f0f66a071 +RMD160 (sphinx-2.2.10-release.tar.gz) = 2712e8ce85609e78c53bd2d9fba877f1e630d5f2 +SHA512 (sphinx-2.2.10-release.tar.gz) = 07683f64df730368563e11a7d2939b521837c9a04944ab7d6d09732ab06e451b674169eca4f85db2aae41d883bd16fb4d17b9265912fea9691d07d407d7212d8 +Size (sphinx-2.2.10-release.tar.gz) = 3109250 bytes SHA1 (patch-configure) = bf9d86e90a22399ffbfe617e0af75b3158cddd01 SHA1 (patch-src_searchd.cpp) = 3296b155503e4bbbac1ba2174824fdb36cd2578c SHA1 (patch-src_sphinxstd.h) = 1838881a57cdcea330e8f07914e574b29de18c89 |