diff options
author | pi <pi@FreeBSD.org> | 2015-06-10 05:34:36 +0800 |
---|---|---|
committer | pi <pi@FreeBSD.org> | 2015-06-10 05:34:36 +0800 |
commit | df815b3fc6df36733c9dde13281999c4735d62b0 (patch) | |
tree | 67019ca2257cb1d27709e56a9536fa34a656e087 /devel/lfcbase | |
parent | d40b5391dfa5f1015631c1c98dc848019d35cd66 (diff) | |
download | freebsd-ports-gnome-df815b3fc6df36733c9dde13281999c4735d62b0.tar.gz freebsd-ports-gnome-df815b3fc6df36733c9dde13281999c4735d62b0.tar.zst freebsd-ports-gnome-df815b3fc6df36733c9dde13281999c4735d62b0.zip |
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>
Diffstat (limited to 'devel/lfcbase')
-rw-r--r-- | devel/lfcbase/Makefile | 2 | ||||
-rw-r--r-- | devel/lfcbase/distinfo | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/devel/lfcbase/Makefile b/devel/lfcbase/Makefile index c55dd7df2e13..6aab2e88da0f 100644 --- a/devel/lfcbase/Makefile +++ b/devel/lfcbase/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= lfcbase -PORTVERSION= 1.6.1 +PORTVERSION= 1.6.2 CATEGORIES= devel MASTER_SITES= http://www.lemke-it.com/ diff --git a/devel/lfcbase/distinfo b/devel/lfcbase/distinfo index 00a2d59e3b14..745a03961eab 100644 --- a/devel/lfcbase/distinfo +++ b/devel/lfcbase/distinfo @@ -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 |