pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/sphinxsearch Update sphinxsearch to 2.1.8



details:   https://anonhg.NetBSD.org/pkgsrc/rev/201b56ebbfd1
branches:  trunk
changeset: 634029:201b56ebbfd1
user:      fhajny <fhajny%pkgsrc.org@localhost>
date:      Wed May 07 06:55:17 2014 +0000

description:
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:

 textproc/sphinxsearch/Makefile |  4 ++--
 textproc/sphinxsearch/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (29 lines):

diff -r 91918a433baa -r 201b56ebbfd1 textproc/sphinxsearch/Makefile
--- a/textproc/sphinxsearch/Makefile    Wed May 07 03:48:16 2014 +0000
+++ b/textproc/sphinxsearch/Makefile    Wed May 07 06:55:17 2014 +0000
@@ -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 -r 91918a433baa -r 201b56ebbfd1 textproc/sphinxsearch/distinfo
--- a/textproc/sphinxsearch/distinfo    Wed May 07 03:48:16 2014 +0000
+++ b/textproc/sphinxsearch/distinfo    Wed May 07 06:55:17 2014 +0000
@@ -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



Home | Main Index | Thread Index | Old Index