diff options
author | Bjoern Lemke <lemke@lemke-it.com> | 2021-05-23 21:24:19 +0000 |
---|---|---|
committer | Kurt Jaeger <pi@FreeBSD.org> | 2021-05-23 21:24:19 +0000 |
commit | ec39a1184666a6de185041126039306b4a40149c (patch) | |
tree | 49e188b204897a1b8e1d36d5e5eb5447085b7ae4 | |
parent | 2f6dfabfbff746d8a905a4d3a55dea5b6d2197bb (diff) |
databases/cego: update 2.47.0 -> 2.47.1
- Rework of new hash array based query cache.
The new introduced methods HashT::FirstInRange and HashT::NextInRange
are used to find an appropriate hash array slot to replace entries
in an occupied array.
- Added cego command line mode setpwd to setup user password
for offline database
-rw-r--r-- | databases/cego/Makefile | 2 | ||||
-rw-r--r-- | databases/cego/distinfo | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/databases/cego/Makefile b/databases/cego/Makefile index b54253020916..886a2da92dc1 100644 --- a/databases/cego/Makefile +++ b/databases/cego/Makefile @@ -1,5 +1,5 @@ PORTNAME= cego -PORTVERSION= 2.47.0 +PORTVERSION= 2.47.1 CATEGORIES= databases MASTER_SITES= http://www.lemke-it.com/ diff --git a/databases/cego/distinfo b/databases/cego/distinfo index b943af2e531b..bbe1b882d2db 100644 --- a/databases/cego/distinfo +++ b/databases/cego/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1613904124 -SHA256 (cego-2.47.0.tar.gz) = 1a2d0ec39e8123adcb69df33005000f7f7713255d7e16656c4ecb2acdf1d7168 -SIZE (cego-2.47.0.tar.gz) = 3162894 +TIMESTAMP = 1621804365 +SHA256 (cego-2.47.1.tar.gz) = 27c139a1b66ff73e4c9c3840bcd993120a2980b307895225c5b2fa52f0e5fce1 +SIZE (cego-2.47.1.tar.gz) = 3164339 |