From pi@f10.opsec.eu  Fri Feb 14 20:47:55 2014
Return-Path: <pi@f10.opsec.eu>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1])
	(using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by hub.freebsd.org (Postfix) with ESMTPS id 16F3E521;
	Fri, 14 Feb 2014 20:47:55 +0000 (UTC)
Received: from f10.opsec.eu (f10.opsec.eu [IPv6:2001:14f8:200:4::2])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(No client certificate requested)
	by mx1.freebsd.org (Postfix) with ESMTPS id C262E1578;
	Fri, 14 Feb 2014 20:47:54 +0000 (UTC)
Received: from pi by f10.opsec.eu with local (Exim 4.82 (FreeBSD))
	(envelope-from <pi@f10.opsec.eu>)
	id 1WEPfq-00060f-3j; Fri, 14 Feb 2014 21:47:50 +0100
Message-Id: <E1WEPfq-00060f-3j@f10.opsec.eu>
Date: Fri, 14 Feb 2014 21:47:50 +0100
From: Kurt Jaeger <fbsd-ports@opsec.eu>
Reply-To: Kurt Jaeger <fbsd-ports@opsec.eu>
To: FreeBSD-gnats-submit@freebsd.org
Cc: wg@freebsd.org, lemke@lemke-it.com
Subject: [patch update] databases/cego 2.20.1 -> 2.20.4
X-Send-Pr-Version: 3.114
X-GNATS-Notify:

>Number:         186776
>Category:       ports
>Synopsis:       [patch update] databases/cego 2.20.1 -> 2.20.4
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    pi
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Feb 14 20:50:01 UTC 2014
>Closed-Date:    Fri May 02 20:31:25 UTC 2014
>Last-Modified:  Fri May 02 20:31:25 UTC 2014
>Originator:     Kurt Jaeger
>Release:        FreeBSD 10.0-RELEASE amd64
>Organization:
-
>Environment:
System: FreeBSD f10.opsec.eu 10.0-RELEASE FreeBSD 10.0-RELEASE #0 r260789: Thu Jan 16 22:34:59 UTC 2014     root@snap.freebsd.org:/usr/obj/usr/src/sys/GENERIC  amd64

>Description:
	databases/cego 2.20.1 -> 2.20.4

	Added hitrate calculation to buffer pool information - Added
	transitive role removal for all users, if a role is dropped.

	Added many improvements to curses based administration
	frontent ( cgadm ) Now tableset, user and role administration
	can be done supported by an curses based GUI. Null value
	check added for "alter table" command, so in case of
	modification of an attribute to be not null, the table
	entries are checked for it ( new method
	CegoTableManager::checkNullValue )

	Cleanup in CegoObjectManager ( introduced method getHashPageId)
	Fixes for table altering : In case of renaming table
	attributes, the corresponding key entries for index, btrees,
	fkey and checks have not been modified.

	Fixes added in CegoBufferPool::writeAndRemoveTabSet and
	CegoBufferPool::writeCheckPoint so just pages are written,
	which are occupied. Otherwise, this may lead to system
	crash, if pages which have been released ( marked as
	NOT_OCCIPIED ) and written to disk.

	More fixes for btree added. In some cases, still some btree
	pointers were not correct :(

	Fixed a problem in CegoFileHandler::allocatePage If a page
	is allocated with doAppend == false, the append pointer is
	reset. Otherwise, freed pages are never reallocated again
	and sustained create/drop operations may lead to page exceed.

>How-To-Repeat:
	-
>Fix:

diff -r -u -N databases/cego/Makefile /usr/home/pi/myp/databases/cego/Makefile
--- databases/cego/Makefile	2014-02-01 17:46:39.000000000 +0100
+++ /usr/home/pi/myp/databases/cego/Makefile	2014-02-14 21:43:52.000000000 +0100
@@ -2,7 +2,7 @@
 # $FreeBSD: head/databases/cego/Makefile 342123 2014-02-01 11:50:20Z wg $
 
 PORTNAME=	cego
-PORTVERSION=	2.20.1
+PORTVERSION=	2.20.4
 CATEGORIES=	databases
 MASTER_SITES=	http://www.lemke-it.com/
 
diff -r -u -N databases/cego/distinfo /usr/home/pi/myp/databases/cego/distinfo
--- databases/cego/distinfo	2014-02-01 17:46:39.000000000 +0100
+++ /usr/home/pi/myp/databases/cego/distinfo	2014-02-14 21:44:15.000000000 +0100
@@ -1,2 +1,2 @@
-SHA256 (cego-2.20.1.tar.gz) = d079976d46f23b6dcdff9c0373661a244d3b2b21fcf6858cb9715a1b389fa19e
-SIZE (cego-2.20.1.tar.gz) = 918413
+SHA256 (cego-2.20.4.tar.gz) = 31f7b6ebda9d4f6e97a56ac12dd7337eef884462ab3ed95ee1e31fb40c75018a
+SIZE (cego-2.20.4.tar.gz) = 919501

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->wg 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Fri Feb 14 20:50:09 UTC 2014 
Responsible-Changed-Why:  
wg@ wants this submitter's PRs (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=186776 

From: Kurt Jaeger <pi@opsec.eu>
To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org
Cc: Kurt Jaeger <fbsd-ports@opsec.eu>
Subject: Re: ports/186776: [patch update] databases/cego 2.20.1 -> 2.20.4
Date: Tue, 25 Feb 2014 08:51:35 +0100

 Hi!
 
 Here's the patch for 2.20.1 -> 2.20.6.
 
 -----------
 
 diff -r -u -N databases/cego/Makefile /usr/home/pi/myp/databases/cego/Makefile
 --- databases/cego/Makefile	2014-02-01 17:46:39.000000000 +0100
 +++ /usr/home/pi/myp/databases/cego/Makefile	2014-02-25 08:47:55.000000000 +0100
 @@ -2,7 +2,7 @@
  # $FreeBSD: head/databases/cego/Makefile 342123 2014-02-01 11:50:20Z wg $
  
  PORTNAME=	cego
 -PORTVERSION=	2.20.1
 +PORTVERSION=	2.20.6
  CATEGORIES=	databases
  MASTER_SITES=	http://www.lemke-it.com/
  
 diff -r -u -N databases/cego/distinfo /usr/home/pi/myp/databases/cego/distinfo
 --- databases/cego/distinfo	2014-02-01 17:46:39.000000000 +0100
 +++ /usr/home/pi/myp/databases/cego/distinfo	2014-02-25 08:48:01.000000000 +0100
 @@ -1,2 +1,2 @@
 -SHA256 (cego-2.20.1.tar.gz) = d079976d46f23b6dcdff9c0373661a244d3b2b21fcf6858cb9715a1b389fa19e
 -SIZE (cego-2.20.1.tar.gz) = 918413
 +SHA256 (cego-2.20.6.tar.gz) = 27ceb4e4bf6a064df557987dd393fffcbac320eec654e25a88a240369ef25ac3
 +SIZE (cego-2.20.6.tar.gz) = 919840
 -----------
 
 -- 
 pi@opsec.eu            +49 171 3101372                         6 years to go !
Responsible-Changed-From-To: wg->pi 
Responsible-Changed-By: pi 
Responsible-Changed-When: Sat Apr 26 15:28:42 UTC 2014 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=186776 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/186776: commit references a PR
Date: Fri,  2 May 2014 20:20:12 +0000 (UTC)

 Author: pi
 Date: Fri May  2 20:20:07 2014
 New Revision: 352848
 URL: http://svnweb.freebsd.org/changeset/ports/352848
 QAT: https://qat.redports.org/buildarchive/r352848/
 
 Log:
   databases/cego: update 2.20.1 -> 2.20.9
   
   PR:             ports/186776
   Submitted by:   pi
   Approved by:    jadawin (mentor)
 
 Modified:
   head/databases/cego/Makefile
   head/databases/cego/distinfo
 
 Modified: head/databases/cego/Makefile
 ==============================================================================
 --- head/databases/cego/Makefile	Fri May  2 20:19:12 2014	(r352847)
 +++ head/databases/cego/Makefile	Fri May  2 20:20:07 2014	(r352848)
 @@ -2,11 +2,11 @@
  # $FreeBSD$
  
  PORTNAME=	cego
 -PORTVERSION=	2.20.1
 +PORTVERSION=	2.20.9
  CATEGORIES=	databases
  MASTER_SITES=	http://www.lemke-it.com/
  
 -MAINTAINER=	fbsd-ports@opsec.eu
 +MAINTAINER=	pi@FreeBSD.org
  COMMENT=	Relational and transactional database system
  
  LICENSE=	GPLv3
 
 Modified: head/databases/cego/distinfo
 ==============================================================================
 --- head/databases/cego/distinfo	Fri May  2 20:19:12 2014	(r352847)
 +++ head/databases/cego/distinfo	Fri May  2 20:20:07 2014	(r352848)
 @@ -1,2 +1,2 @@
 -SHA256 (cego-2.20.1.tar.gz) = d079976d46f23b6dcdff9c0373661a244d3b2b21fcf6858cb9715a1b389fa19e
 -SIZE (cego-2.20.1.tar.gz) = 918413
 +SHA256 (cego-2.20.9.tar.gz) = cad3622f2e2cdec732179316186f31ec97c148d87a7b7fdeb78e5890ffea436e
 +SIZE (cego-2.20.9.tar.gz) = 921512
 _______________________________________________
 svn-ports-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
 
State-Changed-From-To: open->closed 
State-Changed-By: pi 
State-Changed-When: Fri May 2 20:31:25 UTC 2014 
State-Changed-Why:  
Committed, with minor changes. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=186776 
>Unformatted:
