svn commit: r449509 - head/databases/cego

Kurt Jaeger pi at FreeBSD.org
Sat Sep 9 20:38:06 UTC 2017


Author: pi
Date: Sat Sep  9 20:38:04 2017
New Revision: 449509
URL: https://svnweb.freebsd.org/changeset/ports/449509

Log:
  databases/cego: update 2.35.4 -> 2.35.8
  
  - Fix in CegoQueryHelper::aggregateTuple, in case of min-Aggregation,
    wrong results may occur, if null values have to be treated. Since
    null value handling is now treated inside CegoFieldValue, some code
    here was obsolete.
  - Fix in CegoPredDesc for INSUB and NOTINSUB constructor + clone
    method. There was a confusing with the isNegated flag which has
    been corrected ( also in using class CegoAction ) The wrong negation
    might lead to wrong query result for views using subselect with in
    or not in subselects
  - Bug fix in CegoDistCursor::getTuple, for the LEFTOUTER case and
    moreRight conditions, the right table cursor was called double time
    ( native and with nextRight ). The native call has to be removed
    since this may lead to strange effects actually just observed for
    mingw compiles
  
  Submitted by:	Bjoern Lemke <lemke at lemke-it.com>

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

Modified: head/databases/cego/Makefile
==============================================================================
--- head/databases/cego/Makefile	Sat Sep  9 20:24:11 2017	(r449508)
+++ head/databases/cego/Makefile	Sat Sep  9 20:38:04 2017	(r449509)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	cego
-PORTVERSION=	2.35.4
+PORTVERSION=	2.35.8
 CATEGORIES=	databases
 MASTER_SITES=	http://www.lemke-it.com/
 

Modified: head/databases/cego/distinfo
==============================================================================
--- head/databases/cego/distinfo	Sat Sep  9 20:24:11 2017	(r449508)
+++ head/databases/cego/distinfo	Sat Sep  9 20:38:04 2017	(r449509)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1504431444
-SHA256 (cego-2.35.4.tar.gz) = 09c365b29d7acc113e7f9d0b68eadfd4f8e10a271e46665e68536ab8ae3c865f
-SIZE (cego-2.35.4.tar.gz) = 1415732
+TIMESTAMP = 1504989098
+SHA256 (cego-2.35.8.tar.gz) = 46356414492f8e114d301043e607c3b6821d4ceac24eb49746947fbf7a705307
+SIZE (cego-2.35.8.tar.gz) = 1415296


More information about the svn-ports-all mailing list