svn commit: r562455 - head/databases/cego

Kurt Jaeger pi at FreeBSD.org
Sun Jan 24 10:01:32 UTC 2021


Author: pi
Date: Sun Jan 24 10:01:31 2021
New Revision: 562455
URL: https://svnweb.freebsd.org/changeset/ports/562455

Log:
  databases/cego: 2.46.5 -> 2.46.6
  
  - Fix in CegoObjectManager / CegoDatabaseManager added.
    The checkTableSetRunState method has been moved to CegoDatabaseManager.
    This ensures a single point of check definition.
    In the previous version, tableset RECOVERY mode was not treated for
    useObject, unuseObject and objectExists method calls which might lead to
    crash recovery abort.
  
  Submitted by:	Björn Lemke <lemke at lemke-it.com>

Modified:
  head/databases/cego/Makefile
  head/databases/cego/distinfo

Modified: head/databases/cego/Makefile
==============================================================================
--- head/databases/cego/Makefile	Sun Jan 24 08:26:05 2021	(r562454)
+++ head/databases/cego/Makefile	Sun Jan 24 10:01:31 2021	(r562455)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	cego
-PORTVERSION=	2.46.5
+PORTVERSION=	2.46.6
 CATEGORIES=	databases
 MASTER_SITES=	http://www.lemke-it.com/
 

Modified: head/databases/cego/distinfo
==============================================================================
--- head/databases/cego/distinfo	Sun Jan 24 08:26:05 2021	(r562454)
+++ head/databases/cego/distinfo	Sun Jan 24 10:01:31 2021	(r562455)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1607179590
-SHA256 (cego-2.46.5.tar.gz) = 2e8b2a6b6a97ecb4d9f74b53c2aa5153a5456a8424d05fac5666254863879f69
-SIZE (cego-2.46.5.tar.gz) = 3160924
+TIMESTAMP = 1611482222
+SHA256 (cego-2.46.6.tar.gz) = cfba50791a46703b465b2aa9ddf2eed520f92939dce510c6d432c8765587f9b1
+SIZE (cego-2.46.6.tar.gz) = 3160870


More information about the svn-ports-all mailing list