flathub / us.zoom.Zoom

https://flathub.org/apps/details/us.zoom.Zoom
35 stars 45 forks source link

Update to 5.13.5.431, include krb5 as dep for bundled Qt. #371

Closed lebrinkma closed 1 year ago

lebrinkma commented 1 year ago

The new version of zoom bundles more Qt modules, including libQt5Network.so.5 that depends on libgssapi_krb5.so.2. So include a stripped down version of krb5 for now.

fixes #367, fixes #369. closes #370.

flathubbot commented 1 year ago

Started test build 19056

flathubbot commented 1 year ago

Build 19056 successful To test this build, install it from the testing repository:

flatpak install --user https://dl.flathub.org/build-repo/1687/us.zoom.Zoom.flatpakref
lebrinkma commented 1 year ago

However, I don't think that the SPNEGO/Negotiate proxy authentication in Qt's network module that seems to pull in the dependency on krb5 GSSAPI is really used by Zoom.

Zoom should rather bundle a more minimal version of Qt5 that disables unused features and modules, e.g. building Qt5 with -no-feature-gssapi and friends.

muelli commented 1 year ago

amazing. thanks. does it work for you?

lebrinkma commented 1 year ago

Yes, it works for me. But more testing can't hurt I guess.

Message ID: @.***>

patriziobruno commented 1 year ago

it works for me too

muelli commented 1 year ago

thanks!