[owncloud] fix up the blowfish patch, doh

Adam Williamson adamwill at fedoraproject.org
Tue Dec 31 02:16:31 UTC 2013


commit 8ac3e00ca2efb5ee78918f33205ce915566406cf
Author: Adam Williamson <awilliam at redhat.com>
Date:   Mon Dec 30 18:16:19 2013 -0800

    fix up the blowfish patch, doh

 owncloud-6.0.0a-blowfish-include.patch |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/owncloud-6.0.0a-blowfish-include.patch b/owncloud-6.0.0a-blowfish-include.patch
index 1c96925..74d6e8e 100644
--- a/owncloud-6.0.0a-blowfish-include.patch
+++ b/owncloud-6.0.0a-blowfish-include.patch
@@ -1,5 +1,5 @@
---- apps/files_encryption/lib/crypt.php	2013-12-14 11:47:38.000000000 -0800
-+++ apps/files_encryption/lib/crypt.php.new	2013-12-30 17:52:51.954768966 -0800
+--- owncloud-6.0.0a/apps/files_encryption/lib/crypt.php	2013-12-14 11:47:38.000000000 -0800
++++ owncloud-6.0.0a/apps/files_encryption/lib/crypt.php.new	2013-12-30 17:52:51.954768966 -0800
 @@ -25,7 +25,7 @@
  
  namespace OCA\Encryption;
@@ -9,8 +9,8 @@
  
  /**
   * Class for common cryptography functionality
---- apps/files_encryption/tests/share.php	2013-12-14 11:47:38.000000000 -0800
-+++ apps/files_encryption/tests/share.php.new	2013-12-30 17:53:20.523078541 -0800
+--- owncloud-6.0.0a/apps/files_encryption/tests/share.php	2013-12-14 11:47:38.000000000 -0800
++++ owncloud-6.0.0a/apps/files_encryption/tests/share.php.new	2013-12-30 17:53:20.523078541 -0800
 @@ -20,7 +20,7 @@
   *
   */
@@ -20,8 +20,8 @@
  require_once __DIR__ . '/../../../lib/base.php';
  require_once __DIR__ . '/../lib/crypt.php';
  require_once __DIR__ . '/../lib/keymanager.php';
---- apps/files_encryption/tests/crypt.php	2013-12-14 11:47:38.000000000 -0800
-+++ apps/files_encryption/tests/crypt.php.new	2013-12-30 17:53:42.540317129 -0800
+--- owncloud-6.0.0a/apps/files_encryption/tests/crypt.php	2013-12-14 11:47:38.000000000 -0800
++++ owncloud-6.0.0a/apps/files_encryption/tests/crypt.php.new	2013-12-30 17:53:42.540317129 -0800
 @@ -7,7 +7,7 @@
   * See the COPYING-README file.
   */


More information about the scm-commits mailing list