[SCM] kwallet packaging branch, master, updated. debian/5.23.0-1-6-g610acbe

Maximiliano Curia maxy at moszumanska.debian.org
Sat Jul 16 15:40:40 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/frameworks/kwallet.git;a=commitdiff;h=572447b

The following commit has been merged in the master branch:
commit 572447bcb13e5f36247b3872a60d2959a3f82e12
Author: Automatic packaging <maxy+jenkins at gnuservers.com.ar>
Date:   Sat Jul 9 12:31:12 2016 +0200

    Refresh patches
---
 debian/patches/blowfish_endianess.diff | 16 +++++++++++++---
 1 file changed, 13 insertions(+), 3 deletions(-)

diff --git a/debian/patches/blowfish_endianess.diff b/debian/patches/blowfish_endianess.diff
index 168c096..6dc0eb5 100644
--- a/debian/patches/blowfish_endianess.diff
+++ b/debian/patches/blowfish_endianess.diff
@@ -1,3 +1,13 @@
+From: Debian/Kubuntu Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>
+Date: Sat, 9 Jul 2016 12:31:10 +0200
+Subject: blowfish_endianess
+
+---
+ src/runtime/kwalletd/backend/blowfish.cc | 12 ++++++------
+ 1 file changed, 6 insertions(+), 6 deletions(-)
+
+diff --git a/src/runtime/kwalletd/backend/blowfish.cc b/src/runtime/kwalletd/backend/blowfish.cc
+index 2cdea70..a020f27 100644
 --- a/src/runtime/kwalletd/backend/blowfish.cc
 +++ b/src/runtime/kwalletd/backend/blowfish.cc
 @@ -33,7 +33,7 @@
@@ -9,7 +19,7 @@
  
  BlowFish::BlowFish()
  {
-@@ -135,7 +135,7 @@
+@@ -135,7 +135,7 @@ bool BlowFish::setKey(void *key, int bitlength)
      return init();
  }
  
@@ -18,7 +28,7 @@
  #define shuffle(x) do {             \
          uint32_t r = x;             \
          x  = (r & 0xff000000) >> 24;    \
-@@ -154,12 +154,12 @@
+@@ -154,12 +154,12 @@ int BlowFish::encrypt(void *block, int len)
      }
  
      for (int i = 0; i < len / _blksz; i++) {
@@ -33,7 +43,7 @@
          shuffle(*d);
          shuffle(*(d + 1));
  #endif
-@@ -178,12 +178,12 @@
+@@ -178,12 +178,12 @@ int BlowFish::decrypt(void *block, int len)
      }
  
      for (int i = 0; i < len / _blksz; i++) {

-- 
kwallet packaging



More information about the pkg-kde-commits mailing list