From pi@fa9.opsec.eu  Tue Aug  6 09:33:06 2013
Return-Path: <pi@fa9.opsec.eu>
Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115])
	(using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by hub.freebsd.org (Postfix) with ESMTP id D5072CE2
	for <FreeBSD-gnats-submit@freebsd.org>; Tue,  6 Aug 2013 09:33:06 +0000 (UTC)
	(envelope-from pi@fa9.opsec.eu)
Received: from fa9.opsec.eu (zfs.opsec.eu [IPv6:2001:14f8:200:4::18])
	(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 951A72347
	for <FreeBSD-gnats-submit@freebsd.org>; Tue,  6 Aug 2013 09:33:06 +0000 (UTC)
Received: from pi by fa9.opsec.eu with local (Exim 4.80.1 (FreeBSD))
	(envelope-from <pi@fa9.opsec.eu>)
	id 1V6ddY-00039Q-Vv; Tue, 06 Aug 2013 11:33:04 +0200
Message-Id: <E1V6ddY-00039Q-Vv@fa9.opsec.eu>
Date: Tue, 06 Aug 2013 11:33:04 +0200
From: Kurt Jaeger <fbsd-ports@opsec.eu>
Reply-To: Kurt Jaeger <fbsd-ports@opsec.eu>
To: FreeBSD-gnats-submit@freebsd.org
Cc: lemke@lemke-it.com
Subject: [patch update] databases/cego 2.19.2 -> 2.19.3
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         181084
>Category:       ports
>Synopsis:       [patch update] databases/cego 2.19.2 -> 2.19.3
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    culot
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Aug 06 09:40:01 UTC 2013
>Closed-Date:    Thu Aug 08 13:37:18 UTC 2013
>Last-Modified:  Thu Aug  8 13:40:00 UTC 2013
>Originator:     Kurt Jaeger
>Release:        FreeBSD 9.1-RELEASE amd64
>Organization:
-
>Environment:
System: FreeBSD fa9.opsec.eu 9.1-RELEASE FreeBSD 9.1-RELEASE #0 r243825: Tue Dec 4 09:23:10 UTC 2012 root@farrell.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64


>Description:

Added page write to CegoFileHandler::claimPage at the end of the method.
This avoids a release of preallocated system and temp pages
if the database is started with the cleanup option.

>How-To-Repeat:
	-
>Fix:

diff -r -u -N databases/cego/Makefile /usr/home/pi/myp/databases/cego/Makefile
--- databases/cego/Makefile	2013-07-30 23:24:23.000000000 +0200
+++ /usr/home/pi/myp/databases/cego/Makefile	2013-08-06 11:29:19.000000000 +0200
@@ -2,7 +2,7 @@
 # $FreeBSD: head/databases/cego/Makefile 323948 2013-07-30 08:25:29Z culot $
 
 PORTNAME=	cego
-PORTVERSION=	2.19.2
+PORTVERSION=	2.19.3
 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	2013-07-30 23:24:23.000000000 +0200
+++ /usr/home/pi/myp/databases/cego/distinfo	2013-08-06 11:29:20.000000000 +0200
@@ -1,2 +1,2 @@
-SHA256 (cego-2.19.2.tar.gz) = 7689cbb9b2e51c6ab9b7018f3d6eae0cd0c47b0be82a97dd2b3ad3e5501c46f1
-SIZE (cego-2.19.2.tar.gz) = 1299647
+SHA256 (cego-2.19.3.tar.gz) = 929c2090281d668bb6a533a72dc4cdfcd7659ef32d852c32459edffa0abb9512
+SIZE (cego-2.19.3.tar.gz) = 1299680

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->culot 
Responsible-Changed-By: culot 
Responsible-Changed-When: Tue Aug 6 11:31:26 UTC 2013 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=181084 
State-Changed-From-To: open->closed 
State-Changed-By: culot 
State-Changed-When: Thu Aug 8 13:37:17 UTC 2013 
State-Changed-Why:  
Committed. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/181084: commit references a PR
Date: Thu,  8 Aug 2013 13:37:30 +0000 (UTC)

 Author: culot
 Date: Thu Aug  8 13:37:02 2013
 New Revision: 324396
 URL: http://svnweb.freebsd.org/changeset/ports/324396
 
 Log:
   - Update to 2.19.3
   
   Changes:	http://www.lemke-it.com/litexec?request=pubclogcego&user=&lang=en
   PR:		ports/181084
   Submitted by:	Kurt Jaeger <fbsd-ports@opsec.eu> (maintainer)
 
 Modified:
   head/databases/cego/Makefile
   head/databases/cego/distinfo
 
 Modified: head/databases/cego/Makefile
 ==============================================================================
 --- head/databases/cego/Makefile	Thu Aug  8 12:48:53 2013	(r324395)
 +++ head/databases/cego/Makefile	Thu Aug  8 13:37:02 2013	(r324396)
 @@ -2,7 +2,7 @@
  # $FreeBSD$
  
  PORTNAME=	cego
 -PORTVERSION=	2.19.2
 +PORTVERSION=	2.19.3
  CATEGORIES=	databases
  MASTER_SITES=	http://www.lemke-it.com/
  
 
 Modified: head/databases/cego/distinfo
 ==============================================================================
 --- head/databases/cego/distinfo	Thu Aug  8 12:48:53 2013	(r324395)
 +++ head/databases/cego/distinfo	Thu Aug  8 13:37:02 2013	(r324396)
 @@ -1,2 +1,2 @@
 -SHA256 (cego-2.19.2.tar.gz) = 7689cbb9b2e51c6ab9b7018f3d6eae0cd0c47b0be82a97dd2b3ad3e5501c46f1
 -SIZE (cego-2.19.2.tar.gz) = 1299647
 +SHA256 (cego-2.19.3.tar.gz) = 929c2090281d668bb6a533a72dc4cdfcd7659ef32d852c32459edffa0abb9512
 +SIZE (cego-2.19.3.tar.gz) = 1299680
 _______________________________________________
 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"
 
>Unformatted:
