From owner-svn-ports-all@freebsd.org Sat Sep 2 10:08:31 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9226DE0AE2D; Sat, 2 Sep 2017 10:08:31 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6C811802AB; Sat, 2 Sep 2017 10:08:31 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v82A8UAu028801; Sat, 2 Sep 2017 10:08:30 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v82A8UDq028797; Sat, 2 Sep 2017 10:08:30 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201709021008.v82A8UDq028797@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Sat, 2 Sep 2017 10:08:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r449117 - in head: databases/cego devel/lfcxml X-SVN-Group: ports-head X-SVN-Commit-Author: pi X-SVN-Commit-Paths: in head: databases/cego devel/lfcxml X-SVN-Commit-Revision: 449117 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Sep 2017 10:08:31 -0000 Author: pi Date: Sat Sep 2 10:08:30 2017 New Revision: 449117 URL: https://svnweb.freebsd.org/changeset/ports/449117 Log: devel/lfcxml: update 1.2.4 -> 1.2.5 databases/cego: update 2.35.2 -> 2.35.3 lfcxml: - Small improvement in XMLSuite::nextChar to check for non-ASCII characters cego: - Fix in CegoTableManager::finishOpenTransaction, the transaction id for the corresponding tableset must be set to zero, otherwise in case of crash recovery procedures a transaction id might be active and the open transactions are not completed correctly Submitted by: Bjoern Lemke Modified: head/databases/cego/Makefile head/databases/cego/distinfo head/devel/lfcxml/Makefile head/devel/lfcxml/distinfo Modified: head/databases/cego/Makefile ============================================================================== --- head/databases/cego/Makefile Sat Sep 2 09:59:45 2017 (r449116) +++ head/databases/cego/Makefile Sat Sep 2 10:08:30 2017 (r449117) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= cego -PORTVERSION= 2.35.2 +PORTVERSION= 2.35.3 CATEGORIES= databases MASTER_SITES= http://www.lemke-it.com/ Modified: head/databases/cego/distinfo ============================================================================== --- head/databases/cego/distinfo Sat Sep 2 09:59:45 2017 (r449116) +++ head/databases/cego/distinfo Sat Sep 2 10:08:30 2017 (r449117) @@ -1,3 +1,3 @@ -TIMESTAMP = 1503690202 -SHA256 (cego-2.35.2.tar.gz) = fe6521fdd91f1a41431f232817261ab55d957e244ccffe25969a4e85bbc2fee6 -SIZE (cego-2.35.2.tar.gz) = 1414149 +TIMESTAMP = 1504345829 +SHA256 (cego-2.35.3.tar.gz) = feaede60777c922cd4fb3da52492fb9effa552b0ae3bc27ac1acbb09e756e0fb +SIZE (cego-2.35.3.tar.gz) = 1414338 Modified: head/devel/lfcxml/Makefile ============================================================================== --- head/devel/lfcxml/Makefile Sat Sep 2 09:59:45 2017 (r449116) +++ head/devel/lfcxml/Makefile Sat Sep 2 10:08:30 2017 (r449117) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= lfcxml -PORTVERSION= 1.2.4 +PORTVERSION= 1.2.5 CATEGORIES= devel MASTER_SITES= http://www.lemke-it.com/ Modified: head/devel/lfcxml/distinfo ============================================================================== --- head/devel/lfcxml/distinfo Sat Sep 2 09:59:45 2017 (r449116) +++ head/devel/lfcxml/distinfo Sat Sep 2 10:08:30 2017 (r449117) @@ -1,3 +1,3 @@ -TIMESTAMP = 1463386148 -SHA256 (lfcxml-1.2.4.tar.gz) = d7d32caefa38f4d5683e20b6dfecdf58aac5739d7a9b1ae58fac8ab4824b580a -SIZE (lfcxml-1.2.4.tar.gz) = 492404 +TIMESTAMP = 1504345796 +SHA256 (lfcxml-1.2.5.tar.gz) = 6ba7684f8039aa462de0fd7f5b9a539d3700ec35875fcfeecaee58658ff5806c +SIZE (lfcxml-1.2.5.tar.gz) = 489090