java/openjdk25: fix build on powerpc64*
/wrkdirs/usr/ports/java/openjdk25/work/openjdk-jdk-25-36-freebsd-1/src/hotspot/os_cpu/bsd_ppc/os_bsd_ppc.cpp:182:54: error: no member named 'regs' in '__mcontext'
databases/cego: update 2.52.32 -> 2.52.34
- improved utility scripts for online backup to tools directory
( logManager, backupManager, backupExecuter )
- more stabilzation for online backup recovery from scratch,
e.g. checking for existing tableset set entry in db xml during recovery
and allow non existing entry.
Perhaps it might be useful to check pagesize of backup datafiles
and defined pagesize in db xml ...
- added tableset define parameter branchid.
This parameter can be used to set up an appropriate backup branchid
for from scratch recovery procedures
- patch added for scratch recovery.
If a tableset is defined for backup recovery, the tableset id
must be adjusted to the corresponding id in the datafile.
For this, new methods CegoTableManager::adjustTableSetId and
CegoFileHandler::readTableSetId have been introduced and added
to CegoRecoveryManager::recoverTableSet
- In CegoRecoveryManager::recoverTableSet: shifted ticket recovery
[5 lines not shown]
net/vncreflector: Fix a buffer overrun issue
While here, regen the patches and add license information
PR: 290129
Reported by: Chun Cheng Yeh <leafoliages at gmail.com>