svn commit: r437955 - head/databases/cego

Kurt Jaeger pi at FreeBSD.org
Fri Apr 7 19:56:51 UTC 2017


Author: pi
Date: Fri Apr  7 19:56:49 2017
New Revision: 437955
URL: https://svnweb.freebsd.org/changeset/ports/437955

Log:
  databases/cego: update 2.33.4 -> 2.33.5
  
  - Fix in CegoSelect and friends for query cleanup. The cleanUp
    method did not cleanup all field value references which might lead
    to invalid memory access in case of repeated view calls ( Variable
    pParentJoinBuf ).
    Corresponding cleanUp method have been introduced or CegoExpr,
    CegoTerm, CegoFactor and friends.
  - Check052 has been introduced to verify the previous described behaviour
  
  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	Fri Apr  7 19:37:34 2017	(r437954)
+++ head/databases/cego/Makefile	Fri Apr  7 19:56:49 2017	(r437955)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	cego
-PORTVERSION=	2.33.4
+PORTVERSION=	2.33.5
 CATEGORIES=	databases
 MASTER_SITES=	http://www.lemke-it.com/
 

Modified: head/databases/cego/distinfo
==============================================================================
--- head/databases/cego/distinfo	Fri Apr  7 19:37:34 2017	(r437954)
+++ head/databases/cego/distinfo	Fri Apr  7 19:56:49 2017	(r437955)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1491119071
-SHA256 (cego-2.33.4.tar.gz) = e6fdc4ad3939e3d3d28684d4c5d34fab93ac2e7e8bc822c2d885104a6d5a83c5
-SIZE (cego-2.33.4.tar.gz) = 1399969
+TIMESTAMP = 1491579237
+SHA256 (cego-2.33.5.tar.gz) = c82f2933811d429fa83477404afae395ee6265fcf89dd9d833b64f22957e34f7
+SIZE (cego-2.33.5.tar.gz) = 1400656


More information about the svn-ports-head mailing list