From 18d37b40a1dff05c8e75928dfdf851bf2f1acf8b Mon Sep 17 00:00:00 2001 From: "A. Wilcox" Date: Sat, 4 Jun 2022 16:52:38 -0500 Subject: user/[KDE Frameworks]: Update to 5.94.0 Many frameworks have added or removed dependencies. Documentation builds have been fixed for new tag file dependencies. * KIO: Fix build on GCC 8. * Prison: Ensure QR and DTMX barcodes are generated properly on big-endian systems. * Syndication: New framework. --- user/kwallet/kwallet-5.22.0-blowfish-endianness.patch | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'user/kwallet/kwallet-5.22.0-blowfish-endianness.patch') diff --git a/user/kwallet/kwallet-5.22.0-blowfish-endianness.patch b/user/kwallet/kwallet-5.22.0-blowfish-endianness.patch index 81c475c28..3234cc105 100644 --- a/user/kwallet/kwallet-5.22.0-blowfish-endianness.patch +++ b/user/kwallet/kwallet-5.22.0-blowfish-endianness.patch @@ -1,6 +1,6 @@ --- kwallet-5.29.0/src/runtime/kwalletd/backend/blowfish.cc.old 2016-12-03 21:12:17.000000000 +0000 +++ kwallet-5.29.0/src/runtime/kwalletd/backend/blowfish.cc 2017-01-29 18:02:10.193293280 +0000 -@@ -31,12 +31,7 @@ +@@ -19,12 +19,7 @@ #include "blowfishtables.h" @@ -14,16 +14,16 @@ BlowFish::BlowFish() { -@@ -135,7 +133,7 @@ +@@ -126,7 +121,7 @@ return init(); } - + // clang-format off -#if Q_BYTE_ORDER == Q_BIG_ENDIAN +#if Q_BYTE_ORDER == Q_LITTLE_ENDIAN #define shuffle(x) do { \ uint32_t r = x; \ x = (r & 0xff000000) >> 24; \ -@@ -154,12 +152,12 @@ +@@ -146,12 +141,12 @@ } for (int i = 0; i < len / _blksz; i++) { @@ -38,7 +38,7 @@ shuffle(*d); shuffle(*(d + 1)); #endif -@@ -178,12 +176,12 @@ +@@ -170,12 +165,12 @@ } for (int i = 0; i < len / _blksz; i++) { -- cgit v1.2.3-60-g2f50