databases/cego: update 2.33.1 -> 2.33.3
lfcbase:
- Small fixes for Monitor and Pager class, adding missing ifdef for
curses option in Pager class, replaced CGNOCURSES with LFCNOCURSES
cego:
- Fix in CegoRecoveryManager::recoverTableSet, before calling
transactionRecovery, we have to set flag setIgnoreInvalid to true.
During transaction recovery phase, we must ignore invalid btrees/index
objects since these objects could be invalidated but Log data
integrity and consistency is ensured
- Added implizit tableset btree and index correction to recovery procedure
( CegoRecoveryManager::recoverTableSet )
- Small syntax for cgadm from "backup TS" to "backup tableset TS"
( conform to other tableset commands )
- Fix in CegoTableManager::deleteDataTableEntryAtomic /
updateDataTableSynced / beginTransaction / commitTransaction /
rollbackTransaction to avoid log entries for forced transactions
( introduction of doLog flag ).
- Fix in CegoTableManager:deleteDataTable to avoid object synchronisation
during recovery phase ( introduction of isSynced flag ), since
during recovery phase, still no objects are registered and there is
no need for synchronization
- Added further admin console messages for recovery procedure.
This enables the database admin to follow the recovery procedure on
admin console level
Submitted by: Bjoern Lemke <lemke@lemke-it.com>
Changelog: https://seacloud.cc/group/3/wiki/server-changelog
- Show user' name instead of user's email in notifications sent out by email
- Add config items for setting favicon, disable wiki feature
- Add css id to easily hide user password reset and delete account button
- [fix] Fix UI bug in restoring a file from snapshot
- [fix] Fix after renaming a file, the old versions before file rename can't be downloaded
- [security] Fix XSS problem of the "go back" button in history page and snapshot view page
* unify versioning of dependent ports:
net-mgmt/seafile-server
net-mgmt/ccnet-server
www/py-seadav
www/py-seaobj
www/seahub
This replaces a rather ugly hack.
* add makesum-all target to ease maintenance
PR: 218245
Submitted by: ultima1252@gmail.com (maintainer)
Recent changes since MooseFS 3.0.88:
* MooseFS 3.0.90-1 (2017-03-15)
- (master) fixed 'move/rename' with quota
- (master) fixed chunk counters shown in cli/cgi
- (master+tools) added option 'preserve hardlinks' to mfsmakesnapshot
- (master) fixed acl copying during mfsmakesnapshot
* MooseFS 3.0.89-1 (2017-02-21)
- (mount) added fixing file length in all inodes after write
- (cs) split bitfiled into separate bytes (fixed potential race condition)
- (master) setting operation to NONE before sending status (silence unnecessary messages in some cases)
- (cs) increased verbosity of crc-error messages
- (cs) fixed invalidating preserved block in case of truncate down followed by truncate up
- (mount) increased master-proxy buffer sizes
PR: 218222
Submitted by: freebsd@moosefs.com (maintainer)