This is FYI as it changes our defaults - will be in Qt-5.8 (I hope we remember by then :))
To the others: if someone has a little time to check if we can test the new behavior in 5.7 builds that would be fine (enable -system-proxies in qt5- network ports and check for any side effects and maybe do a little test program or use the autotests) ---------- Weitergeleitete Nachricht ---------- Betreff: Change in qt/qtbase[dev]: Turn off libproxy support by default Datum: Freitag, 27. Mai 2016, 22:20:08 Von: Qt CI Bot (Code Review) <[email protected]> An: Andy Shaw <[email protected]> Kopie: Kai Koehne <[email protected]>, Oswald Buddenhagen <[email protected]>, Simon Hausmann <[email protected]>, Qt Sanity Bot <[email protected]>, Robin Burchell <[email protected]>, Thiago Macieira <[email protected]>, Richard J. Moore <[email protected]>, Peter Hartmann <[email protected]>, Ralf Nolden <[email protected]>, Niclas Rosenvik <[email protected]> Qt CI Bot has approved a build with this change and it was merged. Change subject: Turn off libproxy support by default ...................................................................... Turn off libproxy support by default Since the system proxies are on by default now then we turn off libproxy support by default so that there is no risk of a conflict occurring. For instance on Linux, it is possible that libproxy indirectly causes KDE 4 libraries to be loaded which will cause a conflict with the Qt 5 libraries. Therefore we turn it off by default, since the system proxy setting is the overall better one to have. [ChangeLog][Important Behavior Changes][QtNetwork] libproxy is now turned off by default. Configure with -libproxy in order to enable it again. Task-number: QTBUG-53649 Change-Id: I0c6c5b9091dc2b2b7662fd44f2a1b49c622e563f --- M config_help.txt M configure M tools/configure/configureapp.cpp 3 files changed, 4 insertions(+), 4 deletions(-) Approvals: Robin Burchell: Looks good to me, but someone else must approve Qt Sanity Bot: Sanity review passed Richard J. Moore: Looks good to me, approved Oswald Buddenhagen: Looks good to me, but someone else must approve -- To view, visit https://codereview.qt-project.org/160593 To unsubscribe, visit https://codereview.qt-project.org/settings Gerrit-MessageType: build-approved Gerrit-Change-Id: I0c6c5b9091dc2b2b7662fd44f2a1b49c622e563f Gerrit-PatchSet: 3 Gerrit-Project: qt/qtbase Gerrit-Branch: dev Gerrit-Owner: Andy Shaw <[email protected]> Gerrit-Reviewer: Andy Shaw <[email protected]> Gerrit-Reviewer: Kai Koehne <[email protected]> Gerrit-Reviewer: Niclas Rosenvik <[email protected]> Gerrit-Reviewer: Oswald Buddenhagen <[email protected]> Gerrit-Reviewer: Peter Hartmann <[email protected]> Gerrit-Reviewer: Qt Sanity Bot <[email protected]> Gerrit-Reviewer: Ralf Nolden <[email protected]> Gerrit-Reviewer: Richard J. Moore <[email protected]> Gerrit-Reviewer: Robin Burchell <[email protected]> Gerrit-Reviewer: Simon Hausmann <[email protected]> Gerrit-Reviewer: Thiago Macieira <[email protected]> ------------------------------------------------------------- -- Kind regards, Ralf Nolden _______________________________________________ kde-freebsd mailing list [email protected] https://mail.kde.org/mailman/listinfo/kde-freebsd See also http://freebsd.kde.org/ for latest information
