Page MenuHomeFreeBSD

Improve SSL patch for qt4-network
ClosedPublic

Authored by rezny on Feb 22 2017, 6:24 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Apr 13, 11:41 PM
Unknown Object (File)
Sat, Apr 13, 10:49 PM
Unknown Object (File)
Thu, Mar 28, 8:57 PM
Unknown Object (File)
Mar 12 2024, 11:40 AM
Unknown Object (File)
Jan 27 2024, 1:40 PM
Unknown Object (File)
Dec 8 2023, 11:51 PM
Unknown Object (File)
Nov 30 2023, 2:01 PM
Unknown Object (File)
Nov 30 2023, 2:01 PM
Subscribers

Details

Summary

Fix up the SSL patch in qt4-network for functional parity with qt5-network to the extent possible. Logic for SSL/TLS version now matches qt5 instead of restricting to TLSv1.0 only, runtime loading of SSL library is same as qt5, and USES=ssl in place of USE_OPENSSL. Further details also in PR 216781.

Test Plan

run tested on 11 amd64 with LibreSSL 2.5.1, Poudriere 10.3/11.0 amd64/i386 with OpenSSL OK

Diff Detail

Repository
rP FreeBSD ports repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

rezny retitled this revision from to Improve SSL patch for qt4-network.
rezny updated this object.
rezny edited the test plan for this revision. (Show Details)
rezny added reviewers: kde, swills, feld.
swills edited edge metadata.

Approved

This revision is now accepted and ready to land.Feb 22 2017, 6:29 PM

Could you please always add some little description to the patches? So that in the future, when updating Qt we don't have to think too hard about these?

This revision was automatically updated to reflect the committed changes.