diff options
author | fhajny <fhajny@pkgsrc.org> | 2014-05-07 06:55:17 +0000 |
---|---|---|
committer | fhajny <fhajny@pkgsrc.org> | 2014-05-07 06:55:17 +0000 |
commit | a47b5945447b1da4ae2bf4214bf8df44fb72c691 (patch) | |
tree | d28cab67d4921e7dfee603c9df02ec39938a2f1c /textproc | |
parent | 851d1786a7c3d1b8ccfb388057b85f4388bb1d04 (diff) | |
download | pkgsrc-a47b5945447b1da4ae2bf4214bf8df44fb72c691.tar.gz |
Update sphinxsearch to 2.1.8
Changes in 2.1.8
- Added JSON attribute support, built-in HA tools, better realtime indexes,
fulltext search and ranking optimizations, more SphinxQL commands, and
wordbreaker.
- fixed #1937, crash at SENTENCE operator
- fixed #1933, quorum operator works incorrectly if it uses a number that is
also an exception
- fixed #1932, daemon index recovery after failed rotation
- fixed #1923, crash at indexer with dict=keywords and xml source
- fixed #1918, crash while hitless words are used within fulltext operators
which require hits
- fixed #1878, daemon doesn't reset regexp_filter after rotation with
seamless_rotate=0
- fixed #1769, crash after unsuccessful INSERT with RT index
- fixed #1682, field-end modifier doesn't work with words containing
blended chars
Changes in 2.1.7
- fixed #1917, field limit propagation outside of group
- fixed #1915, exact form passes to index skipping stopwords filter
- fixed #1905, multiple lemmas at the end of a field
- fixed #1903, indextool check mode for hitless indexes and indexes with
large amount of documents
- fixed #1902, crash on JSON field in the IN() function
- fixed #1884, crash at SNIPPET() with local indexes at distributed index
- fixed #1802, loading large keywords dictionary
- fixed #1786, indextool fails to handle indexes with AOT morphology
- fixed crash of daemon on logging very large messages
- fixed expression engine: division by zero, log and sqrt() functions
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 e84e381544d..a6a7ca33e3e 100644 --- a/textproc/sphinxsearch/Makefile +++ b/textproc/sphinxsearch/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.1 2014/03/05 13:44:23 fhajny Exp $ +# $NetBSD: Makefile,v 1.2 2014/05/07 06:55:17 fhajny Exp $ # -DISTNAME= sphinx-2.1.6-release +DISTNAME= sphinx-2.1.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 319fa228d12..70be2965a5b 100644 --- a/textproc/sphinxsearch/distinfo +++ b/textproc/sphinxsearch/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.1 2014/03/05 13:44:23 fhajny Exp $ +$NetBSD: distinfo,v 1.2 2014/05/07 06:55:17 fhajny Exp $ -SHA1 (sphinx-2.1.6-release.tar.gz) = fe4dfc605afe8f58d9e25fd0c58dfed1673ec4b1 -RMD160 (sphinx-2.1.6-release.tar.gz) = 13fc7c061fddd7917f08ca8409214d4a53a28acf -Size (sphinx-2.1.6-release.tar.gz) = 2429835 bytes +SHA1 (sphinx-2.1.8-release.tar.gz) = c69e24ed1fad907b893dc61b0a52db30b6c85ad2 +RMD160 (sphinx-2.1.8-release.tar.gz) = 6067b36d53eb9b8ed90ebab48fef8c311891cc3a +Size (sphinx-2.1.8-release.tar.gz) = 2442119 bytes SHA1 (patch-Makefile.in) = cde29f401b40e191ef957078fe0a845909fc96ab SHA1 (patch-src_searchd.cpp) = 7f5aea11d4ebe9f293f4d6346811bc3e821620f9 SHA1 (patch-src_sphinxstd.h) = f35839cee4dd14458ad0c00c60a1d9b4f601e9d6 |