p5-Net-Server: update to 2.017.
2.017 Feb 08 2026
- Thanks to Paul Evans <pevans at cpan.org> "<LeoNerd>" hint
about IO::Socket rudely force importing random symbols.
* Warn clean IO::Socket::INET6 "Subroutine redefined" spewage.
- Thanks to Grok4 xAI for conjuring up several patches.
- Thanks to Rob Brown <bbb at cpan.org> for applying patches.
- Various test suite framework improvements.
* Make test suites return non-zero upon failure.
* Fix IPv6 pre-check for tests.
* Timeout test server if client crashes, instead of rudely
mooching on the listen port forever in the background.
* Warn clean for older MakeMaker, such as 6.30.
- Fix POD errors.
- Allow static Proto methods to be imported as normal routines.
- Create Net::Server::IP compatibility wrapper module.
- Honor {ipv6_package} config preference more reliably.
- GetAddrInfoFlags compatibility patch for systems with spoofed
[30 lines not shown]
p5-Image-ExifTool: update to 13.50.
Feb. 7, 2026 - Version 13.50 (production release)
- Added a few new Sony lenses (thanks Jos Roost)
- Added a couple of new Canon lenses (thanks Norbert Wasser)
- Decode another Samsung trailer tag
- Decode BlackLevels from some Canon CRW files (github #387)
- Updated Sony maker note decoding for the ILCE-7M5 (thanks Jos Roost)
- Patched potential MacOS security issue (thanks Tay Kiat Loong)
- Fixed -list options so reading image files beforehand doesn't add tags to
the output when running multiple commands using the -execute feature
Feb. 3, 2026 - Version 13.49
- Decode a couple of new Samsung trailer tags
- Disabled decoding of MenuSettings for the Nikon Z6III firmware 2.0 until the
changes can be worked through in detail
- Fixed problem where Google Photos had problems displaying ExifTool-edited
[52 lines not shown]
devel/lfcbase,databases/cego: update 1.23.2 -> 1.23.3, 2.54.2 -> 2.54.7
lfcbase:
- Screen class regarding, some int to unsigned fixes
cego:
- patch in CegoAction::execProcCall and CegoAction::execFuncCall,
fix locking in case of exceptions
- CegoAdmScreen to support current backup and restore features.
Also added online help
- added dbcheck/failcheck to also check correct handling of failed queries
- Fixes added for CegoFieldValue:castTo. In case of thrown data
conversion exceptions, is is ensured, that _pV is set to _staticBuf
after freed, otherwise memory fault cause by double free in desctructor
may occur
- initfile handling fixed
- CegoAdminThread::executeRestore improvements
with online docs updated for the restore procedures
- Added patches to CegoBufferPool, CegoLogManager and CegoArchiveThread.
- database xml file will be updated during checkpointing runs.