pkgsrc-Changes-HG archive

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

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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1b2e5de43cef
branches:  trunk
changeset: 652889:1b2e5de43cef
user:      fhajny <fhajny%pkgsrc.org@localhost>
date:      Tue Jun 09 14:26:20 2015 +0000

description:
Update textproc/sphinxsearch to 2.2.9.

- fixed #2190, incorrect GROUP BY outer JSON object
- fixed #2197, TRUNCATE fails to remove disk chunk files after calling
  OPTIMIZE
- fixed #2199, invalid packedfactors JSON output for index with stopwords
- fixed #2203, legacy API SELECT list
- fixed #2201, crash with string comparison at expressions and expression
  ranker
- fixed #2196, .NET connector issue (UTC_TIMESTAMP() support)
- fixed #2144, query parser crash vs multiforms with heading numbers
- fixed #2228, removed searchd shutdown behavior on failed connection
- fixed #2220, aliased JSON elements support
- fixed #2122, id64 daemon failed to load RT disk chunk with kill-list
  from id32 build
- fixed #2208, ZONESPANLIST() support for RT indexes
- fixed #1979, snippets generation and span length and lcs calculation
  in proximity queries
- fixed truncated results (and a potential crash) vs long enough
  ZONESPANLIST() result

diffstat:

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

diffs (29 lines):

diff -r 103e4949acaa -r 1b2e5de43cef textproc/sphinxsearch/Makefile
--- a/textproc/sphinxsearch/Makefile    Tue Jun 09 14:19:16 2015 +0000
+++ b/textproc/sphinxsearch/Makefile    Tue Jun 09 14:26:20 2015 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.7 2015/03/24 12:49:15 fhajny Exp $
+# $NetBSD: Makefile,v 1.8 2015/06/09 14:26:20 fhajny Exp $
 #
 
-DISTNAME=      sphinx-2.2.8-release
+DISTNAME=      sphinx-2.2.9-release
 PKGNAME=       ${DISTNAME:S/-/search-/:S/-release//}
 CATEGORIES=    textproc
 MASTER_SITES=  http://sphinxsearch.com/files/
diff -r 103e4949acaa -r 1b2e5de43cef textproc/sphinxsearch/distinfo
--- a/textproc/sphinxsearch/distinfo    Tue Jun 09 14:19:16 2015 +0000
+++ b/textproc/sphinxsearch/distinfo    Tue Jun 09 14:26:20 2015 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.7 2015/03/24 12:49:15 fhajny Exp $
+$NetBSD: distinfo,v 1.8 2015/06/09 14:26:20 fhajny Exp $
 
-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 (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 (patch-configure) = bf9d86e90a22399ffbfe617e0af75b3158cddd01
 SHA1 (patch-src_searchd.cpp) = 3296b155503e4bbbac1ba2174824fdb36cd2578c
 SHA1 (patch-src_sphinxstd.h) = 1838881a57cdcea330e8f07914e574b29de18c89



Home | Main Index | Thread Index | Old Index