[neon/kf6/kf6-kwallet/Neon/stable] debian/patches: refresh patch
Carlos De Maine
null at kde.org
Tue Apr 15 05:04:49 BST 2025
Git commit 6532a3e48bb3d7ba0e1de45f15d63294a710e57f by Carlos De Maine.
Committed on 15/04/2025 at 04:04.
Pushed by carlosdem into branch 'Neon/stable'.
refresh patch
M +5 -7 debian/patches/blowfish_endianess.diff
https://invent.kde.org/neon/kf6/kf6-kwallet/-/commit/6532a3e48bb3d7ba0e1de45f15d63294a710e57f
diff --git a/debian/patches/blowfish_endianess.diff b/debian/patches/blowfish_endianess.diff
index 3835aa6..82abce8 100644
--- a/debian/patches/blowfish_endianess.diff
+++ b/debian/patches/blowfish_endianess.diff
@@ -1,7 +1,5 @@
-Index: kwallet-5.80.0/src/runtime/kwalletd/backend/blowfish.cc
-===================================================================
---- kwallet-5.80.0.orig/src/runtime/kwalletd/backend/blowfish.cc
-+++ kwallet-5.80.0/src/runtime/kwalletd/backend/blowfish.cc
+--- a/src/runtime/kwalletbackend/blowfish.cc
++++ b/src/runtime/kwalletbackend/blowfish.cc
@@ -21,10 +21,10 @@
// DO NOT INCLUDE THIS. IT BREAKS KWALLET.
@@ -16,7 +14,7 @@ Index: kwallet-5.80.0/src/runtime/kwalletd/backend/blowfish.cc
BlowFish::BlowFish()
{
-@@ -126,7 +126,7 @@ bool BlowFish::setKey(void *key, int bit
+@@ -126,7 +126,7 @@
return init();
}
// clang-format off
@@ -25,7 +23,7 @@ Index: kwallet-5.80.0/src/runtime/kwalletd/backend/blowfish.cc
#define shuffle(x) do { \
uint32_t r = x; \
x = (r & 0xff000000) >> 24; \
-@@ -146,12 +146,12 @@ int BlowFish::encrypt(void *block, int l
+@@ -146,12 +146,12 @@
}
for (int i = 0; i < len / _blksz; i++) {
@@ -40,7 +38,7 @@ Index: kwallet-5.80.0/src/runtime/kwalletd/backend/blowfish.cc
shuffle(*d);
shuffle(*(d + 1));
#endif
-@@ -170,12 +170,12 @@ int BlowFish::decrypt(void *block, int l
+@@ -170,12 +170,12 @@
}
for (int i = 0; i < len / _blksz; i++) {
More information about the Neon-commits
mailing list