pkgsrc-Changes-HG archive

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

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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1ed441307d05
branches:  trunk
changeset: 643203:1ed441307d05
user:      fhajny <fhajny%pkgsrc.org@localhost>
date:      Fri Dec 12 11:57:50 2014 +0000

description:
Update sphinxseach to 2.2.6.

- fixed #2104, ALL()/ANY()/INDEXOF() support for distributed indexes
- fixed #2102, show agent status misses warnings from agents
- fixed #2100, crash of indexer while loading stopwords with tokenizer plugin
- fixed #2098, arbitrary JSON subkeys and IS NULL for distributed indexes
- fixed #2097, escaping of field-start modifier
- fixed possible memory leak in plugin creation function

diffstat:

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

diffs (31 lines):

diff -r 9cbdd37fcd05 -r 1ed441307d05 textproc/sphinxsearch/Makefile
--- a/textproc/sphinxsearch/Makefile    Fri Dec 12 11:45:17 2014 +0000
+++ b/textproc/sphinxsearch/Makefile    Fri Dec 12 11:57:50 2014 +0000
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.5 2014/10/29 13:49:02 fhajny Exp $
+# $NetBSD: Makefile,v 1.6 2014/12/12 11:57:50 fhajny Exp $
 #
 
-DISTNAME=      sphinx-2.2.5-release
+DISTNAME=      sphinx-2.2.6-release
 PKGNAME=       ${DISTNAME:S/-/search-/:S/-release//}
-PKGREVISION=   1
 CATEGORIES=    textproc
 MASTER_SITES=  http://sphinxsearch.com/files/
 
diff -r 9cbdd37fcd05 -r 1ed441307d05 textproc/sphinxsearch/distinfo
--- a/textproc/sphinxsearch/distinfo    Fri Dec 12 11:45:17 2014 +0000
+++ b/textproc/sphinxsearch/distinfo    Fri Dec 12 11:57:50 2014 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.5 2014/10/29 13:49:02 fhajny Exp $
+$NetBSD: distinfo,v 1.6 2014/12/12 11:57:50 fhajny Exp $
 
-SHA1 (sphinx-2.2.5-release.tar.gz) = 27e1a37fdeff12b866b33d3bb5602894af10bb5e
-RMD160 (sphinx-2.2.5-release.tar.gz) = d37cf615dae556307dbad2bbe00144f59afe7530
-Size (sphinx-2.2.5-release.tar.gz) = 2953899 bytes
+SHA1 (sphinx-2.2.6-release.tar.gz) = 9c458ed999a3e771d417a704e12c469e06423e4a
+RMD160 (sphinx-2.2.6-release.tar.gz) = cd129250ccd00213878dcecb8176a5ba890d32e9
+Size (sphinx-2.2.6-release.tar.gz) = 2959375 bytes
 SHA1 (patch-configure) = bf9d86e90a22399ffbfe617e0af75b3158cddd01
 SHA1 (patch-src_searchd.cpp) = 3296b155503e4bbbac1ba2174824fdb36cd2578c
 SHA1 (patch-src_sphinxstd.h) = 1838881a57cdcea330e8f07914e574b29de18c89



Home | Main Index | Thread Index | Old Index