Date: Sat, 2 Sep 2017 10:08:30 +0000 (UTC) From: Kurt Jaeger <pi@FreeBSD.org> 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 Message-ID: <201709021008.v82A8UDq028797@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <lemke@lemke-it.com> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201709021008.v82A8UDq028797>