From owner-svn-ports-all@freebsd.org Sat Nov 28 19:28:24 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 26677468DA5; Sat, 28 Nov 2020 19:28:24 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Ck1kJ0YqKz4gC8; Sat, 28 Nov 2020 19:28:24 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 060D92C7C7; Sat, 28 Nov 2020 19:28:24 +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 0ASJSNq9075264; Sat, 28 Nov 2020 19:28:23 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 0ASJSM9f075254; Sat, 28 Nov 2020 19:28:22 GMT (envelope-from pi@FreeBSD.org) Message-Id: <202011281928.0ASJSM9f075254@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Sat, 28 Nov 2020 19:28:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r556518 - in head: databases/cego databases/cegobridge devel/lfcbase devel/lfcxml X-SVN-Group: ports-head X-SVN-Commit-Author: pi X-SVN-Commit-Paths: in head: databases/cego databases/cegobridge devel/lfcbase devel/lfcxml X-SVN-Commit-Revision: 556518 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.34 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, 28 Nov 2020 19:28:24 -0000 Author: pi Date: Sat Nov 28 19:28:21 2020 New Revision: 556518 URL: https://svnweb.freebsd.org/changeset/ports/556518 Log: devel/lfcbase: update 1.14.6 -> 1.15.0 devel/lfcxml: update 1.2.11 -> 1.3.0 databases/cego: update 2.45.35 -> 2.46.0 databases/cegobridge: update 1.5.4 -> 1.6.0 Please note: database updates from 2.45.x to version 2.46.x require a xml tableset export and import, since table structure information has been changed! lfcbase: - Added template class GraphT for dependency graph implementations - Fix in BigInteger::mul and BigInteger::div, signing was not treated ( e.g. -12 * 12 => -144 ( was 144 ) ) lfcxml: get in sync with lfcbase cego: - Added fix in CegoViewObject::getId. Since it cannot be decided, if the underlying query result has been changed, we have to throw MOD_QUERY_ID - Another query cache fix in CegoFunction:getId, rand and liob functions have been added to throw MOD_QUERY_ID exception, since for those function it can not be ad hoc decided, if the result is modified - Added type dimension information for CegoField class. This enables the database to define length and dim information for fixed and decimal data types. For this the syntax has been expanded. Instead of storing RESERVED_BTREE_FLOATLEN for btrees on fixed or decimal columns, the specified length information is used now. Submitted by: Björn Lemke Modified: head/databases/cego/Makefile head/databases/cego/distinfo head/databases/cegobridge/Makefile head/databases/cegobridge/distinfo head/devel/lfcbase/Makefile head/devel/lfcbase/distinfo head/devel/lfcxml/Makefile head/devel/lfcxml/distinfo Modified: head/databases/cego/Makefile ============================================================================== --- head/databases/cego/Makefile Sat Nov 28 18:20:37 2020 (r556517) +++ head/databases/cego/Makefile Sat Nov 28 19:28:21 2020 (r556518) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= cego -PORTVERSION= 2.45.35 +PORTVERSION= 2.46.0 CATEGORIES= databases MASTER_SITES= http://www.lemke-it.com/ Modified: head/databases/cego/distinfo ============================================================================== --- head/databases/cego/distinfo Sat Nov 28 18:20:37 2020 (r556517) +++ head/databases/cego/distinfo Sat Nov 28 19:28:21 2020 (r556518) @@ -1,3 +1,3 @@ -TIMESTAMP = 1605718620 -SHA256 (cego-2.45.35.tar.gz) = 53a45c300249b0234d5965710ef0a1dafb806b59b43132acb5d3931bb312435e -SIZE (cego-2.45.35.tar.gz) = 3159084 +TIMESTAMP = 1606588947 +SHA256 (cego-2.46.0.tar.gz) = 41295c5289bf07c039ac607e09efe94c1a436ec5700c9a5b6f5af9f170ccef82 +SIZE (cego-2.46.0.tar.gz) = 3247900 Modified: head/databases/cegobridge/Makefile ============================================================================== --- head/databases/cegobridge/Makefile Sat Nov 28 18:20:37 2020 (r556517) +++ head/databases/cegobridge/Makefile Sat Nov 28 19:28:21 2020 (r556518) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= cegobridge -PORTVERSION= 1.5.4 +PORTVERSION= 1.6.0 CATEGORIES= databases MASTER_SITES= http://www.lemke-it.com/ Modified: head/databases/cegobridge/distinfo ============================================================================== --- head/databases/cegobridge/distinfo Sat Nov 28 18:20:37 2020 (r556517) +++ head/databases/cegobridge/distinfo Sat Nov 28 19:28:21 2020 (r556518) @@ -1,3 +1,3 @@ -TIMESTAMP = 1575231096 -SHA256 (cegobridge-1.5.4.tar.gz) = 323cc2fe523a9d11fe9ecd26186ddf9f6b6a87beaf9677aa4a1efaafab572eb4 -SIZE (cegobridge-1.5.4.tar.gz) = 700416 +TIMESTAMP = 1606588933 +SHA256 (cegobridge-1.6.0.tar.gz) = 29b3ad8d8e91e540355103b06838eb0523d14f7bc093bc117cf584e43de17ef6 +SIZE (cegobridge-1.6.0.tar.gz) = 700409 Modified: head/devel/lfcbase/Makefile ============================================================================== --- head/devel/lfcbase/Makefile Sat Nov 28 18:20:37 2020 (r556517) +++ head/devel/lfcbase/Makefile Sat Nov 28 19:28:21 2020 (r556518) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= lfcbase -PORTVERSION= 1.14.6 +PORTVERSION= 1.15.0 CATEGORIES= devel MASTER_SITES= http://www.lemke-it.com/ Modified: head/devel/lfcbase/distinfo ============================================================================== --- head/devel/lfcbase/distinfo Sat Nov 28 18:20:37 2020 (r556517) +++ head/devel/lfcbase/distinfo Sat Nov 28 19:28:21 2020 (r556518) @@ -1,3 +1,3 @@ -TIMESTAMP = 1605368787 -SHA256 (lfcbase-1.14.6.tar.gz) = bcf6ca3e9044a591b4ac81d56f3dbe710fd98a88b9dd7be000387ecb41ddb91a -SIZE (lfcbase-1.14.6.tar.gz) = 645877 +TIMESTAMP = 1606590837 +SHA256 (lfcbase-1.15.0.tar.gz) = 5f4983f2302f4384c198099be807994ffd834676ea0832a74b1529cf4740f0c0 +SIZE (lfcbase-1.15.0.tar.gz) = 647131 Modified: head/devel/lfcxml/Makefile ============================================================================== --- head/devel/lfcxml/Makefile Sat Nov 28 18:20:37 2020 (r556517) +++ head/devel/lfcxml/Makefile Sat Nov 28 19:28:21 2020 (r556518) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= lfcxml -PORTVERSION= 1.2.11 +PORTVERSION= 1.3.0 CATEGORIES= devel MASTER_SITES= http://www.lemke-it.com/ Modified: head/devel/lfcxml/distinfo ============================================================================== --- head/devel/lfcxml/distinfo Sat Nov 28 18:20:37 2020 (r556517) +++ head/devel/lfcxml/distinfo Sat Nov 28 19:28:21 2020 (r556518) @@ -1,3 +1,3 @@ -TIMESTAMP = 1600326407 -SHA256 (lfcxml-1.2.11.tar.gz) = 073f0095e1df2f74f5a986e78aa86ed754a54e695126e47fd267ed6d4913a788 -SIZE (lfcxml-1.2.11.tar.gz) = 511601 +TIMESTAMP = 1606588978 +SHA256 (lfcxml-1.3.0.tar.gz) = a547fd7a02e4d106e3cb62f335575924a38d3b87fdcb587b81b45976846e0b78 +SIZE (lfcxml-1.3.0.tar.gz) = 512116