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)
Wed, Jan 29, 12:24 AM
Unknown Object (File)
Nov 9 2024, 2:20 PM
Unknown Object (File)
Nov 6 2024, 4:08 PM
Unknown Object (File)
Nov 6 2024, 6:22 AM
Unknown Object (File)
Oct 20 2024, 10:29 AM
Unknown Object (File)
Oct 20 2024, 10:25 AM
Unknown Object (File)
Oct 19 2024, 6:57 PM
Unknown Object (File)
Oct 2 2024, 4:37 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.