Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 9 Jun 2015 21:34:36 +0000 (UTC)
From:      Kurt Jaeger <pi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r389004 - in head: databases/cego devel/lfcbase
Message-ID:  <201506092134.t59LYaNr035704@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pi
Date: Tue Jun  9 21:34:36 2015
New Revision: 389004
URL: https://svnweb.freebsd.org/changeset/ports/389004

Log:
  devel/lfcbase: 1.6.1 -> 1.6.2
  databases/cego: 2.23.6 -> 2.23.7
  
  lfcbase: Fix in Chain::visibleLength.
  	Calculation may result in an infiite loop, if mbtowc returns zero.
  
  cego:
  - Fix in CegoFieldValue for VARCHAR comparison. In case of exceeded
    string length for index values, the CegoFieldValue did not work
    correctly.
  - Fix in CegoClient for dump mode. BTrees habe not been dumped with
    the correct type ( primary, unique, normal )
  
  Submitted by:	Björn Lemke <lemke@lemke-it.com>

Modified:
  head/databases/cego/Makefile
  head/databases/cego/distinfo
  head/devel/lfcbase/Makefile
  head/devel/lfcbase/distinfo

Modified: head/databases/cego/Makefile
==============================================================================
--- head/databases/cego/Makefile	Tue Jun  9 21:16:43 2015	(r389003)
+++ head/databases/cego/Makefile	Tue Jun  9 21:34:36 2015	(r389004)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	cego
-PORTVERSION=	2.23.6
+PORTVERSION=	2.23.7
 CATEGORIES=	databases
 MASTER_SITES=	http://www.lemke-it.com/
 

Modified: head/databases/cego/distinfo
==============================================================================
--- head/databases/cego/distinfo	Tue Jun  9 21:16:43 2015	(r389003)
+++ head/databases/cego/distinfo	Tue Jun  9 21:34:36 2015	(r389004)
@@ -1,2 +1,2 @@
-SHA256 (cego-2.23.6.tar.gz) = c07fde2dddb47f76ff28f525542cbfdedaca9d0558a10256e9ca6e42e8702983
-SIZE (cego-2.23.6.tar.gz) = 968882
+SHA256 (cego-2.23.7.tar.gz) = 683ec4cecc55161e56ab020af5af9561f1c2bbf97eaeed57c1081faf3ce02545
+SIZE (cego-2.23.7.tar.gz) = 968851

Modified: head/devel/lfcbase/Makefile
==============================================================================
--- head/devel/lfcbase/Makefile	Tue Jun  9 21:16:43 2015	(r389003)
+++ head/devel/lfcbase/Makefile	Tue Jun  9 21:34:36 2015	(r389004)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	lfcbase
-PORTVERSION=	1.6.1
+PORTVERSION=	1.6.2
 CATEGORIES=	devel
 MASTER_SITES=	http://www.lemke-it.com/
 

Modified: head/devel/lfcbase/distinfo
==============================================================================
--- head/devel/lfcbase/distinfo	Tue Jun  9 21:16:43 2015	(r389003)
+++ head/devel/lfcbase/distinfo	Tue Jun  9 21:34:36 2015	(r389004)
@@ -1,2 +1,2 @@
-SHA256 (lfcbase-1.6.1.tar.gz) = 476521a58cea72a0cbef91520851a411cda81b83000f683ad8f0d7c173fedbb4
-SIZE (lfcbase-1.6.1.tar.gz) = 474574
+SHA256 (lfcbase-1.6.2.tar.gz) = 79feec0e0bd1bcd832f81aef816720e9030d3516f565fb6669e78d88513bf9c9
+SIZE (lfcbase-1.6.2.tar.gz) = 474612



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201506092134.t59LYaNr035704>