svn commit: r531765 - head/textproc/redisearch

Sergey A. Osokin osa at FreeBSD.org
Wed Apr 15 13:12:24 UTC 2020


Author: osa
Date: Wed Apr 15 13:12:23 2020
New Revision: 531765
URL: https://svnweb.freebsd.org/changeset/ports/531765

Log:
  Update from 1.4.25 to 1.4.27.
  
  <ChangeLog>
  
  This is a maintenance release for version 1.4.
  Update urgency: Medium
  
  Headlines:
  
  This release improves overall stability and provides fixes for
  issues found after the previous release.
  
  Features:
  - Added exists function that can be used on conditional updates
    (REPLACE PARTIAL) to check if a field exists in the document.
  
  Minor Enhancements:
  - Lazy evaluation of the right side of 'or'/'and' clauses in
    IF condition.
  
  Bugfixes:
  - Rare GC failure when accessing uninitialized variable.
  - Crash on highlighting a search query where the document no
    longer exists.
  
  Note: we skipped 1.4.26 for technical reasons.
  
  </ChangeLog>

Modified:
  head/textproc/redisearch/Makefile
  head/textproc/redisearch/distinfo

Modified: head/textproc/redisearch/Makefile
==============================================================================
--- head/textproc/redisearch/Makefile	Wed Apr 15 12:50:33 2020	(r531764)
+++ head/textproc/redisearch/Makefile	Wed Apr 15 13:12:23 2020	(r531765)
@@ -3,7 +3,7 @@
 
 PORTNAME=	redisearch
 DISTVERSIONPREFIX=	v
-DISTVERSION=	1.4.25
+DISTVERSION=	1.4.27
 CATEGORIES=	textproc
 
 MAINTAINER=	osa at FreeBSD.org

Modified: head/textproc/redisearch/distinfo
==============================================================================
--- head/textproc/redisearch/distinfo	Wed Apr 15 12:50:33 2020	(r531764)
+++ head/textproc/redisearch/distinfo	Wed Apr 15 13:12:23 2020	(r531765)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1582673662
-SHA256 (RediSearch-RediSearch-v1.4.25_GH0.tar.gz) = b06849756161ecc5d60f7aeee1e9a457498165fd3dd3a6490efd1d45cdaa4755
-SIZE (RediSearch-RediSearch-v1.4.25_GH0.tar.gz) = 3573689
+TIMESTAMP = 1586955959
+SHA256 (RediSearch-RediSearch-v1.4.27_GH0.tar.gz) = 92f51d5a0ce4fb5ff22dbc4da3b24d700dd247460607abd2902493bedff85749
+SIZE (RediSearch-RediSearch-v1.4.27_GH0.tar.gz) = 3575961


More information about the svn-ports-all mailing list