awilcox created this revision. awilcox set the repository for this revision to R311 KWallet. Restricted Application added a project: Frameworks. Restricted Application added a subscriber: Frameworks.
REVISION SUMMARY Attempting to package KWallet 5.29.0 for PowerPC, I ran in to a test failure with the Blowfish algorithm. This led me to bug 362805 <https://bugs.kde.org/show_bug.cgi?id=362805>. I have implemented the suggested fix from comment 17 there, with a small change; it is better to simply include <QtGlobal> than <QtCore/qglobal.h>. TEST PLAN - Built on x86_64 computer with patch applied; opened existing wallet. - Built on PowerPC computer with patch applied; opened existing wallet. - Created new wallet on x86_64 computer, and opened it on PowerPC computer. REPOSITORY R311 KWallet REVISION DETAIL https://phabricator.kde.org/D4335 AFFECTED FILES kwallet-5.29.0/src/runtime/kwalletd/backend/blowfish.cc EMAIL PREFERENCES https://phabricator.kde.org/settings/panel/emailpreferences/ To: awilcox Cc: #frameworks