CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2022/03/16 14:31:58
Modified files:
graphics/digikam: Makefile
Added files:
graphics/digikam/patches:
patch-core_libs_dplugins_webservices_o2_src_o2_cpp
Log message:
Fix Google Photos import/export service (and maybe other services)
Dual stack any-address binding by QHostAddress::Any is broken here.
Only IPv6 socket will bound. Force to IPv4 which is also used.
Looks like QHostAddress::Any is broken
(https://doc.qt.io/qt-5/qhostaddress.html#SpecialAddress-enum)
This should be investigated in x11/qt5/qtbase or deeper.
Spotted by ian@ and analysed with him. Thanks!