git: 58306c09c281 - main - databases/cego: update 2.52.44 -> 2.53.2
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 11 Dec 2025 15:50:30 UTC
The branch main has been updated by pi:
URL: https://cgit.FreeBSD.org/ports/commit/?id=58306c09c28121a8a37720f0d62626c1129d842d
commit 58306c09c28121a8a37720f0d62626c1129d842d
Author: Björn Lemke <lemke@lemke-it.com>
AuthorDate: 2025-12-11 15:47:33 +0000
Commit: Kurt Jaeger <pi@FreeBSD.org>
CommitDate: 2025-12-11 15:47:33 +0000
databases/cego: update 2.52.44 -> 2.53.2
- integer cleanup, all int values will be replaced by unsigned
or unsigned long, where is no need of nagative values
- for those ports:
devel/lfcbase
devel/lfcxml
databases/cego
databases/cegobridge
databases/p5-DBD-cego
cego:
- Fix added in CegoDbHander::acceptSession and CegoSerial::readChain
to treat empty or invalid session requests
- fix in CegoDbThreadPool for bad message handling
p5-DBD-cego:
- Fix added for execute return value and $sth->rows value to
return affected rows for update statements
---
databases/cego/Makefile | 2 +-
databases/cego/distinfo | 6 +++---
databases/cegobridge/Makefile | 2 +-
databases/cegobridge/distinfo | 6 +++---
databases/p5-DBD-cego/Makefile | 2 +-
databases/p5-DBD-cego/distinfo | 6 +++---
devel/lfcbase/Makefile | 2 +-
devel/lfcbase/distinfo | 6 +++---
devel/lfcbase/pkg-plist | 1 -
devel/lfcxml/Makefile | 2 +-
devel/lfcxml/distinfo | 6 +++---
11 files changed, 20 insertions(+), 21 deletions(-)
diff --git a/databases/cego/Makefile b/databases/cego/Makefile
index 7936d369a72b..ede4f19a149f 100644
--- a/databases/cego/Makefile
+++ b/databases/cego/Makefile
@@ -1,5 +1,5 @@
PORTNAME= cego
-PORTVERSION= 2.52.44
+PORTVERSION= 2.53.2
CATEGORIES= databases
MASTER_SITES= http://www.lemke-it.com/
diff --git a/databases/cego/distinfo b/databases/cego/distinfo
index 11a5ce32f0d7..f405d5347dc3 100644
--- a/databases/cego/distinfo
+++ b/databases/cego/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1764002940
-SHA256 (cego-2.52.44.tar.gz) = 5ae76ece54f791de2e2a6f1f7e224fcfe8c86e7c0d104685467f543278a9a895
-SIZE (cego-2.52.44.tar.gz) = 3320320
+TIMESTAMP = 1765457663
+SHA256 (cego-2.53.2.tar.gz) = b500b284c39bbcb0a3460186ff0809f0b3169a24bf0a66d38f9d12cb5eb5c7b6
+SIZE (cego-2.53.2.tar.gz) = 3311173
diff --git a/databases/cegobridge/Makefile b/databases/cegobridge/Makefile
index b5d392ae07cb..c12126bf3f2b 100644
--- a/databases/cegobridge/Makefile
+++ b/databases/cegobridge/Makefile
@@ -1,5 +1,5 @@
PORTNAME= cegobridge
-PORTVERSION= 1.9.0
+PORTVERSION= 1.10.0
CATEGORIES= databases
MASTER_SITES= http://www.lemke-it.com/
diff --git a/databases/cegobridge/distinfo b/databases/cegobridge/distinfo
index 0e6a6e38153e..6e89cf13734b 100644
--- a/databases/cegobridge/distinfo
+++ b/databases/cegobridge/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1743839586
-SHA256 (cegobridge-1.9.0.tar.gz) = 0ac52240d8461ec60f394027ab3fe0d15df7e99e5dbe87dfab7d24d0f6a1a101
-SIZE (cegobridge-1.9.0.tar.gz) = 616967
+TIMESTAMP = 1765457677
+SHA256 (cegobridge-1.10.0.tar.gz) = 3b1bad0ef59d074a151909677e77da8447d2eeb16d8b0a2efaf9e8ec7d7c3794
+SIZE (cegobridge-1.10.0.tar.gz) = 617113
diff --git a/databases/p5-DBD-cego/Makefile b/databases/p5-DBD-cego/Makefile
index ef358152b51a..53872a123ff5 100644
--- a/databases/p5-DBD-cego/Makefile
+++ b/databases/p5-DBD-cego/Makefile
@@ -1,5 +1,5 @@
PORTNAME= DBD-cego
-PORTVERSION= 1.5.3
+PORTVERSION= 1.5.4
CATEGORIES= databases perl5
MASTER_SITES= http://www.lemke-it.com/
PKGNAMEPREFIX= p5-
diff --git a/databases/p5-DBD-cego/distinfo b/databases/p5-DBD-cego/distinfo
index 4626aed9f252..adac3234f052 100644
--- a/databases/p5-DBD-cego/distinfo
+++ b/databases/p5-DBD-cego/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1690739648
-SHA256 (DBD-cego-1.5.3.tar.gz) = 8ec5f6bfa69e75755ca490994d21944d72debed4b8f777ca9f592f860a2a1271
-SIZE (DBD-cego-1.5.3.tar.gz) = 36784
+TIMESTAMP = 1765457700
+SHA256 (DBD-cego-1.5.4.tar.gz) = eb2550801e9371dcdc0e8ee9e6763dc8ba0a2a69d86b93320b75e8913fd410a6
+SIZE (DBD-cego-1.5.4.tar.gz) = 37125
diff --git a/devel/lfcbase/Makefile b/devel/lfcbase/Makefile
index 39ed2cb36db9..8715a13f115f 100644
--- a/devel/lfcbase/Makefile
+++ b/devel/lfcbase/Makefile
@@ -1,5 +1,5 @@
PORTNAME= lfcbase
-PORTVERSION= 1.22.5
+PORTVERSION= 1.23.0
CATEGORIES= devel
MASTER_SITES= http://www.lemke-it.com/
diff --git a/devel/lfcbase/distinfo b/devel/lfcbase/distinfo
index 10a53364bccc..60825f22d849 100644
--- a/devel/lfcbase/distinfo
+++ b/devel/lfcbase/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1764152904
-SHA256 (lfcbase-1.22.5.tar.gz) = d2812312e5a6d97a38bce696a2ac7d8b1e7cc089a5bc47d2ef115878484a7165
-SIZE (lfcbase-1.22.5.tar.gz) = 668141
+TIMESTAMP = 1765457614
+SHA256 (lfcbase-1.23.0.tar.gz) = 1b9ac2b1663d4506dca8bc17a58e168b8b92bb5a6bbc69d4d0ffc168fc52f14a
+SIZE (lfcbase-1.23.0.tar.gz) = 653566
diff --git a/devel/lfcbase/pkg-plist b/devel/lfcbase/pkg-plist
index 4f42e1da532f..2c48245dfca5 100644
--- a/devel/lfcbase/pkg-plist
+++ b/devel/lfcbase/pkg-plist
@@ -20,7 +20,6 @@ include/lfcbase/ListT.h
include/lfcbase/Logger.h
include/lfcbase/Matcher.h
include/lfcbase/Screen.h
-include/lfcbase/Screen2.h
include/lfcbase/NanoTimer.h
include/lfcbase/Net.h
include/lfcbase/NetHandler.h
diff --git a/devel/lfcxml/Makefile b/devel/lfcxml/Makefile
index 0ab9e84958df..eeb82e4017f7 100644
--- a/devel/lfcxml/Makefile
+++ b/devel/lfcxml/Makefile
@@ -1,5 +1,5 @@
PORTNAME= lfcxml
-PORTVERSION= 1.3.8
+PORTVERSION= 1.3.9
CATEGORIES= devel
MASTER_SITES= http://www.lemke-it.com/
diff --git a/devel/lfcxml/distinfo b/devel/lfcxml/distinfo
index 61e8f91af088..36c952f40721 100644
--- a/devel/lfcxml/distinfo
+++ b/devel/lfcxml/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1733898713
-SHA256 (lfcxml-1.3.8.tar.gz) = 979d8505c420c694e16a9754ce1daabad5620727debba49cb99596b03833ed2a
-SIZE (lfcxml-1.3.8.tar.gz) = 551329
+TIMESTAMP = 1765457637
+SHA256 (lfcxml-1.3.9.tar.gz) = af20902da5924adfbc2e09de0c4ff32e6be234edfe6435c6562e816096614341
+SIZE (lfcxml-1.3.9.tar.gz) = 550714