svn commit: r468176 - in head: databases/cego devel/lfcbase
Kurt Jaeger
pi at FreeBSD.org
Tue Apr 24 05:22:59 UTC 2018
Author: pi
Date: Tue Apr 24 05:22:57 2018
New Revision: 468176
URL: https://svnweb.freebsd.org/changeset/ports/468176
Log:
devel/lfcbase: update 1.11.8 -> 1.11.9
databases/cego: update 2.39.15 -> 2.39.16
lfcbase:
- Introduced new method File::flush to force synchronization of data to disk
cego:
- Fix in CegoObjectManager::insertPageData, new data entry is checked
now for maximum available space in page. This is done if a new
data page has to be allocated and the data entry still fits not
into page
- Added File::flush method to CegoLogManager and CegoFileHandler
to synchronize log data and datafile data to disk
Submitted by: Bjoern Lemke <lemke at lemke-it.com>
Modified:
head/databases/cego/Makefile
head/databases/cego/distinfo
head/devel/lfcbase/Makefile
head/devel/lfcbase/distinfo
Modified: head/databases/cego/Makefile
==============================================================================
--- head/databases/cego/Makefile Tue Apr 24 05:04:55 2018 (r468175)
+++ head/databases/cego/Makefile Tue Apr 24 05:22:57 2018 (r468176)
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= cego
-PORTVERSION= 2.39.15
+PORTVERSION= 2.39.16
CATEGORIES= databases
MASTER_SITES= http://www.lemke-it.com/
Modified: head/databases/cego/distinfo
==============================================================================
--- head/databases/cego/distinfo Tue Apr 24 05:04:55 2018 (r468175)
+++ head/databases/cego/distinfo Tue Apr 24 05:22:57 2018 (r468176)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1523441168
-SHA256 (cego-2.39.15.tar.gz) = 401f02d43628ff85827968daea01e77b7e0fe0406b9e0eec96847c45a97850c7
-SIZE (cego-2.39.15.tar.gz) = 1675046
+TIMESTAMP = 1524428386
+SHA256 (cego-2.39.16.tar.gz) = 3394e09ea1d35657804c4500b4c97a735ce6072cb300bafa90a4fdf6b03df35b
+SIZE (cego-2.39.16.tar.gz) = 1711508
Modified: head/devel/lfcbase/Makefile
==============================================================================
--- head/devel/lfcbase/Makefile Tue Apr 24 05:04:55 2018 (r468175)
+++ head/devel/lfcbase/Makefile Tue Apr 24 05:22:57 2018 (r468176)
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= lfcbase
-PORTVERSION= 1.11.8
+PORTVERSION= 1.11.9
CATEGORIES= devel
MASTER_SITES= http://www.lemke-it.com/
Modified: head/devel/lfcbase/distinfo
==============================================================================
--- head/devel/lfcbase/distinfo Tue Apr 24 05:04:55 2018 (r468175)
+++ head/devel/lfcbase/distinfo Tue Apr 24 05:22:57 2018 (r468176)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1523002621
-SHA256 (lfcbase-1.11.8.tar.gz) = 1c534c478b1b7c07bd9adf68c799e2f058f7b3bbaa65ae478243b93841394284
-SIZE (lfcbase-1.11.8.tar.gz) = 639532
+TIMESTAMP = 1524428359
+SHA256 (lfcbase-1.11.9.tar.gz) = add478fcfbafde79e8764c76425408d472ce46169403c8e6add2bb02f0be4d14
+SIZE (lfcbase-1.11.9.tar.gz) = 639566
More information about the svn-ports-all
mailing list