databases/cego: update 2.52.39 -> 2.52.40
NOTE: Since this patch changed content object encoding,
the upgrade requires a tableset export/import !
- Fix added for CegoLogReader. __dateTimeFormat has to be setup
to print date values in log data
- In CegoContentObject, encoding and decoding was not done for tableAlias.
This might lead query errors during crash or backup recovery for insert
or update statements with nested selects.
Table Alias has been added to encoding.
emulators/wine-devel: Set USE_LDCONFIG unconditionally
Since removing emulators/i386-wine-devel with commit 99af2239fc in
2021 we don't need to account for USE_LDCONFIG32 coming from that
port any longer and can set USE_LDCONFIG unconditionally.
Also streamline the overall logic down to one line.
This matches 904382ada0af for emulators/wine.
Approved by: Thibault Payet <monwarez at mailoo.org> (maintainer)