1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-30 10:38:37 +00:00

databases/cego: 2.49.6 -> 2.49.7

- Fix added for CegoXPorter / CegoAdminThread / CegoBufferPool
  to treat locking issue during tableset / table import.
  Since the pool is locked during import ( by new introduced method
  lockPool ), no further locking calls must occur during import.
  For this, log writing is disabled before lockPool is called and
  CegoBufferPool::logIt checks for active log ( via new isActive
  method ) before trying to get a lock.
This commit is contained in:
Björn Lemke 2024-08-12 13:14:10 +02:00 committed by Kurt Jaeger
parent 510403c199
commit aa7dd71732
2 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
PORTNAME= cego
PORTVERSION= 2.49.6
PORTVERSION= 2.49.7
CATEGORIES= databases
MASTER_SITES= http://www.lemke-it.com/

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1721458143
SHA256 (cego-2.49.6.tar.gz) = dd9e5bb7e075a7e28f6538abcdcecc0168914aba6ee99abae6024099be627fda
SIZE (cego-2.49.6.tar.gz) = 3225275
TIMESTAMP = 1723459936
SHA256 (cego-2.49.7.tar.gz) = 690bfbe6ccc7281b751e76426e9206bc2ab1ab8afcf3e7ae95e2dd464772e2a5
SIZE (cego-2.49.7.tar.gz) = 3225366